Class PureSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint>
- java.lang.Object
- 
- org.optaplanner.benchmark.impl.statistic.SubSingleStatistic<Solution_,StatisticPoint_>
- 
- org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic<Solution_,StatisticPoint_>
 
 
- 
- Direct Known Subclasses:
- ConstraintMatchTotalBestScoreSubSingleStatistic,- ConstraintMatchTotalStepScoreSubSingleStatistic,- PickedMoveTypeBestScoreDiffSubSingleStatistic,- PickedMoveTypeStepScoreDiffSubSingleStatistic
 
 public abstract class PureSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint> extends SubSingleStatistic<Solution_,StatisticPoint_> 1 statistic ofSubSingleBenchmarkResult.
- 
- 
Field SummaryFields Modifier and Type Field Description protected SingleStatisticTypesingleStatisticType- 
Fields inherited from class org.optaplanner.benchmark.impl.statistic.SubSingleStatisticlogger, pointList, subSingleBenchmarkResult
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedPureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, SingleStatisticType singleStatisticType)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description FilegetGraphFile()abstract List<File>getGraphFileList()SingleStatisticTypegetStatisticType()StringtoString()protected FilewriteChartToImageFile(org.jfree.chart.JFreeChart chart, String fileNameBase)abstract voidwriteGraphFiles(BenchmarkReport benchmarkReport)- 
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- 
singleStatisticTypeprotected final SingleStatisticType singleStatisticType 
 
- 
 - 
Constructor Detail- 
PureSubSingleStatisticprotected PureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, SingleStatisticType singleStatisticType) 
 
- 
 - 
Method Detail- 
getStatisticTypepublic SingleStatisticType getStatisticType() - Specified by:
- getStatisticTypein class- SubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint>
 
 - 
writeGraphFilespublic abstract void writeGraphFiles(BenchmarkReport benchmarkReport) 
 - 
writeChartToImageFileprotected File writeChartToImageFile(org.jfree.chart.JFreeChart chart, String fileNameBase) 
 - 
getGraphFilepublic File getGraphFile() 
 
- 
 
-