public abstract class AbstractStatisticCriterion extends Object implements IStatisticCriterion
Modifier and Type | Field and Description |
---|---|
protected IAggregation |
aggregation |
protected SimulationParameters |
parameters |
Constructor and Description |
---|
AbstractStatisticCriterion() |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(Object newValue,
SimulationStatistics result) |
void |
eventPerformed(Event event) |
IAggregation |
getAggregation() |
SimulationParameters |
getSimulationParameters() |
Class<?> |
getValueType() |
void |
setSimulationParameters(SimulationParameters p) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAggregatedValue, getName, getValue, newInstance, nextEventReady, simulationEnd, simulationStarted
protected SimulationParameters parameters
protected IAggregation aggregation
public SimulationParameters getSimulationParameters()
getSimulationParameters
in interface IStatisticCriterion
public void setSimulationParameters(SimulationParameters p)
setSimulationParameters
in interface IStatisticCriterion
public void eventPerformed(Event event)
eventPerformed
in interface IStatisticCriterion
public void aggregate(Object newValue, SimulationStatistics result)
aggregate
in interface IStatisticCriterion
public IAggregation getAggregation()
public Class<?> getValueType()
getValueType
in interface IStatisticCriterion
Copyright © 2013. All Rights Reserved.