Uses of Class
org.umlg.rootallinstances.TopRoot
Packages that use TopRoot
-
Uses of TopRoot in org.umlg.model
Methods in org.umlg.model that return types with arguments of type TopRootModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends TopRoot>Umlgtest.getTopRoot() -
Uses of TopRoot in org.umlg.rootallinstances
Methods in org.umlg.rootallinstances that return TopRootModifier and TypeMethodDescriptionTopRootChild.getTopRoot()static TopRootTopRoot.topRoot_findByIndexedName(String indexedName)static TopRootTopRoot.topRoot_findByIndexUniqueInteger(Integer indexUniqueInteger)static TopRootTopRoot.topRoot_findByIndexUniqueReal(Double indexUniqueReal)static TopRootTopRoot.topRoot_findByIndexUniqueUnlimitedNatural(Integer indexUniqueUnlimitedNatural)static TopRootTopRoot.topRoot_findByNameUnique(String nameUnique)Methods in org.umlg.rootallinstances that return types with arguments of type TopRootModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends TopRoot>TopRoot.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends TopRoot>TopRoot.allInstances(org.umlg.runtime.collection.Filter filter)TopRoot.topRoot_findByIndexedNonUniqueName(String indexedNonUniqueName)TopRoot.topRoot_findByIndexNonUniqueBoolean(Boolean indexNonUniqueBoolean)TopRoot.topRoot_findByIndexNonUniqueInteger(Integer indexNonUniqueInteger)TopRoot.topRoot_findByIndexNonUniqueReal(Double indexNonUniqueReal)TopRoot.topRoot_findByIndexNonUniqueUnlimitedNatural(Integer indexNonUniqueUnlimitedNatural)TopRoot.topRoot_findByName(String name)Methods in org.umlg.rootallinstances with parameters of type TopRootModifier and TypeMethodDescriptionvoidTopRootChild.addToTopRoot(TopRoot topRoot)voidTopRootChild.addToTopRootIgnoreInverse(TopRoot topRoot)voidTopRootChild.removeFromTopRoot(TopRoot topRoot)voidTopRootChild.setTopRoot(TopRoot topRoot)Method parameters in org.umlg.rootallinstances with type arguments of type TopRootModifier and TypeMethodDescriptionvoidTopRootChild.removeFromTopRoot(org.umlg.runtime.collection.UmlgSet<TopRoot> topRoot)Constructors in org.umlg.rootallinstances with parameters of type TopRoot