Uses of Class
org.umlg.ocl.ocloperator.SortedByChild
Packages that use SortedByChild
-
Uses of SortedByChild in org.umlg.model
Methods in org.umlg.model that return types with arguments of type SortedByChildModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SortedByChild>Umlgtest.getSortedByChild() -
Uses of SortedByChild in org.umlg.ocl.ocloperator
Methods in org.umlg.ocl.ocloperator that return types with arguments of type SortedByChildModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SortedByChild>SortedByChild.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends SortedByChild>SortedByChild.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgOrderedSet<SortedByChild>SortedByParent.getSortedBy()Implements the ocl statement for derived property 'sortedBy'org.umlg.runtime.collection.UmlgSet<SortedByChild>SortedByParent.getSortedByChild()org.umlg.runtime.collection.UmlgSet<SortedByChild>SortedByParent.lookupFor_sortedByParent_sortedByChild()Methods in org.umlg.ocl.ocloperator with parameters of type SortedByChildModifier and TypeMethodDescriptionvoidSortedByParent.addToSortedByChild(SortedByChild sortedByChild)voidSortedByParent.addToSortedByChildIgnoreInverse(SortedByChild sortedByChild)voidSortedByParent.removeFromSortedByChild(SortedByChild sortedByChild)Method parameters in org.umlg.ocl.ocloperator with type arguments of type SortedByChildModifier and TypeMethodDescriptionvoidSortedByParent.addToSortedByChild(org.umlg.runtime.collection.UmlgSet<SortedByChild> sortedByChild)voidSortedByParent.removeFromSortedByChild(org.umlg.runtime.collection.UmlgSet<SortedByChild> sortedByChild)voidSortedByParent.setSortedByChild(org.umlg.runtime.collection.UmlgSet<SortedByChild> sortedByChild)