Package uk.ac.ucl.cs.uml.jmi.BehavioralElements.Actions.MessagingActions

Interface Summary
AsynchronousInvocationAction Creates a request that is transmitted to the target object, where it causes the execution of an effect, such as a method r the triggering of a transition.
AsynchronousInvocationActionClass Class proxy for type AsynchronousInvocationAction.
BroadcastSignalAction Creates a request signal that is transmitted to all the potential target objects in the system, where it may cause the firing of state machine transitions and the execution of attached procedures.
BroadcastSignalActionClass Class proxy for type BroadcastSignalAction.
CallOperationAction Assembles the call arguments into an operation call request that is transmitted to the target object, where it causes the selection of a method and the execution of its procedure.
CallOperationActionClass Class proxy for type CallOperationAction.
ExplicitInvocationAction Abstract action that indicates sending a request object to a target object using an explicit argument list.
ExplicitInvocationActionClass Class proxy for type ExplicitInvocationAction.
InvocationAction Abstract action that indicates sending a request object to a target object.
InvocationActionClass Class proxy for type InvocationAction.
MessagingActionsPackage  
SendSignalAction Creates a request signal that is transmitted to the target object where it may cause the firing of a state machine transition and the execution of an attached procedure.
SendSignalActionClass Class proxy for type SendSignalAction.
SynchronousInvocationAction Creates a request packet that is transmitted to the target object where it causes an effect, such as the execution of a method or the triggering of a transition.
SynchronousInvocationActionClass Class proxy for type SynchronousInvocationAction.