|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SendAction | |
org.omg.uml.behavioralelements.commonbehavior |
Uses of SendAction in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return SendAction | |
SendAction |
SendActionClass.createSendAction()
The default factory operation used to create an instance object. |
SendAction |
SendActionClass.createSendAction(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 SendAction | |
boolean |
ASignalSendAction.exists(Signal signal,
SendAction sendAction)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Signal |
ASignalSendAction.getSignal(SendAction sendAction)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ASignalSendAction.add(Signal signal,
SendAction sendAction)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASignalSendAction.remove(Signal signal,
SendAction sendAction)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |