Skip navigation links

JGraphT - Parent 1.1.0 API

Packages 
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.util.extension
Utility classes for managing extensions/encapsulations.
org.jgrapht.alg.vertexcover
Vertex cover algorithms.
org.jgrapht.alg.vertexcover.util
Utilities for vertex cover algorithms.
org.jgrapht.demo
Demo programs that help to get started with JGraphT.
org.jgrapht.event
Event classes and listener interfaces, used to provide a change notification mechanism on graph modification events.
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.graph.specifics
Implementations of specifics for various graph types.
org.jgrapht.io
Importers/Exporters for various graph formats.
org.jgrapht.traverse
Graph traversal means.
org.jgrapht.util
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
Skip navigation links

Copyright © 2017. All rights reserved.