C# 클래스 MBC.Controllers.DaveBot_1_4_5.HuntingMap

상속: ProbabilityMap
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship 1 사용 예제들

공개 메소드들

메소드 설명
HuntingMap ( int size, int shipLengths, CellStateMap cellStateMap ) : System
addHuntingProbability ( Coordinates coords ) : void
removeHuntingProbability ( Coordinates coords ) : void
shipSunk ( Coordinates coords ) : void

메소드 상세

HuntingMap() 공개 메소드

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

addHuntingProbability() 공개 메소드

public addHuntingProbability ( Coordinates coords ) : void
coords Coordinates
리턴 void

removeHuntingProbability() 공개 메소드

public removeHuntingProbability ( Coordinates coords ) : void
coords Coordinates
리턴 void

shipSunk() 공개 메소드

public shipSunk ( Coordinates coords ) : void
coords Coordinates
리턴 void