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