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