public interface Parameter
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AutomatonPackage.getParameter()| Modifier and Type | Method and Description |
|---|---|
int |
getPosition()
Returns the value of the 'Position' attribute.
|
java.lang.String |
getSymbolicName()
Returns the value of the 'Symbolic Name' attribute.
|
TypedTransition |
getTransition()
Returns the value of the 'Transition' container reference.
|
void |
setPosition(int value)
Sets the value of the '
Position' attribute. |
void |
setSymbolicName(java.lang.String value)
Sets the value of the '
Symbolic Name' attribute. |
void |
setTransition(TypedTransition value)
Sets the value of the '
Transition' container reference. |
int getPosition()
If the meaning of the 'Position' attribute isn't clear, there really should be more of a description here...
setPosition(int),
AutomatonPackage.getParameter_Position()void setPosition(int value)
Position' attribute.
value - the new value of the 'Position' attribute.getPosition()java.lang.String getSymbolicName()
If the meaning of the 'Symbolic Name' attribute isn't clear, there really should be more of a description here...
setSymbolicName(String),
AutomatonPackage.getParameter_SymbolicName()void setSymbolicName(java.lang.String value)
Symbolic Name' attribute.
value - the new value of the 'Symbolic Name' attribute.getSymbolicName()TypedTransition getTransition()
Parameters'.
If the meaning of the 'Transition' container reference isn't clear, there really should be more of a description here...
setTransition(TypedTransition),
AutomatonPackage.getParameter_Transition(),
TypedTransition.getParameters()void setTransition(TypedTransition value)
Transition' container reference.
value - the new value of the 'Transition' container reference.getTransition()