Uses of Class
org.umlg.concretetest.Demon
Packages that use Demon
-
Uses of Demon in org.umlg.concretetest
Methods in org.umlg.concretetest that return types with arguments of type DemonModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Demon>Demon.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Demon>Demon.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Demon>God.getDemon()org.umlg.runtime.collection.UmlgSet<Demon>Universe.getDemon()org.umlg.runtime.collection.UmlgSet<Demon>Universe.lookupFor_universe_demon()Methods in org.umlg.concretetest with parameters of type DemonModifier and TypeMethodDescriptionvoidGod.addToDemon(Demon demon)voidUniverse.addToDemon(Demon demon)voidGod.addToDemonIgnoreInverse(Demon demon)voidUniverse.addToDemonIgnoreInverse(Demon demon)voidGod.removeFromDemon(Demon demon)voidUniverse.removeFromDemon(Demon demon)Method parameters in org.umlg.concretetest with type arguments of type DemonModifier and TypeMethodDescriptionvoidGod.addToDemon(org.umlg.runtime.collection.UmlgSet<Demon> demon)voidUniverse.addToDemon(org.umlg.runtime.collection.UmlgSet<Demon> demon)voidGod.removeFromDemon(org.umlg.runtime.collection.UmlgSet<Demon> demon)voidUniverse.removeFromDemon(org.umlg.runtime.collection.UmlgSet<Demon> demon)voidvoid