1 package org.omg.uml.foundation.core; 2 3 public interface AModelElement2TemplateParameter2 extends javax.jmi.reflect.RefAssociation { 4 public boolean exists(org.omg.uml.foundation.core.ModelElement modelElement2, org.omg.uml.foundation.core.TemplateParameter templateParameter2); 5 public org.omg.uml.foundation.core.ModelElement getModelElement2(org.omg.uml.foundation.core.TemplateParameter templateParameter2); 6 public java.util.Collection getTemplateParameter2(org.omg.uml.foundation.core.ModelElement modelElement2); 7 public boolean add(org.omg.uml.foundation.core.ModelElement modelElement2, org.omg.uml.foundation.core.TemplateParameter templateParameter2); 8 public boolean remove(org.omg.uml.foundation.core.ModelElement modelElement2, org.omg.uml.foundation.core.TemplateParameter templateParameter2); 9 } 10 | Popular Tags |