C# Класс PuzzleSolver.PuzzleParser

Показать файл Открыть проект

Открытые методы

Метод Описание
GetGordionCubePuzzle ( ) : PuzzleSolver.PuzzleState
ReadPiece ( string s ) : PuzzleSolver.PuzzlePiece
ReadPoint ( string s ) : Point
ReadPuzzle ( string s ) : PuzzleSolver.PuzzleState

Описание методов

GetGordionCubePuzzle() публичный статический Метод

public static GetGordionCubePuzzle ( ) : PuzzleSolver.PuzzleState
Результат PuzzleSolver.PuzzleState

ReadPiece() публичный статический Метод

public static ReadPiece ( string s ) : PuzzleSolver.PuzzlePiece
s string
Результат PuzzleSolver.PuzzlePiece

ReadPoint() публичный статический Метод

public static ReadPoint ( string s ) : Point
s string
Результат Point

ReadPuzzle() публичный статический Метод

public static ReadPuzzle ( string s ) : PuzzleSolver.PuzzleState
s string
Результат PuzzleSolver.PuzzleState