| Package | Description | 
|---|---|
| org.jgrapht.alg | 
 Algorithms provided with JGraphT. 
 | 
| org.jgrapht.alg.interfaces | |
| 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.ext | 
 
Extensions and integration means to other products. 
 | 
| org.jgrapht.graph | 
 Implementations of various graphs. 
 | 
| org.jgrapht.graph.builder | 
 Various builder for graphs. 
 | 
| Class and Description | 
|---|
| 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. 
 | 
| Class and Description | 
|---|
| DirectedSubgraph
 A directed graph that is a subgraph on other graph. 
 | 
| Class and Description | 
|---|
| 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. 
 | 
| Class and Description | 
|---|
| 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. 
 | 
| Class and Description | 
|---|
| AbstractBaseGraph
 The most general implementation of the  
Graph interface. | 
| Class and Description | 
|---|
| AbstractBaseGraph
 The most general implementation of the  
Graph interface. | 
| AbstractBaseGraph.DirectedEdgeContainer
 A container for vertex edges. 
 | 
| AbstractBaseGraph.DirectedSpecifics
 . 
 | 
| AbstractBaseGraph.UndirectedSpecifics
 . 
 | 
| AbstractGraph
 A skeletal implementation of the Graph interface, to minimize the
 effort required to implement graph interfaces. 
 | 
| AsUnweightedGraph
 An unweighted view of the backing weighted graph specified in the
 constructor. 
 | 
| AsWeightedGraph
 A weighted view of the backing graph specified in the constructor. 
 | 
| DefaultDirectedGraph
 A directed graph. 
 | 
| DefaultDirectedWeightedGraph
 A directed weighted 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. 
 | 
| DirectedWeightedMultigraph
 A directed weighted multigraph. 
 | 
| DirectedWeightedPseudograph
 A directed weighted pseudograph. 
 | 
| 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. 
 | 
| SimpleDirectedWeightedGraph
 A simple directed weighted graph. 
 | 
| SimpleGraph
 A simple graph. 
 | 
| SimpleWeightedGraph
 A simple weighted 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. 
 | 
| WeightedMultigraph
 A weighted multigraph. 
 | 
| WeightedPseudograph
 A weighted pseudograph. 
 | 
| Class and Description | 
|---|
| UnmodifiableDirectedGraph
 A directed graph that cannot be modified. 
 | 
| UnmodifiableGraph
 An unmodifiable view of the backing graph specified in the constructor. 
 | 
| UnmodifiableUndirectedGraph
 An undirected graph that cannot be modified. 
 | 
Copyright © 2016. All rights reserved.