C# 클래스 TheImmigrationGame.Immigration

파일 보기 프로젝트 열기: stonemonkey/Internship2013 1 사용 예제들

공개 메소드들

메소드 설명
Immigration ( List inputGeneration ) : System
Print ( ) : void
ProcessGeneration ( ) : void

비공개 메소드들

메소드 설명
CheckIfCellGoesToNextGeneration ( Cell cell ) : void
GetAliveNeighbours ( Cell cell ) : IEnumerable
GetColorForRebornCell ( Cell cell ) : ConsoleColor
GetDeadNeighbours ( Cell cell ) : IEnumerable
GetNeighbours ( Cell cell ) : IEnumerable
InNextGeneration ( Cell cell ) : bool
IsNeighbour ( Cell cell, Cell neighbour ) : bool
RebornDeadNeighbours ( Cell cell ) : void
WillGetResurected ( Cell cell ) : bool
WillGoToNextGeneration ( Cell cell ) : bool

메소드 상세

Immigration() 공개 메소드

public Immigration ( List inputGeneration ) : System
inputGeneration List
리턴 System

Print() 공개 메소드

public Print ( ) : void
리턴 void

ProcessGeneration() 공개 메소드

public ProcessGeneration ( ) : void
리턴 void