Class Edge

java.lang.Object
org.dbunit.util.search.Edge
All Implemented Interfaces:
Comparable<Object>, IEdge
Direct Known Subclasses:
FKRelationshipEdge, ForeignKeyRelationshipEdge

public class Edge extends Object implements IEdge
Basic implementation of the IEdge interface.
Since:
2.2.0 (Aug 25, 2005)
Version:
$Revision$ $Date$
Author:
Felipe Leme (dbunit@felipeal.net), Last changed by: $Author$
  • Constructor Details

    • Edge

      public Edge(Comparable<String> nodeFrom, Comparable<String> nodeTo)
      Creates an edge between the given nodes.
      Parameters:
      nodeFrom - the 'from' node.
      nodeTo - the 'to' node.
  • Method Details