Package | Description |
---|---|
org.jgrapht.ext |
Extensions and integration means to other products.
|
Modifier and Type | Method and Description |
---|---|
EdgeProvider<V,E> |
GraphMLImporter.getEdgeProvider()
Deprecated.
Get the edge provider
|
EdgeProvider<V,E> |
GmlImporter.getEdgeProvider()
Deprecated.
Get the edge provider
|
EdgeProvider<V,E> |
DIMACSImporter.getEdgeProvider()
Deprecated.
Get the edge provider
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLImporter.setEdgeProvider(EdgeProvider<V,E> edgeProvider)
Deprecated.
Set the edge provider.
|
void |
GmlImporter.setEdgeProvider(EdgeProvider<V,E> edgeProvider)
Deprecated.
Set the edge provider.
|
void |
DIMACSImporter.setEdgeProvider(EdgeProvider<V,E> edgeProvider)
Deprecated.
Set the edge provider.
|
Constructor and Description |
---|
CSVImporter(VertexProvider<V> vertexProvider,
EdgeProvider<V,E> edgeProvider)
Deprecated.
Constructs a new importer using the
CSVFormat.ADJACENCY_LIST format as default. |
CSVImporter(VertexProvider<V> vertexProvider,
EdgeProvider<V,E> edgeProvider,
CSVFormat format)
Deprecated.
Constructs a new importer.
|
CSVImporter(VertexProvider<V> vertexProvider,
EdgeProvider<V,E> edgeProvider,
CSVFormat format,
char delimiter)
Deprecated.
Constructs a new importer.
|
DIMACSImporter(VertexProvider<V> vertexProvider,
EdgeProvider<V,E> edgeProvider)
Deprecated.
Construct a new DIMACSImporter
|
DIMACSImporter(VertexProvider<V> vertexProvider,
EdgeProvider<V,E> edgeProvider,
double defaultWeight)
Deprecated.
Construct a new DIMACSImporter
|
DOTImporter(VertexProvider<V> vertexProvider,
EdgeProvider<V,E> edgeProvider)
Deprecated.
Constructs a new DOTImporter with the given providers
|
DOTImporter(VertexProvider<V> vertexProvider,
EdgeProvider<V,E> edgeProvider,
ComponentUpdater<V> vertexUpdater)
Deprecated.
Constructs a new DOTImporter with the given providers
|
DOTImporter(VertexProvider<V> vertexProvider,
EdgeProvider<V,E> edgeProvider,
ComponentUpdater<V> vertexUpdater,
ComponentUpdater<Graph<V,E>> graphUpdater)
Deprecated.
Constructs a new DOTImporter with the given providers
|
GmlImporter(VertexProvider<V> vertexProvider,
EdgeProvider<V,E> edgeProvider)
Deprecated.
Constructs a new importer.
|
GraphMLImporter(VertexProvider<V> vertexProvider,
EdgeProvider<V,E> edgeProvider)
Deprecated.
Constructs a new importer.
|
Copyright © 2017. All rights reserved.