Package org.jboss.util.graph

Interface Summary
DFSVisitor<T> A spanning tree visitor callback interface
Visitor<T> A graph visitor interface.
VisitorEX<T,E extends Exception> A graph visitor interface that can throw an exception during a visit callback.
 

Class Summary
Edge<T> A directed, weighted edge in a graph
Graph<T> A directed graph data structure.
Vertex<T> A named graph vertex with optional data.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.