Class SimulationRunResult
java.lang.Object
com.amalgamasimulation.studies.result.ResultElement
com.amalgamasimulation.studies.result.Result
com.amalgamasimulation.studies.result.SimulationRunResult
- All Implemented Interfaces:
IResultGroup
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.amalgamasimulation.studies.result.Result
COMPLETED_FRACTION, DURATION_MILLIS, ERRORS_COUNT -
Constructor Summary
ConstructorsConstructorDescriptionNeeded if no information about model available.SimulationRunResult(Model model) -
Method Summary
Methods inherited from class com.amalgamasimulation.studies.result.Result
hasErrors, isComplete, isCorrectMethods inherited from class com.amalgamasimulation.studies.result.ResultElement
children, descendants, element, element, element, element, element, element, element, element, element, element, find, findByTags, findOrThrow, findOrThrow, getChildrenDoubleResults, getChildrenDoubleResults, getChildrenGroups, getChildrenGroups, getDateTimeOrThrow, getDateTimeOrThrow, getFunctionOrDefault, getFunctionOrThrow, getGroupOrThrow, getOrDefault, getOrThrow, getOrThrow, getStringOrThrow, getStringOrThrow, group, group, hasSiblingWithSameId, id, id, id, parent, path, root, setParent, summaryResultGroup, summaryResultGroup, tag, tags
-
Field Details
-
SIMULATED_TIME
- See Also:
-
TOTAL_TIME
- See Also:
-
SIMULATION_BEGIN_DATE
- See Also:
-
TIME_UNIT
- See Also:
-
-
Constructor Details
-
SimulationRunResult
-
SimulationRunResult
public SimulationRunResult()Needed if no information about model available. E.g. when result is converted from JSON.
-