Class Summary |
AgentFactory |
This class creates turtlekit agents from their XMLAttributes. |
Observer |
Observer is an abstract class that have to be extended in order to initialize patches
or make some observations. |
SimulationRunner |
This class launch every agents of a simulation then run it by calling the Scheduler at each step. |
Turtle |
The Turtle class implements the Turtle commands which are used to move set heading... |
TurtleProbe |
The TurtleProbe class |
TurtleScheduler |
The TurtleKit scheduler |
Viewer |
Viewer is the simulation default world displayer agent (an specialized Observer,
it can be extended to redefine the default representation of patches and
turtles (a square fill with the color return by the getColor() method of them). |