|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallAction | |
org.omg.uml.behavioralelements.commonbehavior |
Uses of CallAction in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return CallAction | |
CallAction |
CallActionClass.createCallAction()
The default factory operation used to create an instance object. |
CallAction |
CallActionClass.createCallAction(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. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type CallAction | |
boolean |
ACallActionOperation.exists(CallAction callAction,
Operation operation)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Operation |
ACallActionOperation.getOperation(CallAction callAction)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ACallActionOperation.add(CallAction callAction,
Operation operation)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ACallActionOperation.remove(CallAction callAction,
Operation operation)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |