Uses of Class
com.amalgamasimulation.studies.result.Result
Packages that use Result
Package
Description
This package contains classes for headless (console) applications that can
launch studies.
This package contains classes for console and desktop applications that can
launch studies remotely on the Amalgama Cloud Server.
-
Uses of Result in com.amalgamasimulation.studies.core
Fields in com.amalgamasimulation.studies.core declared as ResultMethods in com.amalgamasimulation.studies.core that return types with arguments of type ResultModifier and TypeMethodDescriptionRun.result()Returns the run result, if any, or an empty Optional.ReplicationStudyStep.results()ScenarioStudyStep.results()StudySession.results()Constructors in com.amalgamasimulation.studies.core with parameters of type ResultModifierConstructorDescriptionReplicationStudyStep(ScenarioStudyStep parent, int seed, ShortId id, Result result) Called for a ReplicationStudyStep loaded from a study file.
The run id is known, because this step had been launched before its study was saved to a file.
The study step also has simulation results.
The 'run' field is initialized with aLoadedRuninstance. -
Uses of Result in com.amalgamasimulation.studies.headlessapp
Methods in com.amalgamasimulation.studies.headlessapp that return Result -
Uses of Result in com.amalgamasimulation.studies.remote
Methods in com.amalgamasimulation.studies.remote that return types with arguments of type Result -
Uses of Result in com.amalgamasimulation.studies.result
Subclasses of Result in com.amalgamasimulation.studies.resultMethods in com.amalgamasimulation.studies.result with parameters of type ResultModifier and TypeMethodDescriptionResultJsonConverter.convertResultToJson(Result result) Converts aResultobject to its JSON string representation.Constructor parameters in com.amalgamasimulation.studies.result with type arguments of type Result