Uses of Interface
pulse.io.readers.CurveReader
-
Packages that use CurveReader Package Description pulse.io.readers The main class of this package isReaderManager. -
-
Uses of CurveReader in pulse.io.readers
Classes in pulse.io.readers that implement CurveReader Modifier and Type Class Description 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.Methods in pulse.io.readers that return CurveReader Modifier and Type Method Description static CurveReaderDATReader. getInstance()As this class uses the singleton pattern, only one instance is created using an empty no-argument constructor.static CurveReaderLFRReader. getInstance()Retrieves the single instance of this class.static CurveReaderNetzschCSVReader. getInstance()As this class uses the singleton pattern, only one instance is created using an empty no-argument constructor.Methods in pulse.io.readers that return types with arguments of type CurveReader Modifier and Type Method Description static List<CurveReader>ReaderManager. curveReaders()Finds all classes assignable fromCurveReaderwithin this package.static List<CurveReader>ReaderManager. findCurveReaders(String pckgname)Finds all classes assignable fromCurveReaderwithin thepckgnamepackage.
-