프로퍼티 | 타입 | 설명 | |
---|---|---|---|
average | double | ||
variations | double[][] |
메소드 | 설명 | |
---|---|---|
HistoryMap ( int size, int shipLengths, |
||
calculateAverage ( ) : void | ||
calculateVariations ( ) : void | ||
getVariation ( Coordinates coords ) : double | ||
getVariation ( int x, int y ) : double |
public HistoryMap ( int size, int shipLengths, |
||
size | int | |
shipLengths | int | |
cellStateMap | ||
리턴 | System |
public getVariation ( Coordinates coords ) : double | ||
coords | Coordinates | |
리턴 | double |