Property | Type | Description | |
---|---|---|---|
map | cellState[][] |
Property | Type | Description | |
---|---|---|---|
size | int |
Method | Description | |
---|---|---|
CellStateMap ( int size ) : System | ||
getState ( Coordinates coords ) : cellState | ||
getState ( int x, int y ) : cellState | ||
reset ( ) : void | ||
setState ( Coordinates coords, cellState state ) : void | ||
setState ( int x, int y, cellState state ) : void |
public getState ( Coordinates coords ) : cellState | ||
coords | Coordinates | |
return | cellState |
public setState ( Coordinates coords, cellState state ) : void | ||
coords | Coordinates | |
state | cellState | |
return | void |
public setState ( int x, int y, cellState state ) : void | ||
x | int | |
y | int | |
state | cellState | |
return | void |