Loader
An entity which is able to produce an Alchemist InitializedEnvironment, resolving user defined variable values.
Functions
Link copied to clipboard
Allows to access the currently defined constants, namely variables defined in the simulation file whose value is constant and does not depend on the value of any free variable (directly or indirectly).
Link copied to clipboard
open fun <T, P : Position<P>?> getDefault(): InitializedEnvironment<T, P>
Content copied to clipboard
Link copied to clipboard
abstract fun getDependentVariables(): Map<String, DependentVariable<out Any>>
Content copied to clipboard
Allows to access the currently defined dependent variable (those variables whose value can be determined given a valid set of values for the free variables).
Link copied to clipboard
Link copied to clipboard