org.optaplanner.benchmark.impl.statistic
Class ProblemBasedSingleStatistic<P extends StatisticPoint>
java.lang.Object
org.optaplanner.benchmark.impl.statistic.SingleStatistic<P>
org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic<P>
- Direct Known Subclasses:
- BestScoreSingleStatistic, BestSolutionMutationSingleStatistic, CalculateCountSingleStatistic, MemoryUseSingleStatistic, MoveCountPerStepSingleStatistic, StepScoreSingleStatistic
public abstract class ProblemBasedSingleStatistic<P extends StatisticPoint>
- extends SingleStatistic<P>
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 |
problemStatisticType
protected final ProblemStatisticType problemStatisticType
ProblemBasedSingleStatistic
protected ProblemBasedSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
ProblemStatisticType problemStatisticType)
getStatisticType
public ProblemStatisticType getStatisticType()
- Specified by:
getStatisticType
in class SingleStatistic<P extends StatisticPoint>
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.