Class PickedMoveTypeStepScoreDiffStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
-
Constructor Summary
ConstructorsConstructorDescriptionPickedMoveTypeStepScoreDiffStatisticPoint(long timeMillisSpent, String moveType, org.optaplanner.core.api.score.Score stepScoreDiff) -
Method Summary
Modifier and TypeMethodDescriptionorg.optaplanner.core.api.score.ScorelongMethods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
-
Constructor Details
-
PickedMoveTypeStepScoreDiffStatisticPoint
public PickedMoveTypeStepScoreDiffStatisticPoint(long timeMillisSpent, String moveType, org.optaplanner.core.api.score.Score stepScoreDiff)
-
-
Method Details
-
getTimeMillisSpent
public long getTimeMillisSpent() -
getMoveType
-
getStepScoreDiff
public org.optaplanner.core.api.score.Score getStepScoreDiff() -
toCsvLine
- Specified by:
toCsvLinein classStatisticPoint
-