org.optaplanner.benchmark.impl.statistic
Class PureSingleStatistic<P extends StatisticPoint>
java.lang.Object
org.optaplanner.benchmark.impl.statistic.SingleStatistic<P>
org.optaplanner.benchmark.impl.statistic.PureSingleStatistic<P>
- Direct Known Subclasses:
- ConstraintMatchTotalBestScoreSingleStatistic, ConstraintMatchTotalStepScoreSingleStatistic, PickedMoveTypeBestScoreDiffSingleStatistic, PickedMoveTypeStepScoreDiffSingleStatistic
public abstract class PureSingleStatistic<P extends StatisticPoint>
- extends SingleStatistic<P>
1 statistic of SingleBenchmarkResult
Methods inherited from class org.optaplanner.benchmark.impl.statistic.SingleStatistic |
close, createPointFromCsvLine, getAnchorId, getCsvFile, getCsvFilePath, getCsvHeader, getPointList, getSingleBenchmarkResult, initPointList, open, readCsvStatisticFile, setPointList, setSingleBenchmarkResult, writeCsvStatisticFile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
singleStatisticType
protected final SingleStatisticType singleStatisticType
PureSingleStatistic
protected PureSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
SingleStatisticType singleStatisticType)
getStatisticType
public SingleStatisticType getStatisticType()
- Specified by:
getStatisticType
in class SingleStatistic<P extends StatisticPoint>
writeGraphFiles
public abstract void writeGraphFiles(BenchmarkReport benchmarkReport)
writeChartToImageFile
protected File writeChartToImageFile(org.jfree.chart.JFreeChart chart,
String fileNameBase)
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.