- WEST - Static variable in class uwcse.sim.WorldModel
-
Often used offset representing the neighboring cell to the west.
- WorldModel - Class in uwcse.sim
-
A WorldModel is a relatively efficient representation of the
world.
- WorldModel() - Constructor for class uwcse.sim.WorldModel
-
Create a new, empty world model of default cell size.
- WorldModel(int) - Constructor for class uwcse.sim.WorldModel
-
Create a new, empty world model of the given cell size.
- WorldView - Interface in uwcse.sim
-
The basic interface for world viewers.