public class StatisticsNotificationEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
protected List<EvaluationStatistics> |
m_Statistics
the statistics.
|
source
Constructor and Description |
---|
StatisticsNotificationEvent(Experiment source,
List<EvaluationStatistics> stats)
Gets called when the experiment makes new statistics available.
|
Modifier and Type | Method and Description |
---|---|
Experiment |
getExperiment()
Returns the associated experiment.
|
List<EvaluationStatistics> |
getStatistics()
Returns the statistics.
|
getSource, toString
protected List<EvaluationStatistics> m_Statistics
public StatisticsNotificationEvent(Experiment source, List<EvaluationStatistics> stats)
source
- the experiment that triggered the eventstats
- the statisticspublic Experiment getExperiment()
public List<EvaluationStatistics> getStatistics()
Copyright © 2017. All Rights Reserved.