public class DpMatrixCell extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DELETED |
static int |
INSERTED |
static int |
MATCH |
static int |
MULTI_MATCH |
static int |
NO_STATE |
| Constructor and Description |
|---|
DpMatrixCell(int p_xPos,
int p_yPos) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMultiMatchXIndexBegin()
Return start index (inclusive) of X axis of the matrix for the
multiple match.
|
int |
getMultiMatchXIndexEnd()
Return end index (exclusive) of X axis of the matrix for the
multiple match.
|
int |
getMultiMatchYIndexBegin()
Return start index (inclusive) of Y axis of the matrix for the
multiple match.
|
int |
getMultiMatchYIndexEnd()
Return end index (exclusive) of Y axis of the matrix for the
multiple match.
|
int |
getScore() |
int |
getState() |
int |
getXindex() |
int |
getYindex() |
boolean |
hasNext() |
DpMatrixCell |
nextCell() |
void |
setScoreAndLink(int p_score,
DpMatrixCell p_backLink) |
String |
toString() |
public static final int DELETED
public static final int INSERTED
public static final int MATCH
public static final int MULTI_MATCH
public static final int NO_STATE
public boolean hasNext()
public DpMatrixCell nextCell()
public int getXindex()
public int getYindex()
public int getScore()
public int getState()
public int getMultiMatchXIndexBegin()
public int getMultiMatchYIndexBegin()
public int getMultiMatchXIndexEnd()
public int getMultiMatchYIndexEnd()
public void setScoreAndLink(int p_score,
DpMatrixCell p_backLink)
Copyright © 2022. All rights reserved.