class |
AsUndirectedGraph<V,E> |
An undirected view of the backing directed graph specified in the constructor.
|
class |
AsUnweightedDirectedGraph<V,E> |
An unweighted view of the backing weighted graph specified in the constructor.
|
class |
AsUnweightedGraph<V,E> |
An unweighted view of the backing weighted graph specified in the constructor.
|
class |
AsWeightedDirectedGraph<V,E> |
A weighted view of the backing graph specified in the constructor.
|
class |
AsWeightedGraph<V,E> |
A weighted view of the backing graph specified in the constructor.
|
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> |
|
class |
ListenableDirectedWeightedGraph<V,E> |
|
class |
ListenableUndirectedGraph<V,E> |
|
class |
ListenableUndirectedWeightedGraph<V,E> |
|
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> |
A directed graph that cannot be modified.
|
class |
UnmodifiableGraph<V,E> |
An unmodifiable view of the backing graph specified in the constructor.
|
class |
UnmodifiableUndirectedGraph<V,E> |
An undirected graph that cannot be modified.
|