public interface TypedTransition extends Transition
The following features are supported:
AutomatonPackage.getTypedTransition()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Guard> |
getGuards()
Returns the value of the 'Guards' containment reference list.
|
org.eclipse.emf.common.util.EList<Parameter> |
getParameters()
Returns the value of the 'Parameters' containment reference list.
|
getPostState, getPreState, setPostState, setPreState
org.eclipse.emf.common.util.EList<Guard> getGuards()
Guard
.
It is bidirectional and its opposite is 'Transition
'.
If the meaning of the 'Guards' containment reference list isn't clear, there really should be more of a description here...
AutomatonPackage.getTypedTransition_Guards()
,
Guard.getTransition()
org.eclipse.emf.common.util.EList<Parameter> getParameters()
Parameter
.
It is bidirectional and its opposite is 'Transition
'.
If the meaning of the 'Parameters' containment reference list isn't clear, there really should be more of a description here...
AutomatonPackage.getTypedTransition_Parameters()
,
Parameter.getTransition()