C# Class Sudoque.Behavior.Game.Engine.Rules.RuleBehavior

Mostra file Open project: lunivore/sudoque

Public Methods

Method Description
CreateRule ( ) : IMightBeAbleToHelp

Protected Methods

Method Description
CreateCellsWithActuals ( ) : IList
CreateNineEmptyCellsInPlay ( ) : IList

Private Methods

Method Description
ShouldNotBeAbleToHelpWithEmptyCells ( ) : void

Method Details

CreateCellsWithActuals() protected method

protected CreateCellsWithActuals ( ) : IList
return IList

CreateNineEmptyCellsInPlay() protected method

protected CreateNineEmptyCellsInPlay ( ) : IList
return IList

CreateRule() public abstract method

public abstract CreateRule ( ) : IMightBeAbleToHelp
return IMightBeAbleToHelp