public class SimulationDurationCriterion extends AbstractStatisticCriterion
aggregation, parameters
Constructor and Description |
---|
SimulationDurationCriterion() |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(Object newValue,
SimulationStatistics result) |
Object |
getAggregatedValue() |
String |
getName() |
Object |
getValue() |
IStatisticCriterion |
newInstance() |
void |
nextEventReady(Event event) |
void |
simulationEnd(long date) |
void |
simulationStarted() |
eventPerformed, getAggregation, getSimulationParameters, getValueType, setSimulationParameters
public void simulationStarted()
public void simulationEnd(long date)
public void nextEventReady(Event event)
public String getName()
public IStatisticCriterion newInstance()
public Object getValue()
public void aggregate(Object newValue, SimulationStatistics result)
aggregate
in interface IStatisticCriterion
aggregate
in class AbstractStatisticCriterion
public Object getAggregatedValue()
Copyright © 2013. All Rights Reserved.