public interface IStatisticCriterion
Modifier and Type | Method and Description |
---|---|
void |
aggregate(Object value,
SimulationStatistics result) |
void |
eventPerformed(Event event) |
Object |
getAggregatedValue() |
String |
getName() |
SimulationParameters |
getSimulationParameters() |
Object |
getValue() |
Class<?> |
getValueType() |
IStatisticCriterion |
newInstance() |
void |
nextEventReady(Event event) |
void |
setSimulationParameters(SimulationParameters p) |
void |
simulationEnd(long date) |
void |
simulationStarted() |
void simulationStarted()
void simulationEnd(long date)
void nextEventReady(Event event)
void eventPerformed(Event event)
SimulationParameters getSimulationParameters()
void setSimulationParameters(SimulationParameters p)
String getName()
IStatisticCriterion newInstance()
Class<?> getValueType()
Object getValue()
Object getAggregatedValue()
void aggregate(Object value, SimulationStatistics result)
Copyright © 2013. All Rights Reserved.