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 ScoregetScore()longgetTimeMillisSpent()StringtoCsvLine()- 
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:
 toCsvLinein classStatisticPoint
 
 - 
 
 -