Uses of Class
simbad.sim.World

Packages that use World
simbad.gui   
simbad.holodeck   
simbad.sim   
 

Uses of World in simbad.gui
 

Fields in simbad.gui declared as World
(package private)  World WorldWindow.world
           
(package private)  World WorldControlGUI.world
           
(package private)  World Simbatch.world
           
(package private)  World Simbad.world
           
(package private)  World AgentFollower.world
           
 

Methods in simbad.gui with parameters of type World
private  void ControlWindow.createGui(World world, Simulator simulator)
           
 

Constructors in simbad.gui with parameters of type World
AgentFollower(World world, SimpleAgent agent)
           
ControlWindow(World world, Simulator simulator)
           
WorldControlGUI(World world, Simulator simulator)
           
WorldWindow(World world)
           
 

Uses of World in simbad.holodeck
 

Fields in simbad.holodeck declared as World
(package private)  World SimbadHolodeck.world
           
 

Uses of World in simbad.sim
 

Fields in simbad.sim declared as World
(package private)  World Simulator.world
           
(package private)  World BaseObject.world
          Link back to containing world.
 

Methods in simbad.sim with parameters of type World
protected  void BaseObject.setWorld(World world)
          Sets the containing world.
 

Constructors in simbad.sim with parameters of type World
Simulator(javax.swing.JComponent applicationComponent, World world, EnvironmentDescription ed)
          Constructs the simulator object