|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.kzoo.grid.gui.SteppedGridAppController
Grid GUI Support Package:
A SteppedGridAppController
controls the running of a
stepped grid application.
Constructor Summary | |
SteppedGridAppController()
|
Method Summary | |
Grid |
getGrid()
Gets the application's grid. |
boolean |
hasReachedStoppingState()
Determines whether a running application has reached a desired stopping state. |
void |
init()
Initializes or re-initializes the state of the grid application. |
void |
setGrid(Grid grid)
Sets the application's grid. |
abstract void |
step()
Advances the application one step. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SteppedGridAppController()
Method Detail |
public Grid getGrid()
public void setGrid(Grid grid)
grid
- the Grid to act onpublic void init()
public abstract void step()
public boolean hasReachedStoppingState()
true
if the application should
stop
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |