Package | Description |
---|---|
org.jgrapht.io |
Importers/Exporters for various graph formats.
|
Modifier and Type | Method and Description |
---|---|
static CSVFormat.Parameter |
CSVFormat.Parameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVFormat.Parameter[] |
CSVFormat.Parameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CSVExporter.isParameter(CSVFormat.Parameter p)
Return if a particular parameter of the exporter is enabled
|
boolean |
CSVImporter.isParameter(CSVFormat.Parameter p)
Return if a particular parameter of the exporter is enabled
|
void |
CSVExporter.setParameter(CSVFormat.Parameter p,
boolean value)
Set the value of a parameter of the exporter
|
void |
CSVImporter.setParameter(CSVFormat.Parameter p,
boolean value)
Set the value of a parameter of the exporter
|
Copyright © 2019. All rights reserved.