Uses of Class
org.umlg.subsetting.SubsetChild
Packages that use SubsetChild
-
Uses of SubsetChild in org.umlg.subsetting
Methods in org.umlg.subsetting that return SubsetChildMethods in org.umlg.subsetting that return types with arguments of type SubsetChildModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SubsetChild>SubsetChild.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends SubsetChild>SubsetChild.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.subsetting with parameters of type SubsetChildModifier and TypeMethodDescriptionvoidSubsetParent.addToSubsetChild(SubsetChild subsetChild)voidSubsetParent.addToSubsetChildIgnoreInverse(SubsetChild subsetChild)voidSubsetParent.removeFromSubsetChild(SubsetChild subsetChild)voidSubsetParent.setSubsetChild(SubsetChild subsetChild)Method parameters in org.umlg.subsetting with type arguments of type SubsetChildModifier and TypeMethodDescriptionvoidSubsetParent.removeFromSubsetChild(org.umlg.runtime.collection.UmlgSet<SubsetChild> subsetChild)