| Name | Description | Type | Package | Framework |
| AbstractBaseGraph | The most general implementation of the Graph interface. | Class | org.jgrapht.graph | JGraph |
|
| AbstractBaseGraph .DirectedEdgeContainer | A container for vertex edges. | Class | org.jgrapht.graph.AbstractBaseGraph | JGraph |
|
| AbstractGraph | A skeletal implementation of the Graph interface, to minimize the effort required to implement graph interfaces. | Class | org.jgrapht.graph | JGraph |
|
| AbstractGraphBuilder | Base class for builders of GraphSee Also:DirectedGraphBuilderBase, | Class | org.jgrapht.graph.builder | JGraph |
|
| AsUndirectedGraph | An undirected view of the backing directed graph specified in the constructor. | Class | org.jgrapht.graph | JGraph |
|
| AsUnweightedDirectedGraph | An unweighted view of the backing weighted graph specified in the constructor. | Class | org.jgrapht.graph | JGraph |
|
| AsUnweightedGraph | An unweighted view of the backing weighted graph specified in the constructor. | Class | org.jgrapht.graph | JGraph |
|
| AsWeightedGraph | A weighted view of the backing graph specified in the constructor. | Class | org.jgrapht.graph | JGraph |
|
| ClassBasedEdgeFactory | An EdgeFactory for producing edges by using a class as a factory. | Class | org.jgrapht.graph | JGraph |
|
| ClassBasedVertexFactory | A VertexFactory for producing vertices by using a class as a factory. | Class | org.jgrapht.graph | JGraph |
|
| DefaultDirectedGraph | A directed graph. | Class | org.jgrapht.graph | JGraph |
|
| DefaultDirectedWeightedGraph | A directed weighted graph. | Class | org.jgrapht.graph | JGraph |
|
| DefaultEdge | A default implementation for edges in a Graph. | Class | org.jgrapht.graph | JGraph |
|
| DefaultGraphMapping | getVertex/EdgeCorrespondence is based on the performance of the concrete Map class which is passed in the constructor. | Class | org.jgrapht.graph | JGraph |
|
| DefaultListenableGraph | A graph backed by the the graph specified at the constructor, which can be listened by GraphListener s and by | Class | org.jgrapht.graph | JGraph |
|
| DefaultWeightedEdge | A default implementation for edges in a WeightedGraph. | Class | org.jgrapht.graph | JGraph |
|
| DirectedGraphBuilder | A builder class for Graph. | Class | org.jgrapht.graph.builder | JGraph |
|
| DirectedGraphBuilderBase | Base class for DirectedGraphBuilder for extending. | Class | org.jgrapht.graph.builder | JGraph |
|
| DirectedGraphUnion | | Class | org.jgrapht.graph | JGraph |
|
| DirectedMaskSubgraph | A directed graph that is a MaskSubgraph on another graph. | Class | org.jgrapht.graph | JGraph |
|
| DirectedMultigraph | A directed multigraph. | Class | org.jgrapht.graph | JGraph |
|
| DirectedPseudograph | A directed pseudograph. | Class | org.jgrapht.graph | JGraph |
|
| DirectedSubgraph | A directed graph that is a subgraph on other graph. | Class | org.jgrapht.graph | JGraph |
|
| DirectedWeightedGraphBuilder | A builder class for directed weighted graphs}. | Class | org.jgrapht.graph.builder | JGraph |
|
| DirectedWeightedGraphBuilderBase | Base class for DirectedWeightedGraphBuilder for extending. | Class | org.jgrapht.graph.builder | JGraph |
|
| DirectedWeightedMultigraph | A directed weighted multigraph. | Class | org.jgrapht.graph | JGraph |
|
| DirectedWeightedPseudograph | A directed weighted pseudograph. | Class | org.jgrapht.graph | JGraph |
|
| DirectedWeightedSubgraph | A directed weighted graph that is a subgraph on other graph. | Class | org.jgrapht.graph | JGraph |
|
| EdgeReversedGraph | Provides an edge-reversed view g' of a directed graph g. | Class | org.jgrapht.graph | JGraph |
|
| EdgeSetFactory | A factory for edge sets. | Interface | org.jgrapht.graph | JGraph |
|
| Graph | The root interface in the graph hierarchy. | Interface | org.jgrapht | JGraph |
|
| GraphDelegator | A graph backed by the the graph specified at the constructor, which delegates all its methods to the backing graph. | Class | org.jgrapht.graph | JGraph |
|
| GraphHelper | A collection of utilities to assist the working with graphs. | Class | org.jgrapht | JGraph |
|
| GraphMapping | GraphMapping represents a bidirectional mapping between two graphs (called graph1 and graph2), which allows the caller to obtain the matching vertex or | Interface | org.jgrapht | JGraph |
|
| GraphPath | A GraphPath represents a path in a Graph. | Interface | org.jgrapht | JGraph |
|
| GraphPathImpl | GraphPathImpl is a default implementation of GraphPath. | Class | org.jgrapht.graph | JGraph |
|
| Graphs | A collection of utilities to assist with graph manipulation. | Class | org.jgrapht | JGraph |
|
| GraphUnion | Read-only union of two graphs: G1 and G2. | Class | org.jgrapht.graph | JGraph |
|
| ListenableDirectedGraph | A directed graph which is also ListenableGraph. | Class | org.jgrapht.graph | JGraph |
|
| ListenableDirectedWeightedGraph | A directed weighted graph which is also ListenableGraph. | Class | org.jgrapht.graph | JGraph |
|
| ListenableUndirectedGraph | An undirected graph which is also ListenableGraph. | Class | org.jgrapht.graph | JGraph |
|
| ListenableUndirectedWeightedGraph | An undirected weighted graph which is also ListenableGraph. | Class | org.jgrapht.graph | JGraph |
|
| MaskFunctor | A functor interface for masking out vertices and edges of a graph. | Interface | org.jgrapht.graph | JGraph |
|
| MaskSubgraph | An unmodifiable subgraph induced by a vertex/edge masking function. | Class | org.jgrapht.graph | JGraph |
|
| Multigraph | A multigraph. | Class | org.jgrapht.graph | JGraph |
|
| ParanoidGraph | ParanoidGraph provides a way to verify that objects added to a graph obey the standard equals/hashCode contract. | Class | org.jgrapht.graph | JGraph |
|
| Pseudograph | A pseudograph. | Class | org.jgrapht.graph | JGraph |
|
| SimpleDirectedGraph | A simple directed graph. | Class | org.jgrapht.graph | JGraph |
|
| SimpleDirectedWeightedGraph | A simple directed weighted graph. | Class | org.jgrapht.graph | JGraph |
|
| SimpleGraph | A simple graph. | Class | org.jgrapht.graph | JGraph |
|
| SimpleGraphPath | A vertex-based representation of a simple path. | Class | org.jgrapht.graph | JGraph |
|
| SimpleWeightedGraph | A simple weighted graph. | Class | org.jgrapht.graph | JGraph |
|
| Subgraph | A subgraph is a graph that has a subset of vertices and a subset of edges with respect to some base graph. | Class | org.jgrapht.graph | JGraph |
|
| UndirectedGraphBuilder | A builder class for Graph. | Class | org.jgrapht.graph.builder | JGraph |
|
| UndirectedGraphBuilderBase | Base class for UndirectedGraphBuilder for extending. | Class | org.jgrapht.graph.builder | JGraph |
|
| UndirectedGraphUnion | See Also:Serialized FormReturns the degree of the specified vertex. | Class | org.jgrapht.graph | JGraph |
|
| UndirectedMaskSubgraph | An undirected graph that is a MaskSubgraph on another graph. | Class | org.jgrapht.graph | JGraph |
|
| UndirectedSubgraph | An undirected graph that is a subgraph on other graph. | Class | org.jgrapht.graph | JGraph |
|
| UndirectedWeightedGraphBuilder | A builder class for undirected weighted graphs. | Class | org.jgrapht.graph.builder | JGraph |
|
| UndirectedWeightedGraphBuilderBase | Base class for UndirectedWeightedGraphBuilder for extending. | Class | org.jgrapht.graph.builder | JGraph |
|
| UndirectedWeightedSubgraph | An undirected weighted graph that is a subgraph on other graph. | Class | org.jgrapht.graph | JGraph |
|
| UnmodifiableDirectedGraph | A directed graph that cannot be modified. | Class | org.jgrapht.graph | JGraph |
|
| UnmodifiableGraph | An unmodifiable view of the backing graph specified in the constructor. | Class | org.jgrapht.graph | JGraph |
|
| UnmodifiableUndirectedGraph | An undirected graph that cannot be modified. | Class | org.jgrapht.graph | JGraph |
|
| WeightedMultigraph | A weighted multigraph. | Class | org.jgrapht.graph | JGraph |
|
| WeightedPseudograph | A weighted pseudograph. | Class | org.jgrapht.graph | JGraph |