Class BestSolutionMutationStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationStatisticPoint
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintlongMethods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPointbuildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
- 
Constructor Details- 
BestSolutionMutationStatisticPointpublic BestSolutionMutationStatisticPoint(long timeMillisSpent, int mutationCount) 
 
- 
- 
Method Details- 
getTimeMillisSpentpublic long getTimeMillisSpent()
- 
getMutationCountpublic int getMutationCount()
- 
toCsvLine- Specified by:
- toCsvLinein class- StatisticPoint
 
 
-