1 package org.omg.uml.foundation.core; 2 3 public interface AParticipantSpecification extends javax.jmi.reflect.RefAssociation { 4 public boolean exists(org.omg.uml.foundation.core.AssociationEnd participant, org.omg.uml.foundation.core.Classifier specification); 5 public java.util.Collection getParticipant(org.omg.uml.foundation.core.Classifier specification); 6 public java.util.Collection getSpecification(org.omg.uml.foundation.core.AssociationEnd participant); 7 public boolean add(org.omg.uml.foundation.core.AssociationEnd participant, org.omg.uml.foundation.core.Classifier specification); 8 public boolean remove(org.omg.uml.foundation.core.AssociationEnd participant, org.omg.uml.foundation.core.Classifier specification); 9 } 10 | Popular Tags |