ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.align
Class AllAlignment.Link

java.lang.Object
  extended by org.schwiebert.abl4j.util.Pair<Integer,Integer>
      extended by org.schwiebert.abl4j.align.AllAlignment.Link
All Implemented Interfaces:
Serializable
Enclosing class:
AllAlignment

final class AllAlignment.Link
extends Pair<Integer,Integer>


Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.schwiebert.abl4j.util.Pair
first, second
 
Constructor Summary
AllAlignment.Link(int a, int b)
           
 
Method Summary
 int compareTo(AllAlignment.Link link)
           
 boolean equals(Object obj)
          Returns true if this.first equals obj.first and this.second equals obj.second.
 String toString()
           
 
Methods inherited from class org.schwiebert.abl4j.util.Pair
hashCode, setValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AllAlignment.Link

public AllAlignment.Link(int a,
                         int b)
Method Detail

toString

public String toString()
Overrides:
toString in class Pair<Integer,Integer>

equals

public boolean equals(Object obj)
Description copied from class: Pair
Returns true if this.first equals obj.first and this.second equals obj.second.

Overrides:
equals in class Pair<Integer,Integer>

compareTo

public int compareTo(AllAlignment.Link link)

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert