Package org.dbunit.util.search
Interface IEdge
- All Superinterfaces:
Comparable<Object>
- All Known Implementing Classes:
Edge,FKRelationshipEdge,ForeignKeyRelationshipEdge
A bidirectional edge on the graph to be searched.
It must implement
It must implement
Comparable so the
ISearchCallback can properly order the dependencies of a node
(so, typically, the implementations will compare the getTo()
node).- Since:
- Aug 25, 2005
- Version:
- $Revision$
- Author:
- Felipe Leme (dbunit@felipeal.net)
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo