meshi.sequences.aligner
Class Cell
java.lang.Object
meshi.sequences.aligner.Cell
public class Cell
- extends java.lang.Object
Created by IntelliJ IDEA.
User: Roy
Date: 29/07/2005
Time: 15:39:55
To change this template use File | Settings | File Templates.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
rowNumber
public final int rowNumber
colNumber
public final int colNumber
upCell
public final Cell upCell
upLeftCell
public final Cell upLeftCell
leftCell
public final Cell leftCell
back
protected Cell back
score
public final double score
matrix
public final DpMatrix matrix
Cell
Cell(int i,
int j,
DpMatrix mat)
setBack
public void setBack(Cell back)
getBack
public Cell getBack()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object