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 executingSearchTasks.pulse.ui.components.buttons -
-
Uses of InterpolationDataset in pulse.io.readers
Methods in pulse.io.readers that return InterpolationDataset Modifier and Type Method Description InterpolationDatasetDatasetReader. read(File file)Creates anInterpolationDatasetusing the dataset stored in thefile.InterpolationDatasetTBLReader. read(File file)Reads through afilewith.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 InterpolationDatasetTaskManager. getDensityDataset()InterpolationDatasetTaskManager. getSpecificHeatDataset()Methods in pulse.tasks with parameters of type InterpolationDataset Modifier and Type Method Description voidTaskManager. setDensityDataset(InterpolationDataset dataset)voidTaskManager. 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 InterpolationDatasetLoaderButton. getDataset()
-