|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.kzoo.grid.gui.SteppedGridAppController | +--edu.kzoo.grid.gui.ActiveGridAppController
Grid GUI Support Package:
An ActiveGridAppController
controls the running of a
grid application. In each timestep it tells all of the objects in
the grid to act. The objects in the grid should be instances of a
class that redefines the act
method to do something
meaningful.
Constructor Summary | |
ActiveGridAppController()
|
Method Summary | |
void |
step()
Advances the application one step by asking every object in the grid to act . |
Methods inherited from class edu.kzoo.grid.gui.SteppedGridAppController |
getGrid, hasReachedStoppingState, init, setGrid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActiveGridAppController()
Method Detail |
public void step()
act
.
step
in class SteppedGridAppController
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |