hultig.align
Class SimpleChaining.Match

java.lang.Object
  extended by hultig.align.SimpleChaining.Match
Enclosing class:
SimpleChaining

public static class SimpleChaining.Match
extends Object

Match class defintion


Constructor Summary
SimpleChaining.Match(int fA, int tA, int fB, int tB, double s)
           
 
Method Summary
 int getFromA()
          Returns the value of fromA.
 int getFromB()
          Returns the value of fromB.
 int getToA()
          Returns the value of toA.
 int getToB()
          Returns the value of toB.
 boolean isChainable(SimpleChaining.Match m)
           
 boolean notOverlap(SimpleChaining.Match m)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleChaining.Match

public SimpleChaining.Match(int fA,
                            int tA,
                            int fB,
                            int tB,
                            double s)
Method Detail

getFromA

public int getFromA()
Returns the value of fromA.


getFromB

public int getFromB()
Returns the value of fromB.


getToA

public int getToA()
Returns the value of toA.


getToB

public int getToB()
Returns the value of toB.


notOverlap

public boolean notOverlap(SimpleChaining.Match m)

isChainable

public boolean isChainable(SimpleChaining.Match m)

toString

public String toString()
Overrides:
toString in class Object