KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.uml.behavioralelements.collaborations;
2
3 public interface ACollaborationInstanceSetConstrainingElement extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.behavioralelements.collaborations.CollaborationInstanceSet collaborationInstanceSet, org.omg.uml.foundation.core.ModelElement constrainingElement);
5     public java.util.Collection JavaDoc getCollaborationInstanceSet(org.omg.uml.foundation.core.ModelElement constrainingElement);
6     public java.util.Collection JavaDoc getConstrainingElement(org.omg.uml.behavioralelements.collaborations.CollaborationInstanceSet collaborationInstanceSet);
7     public boolean add(org.omg.uml.behavioralelements.collaborations.CollaborationInstanceSet collaborationInstanceSet, org.omg.uml.foundation.core.ModelElement constrainingElement);
8     public boolean remove(org.omg.uml.behavioralelements.collaborations.CollaborationInstanceSet collaborationInstanceSet, org.omg.uml.foundation.core.ModelElement constrainingElement);
9 }
10
Popular Tags