KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > foundation > core > ABehavioralFeatureParameter


1 package org.omg.uml.foundation.core;
2
3 public interface ABehavioralFeatureParameter extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.foundation.core.BehavioralFeature behavioralFeature, org.omg.uml.foundation.core.Parameter parameter);
5     public org.omg.uml.foundation.core.BehavioralFeature getBehavioralFeature(org.omg.uml.foundation.core.Parameter parameter);
6     public java.util.List JavaDoc getParameter(org.omg.uml.foundation.core.BehavioralFeature behavioralFeature);
7     public boolean add(org.omg.uml.foundation.core.BehavioralFeature behavioralFeature, org.omg.uml.foundation.core.Parameter parameter);
8     public boolean remove(org.omg.uml.foundation.core.BehavioralFeature behavioralFeature, org.omg.uml.foundation.core.Parameter parameter);
9 }
10
Popular Tags