Package | Description |
---|---|
uk.ac.soton.simulation.jsit.anylogic | |
uk.ac.soton.simulation.jsit.core |
Modifier and Type | Class and Description |
---|---|
class |
StochasticAccessorAnyLogic<S extends AbstractStochasticItem>
This allows for the use of stochastic items that are shared between instances
of some class (e.g., an AnyLogic Agent) that are for the same model
run.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicStochasticAccessInfo |
class |
StandardStochasticAccessor<S extends AbstractStochasticItem>
'Default' stochastic accessor using MDC keys---as Logback does---
to track stochastic items per run.
|
Modifier and Type | Method and Description |
---|---|
void |
DistLookupByEnums.registerAccessInfo(AbstractStochasticAccessInfo accessor) |
void |
AbstractStochasticItem.registerAccessInfo(AbstractStochasticAccessInfo accessor)
Internal method exposed for technical reasons.
|