C# 클래스 Sudoque.Scenarios.Steps.SudoqueSteps

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

공개 메소드들

메소드 설명
AddPotentials ( int column, int row, string potentials ) : void
HasAPuzzle ( string grid ) : void
IsPlayed ( ) : void
IsPlayedWithAPuzzle ( string puzzle ) : void
IsRunning ( ) : void
IsToldToCreateANewGame ( ) : void
ShouldBeEmpty ( ) : void
ShouldLookLike ( string grid ) : void
SudoqueSteps ( World world ) : System

메소드 상세

AddPotentials() 공개 메소드

public AddPotentials ( int column, int row, string potentials ) : void
column int
row int
potentials string
리턴 void

HasAPuzzle() 공개 메소드

public HasAPuzzle ( string grid ) : void
grid string
리턴 void

IsPlayed() 공개 메소드

public IsPlayed ( ) : void
리턴 void

IsPlayedWithAPuzzle() 공개 메소드

public IsPlayedWithAPuzzle ( string puzzle ) : void
puzzle string
리턴 void

IsRunning() 공개 메소드

public IsRunning ( ) : void
리턴 void

IsToldToCreateANewGame() 공개 메소드

public IsToldToCreateANewGame ( ) : void
리턴 void

ShouldBeEmpty() 공개 메소드

public ShouldBeEmpty ( ) : void
리턴 void

ShouldLookLike() 공개 메소드

public ShouldLookLike ( string grid ) : void
grid string
리턴 void

SudoqueSteps() 공개 메소드

public SudoqueSteps ( World world ) : System
world World
리턴 System