StubSimulationResults
A stub of the SimulationResults interface that throws an exception on all methods. Used for testing by overriding methods with hard-coded outputs. You only need to implement the methods you intend to call.
Functions
Link copied to clipboard
The input directives that were used for this simulation, deserialized as AnyDirective.
The input directives that were used for this simulation.
Link copied to clipboard
Queries all activity instances, deserializing them as AnyInstance.
Queries activity instances, filtered by type, deserializing them as AnyInstance.
open override fun <A : Any> instances(type: String?, deserializer: (SerializedValue) -> A): Instances<A>
Query activity instances.