class |
AbstractBaseGraph<V,E> |
The most general implementation of the Graph interface.
|
class |
AsGraphUnion<V,E> |
Read-only union of two graphs.
|
class |
AsSubgraph<V,E> |
A subgraph is a graph that has a subset of vertices and a subset of edges with respect to some
base graph.
|
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 |
AsUnweightedGraph<V,E> |
Provides an unweighted view on a graph.
|
class |
AsWeightedGraph<V,E> |
Provides a weighted view of a graph.
|
class |
DefaultDirectedGraph<V,E> |
The default implementation of a directed graph.
|
class |
DefaultDirectedWeightedGraph<V,E> |
The default implementation of a directed weighted 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 |
DefaultUndirectedGraph<V,E> |
The default implementation of an undirected graph.
|
class |
DefaultUndirectedWeightedGraph<V,E> |
The default implementation of an undirected weighted graph.
|
class |
DirectedAcyclicGraph<V,E> |
A directed acyclic graph (DAG).
|
class |
DirectedMultigraph<V,E> |
A directed multigraph.
|
class |
DirectedPseudograph<V,E> |
A directed pseudograph.
|
class |
DirectedWeightedMultigraph<V,E> |
A directed weighted multigraph.
|
class |
DirectedWeightedPseudograph<V,E> |
A directed weighted pseudograph.
|
class |
EdgeReversedGraph<V,E> |
Provides an edge-reversed view $g'$ of a directed graph $g$.
|
class |
GraphDelegator<V,E> |
A graph backed by the the graph specified at the constructor, which delegates all its methods to
the backing graph.
|
class |
MaskSubgraph<V,E> |
An unmodifiable subgraph induced by a vertex/edge masking function.
|
class |
Multigraph<V,E> |
A multigraph.
|
class |
ParanoidGraph<V,E> |
ParanoidGraph provides a way to verify that objects added to a graph obey the standard
equals/hashCode contract.
|
class |
Pseudograph<V,E> |
A pseudograph.
|
class |
SimpleDirectedGraph<V,E> |
A simple directed graph.
|
class |
SimpleDirectedWeightedGraph<V,E> |
A simple directed weighted graph.
|
class |
SimpleGraph<V,E> |
|
class |
SimpleWeightedGraph<V,E> |
A simple weighted graph.
|
class |
WeightedMultigraph<V,E> |
A weighted multigraph.
|
class |
WeightedPseudograph<V,E> |
A weighted pseudograph.
|