프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Height | int |
메소드 | 설명 | |
---|---|---|
CellAroundMethod ( int height, int width ) : System | ||
CellCalculation ( |
메소드 | 설명 | |
---|---|---|
Condition ( |
||
ConditionalAction ( |
||
NeedCheckNeighbors ( |
||
UnconditionalAction ( |
public CellAroundMethod ( int height, int width ) : System | ||
height | int | |
width | int | |
리턴 | System |
public CellCalculation ( |
||
currentCell | ||
리턴 | void |
protected abstract Condition ( |
||
currentCell | ||
neighbourCell | ||
리턴 | bool |
protected abstract ConditionalAction ( |
||
currentCell | ||
neighbourCell | ||
리턴 | void |
protected abstract NeedCheckNeighbors ( |
||
currentCell | ||
리턴 | bool |
protected abstract UnconditionalAction ( |
||
currentCell | ||
리턴 | void |