public static class StrictAlignmentFullAlgorithm.FullMatrixEntry extends Object implements AlignmentMatrixEntry
Constructor and Description |
---|
StrictAlignmentFullAlgorithm.FullMatrixEntry(double score,
int i,
int j,
StrictAlignmentFullAlgorithm.FullMatrixEntry predecessor) |
Modifier and Type | Method and Description |
---|---|
int |
getI() |
int |
getJ() |
StrictAlignmentFullAlgorithm.FullMatrixEntry |
getPredecessor() |
double |
getScore() |
public StrictAlignmentFullAlgorithm.FullMatrixEntry(double score, int i, int j, StrictAlignmentFullAlgorithm.FullMatrixEntry predecessor)
public int getI()
public int getJ()
public StrictAlignmentFullAlgorithm.FullMatrixEntry getPredecessor()
public double getScore()
Copyright © 2014. All rights reserved.