Package edu.jas.poly

Class OverlapList

java.lang.Object
edu.jas.poly.OverlapList
All Implemented Interfaces:
Serializable

public class OverlapList extends Object implements Serializable
Container for lists of overlap words. List of Overlaps.
See Also:
  • Field Details

  • Constructor Details

    • OverlapList

      public OverlapList()
      Constructor.
  • Method Details

    • add

      public void add(Overlap ol)
      Add to list.
    • toString

      public String toString()
      Get the string representation.
      Overrides:
      toString in class Object
      See Also:
    • isOverlap

      public boolean isOverlap(Word u, Word v)
      Is word overlap list.
      Parameters:
      u - word
      v - word
      Returns:
      true if l1 * u * r1 = l2 * v * r2 for all overlaps, else false.