1 package org.omg.uml.behavioralelements.commonbehavior;2 3 public interface AAttributeLinkAttribute extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.behavioralelements.commonbehavior.AttributeLink attributeLink, org.omg.uml.foundation.core.Attribute attribute);5 public java.util.Collection getAttributeLink(org.omg.uml.foundation.core.Attribute attribute);6 public org.omg.uml.foundation.core.Attribute getAttribute(org.omg.uml.behavioralelements.commonbehavior.AttributeLink attributeLink);7 public boolean add(org.omg.uml.behavioralelements.commonbehavior.AttributeLink attributeLink, org.omg.uml.foundation.core.Attribute attribute);8 public boolean remove(org.omg.uml.behavioralelements.commonbehavior.AttributeLink attributeLink, org.omg.uml.foundation.core.Attribute attribute);9 }10