JBoss Common Classes 2.2.17.GA

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.
 


JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.