public interface InputGate extends Primitive
The following features are supported:
SANModelPackage.getInputGate()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Activity> |
getActivity()
Returns the value of the 'Activity' reference list.
|
java.lang.String |
getInputFunction()
Returns the value of the 'Input Function' attribute.
|
java.lang.String |
getInputPredicated()
Returns the value of the 'Input Predicated' attribute.
|
void |
setInputFunction(java.lang.String value)
Sets the value of the '
Input Function ' attribute. |
void |
setInputPredicated(java.lang.String value)
Sets the value of the '
Input Predicated ' attribute. |
getName, setName, validate
getX, getY, setX, setY
java.lang.String getInputPredicated()
If the meaning of the 'Input Predicated' attribute isn't clear, there really should be more of a description here...
setInputPredicated(String)
,
SANModelPackage.getInputGate_InputPredicated()
void setInputPredicated(java.lang.String value)
Input Predicated
' attribute.
value
- the new value of the 'Input Predicated' attribute.getInputPredicated()
java.lang.String getInputFunction()
If the meaning of the 'Input Function' attribute isn't clear, there really should be more of a description here...
setInputFunction(String)
,
SANModelPackage.getInputGate_InputFunction()
void setInputFunction(java.lang.String value)
Input Function
' attribute.
value
- the new value of the 'Input Function' attribute.getInputFunction()
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.getInputGate_Activity()