Uses of Class
org.umlg.rootallinstances.TopRootChild
Packages that use TopRootChild
-
Uses of TopRootChild in org.umlg.rootallinstances
Methods in org.umlg.rootallinstances that return types with arguments of type TopRootChildModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends TopRootChild>TopRootChild.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends TopRootChild>TopRootChild.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<TopRootChild>TopRoot.getTopRootChild()Methods in org.umlg.rootallinstances with parameters of type TopRootChildModifier and TypeMethodDescriptionvoidTopRoot.addToTopRootChild(TopRootChild topRootChild)voidTopRoot.addToTopRootChildIgnoreInverse(TopRootChild topRootChild)voidTopRoot.removeFromTopRootChild(TopRootChild topRootChild)Method parameters in org.umlg.rootallinstances with type arguments of type TopRootChildModifier and TypeMethodDescriptionvoidTopRoot.addToTopRootChild(org.umlg.runtime.collection.UmlgSet<TopRootChild> topRootChild)voidTopRoot.removeFromTopRootChild(org.umlg.runtime.collection.UmlgSet<TopRootChild> topRootChild)voidTopRoot.setTopRootChild(org.umlg.runtime.collection.UmlgSet<TopRootChild> topRootChild)