Uses of Class
pulse.properties.SampleName
-
Packages that use SampleName 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.tasks Introduces theSearchTask
, which is the main actor inPULsE
, and theTaskManager
, a high-level class which among other functions manages loading and executingSearchTask
s. -
-
Uses of SampleName in pulse.input
Methods in pulse.input that return SampleName Modifier and Type Method Description SampleName
Metadata. getSampleName()
Retrieves the sample name.Methods in pulse.input with parameters of type SampleName Modifier and Type Method Description void
Metadata. setSampleName(SampleName sampleName)
Sets the sample name property. -
Uses of SampleName in pulse.tasks
Methods in pulse.tasks that return SampleName Modifier and Type Method Description SampleName
TaskManager. getSampleName()
Uses the first non-null
SearchTask
to retrieve the sample name from theMetadata
associated with itsExperimentalData
.
-