Uses of Interface
pulse.io.readers.AbstractReader
-
Packages that use AbstractReader Package Description pulse.io.readers The main class of this package isReaderManager.pulse.util Contains abstract data and hierarchical structures that implement much of the Java Reflection API. -
-
Uses of AbstractReader in pulse.io.readers
Subinterfaces of AbstractReader in pulse.io.readers Modifier and Type Interface Description 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 AbstractReader 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.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.Methods in pulse.io.readers with parameters of type AbstractReader Modifier and Type Method Description static <T> Set<T>ReaderManager. load(AbstractReader<T> reader, String location, String listName)This method is specifically introduced to handle multiple files in a resources folder enclosed within thejararchive.Method parameters in pulse.io.readers with type arguments of type AbstractReader Modifier and Type Method Description static <T> TReaderManager. read(List<? extends AbstractReader<T>> readers, File file)Attempts to find aDatasetReaderfor processingfile.static <T> Set<T>ReaderManager. readDirectory(List<AbstractReader<T>> readers, File directory)Obtains a set of files indirectoryand attemps to convert each file toTusingreaders. -
Uses of AbstractReader in pulse.util
Constructors in pulse.util with parameters of type AbstractReader Constructor Description DiscreteSelector(AbstractReader<T> reader, String directory, String listLocation)
-