Class StepScoreStatisticPoint
- java.lang.Object
-
- org.optaplanner.benchmark.impl.statistic.StatisticPoint
-
- org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint
-
public class StepScoreStatisticPoint extends StatisticPoint
-
-
Constructor Summary
Constructors Constructor Description StepScoreStatisticPoint(long timeMillisSpent, Score score)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Score
getScore()
long
getTimeMillisSpent()
String
toCsvLine()
-
Methods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
-
-
-
-
Constructor Detail
-
StepScoreStatisticPoint
public StepScoreStatisticPoint(long timeMillisSpent, Score score)
-
-
Method Detail
-
getTimeMillisSpent
public long getTimeMillisSpent()
-
getScore
public Score getScore()
-
toCsvLine
public String toCsvLine()
- Specified by:
toCsvLine
in classStatisticPoint
-
-