1 package org.omg.uml.foundation.core; 2 3 public interface AModelElementTemplateParameter extends javax.jmi.reflect.RefAssociation { 4 public boolean exists(org.omg.uml.foundation.core.ModelElement modelElement, org.omg.uml.foundation.core.TemplateParameter templateParameter); 5 public org.omg.uml.foundation.core.ModelElement getModelElement(org.omg.uml.foundation.core.TemplateParameter templateParameter); 6 public java.util.List getTemplateParameter(org.omg.uml.foundation.core.ModelElement modelElement); 7 public boolean add(org.omg.uml.foundation.core.ModelElement modelElement, org.omg.uml.foundation.core.TemplateParameter templateParameter); 8 public boolean remove(org.omg.uml.foundation.core.ModelElement modelElement, org.omg.uml.foundation.core.TemplateParameter templateParameter); 9 } 10 | Popular Tags |