public interface Transition
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AutomatonPackage.getTransition()| Modifier and Type | Method and Description |
|---|---|
State |
getPostState()
Returns the value of the 'Post State' reference.
|
State |
getPreState()
Returns the value of the 'Pre State' container reference.
|
void |
setPostState(State value)
Sets the value of the '
Post State' reference. |
void |
setPreState(State value)
Sets the value of the '
Pre State' container reference. |
State getPreState()
Out Transitions'.
If the meaning of the 'Pre State' container reference isn't clear, there really should be more of a description here...
setPreState(State),
AutomatonPackage.getTransition_PreState(),
State.getOutTransitions()void setPreState(State value)
Pre State' container reference.
value - the new value of the 'Pre State' container reference.getPreState()State getPostState()
In Transitions'.
If the meaning of the 'Post State' reference isn't clear, there really should be more of a description here...
setPostState(State),
AutomatonPackage.getTransition_PostState(),
State.getInTransitions()void setPostState(State value)
Post State' reference.
value - the new value of the 'Post State' reference.getPostState()