Uses of Class
com.amalgamasimulation.studies.result.SimulationRunResult
Packages that use SimulationRunResult
Package
Description
This package contains classes for console and desktop applications that can
launch studies remotely on the Amalgama Cloud Server.
-
Uses of SimulationRunResult in com.amalgamasimulation.studies.core
Fields in com.amalgamasimulation.studies.core with type parameters of type SimulationRunResultModifier and TypeFieldDescriptionprotected Function<M, SimulationRunResult> LocalRun.resultGeneratorMethods in com.amalgamasimulation.studies.core that return types with arguments of type SimulationRunResultConstructor parameters in com.amalgamasimulation.studies.core with type arguments of type SimulationRunResultModifierConstructorDescriptionLocalRun(ShortId id, S scenario, int seed, ModelCreator<S, M> modelCreator, Function<M, SimulationRunResult> resultGenerator) LocalRun(S scenario, int seed, ModelCreator<S, M> modelCreator, Function<M, SimulationRunResult> resultGenerator) Creates a new instance of a run and assigns a unique id to it. -
Uses of SimulationRunResult in com.amalgamasimulation.studies.remote
Methods in com.amalgamasimulation.studies.remote that return SimulationRunResultModifier and TypeMethodDescriptionCloudServer.getSimulationResult(String runID) Fetches the simulation result from the Cloud Server for the supplied run id. -
Uses of SimulationRunResult in com.amalgamasimulation.studies.result
Methods in com.amalgamasimulation.studies.result that return SimulationRunResultModifier and TypeMethodDescriptionResultJsonConverter.convertJsonToResult(String json) Converts a JSON string back to aSimulationRunResultobject.