public class SimulationStatistics extends Object
Constructor and Description |
---|
SimulationStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String property,
IStatisticCriterion value) |
void |
aggregate(String property,
SimulationStatistics result) |
Object |
getAggregatedValue(String property) |
IStatisticCriterion |
getCriterion(String property) |
Event |
getLastEvent() |
Object |
getValue(String property) |
boolean |
isFailed() |
boolean |
isSuccess() |
void |
setLastEvent(Event lastEvent) |
public void addProperty(String property, IStatisticCriterion value)
public IStatisticCriterion getCriterion(String property)
public void aggregate(String property, SimulationStatistics result)
public Event getLastEvent()
public void setLastEvent(Event lastEvent)
lastEvent
- the lastEvent to setpublic boolean isSuccess()
public boolean isFailed()
Copyright © 2013. All Rights Reserved.