Package edu.jas.poly
Class OverlapList
- java.lang.Object
-
- edu.jas.poly.OverlapList
-
- All Implemented Interfaces:
java.io.Serializable
public class OverlapList extends java.lang.Object implements java.io.Serializable
Container for lists of overlap words. List of Overlaps.- Author:
- Heinz Kredel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OverlapList()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Overlap ol)Add to list.booleanisOverlap(Word u, Word v)Is word overlap list.java.lang.StringtoString()Get the string representation.
-
-
-
Constructor Detail
-
OverlapList
public OverlapList()
Constructor.
-
-
Method Detail
-
toString
public java.lang.String toString()
Get the string representation.- Overrides:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
-