net.ogdf.ogml
Interface StructureType

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

public interface StructureType
extends EObject

A representation of the model object 'Structure Type'.

The following features are supported:

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

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 EList<EdgeType> getEdge()
          Returns the value of the 'Edge' containment reference list.
 FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 EList<LabelType> getLabel()
          Returns the value of the 'Label' containment reference list.
 EList<NodeType> getNode()
          Returns the value of the 'Node' 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.getStructureType_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.getStructureType_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'"

getNode

EList<NodeType> getNode()
Returns the value of the 'Node' containment reference list. The list contents are of type NodeType.

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

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

getEdge

EList<EdgeType> getEdge()
Returns the value of the 'Edge' containment reference list. The list contents are of type EdgeType.

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

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

getLabel

EList<LabelType> getLabel()
Returns the value of the 'Label' containment reference list. The list contents are of type LabelType.

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

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