C# Class PuzzleSolver.PuzzleParser

ファイルを表示 Open project: dsplaisted/Disentanglement

Public Methods

Method Description
GetGordionCubePuzzle ( ) : PuzzleSolver.PuzzleState
ReadPiece ( string s ) : PuzzleSolver.PuzzlePiece
ReadPoint ( string s ) : Point
ReadPuzzle ( string s ) : PuzzleSolver.PuzzleState

Method Details

GetGordionCubePuzzle() public static method

public static GetGordionCubePuzzle ( ) : PuzzleSolver.PuzzleState
return PuzzleSolver.PuzzleState

ReadPiece() public static method

public static ReadPiece ( string s ) : PuzzleSolver.PuzzlePiece
s string
return PuzzleSolver.PuzzlePiece

ReadPoint() public static method

public static ReadPoint ( string s ) : Point
s string
return Point

ReadPuzzle() public static method

public static ReadPuzzle ( string s ) : PuzzleSolver.PuzzleState
s string
return PuzzleSolver.PuzzleState