Uses of Class
org.umlg.collectiontest.BagRoot
Packages that use BagRoot
-
Uses of BagRoot in org.umlg.collectiontest
Methods in org.umlg.collectiontest that return BagRootMethods in org.umlg.collectiontest that return types with arguments of type BagRootModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends BagRoot>BagRoot.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends BagRoot>BagRoot.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.collectiontest with parameters of type BagRootModifier and TypeMethodDescriptionvoidBagTest.addToBagRoot(BagRoot bagRoot)voidSetTest1.addToBagRoot(BagRoot bagRoot)voidBagTest.addToBagRootIgnoreInverse(BagRoot bagRoot)voidSetTest1.addToBagRootIgnoreInverse(BagRoot bagRoot)voidBagTest.removeFromBagRoot(BagRoot bagRoot)voidSetTest1.removeFromBagRoot(BagRoot bagRoot)voidBagTest.setBagRoot(BagRoot bagRoot)voidSetTest1.setBagRoot(BagRoot bagRoot)Method parameters in org.umlg.collectiontest with type arguments of type BagRootModifier and TypeMethodDescriptionvoidBagTest.removeFromBagRoot(org.umlg.runtime.collection.UmlgSet<BagRoot> bagRoot)voidSetTest1.removeFromBagRoot(org.umlg.runtime.collection.UmlgSet<BagRoot> bagRoot)Constructors in org.umlg.collectiontest with parameters of type BagRoot -
Uses of BagRoot in org.umlg.model
Methods in org.umlg.model that return types with arguments of type BagRootModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends BagRoot>Umlgtest.getBagRoot()