net.ogdf.ogml
Interface StyleTemplatesType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
StyleTemplatesTypeImpl

public interface StyleTemplatesType
extends EObject

A representation of the model object 'Style Templates Type'.

The following features are supported:

See Also:
OgmlPackage.getStyleTemplatesType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='styleTemplates.type'
kind='elementOnly'"

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 EList<EdgeStyleTemplateType> getEdgeStyleTemplate()
          Returns the value of the 'Edge Style Template' containment reference list.
 FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 EList<LabelStyleTemplateType> getLabelStyleTemplate()
          Returns the value of the 'Label Style Template' containment reference list.
 EList<NodeStyleTemplateType> getNodeStyleTemplate()
          Returns the value of the 'Node Style Template' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getGroup

FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Group' attribute list.
See Also:
OgmlPackage.getStyleTemplatesType_Group()
Generated:
This code was automatically generated.
Model element:
unique=false
dataType=org.eclipse.emf.ecore.EFeatureMapEntry
many=true
extendedMetaData="kind='group'
name='group:0'"

getData

EList<DataType> getData()
Returns the value of the 'Data' containment reference list. The list contents are of type DataType.

If the meaning of the 'Data' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data' containment reference list.
See Also:
OgmlPackage.getStyleTemplatesType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'
group='group:0'"

getNodeStyleTemplate

EList<NodeStyleTemplateType> getNodeStyleTemplate()
Returns the value of the 'Node Style Template' containment reference list. The list contents are of type NodeStyleTemplateType.

If the meaning of the 'Node Style Template' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Node Style Template' containment reference list.
See Also:
OgmlPackage.getStyleTemplatesType_NodeStyleTemplate()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='nodeStyleTemplate'
namespace='##targetNamespace'
group='group:0'"

getEdgeStyleTemplate

EList<EdgeStyleTemplateType> getEdgeStyleTemplate()
Returns the value of the 'Edge Style Template' containment reference list. The list contents are of type EdgeStyleTemplateType.

If the meaning of the 'Edge Style Template' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Edge Style Template' containment reference list.
See Also:
OgmlPackage.getStyleTemplatesType_EdgeStyleTemplate()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='edgeStyleTemplate'
namespace='##targetNamespace'
group='group:0'"

getLabelStyleTemplate

EList<LabelStyleTemplateType> getLabelStyleTemplate()
Returns the value of the 'Label Style Template' containment reference list. The list contents are of type LabelStyleTemplateType.

If the meaning of the 'Label Style Template' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Label Style Template' containment reference list.
See Also:
OgmlPackage.getStyleTemplatesType_LabelStyleTemplate()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='labelStyleTemplate'
namespace='##targetNamespace'
group='group:0'"