Counter
Inheritors
Constructors
Properties
Returns a StatisticAccessorIfc for the across replication statistics that have been collected on this Counter
Returns the default reporting option. True means that the response should appear on the default reports
If true, the response will emit a pair Pair(time, value)
every time a new value is assigned
Sets the initial value of the count limit. Only relevant prior to each replication. Changing during a replication has no effect until the next replication.
Sets the initial value of the variable. Only relevant prior to each replication. Changing during a replication has no effect until the next replication.
The previous value, before the current value changed
Changes the count action limit during the replication. WARNING: This value will automatically be reset to the initialCountLimit at the beginning of each replication so that each replication starts in the same state. If you want to control the count limit for each replication, you should use the initialCountLimit.