Documentation of 'edu.jas.poly.Overlap' Java class
Overlap
edu.jas.poly

Class Overlap

  • All Implemented Interfaces:
    java.io.Serializable


    public class Overlap
    extends java.lang.Object
    implements java.io.Serializable
    Container for overlap words. A container of four words l1, r1, l2, r2.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      Overlap(Word l1, Word r1, Word l2, Word r2)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isOverlap(Word u, Word v)
      Is word overlap.
      java.lang.String toString()
      Get the string representation.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • l1

        public final Word l1
      • r1

        public final Word r1
      • l2

        public final Word l2
      • r2

        public final Word r2
    • Constructor Detail

    • Method Detail

      • isOverlap

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

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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.