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