Uses of Class
org.umlg.ocl.iterate.IterateChild
Packages that use IterateChild
-
Uses of IterateChild in org.umlg.ocl.iterate
Methods in org.umlg.ocl.iterate that return types with arguments of type IterateChildModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends IterateChild>IterateChild.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends IterateChild>IterateChild.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgOrderedSet<IterateChild>IterateParent.getIterateChild()Methods in org.umlg.ocl.iterate with parameters of type IterateChildModifier and TypeMethodDescriptionvoidIterateParent.addToIterateChild(int index, IterateChild iterateChild)voidIterateParent.addToIterateChild(IterateChild iterateChild)voidIterateParent.addToIterateChildIgnoreInverse(IterateChild iterateChild)voidIterateParent.removeFromIterateChild(IterateChild iterateChild)Method parameters in org.umlg.ocl.iterate with type arguments of type IterateChildModifier and TypeMethodDescriptionvoidIterateParent.addToIterateChild(int index, org.umlg.runtime.collection.UmlgOrderedSet<IterateChild> iterateChild)voidIterateParent.addToIterateChild(org.umlg.runtime.collection.UmlgOrderedSet<IterateChild> iterateChild)voidIterateParent.removeFromIterateChild(org.umlg.runtime.collection.UmlgOrderedSet<IterateChild> iterateChild)voidIterateParent.setIterateChild(org.umlg.runtime.collection.UmlgOrderedSet<IterateChild> iterateChild)