public interface ObjectNode extends ActivityNode, AbstractTypedElement
The following features are supported:
ActivityPackage.getObjectNode()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<IState> |
getInState()
Returns the value of the 'In State' reference list.
|
ObjectNodeKind |
getKindOfNode()
Returns the value of the 'Kind Of Node' attribute.
|
ObjectNodeOrderingKind |
getOrdering()
Returns the value of the 'Ordering' attribute.
|
AbstractBehavior |
getSelection()
Returns the value of the 'Selection' reference.
|
ValueSpecification |
getUpperBound()
Returns the value of the 'Upper Bound' containment reference.
|
boolean |
isIsControlType()
Returns the value of the 'Is Control Type' attribute.
|
void |
setIsControlType(boolean value)
Sets the value of the '
Is Control Type' attribute. |
void |
setKindOfNode(ObjectNodeKind value)
Sets the value of the '
Kind Of Node' attribute. |
void |
setOrdering(ObjectNodeOrderingKind value)
Sets the value of the '
Ordering' attribute. |
void |
setSelection(AbstractBehavior value)
Sets the value of the '
Selection' reference. |
void |
setUpperBound(ValueSpecification value)
Sets the value of the '
Upper Bound' containment reference. |
getInActivityPartition, getIncoming, getInInterruptibleRegion, getInStructuredNode, getOutgoinggetAbstractType, setAbstractTypegetName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsboolean isIsControlType()
If the meaning of the 'Is Control Type' attribute isn't clear, there really should be more of a description here...
setIsControlType(boolean),
ActivityPackage.getObjectNode_IsControlType()void setIsControlType(boolean value)
Is Control Type' attribute.
value - the new value of the 'Is Control Type' attribute.isIsControlType()ObjectNodeKind getKindOfNode()
ObjectNodeKind.
If the meaning of the 'Kind Of Node' attribute isn't clear, there really should be more of a description here...
ObjectNodeKind,
setKindOfNode(ObjectNodeKind),
ActivityPackage.getObjectNode_KindOfNode()void setKindOfNode(ObjectNodeKind value)
Kind Of Node' attribute.
value - the new value of the 'Kind Of Node' attribute.ObjectNodeKind,
getKindOfNode()ObjectNodeOrderingKind getOrdering()
ObjectNodeOrderingKind.
If the meaning of the 'Ordering' attribute isn't clear, there really should be more of a description here...
ObjectNodeOrderingKind,
setOrdering(ObjectNodeOrderingKind),
ActivityPackage.getObjectNode_Ordering()void setOrdering(ObjectNodeOrderingKind value)
Ordering' attribute.
value - the new value of the 'Ordering' attribute.ObjectNodeOrderingKind,
getOrdering()ValueSpecification getUpperBound()
If the meaning of the 'Upper Bound' containment reference isn't clear, there really should be more of a description here...
setUpperBound(ValueSpecification),
ActivityPackage.getObjectNode_UpperBound()void setUpperBound(ValueSpecification value)
Upper Bound' containment reference.
value - the new value of the 'Upper Bound' containment reference.getUpperBound()org.eclipse.emf.common.util.EList<IState> getInState()
IState.
If the meaning of the 'In State' reference list isn't clear, there really should be more of a description here...
ActivityPackage.getObjectNode_InState()AbstractBehavior getSelection()
If the meaning of the 'Selection' reference isn't clear, there really should be more of a description here...
setSelection(AbstractBehavior),
ActivityPackage.getObjectNode_Selection()void setSelection(AbstractBehavior value)
Selection' reference.
value - the new value of the 'Selection' reference.getSelection()