|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Guard | |
org.omg.uml.behavioralelements.statemachines |
Uses of Guard in org.omg.uml.behavioralelements.statemachines |
Methods in org.omg.uml.behavioralelements.statemachines that return Guard | |
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. |
Guard |
Transition.getGuard()
Returns the value of reference guard. |
Guard |
GuardClass.createGuard()
The default factory operation used to create an instance object. |
Guard |
GuardClass.createGuard(String name,
VisibilityKind visibility,
boolean isSpecification,
BooleanExpression expression)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.statemachines with parameters of type Guard | |
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. |
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. |
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. |
void |
Transition.setGuard(Guard newValue)
Sets the value of reference guard. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |