Uses of Enum
org.jgrapht.nio.csv.CSVFormat
-
Uses of CSVFormat in org.jgrapht.nio.csv
Modifier and TypeMethodDescriptionCSVEventDrivenImporter.getFormat()
Get the format that the importer is using.CSVExporter.getFormat()
Get the format of the exporterCSVImporter.getFormat()
Get the format that the importer is using.static CSVFormat
Returns the enum constant of this type with the specified name.static CSVFormat[]
CSVFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Set the format of the importervoid
Set the format of the exportervoid
Set the format of the importerModifierConstructorDescriptionCSVEventDrivenImporter
(CSVFormat format) Constructs a new importer.CSVEventDrivenImporter
(CSVFormat format, char delimiter) Constructs a new importer.CSVExporter
(Function<V, String> vertexIdProvider, CSVFormat format, char delimiter) Constructs a new CSVExporter with the given ID providers and format.CSVExporter
(CSVFormat format) Creates a new CSVExporter with integer id providers for the vertices.CSVExporter
(CSVFormat format, char delimiter) Creates a new CSVExporter with integer id providers for the vertices.CSVImporter
(CSVFormat format) Constructs a new importer.CSVImporter
(CSVFormat format, char delimiter) Constructs a new importer.