Uses of Class
org.umlg.qualifiertest.Many1
Packages that use Many1
-
Uses of Many1 in org.umlg.concretetest
Methods in org.umlg.concretetest that return types with arguments of type Many1Methods in org.umlg.concretetest with parameters of type Many1Modifier and TypeMethodDescriptionvoidGod.addToMany1(Many1 many1)voidGod.addToMany1IgnoreInverse(Many1 many1)voidGod.removeFromMany1(Many1 many1)Method parameters in org.umlg.concretetest with type arguments of type Many1Modifier and TypeMethodDescriptionvoidGod.addToMany1(org.umlg.runtime.collection.UmlgSet<Many1> many1)voidGod.removeFromMany1(org.umlg.runtime.collection.UmlgSet<Many1> many1)void -
Uses of Many1 in org.umlg.qualifiertest
Methods in org.umlg.qualifiertest that return types with arguments of type Many1Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Many1>Many1.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Many1>Many1.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgQualifiedSet<Many1>Many2.getMany1()org.umlg.runtime.collection.UmlgSet<Many1>Many2.getMany1ForMany1Qualifier1(org.umlg.runtime.util.Pair<org.apache.tinkerpop.gremlin.process.traversal.Compare,String> many1Qualifier1)org.umlg.runtime.collection.UmlgQualifiedSequence<Many1>Many2.getMany1List()org.umlg.runtime.collection.UmlgSequence<Many1>Many2.getMany1ListForListQualifier1(org.umlg.runtime.util.Pair<org.apache.tinkerpop.gremlin.process.traversal.Compare,String> listQualifier1)org.umlg.runtime.collection.UmlgSequence<Many1>Many2.getMany1UnqualifiedList()org.umlg.runtime.collection.UmlgSet<Many1>Many2.lookupFor_many2_many1()org.umlg.runtime.collection.UmlgSet<Many1>Many2.lookupFor_many2List_many1List()org.umlg.runtime.collection.UmlgSet<Many1>Methods in org.umlg.qualifiertest with parameters of type Many1Modifier and TypeMethodDescriptionvoidMany2.addToMany1(Many1 many1)voidMany2.addToMany1IgnoreInverse(Many1 many1)voidMany2.addToMany1List(int index, Many1 many1List)voidMany2.addToMany1List(Many1 many1List)voidMany2.addToMany1ListIgnoreInverse(Many1 many1List)voidMany2.addToMany1UnqualifiedList(int index, Many1 many1UnqualifiedList)voidMany2.addToMany1UnqualifiedList(Many1 many1UnqualifiedList)voidMany2.addToMany1UnqualifiedListIgnoreInverse(Many1 many1UnqualifiedList)List<org.umlg.runtime.collection.Qualifier>Many2.getQualifierForMany1(Many1 context)List<org.umlg.runtime.collection.Qualifier>Many2.getQualifierForMany1List(Many1 context)voidMany2.removeFromMany1(Many1 many1)voidMany2.removeFromMany1List(Many1 many1List)voidMany2.removeFromMany1UnqualifiedList(Many1 many1UnqualifiedList)Method parameters in org.umlg.qualifiertest with type arguments of type Many1Modifier and TypeMethodDescriptionvoidMany2.addToMany1(org.umlg.runtime.collection.UmlgSet<Many1> many1)voidMany2.addToMany1List(int index, org.umlg.runtime.collection.UmlgSequence<Many1> many1List)voidMany2.addToMany1List(org.umlg.runtime.collection.UmlgSequence<Many1> many1List)voidMany2.addToMany1UnqualifiedList(int index, org.umlg.runtime.collection.UmlgSequence<Many1> many1UnqualifiedList)voidMany2.addToMany1UnqualifiedList(org.umlg.runtime.collection.UmlgSequence<Many1> many1UnqualifiedList)voidMany2.removeFromMany1(org.umlg.runtime.collection.UmlgSet<Many1> many1)voidMany2.removeFromMany1List(org.umlg.runtime.collection.UmlgSequence<Many1> many1List)voidMany2.removeFromMany1UnqualifiedList(org.umlg.runtime.collection.UmlgSequence<Many1> many1UnqualifiedList)voidvoidMany2.setMany1List(org.umlg.runtime.collection.UmlgSequence<Many1> many1List)voidMany2.setMany1UnqualifiedList(org.umlg.runtime.collection.UmlgSequence<Many1> many1UnqualifiedList)