Uses of Interface
pulse.io.readers.AbstractHandler
-
Packages that use AbstractHandler Package Description pulse.io.readers The main class of this package isReaderManager. -
-
Uses of AbstractHandler in pulse.io.readers
Subinterfaces of AbstractHandler in pulse.io.readers Modifier and Type Interface Description interfaceAbstractPopulator<T>AnAbstractPopulatorprovides the ability to add extra content to an object by modifying its internal structure to make it compliant with an external file.interfaceAbstractReader<T>Basic interface for readers inPULsE.interfaceCurveReaderBasic interface for readingExperimentalData(which extendsHeatingCurve-- hence the name).interfaceDatasetReaderAnAbstractReaderfor reading tabular datasets and enhancing them with an interpolation algorithm.interfacePulseDataReaderA reader for importing numeric pulse data -- if available.Classes in pulse.io.readers that implement AbstractHandler Modifier and Type Class Description classButcherTableauReaderProvides a reader class for Butcher tableaux.classDATReaderA specific implementation ofCurveReaderused to read.datfiles.classLFRReaderACurveReadercapable of reading ASCII master-files generated by the Linseis software.classMetaFilePopulatorAnAbstractPopulatorcapable of handling metafiles.classNetzschCSVReaderReads the .CSV files exported from Proteus LFA Analysis software.classNetzschPulseCSVReaderReads numeric pulse data generated by the Proteus LFA Analysis export tool.classQuadratureReaderA reader, which convertsquadfiles into instancesOrdinateSet.classTBLReaderADatasetReadercapable of reading.tblfiles.
-