|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
org.omg.uml.behavioralelements.collaborations | |
org.omg.uml.behavioralelements.commonbehavior | |
org.omg.uml.behavioralelements.statemachines |
Uses of Action in org.omg.uml.behavioralelements.collaborations |
Methods in org.omg.uml.behavioralelements.collaborations that return Action | |
Action |
AActionMessage.getAction(Message message)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Action |
Message.getAction()
Returns the value of reference action. |
Methods in org.omg.uml.behavioralelements.collaborations with parameters of type Action | |
boolean |
AActionMessage.exists(Action action,
Message message)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AActionMessage.getMessage(Action action)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AActionMessage.add(Action action,
Message message)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AActionMessage.remove(Action action,
Message message)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Message.setAction(Action newValue)
Sets the value of reference action. |
Uses of Action in org.omg.uml.behavioralelements.commonbehavior |
Subinterfaces of Action in org.omg.uml.behavioralelements.commonbehavior | |
interface |
ActionSequence
ActionSequence object instance interface. |
interface |
CallAction
CallAction object instance interface. |
interface |
CreateAction
CreateAction object instance interface. |
interface |
DestroyAction
DestroyAction object instance interface. |
interface |
ReturnAction
ReturnAction object instance interface. |
interface |
SendAction
SendAction object instance interface. |
interface |
TerminateAction
TerminateAction object instance interface. |
interface |
UninterpretedAction
UninterpretedAction object instance interface. |
Methods in org.omg.uml.behavioralelements.commonbehavior that return Action | |
Action |
Argument.getAction()
Returns the value of reference action. |
Action |
Stimulus.getDispatchAction()
Returns the value of reference dispatchAction. |
Action |
AActualArgumentAction.getAction(Argument actualArgument)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Action |
ADispatchActionStimulus.getDispatchAction(Stimulus stimulus)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type Action | |
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. |
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. |
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 |
Argument.setAction(Action newValue)
Sets the value of reference action. |
void |
Stimulus.setDispatchAction(Action newValue)
Sets the value of reference dispatchAction. |
boolean |
AActualArgumentAction.exists(Argument actualArgument,
Action action)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
List |
AActualArgumentAction.getActualArgument(Action action)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AActualArgumentAction.add(Argument actualArgument,
Action action)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AActualArgumentAction.remove(Argument actualArgument,
Action action)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ADispatchActionStimulus.exists(Action dispatchAction,
Stimulus stimulus)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ADispatchActionStimulus.getStimulus(Action dispatchAction)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ADispatchActionStimulus.add(Action dispatchAction,
Stimulus stimulus)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ADispatchActionStimulus.remove(Action dispatchAction,
Stimulus stimulus)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Action in org.omg.uml.behavioralelements.statemachines |
Methods in org.omg.uml.behavioralelements.statemachines that return Action | |
Action |
AStateExit.getExit(State state)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Action |
AStateDoActivity.getDoActivity(State state)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Action |
AStateEntry.getEntry(State state)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Action |
State.getEntry()
Returns the value of reference entry. |
Action |
State.getExit()
Returns the value of reference exit. |
Action |
State.getDoActivity()
Returns the value of reference doActivity. |
Action |
ATransitionEffect.getEffect(Transition transition)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Action |
Transition.getEffect()
Returns the value of reference effect. |
Methods in org.omg.uml.behavioralelements.statemachines with parameters of type Action | |
boolean |
AStateExit.exists(State state,
Action exit)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
State |
AStateExit.getState(Action exit)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AStateExit.add(State state,
Action exit)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStateExit.remove(State state,
Action exit)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AStateDoActivity.exists(State state,
Action doActivity)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
State |
AStateDoActivity.getState(Action doActivity)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AStateDoActivity.add(State state,
Action doActivity)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStateDoActivity.remove(State state,
Action doActivity)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AStateEntry.exists(State state,
Action entry)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
State |
AStateEntry.getState(Action entry)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AStateEntry.add(State state,
Action entry)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AStateEntry.remove(State state,
Action entry)
Removes a link between a pair of instance objects in the current associations link set. |
void |
State.setEntry(Action newValue)
Sets the value of reference entry. |
void |
State.setExit(Action newValue)
Sets the value of reference exit. |
void |
State.setDoActivity(Action newValue)
Sets the value of reference doActivity. |
boolean |
ATransitionEffect.exists(Transition transition,
Action effect)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Transition |
ATransitionEffect.getTransition(Action effect)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ATransitionEffect.add(Transition transition,
Action effect)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATransitionEffect.remove(Transition transition,
Action effect)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Transition.setEffect(Action newValue)
Sets the value of reference effect. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |