Uses of Class
com.amalgamasimulation.studies.result.ResultDoubleValue
Packages that use ResultDoubleValue
-
Uses of ResultDoubleValue in com.amalgamasimulation.studies.result
Subclasses of ResultDoubleValue in com.amalgamasimulation.studies.resultModifier and TypeClassDescriptionclassA specializedResultDoubleValuethat serves as a container for grouping other result elements.Methods in com.amalgamasimulation.studies.result that return ResultDoubleValueModifier and TypeMethodDescriptionResultElement.element(double value) Creates and adds a new double value element as a child of this element.Creates and adds a new double value element with specified ID and value.ResultElement.element(String id, double value, DoubleFormats format) Creates and adds a new double value element with specified ID, value, and format.ResultElement.element(String id, Supplier<Double> valueSupplier, DoubleFormats format) Creates and adds a new double value element with specified ID, value supplier, and format.Creates and adds a new double value element with a value supplier.ResultDoubleValue.format(DoubleFormats format) Sets the display format for this value.Methods in com.amalgamasimulation.studies.result that return types with arguments of type ResultDoubleValueModifier and TypeMethodDescriptionResultElement.getChildrenDoubleResults(ResultPath path) Gets all child double value elements under the specified path.ResultElement.getChildrenDoubleResults(String... path) Gets all child double value elements under the specified path.