public class InMemory extends AbstractEvaluationStatisticsExporter
Modifier and Type | Field and Description |
---|---|
protected List<EvaluationStatistics> |
m_Statistics
the statistics.
|
m_Debug, m_LogListeners
Constructor and Description |
---|
InMemory() |
Modifier and Type | Method and Description |
---|---|
protected String |
doExport(List<EvaluationStatistics> stats)
Exports the statistics.
|
List<EvaluationStatistics> |
getStatistics()
Returns the statistics.
|
String |
globalInfo()
Description to be displayed in the GUI.
|
export, getOptions, listOptions, setOptions
addLogListener, debug, getLogListeners, handleException, log, removeLogListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addLogListener, log, removeLogListener
protected List<EvaluationStatistics> m_Statistics
public String globalInfo()
globalInfo
in class AbstractEvaluationStatisticsExporter
protected String doExport(List<EvaluationStatistics> stats)
doExport
in class AbstractEvaluationStatisticsExporter
stats
- the statistics to exportpublic List<EvaluationStatistics> getStatistics()
Copyright © 2017. All Rights Reserved.