Class PickedMoveTypeBestScoreDiffStatisticPoint


  • public class PickedMoveTypeBestScoreDiffStatisticPoint
    extends StatisticPoint
    • Constructor Detail

      • PickedMoveTypeBestScoreDiffStatisticPoint

        public PickedMoveTypeBestScoreDiffStatisticPoint​(long timeMillisSpent,
                                                         String moveType,
                                                         org.optaplanner.core.api.score.Score bestScoreDiff)
    • Method Detail

      • getTimeMillisSpent

        public long getTimeMillisSpent()
      • getMoveType

        public String getMoveType()
      • getBestScoreDiff

        public org.optaplanner.core.api.score.Score getBestScoreDiff()