Uses of Class
madkit.kernel.Watcher

Packages that use Watcher
dynamicbees   
turtlekit.kernel   
turtlekit.simulations.diffusion   
turtlekit.simulations.gameoflife   
turtlekit.simulations.gas   
turtlekit.simulations.soccer   
turtlekit.simulations.termites   
turtlekit.simulations.tests   
turtlekit.simulations.virus   
warbot.kernel   
 

Uses of Watcher in dynamicbees
 

Subclasses of Watcher in dynamicbees
 class BeeEnvironment
           
 class BeeWorldViewer
           
 

Uses of Watcher in turtlekit.kernel
 

Subclasses of Watcher in turtlekit.kernel
 class Observer
          Observer is an abstract class that have to be extended in order to initialize patches or make some observations.
 class 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).
 

Uses of Watcher in turtlekit.simulations.diffusion
 

Subclasses of Watcher in turtlekit.simulations.diffusion
 class FlavorViewer
          FlavorViewer overrides the paintPatch method in order to adjust the onscreen color of a patch to the flavor's value and then make the diffusion visible
 class FlavorViewer2
          FlavorViewer2 overrides the paintPatch method in order to adjust the onscreen color of a patch to the flavor2's value and then make only the diffusion of flavor2 visible
 class GridInitializer
          This agent just initializes the center patch flavor and flavor2 (PatchVariable Objects)
 

Uses of Watcher in turtlekit.simulations.gameoflife
 

Subclasses of Watcher in turtlekit.simulations.gameoflife
 class GridPlayer
          This agent just play the game of life
 class LifeViewer
          LifeViewer overrides the paintPatch method in order to adjust the onscreen color of a patch
 class LifeViewer2
          LifeViewer overrides the paintPatch method in order to adjust the onscreen color of a patch
 class LifeViewer3
          LifeViewer overrides the paintPatch method in order to adjust the onscreen color of a patch
 

Uses of Watcher in turtlekit.simulations.gas
 

Subclasses of Watcher in turtlekit.simulations.gas
 class GasObserver
          This agent watch the gas simulation (nb of turtles on right or left)
 

Uses of Watcher in turtlekit.simulations.soccer
 

Subclasses of Watcher in turtlekit.simulations.soccer
 class SoccerObserver
          Observer for the playground initialization, and (in the future) it will be the refere
 class SoccerViewer
          SoccerViewer changes the turtle display to obtain a tiny player insteed of a rect,
 

Uses of Watcher in turtlekit.simulations.termites
 

Subclasses of Watcher in turtlekit.simulations.termites
 class PatchInitializer
          The only goal of this Observer is to setup the patches for the termite simulation, having its variables: patchGrid, EnvWidth, EnvHeight
 

Uses of Watcher in turtlekit.simulations.tests
 

Subclasses of Watcher in turtlekit.simulations.tests
 class CreationObserver
          This agent watch the number of turtles in the cration simulation.
 class SpecialViewer
          A viewer that override the paintTurtle method to obtain a different visual effect,
 

Uses of Watcher in turtlekit.simulations.virus
 

Subclasses of Watcher in turtlekit.simulations.virus
 class VirusObserver
          This agent watches the number of infected turtles
 

Uses of Watcher in warbot.kernel
 

Subclasses of Watcher in warbot.kernel
 class DebugViewer
           
 class MapViewer
           
 



Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.