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 executingSearchTasks. -
-
Uses of SampleName in pulse.input
Methods in pulse.input that return SampleName Modifier and Type Method Description SampleNameMetadata. getSampleName()Retrieves the sample name.Methods in pulse.input with parameters of type SampleName Modifier and Type Method Description voidMetadata. 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 SampleNameTaskManager. getSampleName()Uses the first non-nullSearchTaskto retrieve the sample name from theMetadataassociated with itsExperimentalData.
-