Package 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. specific heat and density); (b) are used
by the
TaskManager or any affiliated class.-
Class Summary Class Description ExperimentalData AnExperimentalDataobject is essentially aAbstractDatawith adjustable range and linkedMetadata.IndexRange Provides a way to define the indices corresponding to a certain range of data.InterpolationDataset AnInterpolationDatasetstores data in aListofDataEntry<Double,Double>objects (each containing a 'key' and a 'value') and provides means to interpolate between the 'values' using the 'keys'.Metadata Metadatais the information relating to a specific experiment, which can be used by aSearchTaskto process an instance ofExperimentalData.Range The actual physical range defined as aSegmentwith minimum and maximum values.