Uses of Class
org.umlg.collectiontest.SetRoot
Packages that use SetRoot
-
Uses of SetRoot in org.umlg.collectiontest
Methods in org.umlg.collectiontest that return SetRootMethods in org.umlg.collectiontest that return types with arguments of type SetRootModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SetRoot>SetRoot.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends SetRoot>SetRoot.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.collectiontest with parameters of type SetRootModifier and TypeMethodDescriptionvoidSetTest.addToSetRoot(SetRoot setRoot)voidSetTest.addToSetRootIgnoreInverse(SetRoot setRoot)voidSetTest.removeFromSetRoot(SetRoot setRoot)voidSetTest.setSetRoot(SetRoot setRoot)Method parameters in org.umlg.collectiontest with type arguments of type SetRootModifier and TypeMethodDescriptionvoidSetTest.removeFromSetRoot(org.umlg.runtime.collection.UmlgSet<SetRoot> setRoot)Constructors in org.umlg.collectiontest with parameters of type SetRoot -
Uses of SetRoot in org.umlg.model
Methods in org.umlg.model that return types with arguments of type SetRootModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SetRoot>Umlgtest.getSetRoot()