KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.uml.behavioralelements.collaborations;
2
3 public interface ABaseAssociationRole extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.foundation.core.UmlAssociation base, org.omg.uml.behavioralelements.collaborations.AssociationRole associationRole);
5     public org.omg.uml.foundation.core.UmlAssociation getBase(org.omg.uml.behavioralelements.collaborations.AssociationRole associationRole);
6     public java.util.Collection JavaDoc getAssociationRole(org.omg.uml.foundation.core.UmlAssociation base);
7     public boolean add(org.omg.uml.foundation.core.UmlAssociation base, org.omg.uml.behavioralelements.collaborations.AssociationRole associationRole);
8     public boolean remove(org.omg.uml.foundation.core.UmlAssociation base, org.omg.uml.behavioralelements.collaborations.AssociationRole associationRole);
9 }
10
Popular Tags