|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transition | |
org.omg.uml.behavioralelements.statemachines |
Uses of Transition in org.omg.uml.behavioralelements.statemachines |
Methods in org.omg.uml.behavioralelements.statemachines that return Transition | |
Transition |
Guard.getTransition()
Returns the value of reference transition. |
Transition |
TransitionClass.createTransition()
The default factory operation used to create an instance object. |
Transition |
TransitionClass.createTransition(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Transition |
ATransitionEffect.getTransition(Action effect)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Transition |
AGuardTransition.getTransition(Guard guard)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Methods in org.omg.uml.behavioralelements.statemachines with parameters of type Transition | |
boolean |
AIncomingTarget.exists(Transition incoming,
StateVertex target)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
StateVertex |
AIncomingTarget.getTarget(Transition incoming)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AIncomingTarget.add(Transition incoming,
StateVertex target)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AIncomingTarget.remove(Transition incoming,
StateVertex target)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ATransitionTrigger.exists(Transition transition,
Event trigger)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Event |
ATransitionTrigger.getTrigger(Transition transition)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ATransitionTrigger.add(Transition transition,
Event trigger)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATransitionTrigger.remove(Transition transition,
Event trigger)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AStateInternalTransition.exists(State state,
Transition internalTransition)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
State |
AStateInternalTransition.getState(Transition internalTransition)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AStateInternalTransition.add(State state,
Transition internalTransition)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStateInternalTransition.remove(State state,
Transition internalTransition)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AStateMachineTransitions.exists(StateMachine stateMachine,
Transition transitions)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
StateMachine |
AStateMachineTransitions.getStateMachine(Transition transitions)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AStateMachineTransitions.add(StateMachine stateMachine,
Transition transitions)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStateMachineTransitions.remove(StateMachine stateMachine,
Transition transitions)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Guard.setTransition(Transition newValue)
Sets the value of reference transition. |
boolean |
AOutgoingSource.exists(Transition outgoing,
StateVertex source)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
StateVertex |
AOutgoingSource.getSource(Transition outgoing)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AOutgoingSource.add(Transition outgoing,
StateVertex source)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AOutgoingSource.remove(Transition outgoing,
StateVertex source)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ATransitionEffect.exists(Transition transition,
Action effect)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Action |
ATransitionEffect.getEffect(Transition transition)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ATransitionEffect.add(Transition transition,
Action effect)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATransitionEffect.remove(Transition transition,
Action effect)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AGuardTransition.exists(Guard guard,
Transition transition)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Guard |
AGuardTransition.getGuard(Transition transition)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AGuardTransition.add(Guard guard,
Transition transition)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AGuardTransition.remove(Guard guard,
Transition transition)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |