KickJava   Java API By Example, From Geeks To Geeks.

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


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