|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConwayPattern
A ConwayPattern describes the state of a conway grid.
ConwayPattern objects are useful for persisting grid states
for recall later.
| Method Summary | |
|---|---|
boolean[][] |
getPattern()
This method should return a 2 dimensional array of boolean that represent a conway grid, with true values in the positions where
cells are alive |
String |
getPatternName()
|
| Method Detail |
|---|
boolean[][] getPattern()
true values in the positions where
cells are alive
String getPatternName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||