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 class
DATReader
A specific implementation ofCurveReader
used to read.dat
files.class
LFRReader
ACurveReader
capable of reading ASCII master-files generated by the Linseis software.class
NetzschCSVReader
Reads the .CSV files exported from Proteus LFA Analysis software.Methods in pulse.io.readers that return CurveReader Modifier and Type Method Description static CurveReader
DATReader. getInstance()
As this class uses the singleton pattern, only one instance is created using an empty no-argument constructor.static CurveReader
LFRReader. getInstance()
Retrieves the single instance of this class.static CurveReader
NetzschCSVReader. 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 fromCurveReader
within this package.static List<CurveReader>
ReaderManager. findCurveReaders(String pckgname)
Finds all classes assignable fromCurveReader
within thepckgname
package.
-