|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InteractionInstanceSet | |
org.omg.uml.behavioralelements.collaborations |
Uses of InteractionInstanceSet in org.omg.uml.behavioralelements.collaborations |
Methods in org.omg.uml.behavioralelements.collaborations that return InteractionInstanceSet | |
InteractionInstanceSet |
InteractionInstanceSetClass.createInteractionInstanceSet()
The default factory operation used to create an instance object. |
InteractionInstanceSet |
InteractionInstanceSetClass.createInteractionInstanceSet(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.collaborations with parameters of type InteractionInstanceSet | |
boolean |
AContextInteractionInstanceSet.exists(CollaborationInstanceSet context,
InteractionInstanceSet interactionInstanceSet)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
CollaborationInstanceSet |
AContextInteractionInstanceSet.getContext(InteractionInstanceSet interactionInstanceSet)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AContextInteractionInstanceSet.add(CollaborationInstanceSet context,
InteractionInstanceSet interactionInstanceSet)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AContextInteractionInstanceSet.remove(CollaborationInstanceSet context,
InteractionInstanceSet interactionInstanceSet)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AInteractionInstanceSetParticipatingStimulus.exists(InteractionInstanceSet interactionInstanceSet,
Stimulus participatingStimulus)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AInteractionInstanceSetParticipatingStimulus.getParticipatingStimulus(InteractionInstanceSet interactionInstanceSet)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AInteractionInstanceSetParticipatingStimulus.add(InteractionInstanceSet interactionInstanceSet,
Stimulus participatingStimulus)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AInteractionInstanceSetParticipatingStimulus.remove(InteractionInstanceSet interactionInstanceSet,
Stimulus participatingStimulus)
Removes a link between a pair of instance objects in the current associations link set. |
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. |
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. |
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 |