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 getCollaborationInstanceSet(org.omg.uml.behavioralelements.commonbehavior.Instance participatingInstance);6 public java.util.Collection 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