Class ProblemBasedSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint>
- java.lang.Object
- 
- org.optaplanner.benchmark.impl.statistic.SubSingleStatistic<Solution_,StatisticPoint_>
- 
- org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic<Solution_,StatisticPoint_>
 
 
- 
- Direct Known Subclasses:
- BestScoreSubSingleStatistic,- BestSolutionMutationSubSingleStatistic,- MemoryUseSubSingleStatistic,- MoveCountPerStepSubSingleStatistic,- ScoreCalculationSpeedSubSingleStatistic,- StepScoreSubSingleStatistic
 
 public abstract class ProblemBasedSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint> extends SubSingleStatistic<Solution_,StatisticPoint_> 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ProblemStatisticTypeproblemStatisticType- 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatisticlogger, pointList, subSingleBenchmarkResult
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedProblemBasedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProblemStatisticTypegetStatisticType()StringtoString()- 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatisticclose, createPointFromCsvLine, getAnchorId, getCsvFile, getCsvFileName, getCsvHeader, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, open, setPointList, setSubSingleBenchmarkResult, unhibernatePointList
 
- 
 
- 
- 
- 
Field Detail- 
problemStatisticTypeprotected final ProblemStatisticType problemStatisticType 
 
- 
 - 
Constructor Detail- 
ProblemBasedSubSingleStatisticprotected ProblemBasedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType) 
 
- 
 - 
Method Detail- 
getStatisticTypepublic ProblemStatisticType getStatisticType() - Specified by:
- getStatisticTypein class- SubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint>
 
 
- 
 
-