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, setOptionsaddLogListener, debug, getLogListeners, handleException, log, removeLogListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLogListener, log, removeLogListenerprotected List<EvaluationStatistics> m_Statistics
public String globalInfo()
globalInfo in class AbstractEvaluationStatisticsExporterprotected String doExport(List<EvaluationStatistics> stats)
doExport in class AbstractEvaluationStatisticsExporterstats - the statistics to exportpublic List<EvaluationStatistics> getStatistics()
Copyright © 2017. All Rights Reserved.