Uses of Class
org.umlg.constraints.ConstraintRoot
Packages that use ConstraintRoot
-
Uses of ConstraintRoot in org.umlg.constraints
Methods in org.umlg.constraints that return ConstraintRootModifier and TypeMethodDescriptionConstraintChild1.getConstraintRoot()ConstraintChild2.getConstraintRoot()Methods in org.umlg.constraints that return types with arguments of type ConstraintRootModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ConstraintRoot>ConstraintRoot.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends ConstraintRoot>ConstraintRoot.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.constraints with parameters of type ConstraintRootModifier and TypeMethodDescriptionvoidConstraintChild1.addToConstraintRoot(ConstraintRoot constraintRoot)voidConstraintChild2.addToConstraintRoot(ConstraintRoot constraintRoot)voidConstraintChild1.addToConstraintRootIgnoreInverse(ConstraintRoot constraintRoot)voidConstraintChild2.addToConstraintRootIgnoreInverse(ConstraintRoot constraintRoot)voidConstraintChild1.removeFromConstraintRoot(ConstraintRoot constraintRoot)voidConstraintChild2.removeFromConstraintRoot(ConstraintRoot constraintRoot)voidConstraintChild1.setConstraintRoot(ConstraintRoot constraintRoot)voidConstraintChild2.setConstraintRoot(ConstraintRoot constraintRoot)Method parameters in org.umlg.constraints with type arguments of type ConstraintRootModifier and TypeMethodDescriptionvoidConstraintChild1.removeFromConstraintRoot(org.umlg.runtime.collection.UmlgSet<ConstraintRoot> constraintRoot)voidConstraintChild2.removeFromConstraintRoot(org.umlg.runtime.collection.UmlgSet<ConstraintRoot> constraintRoot)Constructors in org.umlg.constraints with parameters of type ConstraintRootModifierConstructorDescriptionConstraintChild1(ConstraintRoot compositeOwner)constructor for ConstraintChild1ConstraintChild2(ConstraintRoot compositeOwner)constructor for ConstraintChild2 -
Uses of ConstraintRoot in org.umlg.model
Methods in org.umlg.model that return types with arguments of type ConstraintRootModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ConstraintRoot>Umlgtest.getConstraintRoot()