Uses of Package
org.jgrapht
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.clustering |
Graph clustering algorithms.
|
org.jgrapht.alg.color |
Graph coloring algorithms.
|
org.jgrapht.alg.connectivity |
Algorithms dealing with various connectivity aspects of a graph.
|
org.jgrapht.alg.cycle |
Algorithms related to graph cycles.
|
org.jgrapht.alg.decomposition |
Algorithms for computing decompositions.
|
org.jgrapht.alg.densesubgraph |
Algorithms for computing maximum density subgraphs.
|
org.jgrapht.alg.drawing |
Graph Drawing.
|
org.jgrapht.alg.flow |
Flow related algorithms.
|
org.jgrapht.alg.flow.mincost |
Algorithms for minimum cost flow
|
org.jgrapht.alg.independentset |
Algorithms for Independent
Set in a graph.
|
org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
org.jgrapht.alg.isomorphism |
Algorithms for (sub)graph isomorphism.
|
org.jgrapht.alg.lca |
Algorithms for computing lowest common ancestors in graphs.
|
org.jgrapht.alg.linkprediction |
Algorithms for link prediction
|
org.jgrapht.alg.matching |
Algorithms for the computation of matchings.
|
org.jgrapht.alg.matching.blossom.v5 |
Package for Kolmogorov's Blossom V algorithm
|
org.jgrapht.alg.partition |
Algorithm for computing partitions.
|
org.jgrapht.alg.planar |
Algorithms for testing planarity of the graphs
|
org.jgrapht.alg.scoring |
Vertex and/or edge scoring algorithms.
|
org.jgrapht.alg.shortestpath |
Shortest-path related algorithms.
|
org.jgrapht.alg.similarity |
Algorithms for computing graph similarity metrics.
|
org.jgrapht.alg.spanning |
Spanning tree and spanner algorithms.
|
org.jgrapht.alg.tour |
Graph tours related algorithms.
|
org.jgrapht.alg.transform |
Package for graph transformers
|
org.jgrapht.alg.util |
Utilities used by JGraphT algorithms.
|
org.jgrapht.alg.vertexcover |
Vertex cover algorithms.
|
org.jgrapht.ext |
Extensions and integration means to other products.
|
org.jgrapht.generate |
Generators for graphs of various topologies.
|
org.jgrapht.generate.netgen |
Network generator components
|
org.jgrapht.graph |
Implementations of various graphs.
|
org.jgrapht.graph.builder |
Various builder for graphs.
|
org.jgrapht.graph.concurrent |
Implementations of various concurrent graph structures.
|
org.jgrapht.graph.guava | |
org.jgrapht.graph.specifics |
Implementations of specifics for various graph types.
|
org.jgrapht.nio |
Importers/Exporters for various graph formats.
|
org.jgrapht.nio.csv |
CSV importers/exporters
|
org.jgrapht.nio.dimacs |
DIMACS Challenges importers/exporters
|
org.jgrapht.nio.dot |
DOT importers/exporters
|
org.jgrapht.nio.gexf |
Graph Exchange XML Format (GEXF) importers/exporters.
|
org.jgrapht.nio.gml |
GML importers/exporters
|
org.jgrapht.nio.graph6 |
Graph6, sparse6 and digraph6 importers/exporters
|
org.jgrapht.nio.graphml |
GraphML importers/exporters
|
org.jgrapht.nio.json |
Json importers/exporters
|
org.jgrapht.nio.lemon |
Lemon input/output.
|
org.jgrapht.nio.matrix |
Matrix input/output
|
org.jgrapht.nio.tsplib |
TSPLIB95 importers/exporters
|
org.jgrapht.opt.graph.fastutil |
Specialized graph implementations using the FastUtil library
|
org.jgrapht.opt.graph.sparse |
Specialized graph implementations using sparse matrix representations.
|
org.jgrapht.opt.graph.sparse.specifics | |
org.jgrapht.sux4j |
Immutable graphs stored using Sux4J's quasi-succinct data
structures.
|
org.jgrapht.traverse |
Graph traversal means.
|
org.jgrapht.webgraph |
Adapters for graphs stored using
WebGraph's compressed and succinct
formats.
|
-
Classes in org.jgrapht used by org.jgrapht Class Description Graph The root interface in the graph hierarchy.GraphIterables Presents a graph as a collection of views suitable for graphs which contain a very large number of vertices or edges.GraphType A graph type. -
Classes in org.jgrapht used by org.jgrapht.alg Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.clique Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.clustering Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.color Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.connectivity Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.cycle Class Description Graph The root interface in the graph hierarchy.GraphPath -
Classes in org.jgrapht used by org.jgrapht.alg.decomposition Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.densesubgraph Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.drawing Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.flow Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.flow.mincost Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.independentset Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.interfaces Class Description Graph The root interface in the graph hierarchy.GraphPath -
Classes in org.jgrapht used by org.jgrapht.alg.isomorphism Class 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. -
Classes in org.jgrapht used by org.jgrapht.alg.lca Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.linkprediction Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.matching Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.matching.blossom.v5 Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.partition Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.planar Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.scoring Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.shortestpath Class Description Graph The root interface in the graph hierarchy.GraphPath -
Classes in org.jgrapht used by org.jgrapht.alg.similarity Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.spanning Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.tour Class Description Graph The root interface in the graph hierarchy.GraphPath -
Classes in org.jgrapht used by org.jgrapht.alg.transform Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.util Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.alg.vertexcover Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.ext Class Description Graph The root interface in the graph hierarchy.ListenableGraph A graph that supports listeners on structural change events. -
Classes in org.jgrapht used by org.jgrapht.generate Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.generate.netgen Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.graph Class Description Graph The root interface in the graph hierarchy.GraphIterables Presents a graph as a collection of views suitable for graphs which contain a very large number of vertices or edges.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. -
Classes in org.jgrapht used by org.jgrapht.graph.builder Class Description Graph The root interface in the graph hierarchy.GraphType A graph type. -
Classes in org.jgrapht used by org.jgrapht.graph.concurrent Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.graph.guava Class Description Graph The root interface in the graph hierarchy.GraphType A graph type. -
Classes in org.jgrapht used by org.jgrapht.graph.specifics Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.csv Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.dimacs Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.dot Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.gexf Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.gml Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.graph6 Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.graphml Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.json Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.lemon Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.matrix Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.nio.tsplib Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.opt.graph.fastutil Class Description Graph The root interface in the graph hierarchy.GraphType A graph type. -
Classes in org.jgrapht used by org.jgrapht.opt.graph.sparse Class Description Graph The root interface in the graph hierarchy.GraphType A graph type. -
Classes in org.jgrapht used by org.jgrapht.opt.graph.sparse.specifics Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.sux4j Class Description Graph The root interface in the graph hierarchy.GraphIterables Presents a graph as a collection of views suitable for graphs which contain a very large number of vertices or edges.GraphType A graph type. -
Classes in org.jgrapht used by org.jgrapht.traverse Class Description Graph The root interface in the graph hierarchy. -
Classes in org.jgrapht used by org.jgrapht.webgraph Class Description Graph The root interface in the graph hierarchy.GraphIterables Presents a graph as a collection of views suitable for graphs which contain a very large number of vertices or edges.GraphType A graph type.