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 Metadata
ExperimentalData. getMetadata()
Retrieves theMetadata
object for thisExperimentalData
.Methods in pulse.input with parameters of type Metadata Modifier and Type Method Description void
ExperimentalData. setMetadata(Metadata metadata)
Sets a newMetadata
object 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 void
MetadataExporter. export(Metadata metadata, File file, Extension extension)
Ignores metadata whose external IDs are negative, otherwise calls the superclass method.void
MetadataExporter. 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 void
MetaFilePopulator. populate(File file, Metadata met)
ExperimentalData
LFRReader. readSingleCurve(File file, Metadata metadata)
Creates a singleExperimentalData
object with the time-temperature information retrieved fromfile
and using the previously generatedMetadata
object, containing the external ID and the test temperature of this heating curve.
-