Uses of Class
beamline.sources.CSVLogSource.ParserConfiguration
-
Packages that use CSVLogSource.ParserConfiguration Package Description beamline.sources This package contains all classes necessary to constructRichSourceFunctions that can be used in the rest of the project. -
-
Uses of CSVLogSource.ParserConfiguration in beamline.sources
Methods in beamline.sources that return CSVLogSource.ParserConfiguration Modifier and Type Method Description CSVLogSource.ParserConfigurationCSVLogSource.ParserConfiguration. withSeparator(char separator)Configures the fields separatorConstructors in beamline.sources with parameters of type CSVLogSource.ParserConfiguration Constructor Description CSVLogSource(String filename, int caseIdColumn, int activityNameColumn, CSVLogSource.ParserConfiguration parserConfiguration)Constructs the source by providing a CSV parser.
-