Method | Description | |
---|---|---|
HuntingMap ( int size, int shipLengths, |
||
addHuntingProbability ( Coordinates coords ) : void | ||
removeHuntingProbability ( Coordinates coords ) : void | ||
shipSunk ( Coordinates coords ) : void |
public HuntingMap ( int size, int shipLengths, |
||
size | int | |
shipLengths | int | |
cellStateMap | ||
return | System |
public addHuntingProbability ( Coordinates coords ) : void | ||
coords | Coordinates | |
return | void |
public removeHuntingProbability ( Coordinates coords ) : void | ||
coords | Coordinates | |
return | void |
public shipSunk ( Coordinates coords ) : void | ||
coords | Coordinates | |
return | void |