Package org.apache.openjpa.lib.graph

Graph Abstraction

See:
          Description

Interface Summary
GraphVisitor A helper interface that allows third parties to be notified of graph events during graph traversals
 

Class Summary
BreadthFirstWalk Performs a breadth-first walk of a given Graph, notifying visitors as it sees each node.
DepthFirstAnalysis Performs a depth-first analysis of a given Graph, caching information about the graph's nodes and edges.
Edge A graph edge.
Graph Graph representation using the adjacency list form.
 

Package org.apache.openjpa.lib.graph Description

Graph Abstraction

This package provides a graph abstraction and graph-related algorithms.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.