Uses of Class
org.umlg.collectiontest.World
Packages that use World
-
Uses of World in org.umlg.collectiontest
Methods in org.umlg.collectiontest that return types with arguments of type WorldModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends World>World.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends World>World.allInstances(org.umlg.runtime.collection.Filter filter) -
Uses of World in org.umlg.concretetest
Methods in org.umlg.concretetest that return types with arguments of type WorldModifier and TypeMethodDescriptionorg.umlg.runtime.collection.UmlgOrderedSet<World>God.getWorld()Methods in org.umlg.concretetest with parameters of type WorldModifier and TypeMethodDescriptionvoidGod.addToWorld(int index, World world)voidGod.addToWorld(World world)voidGod.addToWorldIgnoreInverse(World world)voidGod.removeFromWorld(World world)Method parameters in org.umlg.concretetest with type arguments of type WorldModifier and TypeMethodDescriptionvoidGod.addToWorld(int index, org.umlg.runtime.collection.UmlgOrderedSet<World> world)voidGod.addToWorld(org.umlg.runtime.collection.UmlgOrderedSet<World> world)voidGod.removeFromWorld(org.umlg.runtime.collection.UmlgOrderedSet<World> world)void