Class PickedMoveTypeBestScoreDiffStatisticPoint


  • public class PickedMoveTypeBestScoreDiffStatisticPoint
    extends StatisticPoint
    • Constructor Detail

      • PickedMoveTypeBestScoreDiffStatisticPoint

        public PickedMoveTypeBestScoreDiffStatisticPoint​(long timeMillisSpent,
                                                         String moveType,
                                                         Score bestScoreDiff)
    • Method Detail

      • getTimeMillisSpent

        public long getTimeMillisSpent()
      • getMoveType

        public String getMoveType()
      • getBestScoreDiff

        public Score getBestScoreDiff()