|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interaction | |
org.omg.uml.behavioralelements.collaborations |
Uses of Interaction in org.omg.uml.behavioralelements.collaborations |
Methods in org.omg.uml.behavioralelements.collaborations that return Interaction | |
Interaction |
InteractionInstanceSet.getInteraction()
Returns the value of reference interaction. |
Interaction |
AInteractionMessage.getInteraction(Message message)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Interaction |
Message.getInteraction()
Returns the value of reference interaction. |
Interaction |
InteractionClass.createInteraction()
The default factory operation used to create an instance object. |
Interaction |
InteractionClass.createInteraction(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Interaction |
AInteractionInteractionInstanceSet.getInteraction(InteractionInstanceSet interactionInstanceSet)
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.collaborations with parameters of type Interaction | |
boolean |
AContextInteraction.exists(Collaboration context,
Interaction interaction)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collaboration |
AContextInteraction.getContext(Interaction interaction)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AContextInteraction.add(Collaboration context,
Interaction interaction)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AContextInteraction.remove(Collaboration context,
Interaction interaction)
Removes a link between a pair of instance objects in the current associations link set. |
void |
InteractionInstanceSet.setInteraction(Interaction newValue)
Sets the value of reference interaction. |
boolean |
AInteractionMessage.exists(Interaction interaction,
Message message)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AInteractionMessage.getMessage(Interaction interaction)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AInteractionMessage.add(Interaction interaction,
Message message)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AInteractionMessage.remove(Interaction interaction,
Message message)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Message.setInteraction(Interaction newValue)
Sets the value of reference interaction. |
boolean |
AInteractionInteractionInstanceSet.exists(Interaction interaction,
InteractionInstanceSet interactionInstanceSet)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AInteractionInteractionInstanceSet.getInteractionInstanceSet(Interaction interaction)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AInteractionInteractionInstanceSet.add(Interaction interaction,
InteractionInstanceSet interactionInstanceSet)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AInteractionInteractionInstanceSet.remove(Interaction interaction,
InteractionInstanceSet interactionInstanceSet)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |