meshi.sequences.aligner
Class Cell

java.lang.Object
  extended by 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.


Field Summary
protected  Cell back
           
 int colNumber
           
 Cell leftCell
           
 DpMatrix matrix
           
 int rowNumber
           
 double score
           
 Cell upCell
           
 Cell upLeftCell
           
 
Constructor Summary
Cell(int i, int j, DpMatrix mat)
           
 
Method Summary
 Cell getBack()
           
 void setBack(Cell back)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Cell

Cell(int i,
     int j,
     DpMatrix mat)
Method Detail

setBack

public void setBack(Cell back)

getBack

public Cell getBack()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object