public abstract class PureSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint> extends SubSingleStatistic<Solution_,StatisticPoint_>
SubSingleBenchmarkResult
.Modifier and Type | Field and Description |
---|---|
protected SingleStatisticType |
singleStatisticType |
logger, pointList, subSingleBenchmarkResult
Modifier | Constructor and Description |
---|---|
protected |
PureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult,
SingleStatisticType singleStatisticType) |
Modifier and Type | Method and Description |
---|---|
File |
getGraphFile() |
abstract List<File> |
getGraphFileList() |
SingleStatisticType |
getStatisticType() |
String |
toString() |
protected File |
writeChartToImageFile(org.jfree.chart.JFreeChart chart,
String fileNameBase) |
abstract void |
writeGraphFiles(BenchmarkReport benchmarkReport) |
close, createPointFromCsvLine, getAnchorId, getCsvFile, getCsvFileName, getCsvHeader, getPointList, getRelativeCsvFilePath, getSubSingleBenchmarkResult, hibernatePointList, initPointList, open, setPointList, setSubSingleBenchmarkResult, unhibernatePointList
protected final SingleStatisticType singleStatisticType
protected PureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, SingleStatisticType singleStatisticType)
public SingleStatisticType getStatisticType()
getStatisticType
in class SubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint>
public abstract void writeGraphFiles(BenchmarkReport benchmarkReport)
protected File writeChartToImageFile(org.jfree.chart.JFreeChart chart, String fileNameBase)
public File getGraphFile()
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.