Property | Type | Description | |
---|---|---|---|
Height | int |
Method | Description | |
---|---|---|
CellAroundMethod ( int height, int width ) : System | ||
CellCalculation ( |
Method | Description | |
---|---|---|
Condition ( |
||
ConditionalAction ( |
||
NeedCheckNeighbors ( |
||
UnconditionalAction ( |
public CellAroundMethod ( int height, int width ) : System | ||
height | int | |
width | int | |
return | System |
public CellCalculation ( |
||
currentCell | ||
return | void |
protected abstract Condition ( |
||
currentCell | ||
neighbourCell | ||
return | bool |
protected abstract ConditionalAction ( |
||
currentCell | ||
neighbourCell | ||
return | void |
protected abstract NeedCheckNeighbors ( |
||
currentCell | ||
return | bool |
protected abstract UnconditionalAction ( |
||
currentCell | ||
return | void |