Module org.jgrapht.io
Package org.jgrapht.nio.csv
Class CSVEventDrivenImporter.AdjacencyListCSVListener
- java.lang.Object
-
- org.jgrapht.nio.csv.CSVBaseListener
-
- org.jgrapht.nio.csv.CSVEventDrivenImporter.RowCSVListener
-
- org.jgrapht.nio.csv.CSVEventDrivenImporter.AdjacencyListCSVListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
,CSVListener
- Enclosing class:
- CSVEventDrivenImporter
private class CSVEventDrivenImporter.AdjacencyListCSVListener extends CSVEventDrivenImporter.RowCSVListener
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
assumeEdgeWeights
-
Fields inherited from class org.jgrapht.nio.csv.CSVEventDrivenImporter.RowCSVListener
header, row, vertices
-
-
Constructor Summary
Constructors Constructor Description AdjacencyListCSVListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleRow()
-
Methods inherited from class org.jgrapht.nio.csv.CSVEventDrivenImporter.RowCSVListener
enterHeader, enterRecord, exitEmptyField, exitHeader, exitRecord, exitStringField, exitTextField
-
Methods inherited from class org.jgrapht.nio.csv.CSVBaseListener
enterEmptyField, enterEveryRule, enterFile, enterStringField, enterTextField, exitEveryRule, exitFile, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
handleRow
protected void handleRow()
- Specified by:
handleRow
in classCSVEventDrivenImporter.RowCSVListener
-
-