Package it. unibo. alchemist. loader
Types
Link copied to clipboard
Translates inputs to a Map representing the Alchemist model.
Link copied to clipboard
data class EnvironmentAndExports<T, P : Position<P>>(environment: Environment<T, P>, exporters: List<Exporter<T, P>>) : InitializedEnvironment<T, P>
Content copied to clipboard
Pair-like implementation of InitializedEnvironment.
Link copied to clipboard
class GraphStreamSupport<T, P : Position<out P>>(linkingRule: LinkingRule<T, P>, deployment: Deployment<P>)
Content copied to clipboard
Support class for GraphStream, composed of a linkingRule and a deployment.
Link copied to clipboard
This exception is thrown when the Alchemist YAML does not conform to the specification.
Link copied to clipboard
The result of the loading of an environment with all the free variables instanced, also providing access to exporters.
Link copied to clipboard
Loads Alchemist simulations from a variety of resources.
Link copied to clipboard
An entity which is able to produce an Alchemist InitializedEnvironment, resolving user defined variable values.