1 package org.omg.uml.foundation.core; 2 3 public interface AImplementationLocationResidentElement extends javax.jmi.reflect.RefAssociation { 4 public boolean exists(org.omg.uml.foundation.core.Component implementationLocation, org.omg.uml.foundation.core.ElementResidence residentElement); 5 public org.omg.uml.foundation.core.Component getImplementationLocation(org.omg.uml.foundation.core.ElementResidence residentElement); 6 public java.util.Collection getResidentElement(org.omg.uml.foundation.core.Component implementationLocation); 7 public boolean add(org.omg.uml.foundation.core.Component implementationLocation, org.omg.uml.foundation.core.ElementResidence residentElement); 8 public boolean remove(org.omg.uml.foundation.core.Component implementationLocation, org.omg.uml.foundation.core.ElementResidence residentElement); 9 } 10 | Popular Tags |