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