Class StatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
- Direct Known Subclasses:
 BestScoreStatisticPoint,BestSolutionMutationStatisticPoint,ConstraintMatchTotalBestScoreStatisticPoint,ConstraintMatchTotalStepScoreStatisticPoint,MemoryUseStatisticPoint,MoveCountPerStepStatisticPoint,PickedMoveTypeBestScoreDiffStatisticPoint,PickedMoveTypeStepScoreDiffStatisticPoint,ScoreCalculationSpeedStatisticPoint,StepScoreStatisticPoint
Implementations must be immutable.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildCsvLine(String... values) static StringbuildCsvLineWithDoubles(long timeMillisSpent, double... values) static StringbuildCsvLineWithLongs(long timeMillisSpent, long... values) static StringbuildCsvLineWithStrings(long timeMillisSpent, String... values) parseCsvLine(String line) abstract String 
- 
Constructor Details
- 
StatisticPoint
public StatisticPoint() 
 - 
 - 
Method Details
- 
toCsvLine
 - 
buildCsvLineWithLongs
 - 
buildCsvLineWithDoubles
 - 
buildCsvLineWithStrings
 - 
buildCsvLine
 - 
parseCsvLine
 
 -