net.ogdf.ogml
Interface ComposedType

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

public interface ComposedType
extends EObject

A representation of the model object 'Composed Type'.

The following features are supported:

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

Method Summary
 EList<BooleanType> getBoolean()
          Returns the value of the 'Boolean' containment reference list.
 EList<ComposedType> getComposed()
          Returns the value of the 'Composed' containment reference list.
 EList<EdgeConstraintType> getEdge()
          Returns the value of the 'Edge' containment reference list.
 FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 EList<IntType> getInt()
          Returns the value of the 'Int' containment reference list.
 EList<LabelConstraintType> getLabel()
          Returns the value of the 'Label' containment reference list.
 String getName()
          Returns the value of the 'Name' attribute.
 EList<NodeConstraintType> getNode()
          Returns the value of the 'Node' containment reference list.
 EList<NumberType> getNumber()
          Returns the value of the 'Number' containment reference list.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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.getComposedType_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'"

getNumber

EList<NumberType> getNumber()
Returns the value of the 'Number' containment reference list. The list contents are of type NumberType.

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

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

getInt

EList<IntType> getInt()
Returns the value of the 'Int' containment reference list. The list contents are of type IntType.

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

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

getBoolean

EList<BooleanType> getBoolean()
Returns the value of the 'Boolean' containment reference list. The list contents are of type BooleanType.

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

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

getNode

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

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.getComposedType_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<EdgeConstraintType> getEdge()
Returns the value of the 'Edge' containment reference list. The list contents are of type EdgeConstraintType.

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.getComposedType_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<LabelConstraintType> getLabel()
Returns the value of the 'Label' containment reference list. The list contents are of type LabelConstraintType.

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.getComposedType_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'"

getComposed

EList<ComposedType> getComposed()
Returns the value of the 'Composed' containment reference list. The list contents are of type ComposedType.

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

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

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), OgmlPackage.getComposedType_Name()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.String
extendedMetaData="kind='attribute'
name='name'
namespace='##targetNamespace'"

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:
This code was automatically generated.