|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Observer in demo.solstice |
---|
Subclasses of Observer in demo.solstice | |
---|---|
class |
FoodInitializer
Adapted from the termites simulation of TurtleKit (v1). |
class |
SolsticeObserver
|
Uses of Observer in edu.turtlekit2.demos.creation |
---|
Subclasses of Observer in edu.turtlekit2.demos.creation | |
---|---|
class |
SpecialViewer
Adapted from the creation simulation of TurtleKit (v1). |
Uses of Observer in edu.turtlekit2.demos.diffusion |
---|
Subclasses of Observer in edu.turtlekit2.demos.diffusion | |
---|---|
class |
GridInitializer
Adapted from the diffusion simulation of TurtleKit (v1). |
class |
PheroViewer
Adapted from the diffusion simulation of TurtleKit (v1). |
class |
PheroViewer2
Adapted from the diffusion simulation of TurtleKit (v1). |
Uses of Observer in edu.turtlekit2.demos.gameoflife |
---|
Subclasses of Observer in edu.turtlekit2.demos.gameoflife | |
---|---|
class |
GridColorPlayer
Adapted from the game of life simulation of TurtleKit (v1). |
class |
GridPlayer
Adapted from the game of life simulation of TurtleKit (v1). |
class |
LifeViewer
Adapted from the game of life simulation of TurtleKit (v1). |
class |
LifeViewer2
Adapted from the game of life simulation of TurtleKit (v1). |
class |
LifeViewer3
Adapted from the game of life simulation of TurtleKit (v1). |
Uses of Observer in edu.turtlekit2.demos.gas |
---|
Subclasses of Observer in edu.turtlekit2.demos.gas | |
---|---|
class |
GasObserver
Adapted from the gas simulation of TurtleKit (v1). |
Uses of Observer in edu.turtlekit2.demos.soccer |
---|
Subclasses of Observer in edu.turtlekit2.demos.soccer | |
---|---|
class |
SoccerObserver
Adapted from the soccer simulation of TurtleKit (v1). |
class |
SoccerViewer
Adapted from the soccer simulation of TurtleKit (v1). |
Uses of Observer in edu.turtlekit2.demos.termites |
---|
Subclasses of Observer in edu.turtlekit2.demos.termites | |
---|---|
class |
PatchInitializer
Adapted from the termites simulation of TurtleKit (v1). |
Uses of Observer in edu.turtlekit2.kernel.agents |
---|
Subclasses of Observer in edu.turtlekit2.kernel.agents | |
---|---|
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). |
Methods in edu.turtlekit2.kernel.agents that return Observer | |
---|---|
static Observer |
AgentFactory.instanciateObserver(XMLAttributes observerTable)
|
Methods in edu.turtlekit2.kernel.agents that return types with arguments of type Observer | |
---|---|
static Collection<Observer> |
AgentFactory.getObservers(Element e)
|
Uses of Observer in edu.turtlekit2.tools.chart |
---|
Subclasses of Observer in edu.turtlekit2.tools.chart | |
---|---|
class |
LineCharter
The turtlekit Line Charter Agent. |
class |
PheromoneCharter
Deprecated. use LineCharter instead |
class |
PopulationCharter
Deprecated. use LineCharter instead |
Uses of Observer in edu.turtlekit2.tools.fillers |
---|
Subclasses of Observer in edu.turtlekit2.tools.fillers | |
---|---|
class |
CircleFiller
Title : Circle Filler. |
class |
GradientBuilder
Title : Gradient Builder. |
class |
GridColorFiller
Adapted from the termites simulation of TurtleKit (v1). |
class |
NoiseGenerator
Title : Gradient Builder. |
Uses of Observer in edu.turtlekit2.tools.pheromone3D |
---|
Subclasses of Observer in edu.turtlekit2.tools.pheromone3D | |
---|---|
class |
Phero3DViewer
This agent displays a 3D rendering of a pheromone. |
Uses of Observer in edu.turtlekit2.tools.viewer2D |
---|
Subclasses of Observer in edu.turtlekit2.tools.viewer2D | |
---|---|
class |
Viewer2D
Titre : Viewer2D Description : Viewer2D is a Viewer agent. |
Uses of Observer in edu.turtlekit2.tools.viewer3D |
---|
Subclasses of Observer in edu.turtlekit2.tools.viewer3D | |
---|---|
class |
Viewer3D
This agent displays a 3D rendering of the environment: Patches and Turtles. |
Uses of Observer in mysimulation |
---|
Subclasses of Observer in mysimulation | |
---|---|
class |
MyObserver
Observer example. |
class |
MyViewer
Viewer example. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |