Package | Description |
---|---|
org.jgrapht |
The front-end API's interfaces and classes, including
Graph . |
org.jgrapht.alg |
Algorithms provided with JGraphT.
|
org.jgrapht.alg.clique |
Clique related algorithms.
|
org.jgrapht.alg.color |
Graph coloring algorithms.
|
org.jgrapht.alg.cycle |
Algorithms for enumeration of simple cycles in graphs.
|
org.jgrapht.alg.flow |
Flow related algorithms.
|
org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
org.jgrapht.alg.isomorphism |
Algorithms for (sub)graph isomorphism.
|
org.jgrapht.alg.matching |
Algorithms for the computation of matchings.
|
org.jgrapht.alg.scoring |
Vertex and/or edge scoring algorithms.
|
org.jgrapht.alg.shortestpath |
Shortest-path related algorithms.
|
org.jgrapht.alg.spanning |
Spanning tree and spanner algorithms.
|
org.jgrapht.alg.tour |
Graph tours related algorithms.
|
org.jgrapht.alg.util |
Utilities used by JGraphT algorithms.
|
org.jgrapht.alg.vertexcover |
Vertex cover algorithms.
|
org.jgrapht.experimental |
Experimental work or work-in-progress.
|
org.jgrapht.ext |
Extensions and integration means to other products.
|
org.jgrapht.generate |
Generators for graphs of various topologies.
|
org.jgrapht.graph |
Implementations of various graphs.
|
org.jgrapht.graph.builder |
Various builder for graphs.
|
org.jgrapht.io |
Importers/Exporters for various graph formats.
|
org.jgrapht.traverse |
Graph traversal means.
|
Class and Description |
---|
EdgeFactory
An edge factory used by graphs for creating new edges.
|
Graph
The root interface in the graph hierarchy.
|
GraphType
A graph type.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
UndirectedGraph
Deprecated.
In favor of
Graph . |
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
GraphPath |
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
GraphPath |
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
GraphMapping
GraphMapping represents a bidirectional mapping between two graphs (called graph1 and graph2),
which allows the caller to obtain the matching vertex or edge in either direction, from graph1 to
graph2, or from graph2 to graph1.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
GraphPath |
VertexFactory
A vertex factory used by graph algorithms for creating new vertices.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
GraphPath |
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
VertexFactory
A vertex factory used by graph algorithms for creating new vertices.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
ListenableGraph
A graph that supports listeners on structural change events.
|
Class and Description |
---|
EdgeFactory
An edge factory used by graphs for creating new edges.
|
Graph
The root interface in the graph hierarchy.
|
VertexFactory
A vertex factory used by graph algorithms for creating new vertices.
|
WeightedGraph
Deprecated.
In favor of
Graph . |
Class and Description |
---|
DirectedGraph
Deprecated.
In favor of
Graph . |
EdgeFactory
An edge factory used by graphs for creating new edges.
|
Graph
The root interface in the graph hierarchy.
|
GraphMapping
GraphMapping represents a bidirectional mapping between two graphs (called graph1 and graph2),
which allows the caller to obtain the matching vertex or edge in either direction, from graph1 to
graph2, or from graph2 to graph1.
|
GraphPath |
GraphType
A graph type.
|
ListenableGraph
A graph that supports listeners on structural change events.
|
UndirectedGraph
Deprecated.
In favor of
Graph . |
VertexFactory
A vertex factory used by graph algorithms for creating new vertices.
|
WeightedGraph
Deprecated.
In favor of
Graph . |
Class and Description |
---|
DirectedGraph
Deprecated.
In favor of
Graph . |
Graph
The root interface in the graph hierarchy.
|
UndirectedGraph
Deprecated.
In favor of
Graph . |
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
Class and Description |
---|
Graph
The root interface in the graph hierarchy.
|
Copyright © 2017. All rights reserved.