Package org.jboss.util.graph
-
Interface Summary Interface Description DFSVisitor<T> A spanning tree visitor callback interfaceVisitor<T> A graph visitor interface.VisitorEX<T,E extends java.lang.Exception> A graph visitor interface that can throw an exception during a visit callback. -
Class Summary Class Description Edge<T> A directed, weighted edge in a graphGraph<T> A directed graph data structure.Vertex<T> A named graph vertex with optional data.