Uses of Class
org.umlg.collectiontest.SetTest1
Packages that use SetTest1
-
Uses of SetTest1 in org.umlg.collectiontest
Methods in org.umlg.collectiontest that return types with arguments of type SetTest1Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SetTest1>SetTest1.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends SetTest1>SetTest1.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<SetTest1>BagRoot.getSetTest()Methods in org.umlg.collectiontest with parameters of type SetTest1Modifier and TypeMethodDescriptionvoidBagRoot.addToSetTest(SetTest1 setTest)voidBagRoot.addToSetTestIgnoreInverse(SetTest1 setTest)voidBagRoot.removeFromSetTest(SetTest1 setTest)Method parameters in org.umlg.collectiontest with type arguments of type SetTest1Modifier and TypeMethodDescriptionvoidBagRoot.addToSetTest(org.umlg.runtime.collection.UmlgSet<SetTest1> setTest)voidBagRoot.removeFromSetTest(org.umlg.runtime.collection.UmlgSet<SetTest1> setTest)voidBagRoot.setSetTest(org.umlg.runtime.collection.UmlgSet<SetTest1> setTest)