public interface Place extends Primitive
The following features are supported:
SANModelPackage.getPlace()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Activity> |
getActivity()
Returns the value of the 'Activity' reference list.
|
int |
getInitialState()
Returns the value of the 'Initial State' attribute.
|
org.eclipse.emf.common.util.EList<InputGate> |
getInputGate()
Returns the value of the 'Input Gate' reference list.
|
void |
setInitialState(int value)
Sets the value of the '
Initial State ' attribute. |
getName, setName, validate
getX, getY, setX, setY
org.eclipse.emf.common.util.EList<Activity> getActivity()
Activity
.
If the meaning of the 'Activity' reference list isn't clear, there really should be more of a description here...
SANModelPackage.getPlace_Activity()
org.eclipse.emf.common.util.EList<InputGate> getInputGate()
InputGate
.
If the meaning of the 'Input Gate' reference list isn't clear, there really should be more of a description here...
SANModelPackage.getPlace_InputGate()
int getInitialState()
If the meaning of the 'Initial State' attribute isn't clear, there really should be more of a description here...
setInitialState(int)
,
SANModelPackage.getPlace_InitialState()
void setInitialState(int value)
Initial State
' attribute.
value
- the new value of the 'Initial State' attribute.getInitialState()