Uses of Class
pulse.util.ImmutableDataEntry
-
Packages that use ImmutableDataEntry Package Description pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g. -
-
Uses of ImmutableDataEntry in pulse.input
Methods in pulse.input that return types with arguments of type ImmutableDataEntry Modifier and Type Method Description List<ImmutableDataEntry<Double,Double>>
InterpolationDataset. getData()
Extracts all data available in thisInterpolationDataset
.Methods in pulse.input with parameters of type ImmutableDataEntry Modifier and Type Method Description void
InterpolationDataset. add(ImmutableDataEntry<Double,Double> entry)
Addsentry
to thisInterpolationDataset
.
-