Uses of Class
org.umlg.ocl.ocloperator.SortedByParent
Packages that use SortedByParent
-
Uses of SortedByParent in org.umlg.model
Methods in org.umlg.model that return types with arguments of type SortedByParentModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SortedByParent>Umlgtest.getSortedByParent() -
Uses of SortedByParent in org.umlg.ocl.ocloperator
Methods in org.umlg.ocl.ocloperator that return SortedByParentMethods in org.umlg.ocl.ocloperator that return types with arguments of type SortedByParentModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SortedByParent>SortedByParent.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends SortedByParent>SortedByParent.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<SortedByParent>SortedByChild.lookupFor_sortedByChild_sortedByParent()Methods in org.umlg.ocl.ocloperator with parameters of type SortedByParentModifier and TypeMethodDescriptionvoidSortedByChild.addToSortedByParent(SortedByParent sortedByParent)voidSortedByChild.addToSortedByParentIgnoreInverse(SortedByParent sortedByParent)voidSortedByChild.removeFromSortedByParent(SortedByParent sortedByParent)voidSortedByChild.setSortedByParent(SortedByParent sortedByParent)Method parameters in org.umlg.ocl.ocloperator with type arguments of type SortedByParentModifier and TypeMethodDescriptionvoidSortedByChild.removeFromSortedByParent(org.umlg.runtime.collection.UmlgSet<SortedByParent> sortedByParent)