Uses of Class
org.umlg.subsetting.SubsetParent
Packages that use SubsetParent
-
Uses of SubsetParent in org.umlg.model
Methods in org.umlg.model that return types with arguments of type SubsetParentModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SubsetParent>Umlgtest.getSubsetParent() -
Uses of SubsetParent in org.umlg.subsetting
Methods in org.umlg.subsetting that return SubsetParentModifier and TypeMethodDescriptionAbstractSubsetChild.getAbstractSubsetParent()protected SubsetParentAbstractSubsetChild.getSubsetParent()Fake getter to help out the derivedUnion abstractSubsetParentSubsetChild.getSubsetParent()Methods in org.umlg.subsetting that return types with arguments of type SubsetParentModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SubsetParent>SubsetParent.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends SubsetParent>SubsetParent.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.subsetting with parameters of type SubsetParentModifier and TypeMethodDescriptionvoidSubsetChild.addToSubsetParent(SubsetParent subsetParent)voidSubsetChild.addToSubsetParentIgnoreInverse(SubsetParent subsetParent)voidSubsetChild.removeFromSubsetParent(SubsetParent subsetParent)voidSubsetChild.setSubsetParent(SubsetParent subsetParent)Method parameters in org.umlg.subsetting with type arguments of type SubsetParentModifier and TypeMethodDescriptionvoidSubsetChild.removeFromSubsetParent(org.umlg.runtime.collection.UmlgSet<SubsetParent> subsetParent)Constructors in org.umlg.subsetting with parameters of type SubsetParentModifierConstructorDescriptionSubsetChild(SubsetParent compositeOwner)constructor for SubsetChild