Uses of Class
org.umlg.manytomany.ManyTestA
Packages that use ManyTestA
-
Uses of ManyTestA in org.umlg.manytomany
Methods in org.umlg.manytomany that return types with arguments of type ManyTestAModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ManyTestA>ManyTestA.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends ManyTestA>ManyTestA.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgBag<ManyTestA>ManyTestB.getManyA()org.umlg.runtime.collection.UmlgSet<ManyTestA>ManyTestB.lookupFor_manyB_manyA()Methods in org.umlg.manytomany with parameters of type ManyTestAModifier and TypeMethodDescriptionvoidManyTestB.addToManyA(ManyTestA manyA)voidManyTestB.addToManyAIgnoreInverse(ManyTestA manyA)voidManyTestB.removeFromManyA(ManyTestA manyA)Method parameters in org.umlg.manytomany with type arguments of type ManyTestAModifier and TypeMethodDescriptionvoidManyTestB.addToManyA(org.umlg.runtime.collection.UmlgBag<ManyTestA> manyA)voidManyTestB.removeFromManyA(org.umlg.runtime.collection.UmlgBag<ManyTestA> manyA)void -
Uses of ManyTestA in org.umlg.model
Methods in org.umlg.model that return types with arguments of type ManyTestAModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ManyTestA>Umlgtest.getManyTestA()