Package | Description |
---|---|
org.jgrapht.graph |
Implementations of various graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
AsUndirectedGraph<V,E>
An undirected view of the backing directed graph specified in the constructor.
|
class |
AsUnmodifiableGraph<V,E>
An unmodifiable view of the backing graph specified in the constructor.
|
class |
AsUnweightedDirectedGraph<V,E>
Deprecated.
In favor of
AsUnweightedGraph . |
class |
AsUnweightedGraph<V,E>
An unweighted view of a graph.
|
class |
AsWeightedDirectedGraph<V,E>
Deprecated.
In favor of
AsWeightedGraph . |
class |
AsWeightedGraph<V,E>
A weighted view of a graph.
|
class |
DefaultListenableGraph<V,E>
A graph backed by the the graph specified at the constructor, which can be listened by
GraphListener s and by
VertexSetListener s. |
class |
EdgeReversedGraph<V,E>
Provides an edge-reversed view g' of a directed graph g.
|
class |
ListenableDirectedGraph<V,E>
Deprecated.
In favor of
DefaultListenableGraph . |
class |
ListenableDirectedWeightedGraph<V,E>
Deprecated.
In favor of
DefaultListenableGraph . |
class |
ListenableUndirectedGraph<V,E>
Deprecated.
In favor of
DefaultListenableGraph . |
class |
ListenableUndirectedWeightedGraph<V,E>
Deprecated.
In favor of
DefaultListenableGraph . |
class |
ParanoidGraph<V,E>
ParanoidGraph provides a way to verify that objects added to a graph obey the standard
equals/hashCode contract.
|
class |
UnmodifiableDirectedGraph<V,E>
Deprecated.
In favor of
AsUnmodifiableGraph . |
class |
UnmodifiableGraph<V,E>
Deprecated.
In favor of
AsUnmodifiableGraph . |
class |
UnmodifiableUndirectedGraph<V,E>
Deprecated.
In favor of
AsUnmodifiableGraph . |
Copyright © 2017. All rights reserved.