Uses of Enum Class
com.amalgamasimulation.studies.result.DoubleFormats
Packages that use DoubleFormats
-
Uses of DoubleFormats in com.amalgamasimulation.studies.result
Methods in com.amalgamasimulation.studies.result that return DoubleFormatsModifier and TypeMethodDescriptionResultDoubleValue.getFormat()Gets the current display format for this value.ResultPiecewiseFunctionValue.getFormat()Gets the current display format for numeric outputs.static DoubleFormatsReturns the enum constant of this class with the specified name.static DoubleFormats[]DoubleFormats.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.amalgamasimulation.studies.result with parameters of type DoubleFormatsModifier and TypeMethodDescriptionResultElement.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.ResultDoubleValue.format(DoubleFormats format) Sets the display format for this value.ResultPiecewiseFunctionValue.format(DoubleFormats format) Sets the display format for numeric outputs from this piecewise function.ResultElement.summaryResultGroup(String id, DoubleFormats format) Creates and adds a new summary group element with the specified ID and format.