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