public interface AtomicNode extends Node
The following features are supported:
SANModelPackage.getAtomicNode()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<InputGate> |
getInputGate()
Returns the value of the 'Input Gate' containment reference list.
|
org.eclipse.emf.common.util.EList<InstantaneousActivity> |
getInstantaneousActivity()
Returns the value of the 'Instantaneous Activity' containment reference list.
|
java.lang.String |
getModel()
Returns the value of the 'Model' attribute.
|
org.eclipse.emf.common.util.EList<OutputGate> |
getOutputGate()
Returns the value of the 'Output Gate' containment reference list.
|
org.eclipse.emf.common.util.EList<Place> |
getPlace()
Returns the value of the 'Place' containment reference list.
|
org.eclipse.emf.common.util.EList<TimedActivity> |
getTimedActivity()
Returns the value of the 'Timed Activity' containment reference list.
|
void |
setModel(java.lang.String value)
Sets the value of the '
Model ' attribute. |
getGlobalVariable
getName, setName, validate
getX, getY, setX, setY
org.eclipse.emf.common.util.EList<Place> getPlace()
Place
.
If the meaning of the 'Place' containment reference list isn't clear, there really should be more of a description here...
SANModelPackage.getAtomicNode_Place()
org.eclipse.emf.common.util.EList<TimedActivity> getTimedActivity()
TimedActivity
.
If the meaning of the 'Timed Activity' containment reference list isn't clear, there really should be more of a description here...
SANModelPackage.getAtomicNode_TimedActivity()
org.eclipse.emf.common.util.EList<InstantaneousActivity> getInstantaneousActivity()
InstantaneousActivity
.
If the meaning of the 'Instantaneous Activity' containment reference list isn't clear, there really should be more of a description here...
SANModelPackage.getAtomicNode_InstantaneousActivity()
org.eclipse.emf.common.util.EList<InputGate> getInputGate()
InputGate
.
If the meaning of the 'Input Gate' containment reference list isn't clear, there really should be more of a description here...
SANModelPackage.getAtomicNode_InputGate()
org.eclipse.emf.common.util.EList<OutputGate> getOutputGate()
OutputGate
.
If the meaning of the 'Output Gate' reference list isn't clear, there really should be more of a description here...
SANModelPackage.getAtomicNode_OutputGate()
java.lang.String getModel()
If the meaning of the 'Model' attribute isn't clear, there really should be more of a description here...
setModel(String)
,
SANModelPackage.getAtomicNode_Model()
void setModel(java.lang.String value)
Model
' attribute.
value
- the new value of the 'Model' attribute.getModel()