Package org.dbunit.util.search

Interface Summary
IEdge A bidirectional edge on the graph to be searched.
ISearchAlgorithm Interface representing an algorithm that searchs a graph.
ISearchCallback Callback used by the search algorithms.
 

Class Summary
AbstractExcludeNodesSearchCallback  
AbstractIncludeNodesSearchCallback  
AbstractNodesFilterSearchCallback Super-class for ISearchCallback implementations that needs to filter which nodes should be included or excluded from the search.
DepthFirstSearch Search using depth-first algorithm.
Edge Basic implementation of the IEdge interface.
 

Exception Summary
SearchException Base class for exceptions during the search.
 



Copyright © 2002-2008. All Rights Reserved.