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 Summary
Fields Modifier and Type Field Description protected ProblemStatisticTypeproblemStatisticType- 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
logger, pointList, subSingleBenchmarkResult 
 - 
 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedProblemBasedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProblemStatisticTypegetStatisticType()StringtoString()- 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
close, createPointFromCsvLine, getAnchorId, getCsvFile, getCsvFileName, getCsvHeader, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, open, setPointList, setSubSingleBenchmarkResult, unhibernatePointList 
 - 
 
 - 
 
- 
- 
Field Detail
- 
problemStatisticType
protected final ProblemStatisticType problemStatisticType
 
 - 
 
- 
Constructor Detail
- 
ProblemBasedSubSingleStatistic
protected ProblemBasedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType)
 
 - 
 
- 
Method Detail
- 
getStatisticType
public ProblemStatisticType getStatisticType()
- Specified by:
 getStatisticTypein classSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint>
 
 - 
 
 -