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 SummaryConstructors
- 
Method SummaryModifier 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- 
StatisticPointpublic StatisticPoint()
 
- 
- 
Method Details- 
toCsvLine
- 
buildCsvLineWithLongs
- 
buildCsvLineWithDoubles
- 
buildCsvLineWithStrings
- 
buildCsvLine
- 
parseCsvLine
 
-