Uses of Class
pulse.input.InterpolationDataset
-
Packages that use InterpolationDataset Package Description pulse.io.readers The main class of this package isReaderManager
.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.buttons -
-
Uses of InterpolationDataset in pulse.io.readers
Methods in pulse.io.readers that return InterpolationDataset Modifier and Type Method Description InterpolationDataset
DatasetReader. read(File file)
Creates anInterpolationDataset
using the dataset stored in thefile
.InterpolationDataset
TBLReader. read(File file)
Reads through afile
with.tbl extension
, converting each row into anImmutableDataEntry<Double,Double>
, which is then added to a newly createdInterpolationDataset
. -
Uses of InterpolationDataset in pulse.tasks
Methods in pulse.tasks that return InterpolationDataset Modifier and Type Method Description InterpolationDataset
TaskManager. getDensityDataset()
InterpolationDataset
TaskManager. getSpecificHeatDataset()
Methods in pulse.tasks with parameters of type InterpolationDataset Modifier and Type Method Description void
TaskManager. setDensityDataset(InterpolationDataset dataset)
void
TaskManager. setSpecificHeatDataset(InterpolationDataset dataset)
-
Uses of InterpolationDataset in pulse.ui.components.buttons
Methods in pulse.ui.components.buttons that return InterpolationDataset Modifier and Type Method Description InterpolationDataset
LoaderButton. getDataset()
-