Class CycleFinder.Path

java.lang.Object
net.sf.jailer.util.CycleFinder.Path
Enclosing class:
CycleFinder

public static class CycleFinder.Path extends Object
Path from a table from to another table to. Concatenation of two paths left/right or an edge, if left and right is null.
Author:
Ralf Wisser
  • Field Details

    • from

      public final Table from
    • length

      public final int length
  • Method Details

    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • fillPath

      public void fillPath(List<Table> path)
      Fills a list with all tables along this path.
      Parameters:
      path - the list to fill
    • toString

      public String toString()
      Overrides:
      toString in class Object