InitializedEnvironment

interface InitializedEnvironment<T, P : Position<P>>

The result of the loading of an environment with all the free variables instanced, also providing access to exporters.

Properties

Link copied to clipboard
abstract val environment: Environment<T, P>

The environment.

Link copied to clipboard
abstract val exporters: List<Exporter<T, P>>

The data exporters for this environment.

Inheritors

Link copied to clipboard

Extensions

Link copied to clipboard
fun <T, P : Position<P>> InitializedEnvironment<T, P>.createSimulation(): Engine<T, P>

Builds a new Engine, adding a GlobalExporter with the required it.unibo.alchemist.loader.export.Exporters.