KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > behavioralelements > collaborations > InteractionInstanceSet


1 package org.omg.uml.behavioralelements.collaborations;
2
3 public interface InteractionInstanceSet extends org.omg.uml.foundation.core.ModelElement {
4     public org.omg.uml.behavioralelements.collaborations.CollaborationInstanceSet getContext();
5     public void setContext(org.omg.uml.behavioralelements.collaborations.CollaborationInstanceSet newValue);
6     public org.omg.uml.behavioralelements.collaborations.Interaction getInteraction();
7     public void setInteraction(org.omg.uml.behavioralelements.collaborations.Interaction newValue);
8     public java.util.Collection JavaDoc getParticipatingStimulus();
9 }
10
Popular Tags