Uses of Class
org.umlg.concretetest.God
Packages that use God
Package
Description
-
Uses of God in org.umlg.collectiontest
Methods in org.umlg.collectiontest that return GodModifier and TypeMethodDescriptionDream.getGod()Fantasy.getGod()Foot.getGod()Hand.getGod()Nightmare.getGod()World.getGod()Nightmare.getGodOfMemory()Methods in org.umlg.collectiontest that return types with arguments of type GodModifier and TypeMethodDescriptionorg.umlg.runtime.collection.UmlgSet<God>Nightmare.lookupFor_memory_godOfMemory()Methods in org.umlg.collectiontest with parameters of type GodModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidDream.addToGodIgnoreInverse(God god)voidFantasy.addToGodIgnoreInverse(God god)voidFoot.addToGodIgnoreInverse(God god)voidHand.addToGodIgnoreInverse(God god)voidNightmare.addToGodIgnoreInverse(God god)voidWorld.addToGodIgnoreInverse(God god)voidNightmare.addToGodOfMemory(God godOfMemory)voidNightmare.addToGodOfMemoryIgnoreInverse(God godOfMemory)voidDream.removeFromGod(God god)voidFantasy.removeFromGod(God god)voidFoot.removeFromGod(God god)voidHand.removeFromGod(God god)voidNightmare.removeFromGod(God god)voidWorld.removeFromGod(God god)voidNightmare.removeFromGodOfMemory(God godOfMemory)voidvoidvoidvoidvoidvoidvoidNightmare.setGodOfMemory(God godOfMemory)Method parameters in org.umlg.collectiontest with type arguments of type GodModifier and TypeMethodDescriptionvoidDream.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidFantasy.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidFoot.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidHand.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidNightmare.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidWorld.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidNightmare.removeFromGodOfMemory(org.umlg.runtime.collection.UmlgSet<God> godOfMemory)Constructors in org.umlg.collectiontest with parameters of type GodModifierConstructorDescriptionconstructor for Dreamconstructor for Fantasyconstructor for Footconstructor for Handconstructor for Nightmareconstructor for World -
Uses of God in org.umlg.componenttest
Methods in org.umlg.componenttest that return GodMethods in org.umlg.componenttest with parameters of type GodModifier and TypeMethodDescriptionvoidvoidValidationTest.addToGodIgnoreInverse(God god)voidValidationTest.removeFromGod(God god)voidMethod parameters in org.umlg.componenttest with type arguments of type GodModifier and TypeMethodDescriptionvoidValidationTest.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)Constructors in org.umlg.componenttest with parameters of type God -
Uses of God in org.umlg.concretetest
Methods in org.umlg.concretetest that return GodMethods in org.umlg.concretetest that return types with arguments of type GodModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends God>God.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends God>God.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.concretetest with parameters of type GodModifier and TypeMethodDescriptionvoidvoidvoidvoidAngel.addToGodIgnoreInverse(God god)voidDemon.addToGodIgnoreInverse(God god)voidUniverse.addToGodIgnoreInverse(God god)voidAngel.removeFromGod(God god)voidDemon.removeFromGod(God god)voidUniverse.removeFromGod(God god)voidvoidvoidMethod parameters in org.umlg.concretetest with type arguments of type GodModifier and TypeMethodDescriptionvoidAngel.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidDemon.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidUniverse.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)Constructors in org.umlg.concretetest with parameters of type God -
Uses of God in org.umlg.embeddedtest
Methods in org.umlg.embeddedtest that return GodMethods in org.umlg.embeddedtest that return types with arguments of type GodModifier and TypeMethodDescriptionorg.umlg.runtime.collection.persistent.UmlgSetClosableIterableImpl<God>REASON.getGod()This is not a proper UML property, it is always a SetMethods in org.umlg.embeddedtest with parameters of type GodModifier and TypeMethodDescriptionvoidvoidvoidTestEmbedded.addToGodIgnoreInverse(God god)voidTestOrderedEnumeration.addToGodIgnoreInverse(God god)voidTestEmbedded.removeFromGod(God god)voidTestOrderedEnumeration.removeFromGod(God god)voidvoidMethod parameters in org.umlg.embeddedtest with type arguments of type GodModifier and TypeMethodDescriptionvoidTestEmbedded.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidTestOrderedEnumeration.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)Constructors in org.umlg.embeddedtest with parameters of type GodModifierConstructorDescriptionTestEmbedded(God compositeOwner)constructor for TestEmbeddedTestOrderedEnumeration(God compositeOwner)constructor for TestOrderedEnumeration -
Uses of God in org.umlg.hierarchytest
Methods in org.umlg.hierarchytest that return GodMethods in org.umlg.hierarchytest with parameters of type GodModifier and TypeMethodDescriptionvoidvoidvoidFakeRootFolder.addToGodIgnoreInverse(God god)voidRealRootFolder.addToGodIgnoreInverse(God god)voidFakeRootFolder.removeFromGod(God god)voidRealRootFolder.removeFromGod(God god)voidvoidMethod parameters in org.umlg.hierarchytest with type arguments of type GodModifier and TypeMethodDescriptionvoidFakeRootFolder.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidRealRootFolder.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)Constructors in org.umlg.hierarchytest with parameters of type GodModifierConstructorDescriptionFakeRootFolder(God compositeOwner)constructor for FakeRootFolderRealRootFolder(God compositeOwner)constructor for RealRootFolder -
Uses of God in org.umlg.inheritencetest
Methods in org.umlg.inheritencetest that return GodMethods in org.umlg.inheritencetest with parameters of type GodModifier and TypeMethodDescriptionvoidvoidAbstractSpecies.addToGodIgnoreInverse(God god)voidAbstractSpecies.removeFromGod(God god)voidMethod parameters in org.umlg.inheritencetest with type arguments of type GodModifier and TypeMethodDescriptionvoidAbstractSpecies.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)Constructors in org.umlg.inheritencetest with parameters of type God -
Uses of God in org.umlg.interfacetest
Methods in org.umlg.interfacetest that return GodModifier and TypeMethodDescriptionBeing.getGod()Creature.getGod()IMany.getGod()ManyA.getGod()ManyAA.getGod()ManyB.getGod()Phantom.getGod()Spirit.getGod()Spook.getGod()Methods in org.umlg.interfacetest with parameters of type GodModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidBeing.addToGodIgnoreInverse(God god)voidCreature.addToGodIgnoreInverse(God god)voidIMany.addToGodIgnoreInverse(God god)voidManyA.addToGodIgnoreInverse(God god)voidManyAA.addToGodIgnoreInverse(God god)voidManyB.addToGodIgnoreInverse(God god)voidPhantom.addToGodIgnoreInverse(God god)voidSpirit.addToGodIgnoreInverse(God god)voidSpook.addToGodIgnoreInverse(God god)voidBeing.removeFromGod(God god)voidCreature.removeFromGod(God god)voidIMany.removeFromGod(God god)voidManyA.removeFromGod(God god)voidManyAA.removeFromGod(God god)voidManyB.removeFromGod(God god)voidPhantom.removeFromGod(God god)voidSpirit.removeFromGod(God god)voidSpook.removeFromGod(God god)voidvoidvoidvoidvoidvoidvoidvoidvoidList<org.umlg.runtime.validation.UmlgConstraintViolation>Creature.validateGod(God god)List<org.umlg.runtime.validation.UmlgConstraintViolation>ManyA.validateGod(God god)List<org.umlg.runtime.validation.UmlgConstraintViolation>ManyAA.validateGod(God god)List<org.umlg.runtime.validation.UmlgConstraintViolation>ManyB.validateGod(God god)List<org.umlg.runtime.validation.UmlgConstraintViolation>Phantom.validateGod(God god)List<org.umlg.runtime.validation.UmlgConstraintViolation>Spook.validateGod(God god)Method parameters in org.umlg.interfacetest with type arguments of type GodModifier and TypeMethodDescriptionvoidBeing.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidCreature.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidIMany.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidManyA.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidManyAA.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidManyB.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidPhantom.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidSpirit.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidSpook.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)Constructors in org.umlg.interfacetest with parameters of type GodModifierConstructorDescriptionconstructor for Creatureconstructor for ManyAconstructor for ManyAAconstructor for ManyBconstructor for PhantomSpecialCreature(God compositeOwner)constructor for SpecialCreatureconstructor for Spook -
Uses of God in org.umlg.lookup
Methods in org.umlg.lookup that return GodMethods in org.umlg.lookup with parameters of type GodModifier and TypeMethodDescriptionvoidvoidvoidvoidDevil1.addToGodIgnoreInverse(God god)voidLevel1.addToGodIgnoreInverse(God god)voidNevil1.addToGodIgnoreInverse(God god)voidDevil1.removeFromGod(God god)voidLevel1.removeFromGod(God god)voidNevil1.removeFromGod(God god)voidvoidvoidMethod parameters in org.umlg.lookup with type arguments of type GodModifier and TypeMethodDescriptionvoidDevil1.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidLevel1.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidNevil1.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)Constructors in org.umlg.lookup with parameters of type God -
Uses of God in org.umlg.model
Methods in org.umlg.model that return types with arguments of type God -
Uses of God in org.umlg.onetoone
Methods in org.umlg.onetoone that return GodMethods in org.umlg.onetoone with parameters of type GodModifier and TypeMethodDescriptionvoidvoidvoidOneOne.addToGodIgnoreInverse(God god)voidOneTwo.addToGodIgnoreInverse(God god)voidOneOne.removeFromGod(God god)voidOneTwo.removeFromGod(God god)voidvoidMethod parameters in org.umlg.onetoone with type arguments of type GodModifier and TypeMethodDescriptionvoidOneOne.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidOneTwo.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)Constructors in org.umlg.onetoone with parameters of type God -
Uses of God in org.umlg.qualifiertest
Methods in org.umlg.qualifiertest that return GodMethods in org.umlg.qualifiertest with parameters of type GodModifier and TypeMethodDescriptionvoidvoidvoidvoidMany1.addToGodIgnoreInverse(God god)voidMany2.addToGodIgnoreInverse(God god)voidNature.addToGodIgnoreInverse(God god)voidMany1.removeFromGod(God god)voidMany2.removeFromGod(God god)voidNature.removeFromGod(God god)voidvoidvoidMethod parameters in org.umlg.qualifiertest with type arguments of type GodModifier and TypeMethodDescriptionvoidMany1.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidMany2.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidNature.removeFromGod(org.umlg.runtime.collection.UmlgSet<God> god)Constructors in org.umlg.qualifiertest with parameters of type God