Package | Description |
---|---|
uk.ac.soton.simulation.jsit.anylogic | |
uk.ac.soton.simulation.jsit.core |
Modifier and Type | Class and Description |
---|---|
class |
MainModel_AnyLogic
Abstract superclass for all Agents representing the 'root' Agent for a runnable JSIT
AnyLogic model.
|
Modifier and Type | Method and Description |
---|---|
static ModelInitialiser |
ModelInitialiser.getExistingInitialiser(MainModel modelMain)
Exposed for technical reasons; not intended for JSIT user use.
|
boolean |
ModelInitialiser.isModelInitiator(MainModel modelMain)
Determine whether a main model is the model initialiser or not (since a model
may have multiple MainModel instances and only one initiates the JSIT environment,
typically the first instantiated).
|
Constructor and Description |
---|
ModelInitialiser(java.lang.String experimentName,
MainModel modelMain,
boolean slf4jBoundToLogback)
Constructor.
|
RunEnvironmentSettings(MainModel modelMain)
Constructor: create a settings instance, auto-populated with information.
|