Uses of Interface
madkit.kernel.ReferenceableAgent

Packages that use ReferenceableAgent
dynamicbees   
turtlekit.kernel   
turtlekit.simulations.diffusion   
turtlekit.simulations.gameoflife   
turtlekit.simulations.gas   
turtlekit.simulations.gravity   
turtlekit.simulations.hunt   
turtlekit.simulations.hunt2   
turtlekit.simulations.hunt2CyanVsBlue   
turtlekit.simulations.hunt2CyanVsOrange   
turtlekit.simulations.soccer   
turtlekit.simulations.termites   
turtlekit.simulations.tests   
turtlekit.simulations.virus   
warbot.BPV_team   
warbot.CM   
warbot.demo   
warbot.gecko   
warbot.GGG   
warbot.kernel   
warbot.XO   
 

Uses of ReferenceableAgent in dynamicbees
 

Classes in dynamicbees that implement ReferenceableAgent
 class AbstractBee
           
 class Bee
           
 class BeeEnvironment
           
 class BeeWorldViewer
           
 class QueenBee
           
 

Uses of ReferenceableAgent in turtlekit.kernel
 

Classes in turtlekit.kernel that implement ReferenceableAgent
 class Observer
          Observer is an abstract class that have to be extended in order to initialize patches or make some observations.
 class Turtle
          The Turtle class implements the Turtle commands which are used to move set heading...
 class TurtleEnvironment
          This Agent is the one who creates turtles,patches and who cares about managing them all (creation, death...)
 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 ReferenceableAgent in turtlekit.simulations.diffusion
 

Classes in turtlekit.simulations.diffusion that implement ReferenceableAgent
 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 ReferenceableAgent in turtlekit.simulations.gameoflife
 

Classes in turtlekit.simulations.gameoflife that implement ReferenceableAgent
 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 ReferenceableAgent in turtlekit.simulations.gas
 

Classes in turtlekit.simulations.gas that implement ReferenceableAgent
 class Gas
          The turtle "gaz" is only a turtle who needs space !!!
 class GasObserver
          This agent watch the gas simulation (nb of turtles on right or left)
 

Uses of ReferenceableAgent in turtlekit.simulations.gravity
 

Classes in turtlekit.simulations.gravity that implement ReferenceableAgent
 class BlackHole
          the "galaxy" center
 class Star
          this turtle turns around the nearer BlackKole.
 

Uses of ReferenceableAgent in turtlekit.simulations.hunt
 

Classes in turtlekit.simulations.hunt that implement ReferenceableAgent
 class Predator
          A Predator
 class Prey
          A Prey
 

Uses of ReferenceableAgent in turtlekit.simulations.hunt2
 

Classes in turtlekit.simulations.hunt2 that implement ReferenceableAgent
 class Animat
           
 class AnimatObserver
           
 class Black
          A Predator
 class Cyan
           
 class PredatorObserver
          This agent watch the gas simulation (nb of turtles on right or left)
 class PreyObserver
          This agent watch the gas simulation (nb of turtles on right or left)
 class ResourceManager
          This agent watch the gas simulation (nb of turtles on right or left)
 

Uses of ReferenceableAgent in turtlekit.simulations.hunt2CyanVsBlue
 

Classes in turtlekit.simulations.hunt2CyanVsBlue that implement ReferenceableAgent
 class Blue
          A Predator
 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 ReferenceableAgent in turtlekit.simulations.hunt2CyanVsOrange
 

Classes in turtlekit.simulations.hunt2CyanVsOrange that implement ReferenceableAgent
 class Cyan2
           
 class PredatorOrange
          A Predator
 

Uses of ReferenceableAgent in turtlekit.simulations.soccer
 

Classes in turtlekit.simulations.soccer that implement ReferenceableAgent
 class Ball
          the ball
 class BluePlayer
          blue player
 class Player
          the abstract class that defines the basic behaviors of all turtles who are soccer players
 class RedPlayer
          red player
 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 ReferenceableAgent in turtlekit.simulations.termites
 

Classes in turtlekit.simulations.termites that implement ReferenceableAgent
 class Termite
          Termite
 

Uses of ReferenceableAgent in turtlekit.simulations.tests
 

Classes in turtlekit.simulations.tests that implement ReferenceableAgent
 class CreationObserver
          This agent watch the number of turtles in the cration simulation.
 class Creator
          Turtles who create other kind of turtle during simulation and die after a countdown
 class Mosquito
          a turtle for a turtle command test
 class Ovni
          a turtle for a graphic test
 class SpecialViewer
          A viewer that override the paintTurtle method to obtain a different visual effect,
 class Walker
          the only thing is to walk and change color
 

Uses of ReferenceableAgent in turtlekit.simulations.virus
 

Classes in turtlekit.simulations.virus that implement ReferenceableAgent
 class Virus
          An infected turtle transmits virus by sending a real agent message to the turtles who cross its way
 class Virus2
          An infected turtle transmits virus, but not by sending a message, just by changing the color of the turtles who cross its way
 class VirusObserver
          This agent watches the number of infected turtles
 

Uses of ReferenceableAgent in warbot.BPV_team
 

Classes in warbot.BPV_team that implement ReferenceableAgent
 class BPVExplorer
           
 class BPVHome
           
 class BPVHomeKiller
           
 class Robot
           
 

Uses of ReferenceableAgent in warbot.CM
 

Classes in warbot.CM that implement ReferenceableAgent
 class CMExplorer
           
 class CMHome
           
 class CMRocketLauncher
           
 

Uses of ReferenceableAgent in warbot.demo
 

Classes in warbot.demo that implement ReferenceableAgent
 class Ant
           
 class HomeKiller
           
 class RastaRocket
           
 

Uses of ReferenceableAgent in warbot.gecko
 

Classes in warbot.gecko that implement ReferenceableAgent
 class gecko_team_fortress
           
 class gecko_team_spy
           
 class gecko_team_warrior
           
 

Uses of ReferenceableAgent in warbot.GGG
 

Classes in warbot.GGG that implement ReferenceableAgent
 class GGG_Explorer
           
 class GGG_Home
           
 class GGG_RocketLauncher
           
 class GGG_WB
           
 class GGG_WB_Mobile
           
 

Uses of ReferenceableAgent in warbot.kernel
 

Classes in warbot.kernel that implement ReferenceableAgent
 class Brain
          The main super class of robot developpers.
 class DebugViewer
           
 class JessBrain
           
 class MapViewer
           
 class PythonBrain
           
 class ScriptedBrain
           
 class WarbotEnvironment
           
 

Uses of ReferenceableAgent in warbot.XO
 

Classes in warbot.XO that implement ReferenceableAgent
 class OlivXavBase
           
 class OlivXavDetector
           
 class OlivXavMissileLauncher
           
 



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