|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionSequence | |
org.omg.uml.behavioralelements.commonbehavior |
Uses of ActionSequence in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return ActionSequence | |
ActionSequence |
AActionSequenceAction.getActionSequence(Action action)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
ActionSequence |
ActionSequenceClass.createActionSequence()
The default factory operation used to create an instance object. |
ActionSequence |
ActionSequenceClass.createActionSequence(String name,
VisibilityKind visibility,
boolean isSpecification,
IterationExpression recurrence,
ObjectSetExpression target,
boolean isAsynchronous,
ActionExpression script)
Creates an instance object having attributes initialized by the passed values. |
ActionSequence |
Action.getActionSequence()
Returns the value of reference actionSequence. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type ActionSequence | |
boolean |
AActionSequenceAction.exists(ActionSequence actionSequence,
Action action)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
List |
AActionSequenceAction.getAction(ActionSequence actionSequence)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AActionSequenceAction.add(ActionSequence actionSequence,
Action action)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AActionSequenceAction.remove(ActionSequence actionSequence,
Action action)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Action.setActionSequence(ActionSequence newValue)
Sets the value of reference actionSequence. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |