C# Class MBC.Controllers.DaveBot_1_4_5.HuntingMap

Inheritance: ProbabilityMap
Mostrar archivo Open project: aiclub/Mohawk_Battleship Class Usage Examples

Public Methods

Method Description
HuntingMap ( int size, int shipLengths, CellStateMap cellStateMap ) : System
addHuntingProbability ( Coordinates coords ) : void
removeHuntingProbability ( Coordinates coords ) : void
shipSunk ( Coordinates coords ) : void

Method Details

HuntingMap() public method

public HuntingMap ( int size, int shipLengths, CellStateMap cellStateMap ) : System
size int
shipLengths int
cellStateMap CellStateMap
return System

addHuntingProbability() public method

public addHuntingProbability ( Coordinates coords ) : void
coords Coordinates
return void

removeHuntingProbability() public method

public removeHuntingProbability ( Coordinates coords ) : void
coords Coordinates
return void

shipSunk() public method

public shipSunk ( Coordinates coords ) : void
coords Coordinates
return void