Package jsl.modeling.elements.variable
Interface AcrossReplicationStatisticIfc
-
- All Known Subinterfaces:
ResponseStatisticsIfc
- All Known Implementing Classes:
ResponseVariable,TimeWeighted
public interface AcrossReplicationStatisticIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAcrossReplicationAverage()A convenience method to get the across replication average from the underlying CounterObserver For other statistics use getAcrossReplicationStatistic()StatisticAccessorIfcgetAcrossReplicationStatistic()Returns a StatisticAccessorIfc for the across replication statistics that have been collected on this Counter
-
-
-
Method Detail
-
getAcrossReplicationStatistic
StatisticAccessorIfc getAcrossReplicationStatistic()
Returns a StatisticAccessorIfc for the across replication statistics that have been collected on this Counter- Returns:
- an accessor to get statistics
-
getAcrossReplicationAverage
double getAcrossReplicationAverage()
A convenience method to get the across replication average from the underlying CounterObserver For other statistics use getAcrossReplicationStatistic()- Returns:
- the across replication average
-
-