|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.jgrapht.graph | |
---|---|
org.jgrapht.alg | Algorithms provided with JGraphT. |
org.jgrapht.experimental | A package that contains experimental work or work-in-progress that is not yet ready to be included in a release. |
org.jgrapht.experimental.dag | |
org.jgrapht.graph | Implementations of various graphs. |
Classes in org.jgrapht.graph used by org.jgrapht.alg | |
---|---|
AbstractBaseGraph
The most general implementation of the Graph interface. |
|
AbstractGraph
A skeletal implementation of the Graph interface, to minimize the effort required to implement graph interfaces. |
|
DirectedSubgraph
A directed graph that is a subgraph on other graph. |
|
SimpleDirectedGraph
A simple directed graph. |
|
SimpleGraph
A simple graph. |
|
SimpleWeightedGraph
A simple weighted graph. |
Classes in org.jgrapht.graph used by org.jgrapht.experimental | |
---|---|
AbstractBaseGraph
The most general implementation of the Graph interface. |
|
AbstractGraph
A skeletal implementation of the Graph interface, to minimize the effort required to implement graph interfaces. |
Classes in org.jgrapht.graph used by org.jgrapht.experimental.dag | |
---|---|
AbstractBaseGraph
The most general implementation of the Graph interface. |
|
AbstractGraph
A skeletal implementation of the Graph interface, to minimize the effort required to implement graph interfaces. |
|
SimpleDirectedGraph
A simple directed graph. |
Classes in org.jgrapht.graph used by org.jgrapht.graph | |
---|---|
AbstractBaseGraph
The most general implementation of the Graph interface. |
|
AbstractGraph
A skeletal implementation of the Graph interface, to minimize the effort required to implement graph interfaces. |
|
DefaultDirectedGraph
A directed graph. |
|
DefaultEdge
A default implementation for edges in a Graph . |
|
DefaultListenableGraph
A graph backed by the the graph specified at the constructor, which can be listened by GraphListener s and by
VertexSetListener s. |
|
DirectedMultigraph
A directed multigraph. |
|
DirectedPseudograph
A directed pseudograph. |
|
DirectedSubgraph
A directed graph that is a subgraph on other graph. |
|
EdgeSetFactory
A factory for edge sets. |
|
GraphDelegator
A graph backed by the the graph specified at the constructor, which delegates all its methods to the backing graph. |
|
GraphUnion
Read-only union of two graphs: G1 and G2. |
|
ListenableDirectedGraph
A directed graph which is also ListenableGraph . |
|
ListenableUndirectedGraph
An undirected graph which is also ListenableGraph . |
|
MaskFunctor
A functor interface for masking out vertices and edges of a graph. |
|
MaskSubgraph
An unmodifiable subgraph induced by a vertex/edge masking function. |
|
Multigraph
A multigraph. |
|
Pseudograph
A pseudograph. |
|
SimpleDirectedGraph
A simple directed graph. |
|
SimpleGraph
A simple graph. |
|
Subgraph
A subgraph is a graph that has a subset of vertices and a subset of edges with respect to some base graph. |
|
UndirectedSubgraph
An undirected graph that is a subgraph on other graph. |
|
UnmodifiableGraph
An unmodifiable view of the backing graph specified in the constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |