getWith

abstract fun <T, P : Position<P>> getWith(values: Map<String, *>): Simulation<T, P>

Return

an Simulation with all the variables set at the specified values. If the value is unspecified, the default is used instead

Parameters

values

a map specifying name-value bindings for the variables in this scenario

position type