Class PickedMoveTypeStepScoreDiffStatisticPoint

java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint

public class PickedMoveTypeStepScoreDiffStatisticPoint extends StatisticPoint
  • Constructor Details

    • PickedMoveTypeStepScoreDiffStatisticPoint

      public PickedMoveTypeStepScoreDiffStatisticPoint(long timeMillisSpent, String moveType, Score stepScoreDiff)
  • Method Details

    • getTimeMillisSpent

      public long getTimeMillisSpent()
    • getMoveType

      public String getMoveType()
    • getStepScoreDiff

      public Score getStepScoreDiff()
    • toCsvLine

      public String toCsvLine()
      Specified by:
      toCsvLine in class StatisticPoint