1 package org.omg.uml.modelmanagement;2 3 public interface AModelElementElementImport extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.foundation.core.ModelElement modelElement, org.omg.uml.modelmanagement.ElementImport elementImport);5 public org.omg.uml.foundation.core.ModelElement getModelElement(org.omg.uml.modelmanagement.ElementImport elementImport);6 public java.util.Collection getElementImport(org.omg.uml.foundation.core.ModelElement modelElement);7 public boolean add(org.omg.uml.foundation.core.ModelElement modelElement, org.omg.uml.modelmanagement.ElementImport elementImport);8 public boolean remove(org.omg.uml.foundation.core.ModelElement modelElement, org.omg.uml.modelmanagement.ElementImport elementImport);9 }10