1 package org.omg.uml.foundation.core;2 3 public interface AResidentElementResidence extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.foundation.core.ModelElement resident, org.omg.uml.foundation.core.ElementResidence elementResidence);5 public org.omg.uml.foundation.core.ModelElement getResident(org.omg.uml.foundation.core.ElementResidence elementResidence);6 public java.util.Collection getElementResidence(org.omg.uml.foundation.core.ModelElement resident);7 public boolean add(org.omg.uml.foundation.core.ModelElement resident, org.omg.uml.foundation.core.ElementResidence elementResidence);8 public boolean remove(org.omg.uml.foundation.core.ModelElement resident, org.omg.uml.foundation.core.ElementResidence elementResidence);9 }10