public abstract class ProblemBasedSingleStatistic<P extends StatisticPoint> extends SingleStatistic<P>
Modifier and Type | Field and Description |
---|---|
protected ProblemStatisticType |
problemStatisticType |
logger, pointList, singleBenchmarkResult
Modifier | Constructor and Description |
---|---|
protected |
ProblemBasedSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
ProblemStatisticType problemStatisticType) |
Modifier and Type | Method and Description |
---|---|
ProblemStatisticType |
getStatisticType() |
close, createPointFromCsvLine, getAnchorId, getCsvFile, getCsvFilePath, getCsvHeader, getPointList, getSingleBenchmarkResult, initPointList, open, readCsvStatisticFile, setPointList, setSingleBenchmarkResult, writeCsvStatisticFile
protected final ProblemStatisticType problemStatisticType
protected ProblemBasedSingleStatistic(SingleBenchmarkResult singleBenchmarkResult, ProblemStatisticType problemStatisticType)
public ProblemStatisticType getStatisticType()
getStatisticType
in class SingleStatistic<P extends StatisticPoint>
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.