Module org.jgrapht.core
Package org.jgrapht
package org.jgrapht
The front-end API's interfaces and classes, including
Graph
.-
ClassDescriptionGraph<V,
E> The root interface in the graph hierarchy.GraphIterables<V,E> Presents a graph as a collection of views suitable for graphs which contain a very large number of vertices or edges.GraphMapping<V,E> 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.Collection of methods which provide numerical graph information.GraphPath<V,E> A collection of utilities to assist with graph manipulation.A collection of utilities to test for various graph properties.A graph type.ListenableGraph<V,E> A graph that supports listeners on structural change events.