Uses of Package
pulse.input
-
Packages that use pulse.input Package Description pulse Contains some of the most frequently used classes, which did not seem to fit in any other packages.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
.pulse.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment.pulse.problem.statements.model 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.pulse.ui.components This package contains all custom Swing-based components of the graphical user interface ofPULsE
that are used to interact with all other entities, such asPropertyHolder
s, etc.pulse.ui.components.buttons -
Classes in pulse.input used by pulse Class Description ExperimentalData AnExperimentalData
object is essentially aAbstractData
with adjustable range and linkedMetadata
.IndexRange Provides a way to define the indices corresponding to a certain range of data. -
Classes in pulse.input used by pulse.input Class Description IndexRange Provides a way to define the indices corresponding to a certain range of data.Metadata Metadata
is the information relating to a specific experiment, which can be used by aSearchTask
to process an instance ofExperimentalData
.Range The actual physical range defined as aSegment
with minimum and maximum values. -
Classes in pulse.input used by pulse.io.export Class Description ExperimentalData AnExperimentalData
object is essentially aAbstractData
with adjustable range and linkedMetadata
.Metadata Metadata
is the information relating to a specific experiment, which can be used by aSearchTask
to process an instance ofExperimentalData
. -
Classes in pulse.input used by pulse.io.readers Class Description ExperimentalData AnExperimentalData
object is essentially aAbstractData
with adjustable range and linkedMetadata
.InterpolationDataset AnInterpolationDataset
stores data in aList
ofDataEntry<Double,Double>
objects (each containing a 'key' and a 'value') and provides means to interpolate between the 'values' using the 'keys'.Metadata Metadata
is the information relating to a specific experiment, which can be used by aSearchTask
to process an instance ofExperimentalData
. -
Classes in pulse.input used by pulse.problem.laser Class Description ExperimentalData AnExperimentalData
object is essentially aAbstractData
with adjustable range and linkedMetadata
.IndexRange Provides a way to define the indices corresponding to a certain range of data. -
Classes in pulse.input used by pulse.problem.statements Class Description ExperimentalData AnExperimentalData
object is essentially aAbstractData
with adjustable range and linkedMetadata
. -
Classes in pulse.input used by pulse.problem.statements.model Class Description ExperimentalData AnExperimentalData
object is essentially aAbstractData
with adjustable range and linkedMetadata
. -
Classes in pulse.input used by pulse.tasks Class Description ExperimentalData AnExperimentalData
object is essentially aAbstractData
with adjustable range and linkedMetadata
.InterpolationDataset AnInterpolationDataset
stores data in aList
ofDataEntry<Double,Double>
objects (each containing a 'key' and a 'value') and provides means to interpolate between the 'values' using the 'keys'. -
Classes in pulse.input used by pulse.ui.components Class Description ExperimentalData AnExperimentalData
object is essentially aAbstractData
with adjustable range and linkedMetadata
. -
Classes in pulse.input used by pulse.ui.components.buttons Class Description InterpolationDataset AnInterpolationDataset
stores data in aList
ofDataEntry<Double,Double>
objects (each containing a 'key' and a 'value') and provides means to interpolate between the 'values' using the 'keys'.