public interface PrioritizedTransition
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Transition |
getBase_Transition()
Returns the value of the 'Base Transition' reference.
|
int |
getPriority()
Returns the value of the 'Priority' attribute.
|
void |
setBase_Transition(org.eclipse.uml2.uml.Transition value)
Sets the value of the '
Base Transition ' reference. |
void |
setPriority(int value)
Sets the value of the '
Priority ' attribute. |
org.eclipse.uml2.uml.Transition getBase_Transition()
If the meaning of the 'Base Transition' reference isn't clear, there really should be more of a description here...
setBase_Transition(Transition)
,
StateMachinesPackage.getPrioritizedTransition_Base_Transition()
void setBase_Transition(org.eclipse.uml2.uml.Transition value)
Base Transition
' reference.
value
- the new value of the 'Base Transition' reference.getBase_Transition()
int getPriority()
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
setPriority(int)
,
StateMachinesPackage.getPrioritizedTransition_Priority()
void setPriority(int value)
Priority
' attribute.
value
- the new value of the 'Priority' attribute.getPriority()