1 package org.omg.uml.behavioralelements.collaborations;2 3 public interface APlayedRoleConformingLink extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.behavioralelements.collaborations.AssociationRole playedRole, org.omg.uml.behavioralelements.commonbehavior.Link conformingLink);5 public java.util.Collection getPlayedRole(org.omg.uml.behavioralelements.commonbehavior.Link conformingLink);6 public java.util.Collection getConformingLink(org.omg.uml.behavioralelements.collaborations.AssociationRole playedRole);7 public boolean add(org.omg.uml.behavioralelements.collaborations.AssociationRole playedRole, org.omg.uml.behavioralelements.commonbehavior.Link conformingLink);8 public boolean remove(org.omg.uml.behavioralelements.collaborations.AssociationRole playedRole, org.omg.uml.behavioralelements.commonbehavior.Link conformingLink);9 }10