Uses of Class
org.umlg.multiplecompositeparent.Root2
Packages that use Root2
-
Uses of Root2 in org.umlg.model
Methods in org.umlg.model that return types with arguments of type Root2 -
Uses of Root2 in org.umlg.multiplecompositeparent
Methods in org.umlg.multiplecompositeparent that return Root2Methods in org.umlg.multiplecompositeparent that return types with arguments of type Root2Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Root2>Root2.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Root2>Root2.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.multiplecompositeparent with parameters of type Root2Modifier and TypeMethodDescriptionvoidFolderX.addToRoot2(Root2 root2)voidFolderX.addToRoot2IgnoreInverse(Root2 root2)voidFolderX.removeFromRoot2(Root2 root2)voidMethod parameters in org.umlg.multiplecompositeparent with type arguments of type Root2Modifier and TypeMethodDescriptionvoidFolderX.removeFromRoot2(org.umlg.runtime.collection.UmlgSet<Root2> root2)Constructors in org.umlg.multiplecompositeparent with parameters of type Root2