public interface ComposedNode extends Node
The following features are supported:
SANModelPackage.getComposedNode()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Node> |
getChild()
Returns the value of the 'Child' containment reference list.
|
org.eclipse.emf.common.util.EList<SharedState> |
getStateVariables()
Returns the value of the 'State Variables' containment reference list.
|
getGlobalVariable
getName, setName, validate
getX, getY, setX, setY
org.eclipse.emf.common.util.EList<SharedState> getStateVariables()
SharedState
.
If the meaning of the 'State Variables' containment reference list isn't clear, there really should be more of a description here...
SANModelPackage.getComposedNode_StateVariables()
org.eclipse.emf.common.util.EList<Node> getChild()
Node
.
If the meaning of the 'Child' containment reference list isn't clear, there really should be more of a description here...
SANModelPackage.getComposedNode_Child()