Uses of Class
pulse.input.Metadata
-
Packages that use Metadata 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.pulse.io.export Package contains the PULsE export API, which currently consists of different exporter classes, an export manager, an XML converter and a MassExporter class.pulse.io.readers The main class of this package isReaderManager. -
-
Uses of Metadata in pulse.input
Methods in pulse.input that return Metadata Modifier and Type Method Description MetadataExperimentalData. getMetadata()Retrieves theMetadataobject for thisExperimentalData.Methods in pulse.input with parameters of type Metadata Modifier and Type Method Description voidExperimentalData. setMetadata(Metadata metadata)Sets a newMetadataobject for thisExperimentalData. -
Uses of Metadata in pulse.io.export
Methods in pulse.io.export that return types with arguments of type Metadata Modifier and Type Method Description Class<Metadata>MetadataExporter. target()Methods in pulse.io.export with parameters of type Metadata Modifier and Type Method Description voidMetadataExporter. export(Metadata metadata, File file, Extension extension)Ignores metadata whose external IDs are negative, otherwise calls the superclass method.voidMetadataExporter. printToStream(Metadata metadata, FileOutputStream fos, Extension extension)Prints the metadata content in html format in two columns, where the first column forms the description of the entry and the second column gives its value. -
Uses of Metadata in pulse.io.readers
Methods in pulse.io.readers with parameters of type Metadata Modifier and Type Method Description voidMetaFilePopulator. populate(File file, Metadata met)ExperimentalDataLFRReader. readSingleCurve(File file, Metadata metadata)Creates a singleExperimentalDataobject with the time-temperature information retrieved fromfileand using the previously generatedMetadataobject, containing the external ID and the test temperature of this heating curve.
-