Uses of Class
org.umlg.collectiontest.Nightmare
Packages that use Nightmare
-
Uses of Nightmare in org.umlg.collectiontest
Methods in org.umlg.collectiontest that return NightmareMethods in org.umlg.collectiontest that return types with arguments of type NightmareModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Nightmare>Nightmare.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Nightmare>Nightmare.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.collectiontest with parameters of type NightmareModifier and TypeMethodDescriptionvoidBag.addToNightmare(Nightmare nightmare)voidBag.addToNightmareIgnoreInverse(Nightmare nightmare)voidBag.removeFromNightmare(Nightmare nightmare)voidBag.setNightmare(Nightmare nightmare)Method parameters in org.umlg.collectiontest with type arguments of type NightmareModifier and TypeMethodDescriptionvoidBag.removeFromNightmare(org.umlg.runtime.collection.UmlgSet<Nightmare> nightmare)Constructors in org.umlg.collectiontest with parameters of type Nightmare -
Uses of Nightmare in org.umlg.concretetest
Methods in org.umlg.concretetest that return NightmareModifier and TypeMethodDescriptionGod.getNightmareForQualifier1(org.umlg.runtime.util.Pair<org.apache.tinkerpop.gremlin.process.traversal.Compare,String> qualifier1)Methods in org.umlg.concretetest that return types with arguments of type NightmareModifier and TypeMethodDescriptionorg.umlg.runtime.collection.UmlgQualifiedSet<Nightmare>God.getMemory()org.umlg.runtime.collection.UmlgSet<Nightmare>God.getMemoryForMemoryQualifier1(org.umlg.runtime.util.Pair<org.apache.tinkerpop.gremlin.process.traversal.Compare,String> memoryQualifier1)org.umlg.runtime.collection.UmlgQualifiedBag<Nightmare>God.getNightmare()org.umlg.runtime.collection.UmlgSet<Nightmare>Methods in org.umlg.concretetest with parameters of type NightmareModifier and TypeMethodDescriptionvoidGod.addToMemory(Nightmare memory)voidGod.addToMemoryIgnoreInverse(Nightmare memory)voidGod.addToNightmare(Nightmare nightmare)voidGod.addToNightmareIgnoreInverse(Nightmare nightmare)List<org.umlg.runtime.collection.Qualifier>God.getQualifierForMemory(Nightmare context)List<org.umlg.runtime.collection.Qualifier>God.getQualifierForNightmare(Nightmare context)voidGod.removeFromMemory(Nightmare memory)voidGod.removeFromNightmare(Nightmare nightmare)Method parameters in org.umlg.concretetest with type arguments of type NightmareModifier and TypeMethodDescriptionvoidGod.addToMemory(org.umlg.runtime.collection.UmlgSet<Nightmare> memory)voidGod.addToNightmare(org.umlg.runtime.collection.UmlgBag<Nightmare> nightmare)voidGod.removeFromMemory(org.umlg.runtime.collection.UmlgSet<Nightmare> memory)voidGod.removeFromNightmare(org.umlg.runtime.collection.UmlgBag<Nightmare> nightmare)voidvoidGod.setNightmare(org.umlg.runtime.collection.UmlgBag<Nightmare> nightmare)