1 package org.omg.uml.behavioralelements.commonbehavior;2 3 public interface AResidentComponentInstance extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.behavioralelements.commonbehavior.Instance resident, org.omg.uml.behavioralelements.commonbehavior.ComponentInstance componentInstance);5 public java.util.Collection getResident(org.omg.uml.behavioralelements.commonbehavior.ComponentInstance componentInstance);6 public org.omg.uml.behavioralelements.commonbehavior.ComponentInstance getComponentInstance(org.omg.uml.behavioralelements.commonbehavior.Instance resident);7 public boolean add(org.omg.uml.behavioralelements.commonbehavior.Instance resident, org.omg.uml.behavioralelements.commonbehavior.ComponentInstance componentInstance);8 public boolean remove(org.omg.uml.behavioralelements.commonbehavior.Instance resident, org.omg.uml.behavioralelements.commonbehavior.ComponentInstance componentInstance);9 }10