Uses of Class
org.umlg.manytomany.ManyTestB
Packages that use ManyTestB
-
Uses of ManyTestB in org.umlg.manytomany
Methods in org.umlg.manytomany that return types with arguments of type ManyTestBModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ManyTestB>ManyTestB.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends ManyTestB>ManyTestB.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<ManyTestB>ManyTestA.getManyB()org.umlg.runtime.collection.UmlgSet<ManyTestB>ManyTestA.lookupFor_manyA_manyB()Methods in org.umlg.manytomany with parameters of type ManyTestBModifier and TypeMethodDescriptionvoidManyTestA.addToManyB(ManyTestB manyB)voidManyTestA.addToManyBIgnoreInverse(ManyTestB manyB)voidManyTestA.removeFromManyB(ManyTestB manyB)Method parameters in org.umlg.manytomany with type arguments of type ManyTestBModifier and TypeMethodDescriptionvoidManyTestA.addToManyB(org.umlg.runtime.collection.UmlgSet<ManyTestB> manyB)voidManyTestA.removeFromManyB(org.umlg.runtime.collection.UmlgSet<ManyTestB> manyB)void -
Uses of ManyTestB in org.umlg.model
Methods in org.umlg.model that return types with arguments of type ManyTestBModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ManyTestB>Umlgtest.getManyTestB()