C# Class CrossWord.PuzzlePlacer

Mostrar archivo Open project: karasek/CrossWord Class Usage Examples

Public Methods

Method Description
GetAllPossiblePlacements ( ICrossDictionary dictionary ) : IEnumerable
PuzzlePlacer ( ICrossBoard board, string puzzle ) : System

Private Methods

Method Description
NormalizePuzzle ( string puzzle ) : string

Method Details

GetAllPossiblePlacements() public method

public GetAllPossiblePlacements ( ICrossDictionary dictionary ) : IEnumerable
dictionary ICrossDictionary
return IEnumerable

PuzzlePlacer() public method

public PuzzlePlacer ( ICrossBoard board, string puzzle ) : System
board ICrossBoard
puzzle string
return System