Uses of Class
hermes.World

Packages that use World
hermes   
 

Uses of World in hermes
 

Fields in hermes declared as World
protected  World GenericGroup._world
           
 

Methods in hermes that return World
 World GenericGroup.getWorld()
           
 

Methods in hermes with parameters of type World
 void GenericGroup.setWorld(World world)
           
 

Constructors in hermes with parameters of type World
GenericGroup(B objects, World world)
          Instantiates a group storing HObjects in the given collection.
Group(World world)
          Constructs a new empty group.