| Package | Description |
|---|---|
| uk.ac.soton.simulation.jsit.anylogic | |
| uk.ac.soton.simulation.jsit.core |
| Class and Description |
|---|
| AbstractStochasticAccessInfo
Abstract accessor for stochastic items.
|
| AbstractStochasticItem
Generic abstract class for all JSIT stochastic items.
|
| MainModel
Interface that top-level JSIT-using model classes should implement
to configure JSIT usage.
|
| ModelInitialiser
Class which sets up the JSIT environment (logging, parameters serialisation
and other per-framework and/or per-model environment configuration).
|
| Sampler
Abstract class representing a JSIT stochasticity sampler.
|
| Sampler.Binary
Fixed enum for binary categorical outcomes (as in the Bernoulli distribution)
Standard order of failure/success (as in 0/1 outcome).
|
| Class and Description |
|---|
| AbstractStochasticAccessInfo
Abstract accessor for stochastic items.
|
| AbstractStochasticItem
Generic abstract class for all JSIT stochastic items.
|
| ContinuousSampler
Interface to abstract sampling from a 'continuous distribution'.
|
| Distribution
JSIT abstract superclass of all probability distributions.
|
| DistributionCategorical
JSIT abstract representation of all categorical distributions.
|
| DistributionCategorical.Range
Nested class representing an integer (inclusive) range [min, max].
|
| DistributionContinuous
JSIT abstract representation of all continuous probability distributions.
|
| DistributionDiscrete
JSIT abstract representation of all discrete probability distributions.
|
| EventMessageReceiver
Abstract superclass for classes receiving JSIT events with explicit messages.
|
| EventMessageSource
Interface for all classes acting as sources of JSIT events with explicit messages
(rather than just an event type enum).
|
| EventReceiver
Interface for classes receiving JSIT events.
|
| EventSource
Interface for all classes acting as sources of JSIT events.
|
| MainModel
Interface that top-level JSIT-using model classes should implement
to configure JSIT usage.
|
| ModelInitialiser
Class which sets up the JSIT environment (logging, parameters serialisation
and other per-framework and/or per-model environment configuration).
|
| ModelVersioningAssistant
Abstract utility class to be able to programmatically store and check
information about the version of simulation model code, integrating with a
version control system (VCS) and commit process.
|
| ModelVersioningAssistant.VersionControlSystem
Version control system (VCS) alternatives supported by this tool.
|
| ModelVersioningAssistantSVN
Abstract class for an SVN-specific model-versioning assistant.
|
| ModelVersioningException
Generic JSIT exception for problems with model versioning functionality.
|
| RunEnvironmentSettings.ModificationStatus |
| Sampler
Abstract class representing a JSIT stochasticity sampler.
|
| Sampler.Binary
Fixed enum for binary categorical outcomes (as in the Bernoulli distribution)
Standard order of failure/success (as in 0/1 outcome).
|
| Sampler.NumericCategory
Fixed zero-alternatives enum to instantiate integer-only-outcomes categorical
distributions.
|
| Sampler.SampleMode
Sample-mode alternatives for stochastic items.
|