public abstract class ProblemStatistic extends Object
ProblemBenchmarkResult
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
protected ProblemBenchmarkResult |
problemBenchmarkResult |
protected ProblemStatisticType |
problemStatisticType |
protected List<String> |
warningList |
Modifier | Constructor and Description |
---|---|
protected |
ProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult,
ProblemStatisticType problemStatisticType) |
Modifier and Type | Method and Description |
---|---|
void |
accumulateResults(BenchmarkReport benchmarkReport) |
abstract SingleStatistic |
createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
protected void |
fillWarningList() |
String |
getAnchorId() |
ProblemBenchmarkResult |
getProblemBenchmarkResult() |
ProblemStatisticType |
getProblemStatisticType() |
List<SingleStatistic> |
getSingleStatisticList() |
List<String> |
getWarningList() |
void |
setProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult) |
protected File |
writeChartToImageFile(org.jfree.chart.JFreeChart chart,
String fileNameBase) |
abstract void |
writeGraphFiles(BenchmarkReport benchmarkReport) |
protected final transient org.slf4j.Logger logger
protected ProblemBenchmarkResult problemBenchmarkResult
protected final ProblemStatisticType problemStatisticType
protected ProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult, ProblemStatisticType problemStatisticType)
public ProblemBenchmarkResult getProblemBenchmarkResult()
public void setProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult)
public ProblemStatisticType getProblemStatisticType()
public String getAnchorId()
public List<SingleStatistic> getSingleStatisticList()
public abstract SingleStatistic createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult)
public void accumulateResults(BenchmarkReport benchmarkReport)
public abstract void writeGraphFiles(BenchmarkReport benchmarkReport)
protected void fillWarningList()
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.