1 package org.omg.uml.behavioralelements.commonbehavior;2 3 public interface AOwnedInstanceOwner extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.behavioralelements.commonbehavior.Instance ownedInstance, org.omg.uml.behavioralelements.commonbehavior.Instance owner);5 public java.util.Collection getOwnedInstance(org.omg.uml.behavioralelements.commonbehavior.Instance owner);6 public org.omg.uml.behavioralelements.commonbehavior.Instance getOwner(org.omg.uml.behavioralelements.commonbehavior.Instance ownedInstance);7 public boolean add(org.omg.uml.behavioralelements.commonbehavior.Instance ownedInstance, org.omg.uml.behavioralelements.commonbehavior.Instance owner);8 public boolean remove(org.omg.uml.behavioralelements.commonbehavior.Instance ownedInstance, org.omg.uml.behavioralelements.commonbehavior.Instance owner);9 }10