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