public class FailureCountStatisticCriterion extends AbstractStatisticCriterion
aggregation, parameters
Constructor and Description |
---|
FailureCountStatisticCriterion() |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(Object newValue,
SimulationStatistics result) |
void |
eventPerformed(Event event) |
Object |
getAggregatedValue() |
String |
getName() |
Object |
getValue() |
IStatisticCriterion |
newInstance() |
void |
nextEventReady(Event event) |
void |
simulationEnd(long date) |
void |
simulationStarted() |
getAggregation, getSimulationParameters, getValueType, setSimulationParameters
public void simulationStarted()
public void simulationEnd(long date)
public void nextEventReady(Event event)
public void eventPerformed(Event event)
eventPerformed
in interface IStatisticCriterion
eventPerformed
in class AbstractStatisticCriterion
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.