Uses of Class
org.umlg.concretetest.Universe
Packages that use Universe
-
Uses of Universe in org.umlg.componenttest
Methods in org.umlg.componenttest that return UniverseMethods in org.umlg.componenttest with parameters of type UniverseModifier and TypeMethodDescriptionvoidSpaceTime.addToUniverse(Universe universe)voidSpaceTime.addToUniverseIgnoreInverse(Universe universe)voidSpaceTime.removeFromUniverse(Universe universe)voidSpaceTime.setUniverse(Universe universe)Method parameters in org.umlg.componenttest with type arguments of type UniverseModifier and TypeMethodDescriptionvoidSpaceTime.removeFromUniverse(org.umlg.runtime.collection.UmlgSet<Universe> universe)Constructors in org.umlg.componenttest with parameters of type Universe -
Uses of Universe in org.umlg.concretetest
Methods in org.umlg.concretetest that return UniverseMethods in org.umlg.concretetest that return types with arguments of type UniverseModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Universe>Universe.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Universe>Universe.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSet<Universe>God.getUniverse()org.umlg.runtime.collection.UmlgSet<Universe>Angel.lookupFor_angel_universe()org.umlg.runtime.collection.UmlgSet<Universe>Demon.lookupFor_demon_universe()Methods in org.umlg.concretetest with parameters of type UniverseModifier and TypeMethodDescriptionvoidAngel.addToUniverse(Universe universe)voidDemon.addToUniverse(Universe universe)voidGod.addToUniverse(Universe universe)voidAngel.addToUniverseIgnoreInverse(Universe universe)voidDemon.addToUniverseIgnoreInverse(Universe universe)voidGod.addToUniverseIgnoreInverse(Universe universe)voidAngel.removeFromUniverse(Universe universe)voidDemon.removeFromUniverse(Universe universe)voidGod.removeFromUniverse(Universe universe)voidAngel.setUniverse(Universe universe)voidDemon.setUniverse(Universe universe)Method parameters in org.umlg.concretetest with type arguments of type UniverseModifier and TypeMethodDescriptionvoidGod.addToUniverse(org.umlg.runtime.collection.UmlgSet<Universe> universe)voidAngel.removeFromUniverse(org.umlg.runtime.collection.UmlgSet<Universe> universe)voidDemon.removeFromUniverse(org.umlg.runtime.collection.UmlgSet<Universe> universe)voidGod.removeFromUniverse(org.umlg.runtime.collection.UmlgSet<Universe> universe)voidGod.setUniverse(org.umlg.runtime.collection.UmlgSet<Universe> universe)