net.ogdf.ogml
Interface ConstraintsType

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

public interface ConstraintsType
extends EObject

A representation of the model object 'Constraints Type'.

The following features are supported:

See Also:
OgmlPackage.getConstraintsType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='constraints.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> getEdgeRef()
          Returns the value of the 'Edge Ref' 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> getLabelRef()
          Returns the value of the 'Label Ref' containment reference list.
 EList<NodeConstraintType> getNodeRef()
          Returns the value of the 'Node Ref' containment reference list.
 EList<NumberType> getNumber()
          Returns the value of the 'Number' 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.getConstraintsType_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.getConstraintsType_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.getConstraintsType_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.getConstraintsType_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'"

getNodeRef

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

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

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

getEdgeRef

EList<EdgeConstraintType> getEdgeRef()
Returns the value of the 'Edge Ref' containment reference list. The list contents are of type EdgeConstraintType.

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

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

getLabelRef

EList<LabelConstraintType> getLabelRef()
Returns the value of the 'Label Ref' containment reference list. The list contents are of type LabelConstraintType.

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

Returns:
the value of the 'Label Ref' containment reference list.
See Also:
OgmlPackage.getConstraintsType_LabelRef()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='labelRef'
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.getConstraintsType_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'"