This project has retired. For details please refer to its Attic page.

Package org.apache.avalon.fortress.util.dag

Class Summary
DirectedAcyclicGraphVerifier DirectedAcyclicGraphVerifier provides methods to verify that any set of vertices has no cycles.
Vertex Vertex is used to track dependencies and each node in a graph.
 

Exception Summary
CyclicDependencyException CyclicDependencyException is thrown any time the DAG verifier finds a cycle.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.