ScenarioSetupIfc

fun interface ScenarioSetupIfc(source)

Can be used to supply logic to configure a model prior to simulating a scenario.

Retained for backward compatibility. New code should use ScenarioRunner or ConcurrentScenarioRunner rather than implementing this interface.

Functions

Link copied to clipboard
abstract fun setup(model: Model)