|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmadkit.kernel.AbstractAgent
madkit.kernel.Watcher
turtlekit.kernel.Observer
turtlekit.simulations.soccer.SoccerObserver
public class SoccerObserver
Observer for the playground initialization, and (in the future) it will be the refere
| Field Summary | |
|---|---|
int |
status
|
| Fields inherited from class turtlekit.kernel.Observer |
|---|
envHeight, envWidth, patchGrid |
| Constructor Summary | |
|---|---|
SoccerObserver(boolean b)
|
|
| Method Summary | |
|---|---|
void |
initTurtleTables()
|
void |
setup()
override this method to make other initializations,not in constructor |
void |
watch()
override this method to observe the state of the world using turtle tables or/and the patchGrid variable |
| Methods inherited from class turtlekit.kernel.Observer |
|---|
activate, getSimulationGroup |
| Methods inherited from class madkit.kernel.Watcher |
|---|
addProbe, addProbe, end, getProbes, removeAllProbes, removeProbe, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int status
| Constructor Detail |
|---|
public SoccerObserver(boolean b)
| Method Detail |
|---|
public void initTurtleTables()
public void setup()
Observer
setup in class Observerpublic void watch()
Observer
watch in class Observer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||