Uses of Class
org.umlg.ocl.iterate.IterateParent
Packages that use IterateParent
-
Uses of IterateParent in org.umlg.model
Methods in org.umlg.model that return types with arguments of type IterateParentModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends IterateParent>Umlgtest.getIterateParent() -
Uses of IterateParent in org.umlg.ocl.iterate
Methods in org.umlg.ocl.iterate that return IterateParentMethods in org.umlg.ocl.iterate that return types with arguments of type IterateParentModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends IterateParent>IterateParent.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends IterateParent>IterateParent.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.ocl.iterate with parameters of type IterateParentModifier and TypeMethodDescriptionvoidIterateChild.addToIterateParent(IterateParent iterateParent)voidIterateChild.addToIterateParentIgnoreInverse(IterateParent iterateParent)voidIterateChild.removeFromIterateParent(IterateParent iterateParent)voidIterateChild.setIterateParent(IterateParent iterateParent)Method parameters in org.umlg.ocl.iterate with type arguments of type IterateParentModifier and TypeMethodDescriptionvoidIterateChild.removeFromIterateParent(org.umlg.runtime.collection.UmlgSet<IterateParent> iterateParent)Constructors in org.umlg.ocl.iterate with parameters of type IterateParentModifierConstructorDescriptionIterateChild(IterateParent compositeOwner)constructor for IterateChild