Package | Description |
---|---|
org.jgrapht.generate |
Generators for graphs of various topologies.
|
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
WeightedGraphGeneratorAdapter.generateGraph(WeightedGraph<V,E> target,
VertexFactory<V> vertexFactory,
Map<String,T> resultMap)
Deprecated.
Not needed since
WeightedGraph is deprecated. |
void |
SimpleWeightedGraphMatrixGenerator.generateGraph(WeightedGraph<V,E> target,
VertexFactory<V> vertexFactory,
Map<String,V> resultMap)
Deprecated.
Not needed since
WeightedGraph is deprecated. |
void |
SimpleWeightedBipartiteGraphMatrixGenerator.generateGraph(WeightedGraph<V,E> target,
VertexFactory<V> vertexFactory,
Map<String,V> resultMap)
Deprecated.
Not needed since
WeightedGraph is deprecated. |
Modifier and Type | Class and Description |
---|---|
class |
AsWeightedDirectedGraph<V,E>
Deprecated.
In favor of
AsWeightedGraph . |
class |
AsWeightedGraph<V,E>
A weighted view of a graph.
|
class |
DefaultDirectedWeightedGraph<V,E>
A directed weighted graph.
|
class |
DirectedWeightedMultigraph<V,E>
A directed weighted multigraph.
|
class |
DirectedWeightedPseudograph<V,E>
A directed weighted pseudograph.
|
class |
DirectedWeightedSubgraph<V,E>
Deprecated.
In favor of
AsSubgraph . |
class |
ListenableDirectedWeightedGraph<V,E>
Deprecated.
In favor of
DefaultListenableGraph . |
class |
ListenableUndirectedWeightedGraph<V,E>
Deprecated.
In favor of
DefaultListenableGraph . |
class |
SimpleDirectedWeightedGraph<V,E>
A simple directed weighted graph.
|
class |
SimpleWeightedGraph<V,E>
A simple weighted graph.
|
class |
UndirectedWeightedSubgraph<V,E>
Deprecated.
In favor of
AsSubgraph . |
class |
WeightedMultigraph<V,E>
A weighted multigraph.
|
class |
WeightedPseudograph<V,E>
A weighted pseudograph.
|
Copyright © 2017. All rights reserved.