1 package org.omg.uml.foundation.core;2 3 public interface AParameterParameterTemplate extends javax.jmi.reflect.RefAssociation {4 public boolean exists(org.omg.uml.foundation.core.ModelElement parameter, org.omg.uml.foundation.core.TemplateParameter parameterTemplate);5 public org.omg.uml.foundation.core.ModelElement getParameter(org.omg.uml.foundation.core.TemplateParameter parameterTemplate);6 public org.omg.uml.foundation.core.TemplateParameter getParameterTemplate(org.omg.uml.foundation.core.ModelElement parameter);7 public boolean add(org.omg.uml.foundation.core.ModelElement parameter, org.omg.uml.foundation.core.TemplateParameter parameterTemplate);8 public boolean remove(org.omg.uml.foundation.core.ModelElement parameter, org.omg.uml.foundation.core.TemplateParameter parameterTemplate);9 }10