Package org.jgrapht


package org.jgrapht
The front-end API's interfaces and classes, including Graph, DirectedGraph and UndirectedGraph.
  • Class
    Description
    A graph whose all edges are directed.
    An edge factory used by graphs for creating new edges.
    Graph<V,E>
    The root interface in the graph hierarchy.
    Deprecated.
    Use Graphs instead.
    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.
    A GraphPath represents a path in a Graph.
    A collection of utilities to assist with graph manipulation.
    A graph that supports listeners on structural change events.
    A graph whose all edges are undirected.
    A vertex factory used by graph algorithms for creating new vertices.
    An interface for a graph whose edges have non-uniform weights.