- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BasicStochasticAccessInfo, StandardStochasticAccessor, StochasticAccessorAnyLogic
public abstract class AbstractStochasticAccessInfo
extends java.lang.Object
implements java.io.Serializable
Abstract accessor for stochastic items. Concrete subclasses will include
methods to add, get and remove per-run stochastic items. (Variants are needed
because the default method---via MDC keys similarly to Logback---is
problematic for simulation toolkits like AnyLogic which don't keep runs
within the same thread (or sibling threads).
- Since:
- 0.2
- Author:
- Stuart Rossiter
- See Also:
- Serialized Form