Uses of Class
org.umlg.hierarchytest.AbstractFolder
Packages that use AbstractFolder
-
Uses of AbstractFolder in org.umlg.hierarchytest
Subclasses of AbstractFolder in org.umlg.hierarchytestModifier and TypeClassDescriptionclassclassclassclassMethods in org.umlg.hierarchytest that return AbstractFolderMethods in org.umlg.hierarchytest that return types with arguments of type AbstractFolderModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends AbstractFolder>AbstractFolder.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends AbstractFolder>AbstractFolder.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.hierarchytest with parameters of type AbstractFolderModifier and TypeMethodDescriptionvoidFolder.addToParentFolder(AbstractFolder parentFolder)voidFolder.addToParentFolderIgnoreInverse(AbstractFolder parentFolder)voidFolder.removeFromParentFolder(AbstractFolder parentFolder)voidFolder.setParentFolder(AbstractFolder parentFolder)Method parameters in org.umlg.hierarchytest with type arguments of type AbstractFolderModifier and TypeMethodDescriptionvoidFolder.removeFromParentFolder(org.umlg.runtime.collection.UmlgSet<AbstractFolder> parentFolder)Constructors in org.umlg.hierarchytest with parameters of type AbstractFolder