package

com.pnfsoftware.jeb.util.graph

Types used to represent graphs.

Interfaces

IAddressableDigraphBuilder A builder of directed graphs whose vertices can be assigned and retrieved by String addresses. 

Classes

Digraph A directed graph object, cyclic or acyclic. 
Digraph.E Oriented edge with optional weight. 
Digraph.V Vertex of a directed graph.