Uses of Class
org.umlg.qualifiertest.Many2
Packages that use Many2
-
Uses of Many2 in org.umlg.concretetest
Methods in org.umlg.concretetest that return types with arguments of type Many2Methods in org.umlg.concretetest with parameters of type Many2Modifier and TypeMethodDescriptionvoidGod.addToMany2(Many2 many2)voidGod.addToMany2IgnoreInverse(Many2 many2)voidGod.removeFromMany2(Many2 many2)Method parameters in org.umlg.concretetest with type arguments of type Many2Modifier and TypeMethodDescriptionvoidGod.addToMany2(org.umlg.runtime.collection.UmlgSet<Many2> many2)voidGod.removeFromMany2(org.umlg.runtime.collection.UmlgSet<Many2> many2)void -
Uses of Many2 in org.umlg.qualifiertest
Methods in org.umlg.qualifiertest that return Many2Modifier and TypeMethodDescriptionMany1.getMany2ForMany2Qualifier1(org.umlg.runtime.util.Pair<org.apache.tinkerpop.gremlin.process.traversal.Compare,String> many2Qualifier1)Methods in org.umlg.qualifiertest that return types with arguments of type Many2Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Many2>Many2.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Many2>Many2.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgQualifiedSet<Many2>Many1.getMany2()org.umlg.runtime.collection.UmlgQualifiedSequence<Many2>Many1.getMany2List()org.umlg.runtime.collection.UmlgSequence<Many2>Many1.getMany2ListForListQualifier2(org.umlg.runtime.util.Pair<org.apache.tinkerpop.gremlin.process.traversal.Compare,String> listQualifier2)org.umlg.runtime.collection.UmlgSequence<Many2>Many1.getMany2UnqualifiedList()org.umlg.runtime.collection.UmlgSet<Many2>Many1.lookupFor_many1_many2()org.umlg.runtime.collection.UmlgSet<Many2>Many1.lookupFor_many1List_many2List()org.umlg.runtime.collection.UmlgSet<Many2>Methods in org.umlg.qualifiertest with parameters of type Many2Modifier and TypeMethodDescriptionvoidMany1.addToMany2(Many2 many2)voidMany1.addToMany2IgnoreInverse(Many2 many2)voidMany1.addToMany2List(int index, Many2 many2List)voidMany1.addToMany2List(Many2 many2List)voidMany1.addToMany2ListIgnoreInverse(Many2 many2List)voidMany1.addToMany2UnqualifiedList(int index, Many2 many2UnqualifiedList)voidMany1.addToMany2UnqualifiedList(Many2 many2UnqualifiedList)voidMany1.addToMany2UnqualifiedListIgnoreInverse(Many2 many2UnqualifiedList)List<org.umlg.runtime.collection.Qualifier>Many1.getQualifierForMany2(Many2 context)List<org.umlg.runtime.collection.Qualifier>Many1.getQualifierForMany2List(Many2 context)voidMany1.removeFromMany2(Many2 many2)voidMany1.removeFromMany2List(Many2 many2List)voidMany1.removeFromMany2UnqualifiedList(Many2 many2UnqualifiedList)Method parameters in org.umlg.qualifiertest with type arguments of type Many2Modifier and TypeMethodDescriptionvoidMany1.addToMany2(org.umlg.runtime.collection.UmlgSet<Many2> many2)voidMany1.addToMany2List(int index, org.umlg.runtime.collection.UmlgSequence<Many2> many2List)voidMany1.addToMany2List(org.umlg.runtime.collection.UmlgSequence<Many2> many2List)voidMany1.addToMany2UnqualifiedList(int index, org.umlg.runtime.collection.UmlgSequence<Many2> many2UnqualifiedList)voidMany1.addToMany2UnqualifiedList(org.umlg.runtime.collection.UmlgSequence<Many2> many2UnqualifiedList)voidMany1.removeFromMany2(org.umlg.runtime.collection.UmlgSet<Many2> many2)voidMany1.removeFromMany2List(org.umlg.runtime.collection.UmlgSequence<Many2> many2List)voidMany1.removeFromMany2UnqualifiedList(org.umlg.runtime.collection.UmlgSequence<Many2> many2UnqualifiedList)voidvoidMany1.setMany2List(org.umlg.runtime.collection.UmlgSequence<Many2> many2List)voidMany1.setMany2UnqualifiedList(org.umlg.runtime.collection.UmlgSequence<Many2> many2UnqualifiedList)