AlchemistTesting

Functions

Link copied to clipboard

Builds an empty environment, building a simulation Engine, and binding them. Optionally, some OutputMonitors can be provided.

Link copied to clipboard
fun <T, P : Position<P>> loadAlchemist(simulationResource: String, variables: Map<String, *> = emptyMap<String, Nothing>()): Simulation<T, P>

Prepares a Simulation given a simulationResource and, optionally, the variables' bindings.

Link copied to clipboard

Prepares a Loader given a simulationResource.

Link copied to clipboard

Runs an existing Simulation in the current thread.

Link copied to clipboard