1 package org.omg.uml.foundation.core; 2 3 public interface ASpecificationMethod extends javax.jmi.reflect.RefAssociation { 4 public boolean exists(org.omg.uml.foundation.core.Operation specification, org.omg.uml.foundation.core.Method method); 5 public org.omg.uml.foundation.core.Operation getSpecification(org.omg.uml.foundation.core.Method method); 6 public java.util.Collection getMethod(org.omg.uml.foundation.core.Operation specification); 7 public boolean add(org.omg.uml.foundation.core.Operation specification, org.omg.uml.foundation.core.Method method); 8 public boolean remove(org.omg.uml.foundation.core.Operation specification, org.omg.uml.foundation.core.Method method); 9 } 10 | Popular Tags |