KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > foundation > extensionmechanisms > AConstrainedElement2StereotypeConstraint


1 package org.omg.uml.foundation.extensionmechanisms;
2
3 public interface AConstrainedElement2StereotypeConstraint extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.foundation.extensionmechanisms.Stereotype constrainedElement2, org.omg.uml.foundation.core.Constraint stereotypeConstraint);
5     public org.omg.uml.foundation.extensionmechanisms.Stereotype getConstrainedElement2(org.omg.uml.foundation.core.Constraint stereotypeConstraint);
6     public java.util.Collection JavaDoc getStereotypeConstraint(org.omg.uml.foundation.extensionmechanisms.Stereotype constrainedElement2);
7     public boolean add(org.omg.uml.foundation.extensionmechanisms.Stereotype constrainedElement2, org.omg.uml.foundation.core.Constraint stereotypeConstraint);
8     public boolean remove(org.omg.uml.foundation.extensionmechanisms.Stereotype constrainedElement2, org.omg.uml.foundation.core.Constraint stereotypeConstraint);
9 }
10
Popular Tags