KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.uml.behavioralelements.collaborations;
2
3 public interface CollaborationInstanceSet extends org.omg.uml.foundation.core.ModelElement {
4     public java.util.Collection JavaDoc getInteractionInstanceSet();
5     public org.omg.uml.behavioralelements.collaborations.Collaboration getCollaboration();
6     public void setCollaboration(org.omg.uml.behavioralelements.collaborations.Collaboration newValue);
7     public java.util.Collection JavaDoc getParticipatingInstance();
8     public java.util.Collection JavaDoc getParticipatingLink();
9     public java.util.Collection JavaDoc getConstrainingElement();
10 }
11
Popular Tags