KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.uml.behavioralelements.collaborations;
2
3 public interface ACollaborationInstanceSetParticipatingInstance extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.behavioralelements.collaborations.CollaborationInstanceSet collaborationInstanceSet, org.omg.uml.behavioralelements.commonbehavior.Instance participatingInstance);
5     public java.util.Collection JavaDoc getCollaborationInstanceSet(org.omg.uml.behavioralelements.commonbehavior.Instance participatingInstance);
6     public java.util.Collection JavaDoc getParticipatingInstance(org.omg.uml.behavioralelements.collaborations.CollaborationInstanceSet collaborationInstanceSet);
7     public boolean add(org.omg.uml.behavioralelements.collaborations.CollaborationInstanceSet collaborationInstanceSet, org.omg.uml.behavioralelements.commonbehavior.Instance participatingInstance);
8     public boolean remove(org.omg.uml.behavioralelements.collaborations.CollaborationInstanceSet collaborationInstanceSet, org.omg.uml.behavioralelements.commonbehavior.Instance participatingInstance);
9 }
10
Popular Tags