Uses of Class
org.umlg.collectiontest.BagTest
Packages that use BagTest
-
Uses of BagTest in org.umlg.collectiontest
Methods in org.umlg.collectiontest that return types with arguments of type BagTestModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends BagTest>BagTest.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends BagTest>BagTest.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgBag<BagTest>BagRoot.getBagTest()Methods in org.umlg.collectiontest with parameters of type BagTestModifier and TypeMethodDescriptionvoidBagRoot.addToBagTest(BagTest bagTest)voidBagRoot.addToBagTestIgnoreInverse(BagTest bagTest)voidBagRoot.removeFromBagTest(BagTest bagTest)Method parameters in org.umlg.collectiontest with type arguments of type BagTestModifier and TypeMethodDescriptionvoidBagRoot.addToBagTest(org.umlg.runtime.collection.UmlgBag<BagTest> bagTest)voidBagRoot.removeFromBagTest(org.umlg.runtime.collection.UmlgBag<BagTest> bagTest)voidBagRoot.setBagTest(org.umlg.runtime.collection.UmlgBag<BagTest> bagTest)