|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmadkit.kernel.AbstractAgent
turtlekit.kernel.TurtleEnvironment
public class TurtleEnvironment
This Agent is the one who creates turtles,patches and who cares about managing them all (creation, death...)
Field Summary | |
---|---|
Patch[][] |
grid
|
Constructor Summary | |
---|---|
TurtleEnvironment(int width,
int height,
java.lang.String group)
|
Method Summary | |
---|---|
void |
activate()
This method is initially called when the micro-kernel registers the agent. |
void |
diffusion()
|
void |
displayOff()
|
void |
displayOn()
|
void |
evaporation()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Patch[][] grid
Constructor Detail |
---|
public TurtleEnvironment(int width, int height, java.lang.String group)
Method Detail |
---|
public void displayOff()
public void displayOn()
public final void diffusion()
public final void evaporation()
public final void activate()
AbstractAgent
activate
in class AbstractAgent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |