Uses of Class
net.sf.okapi.steps.gcaligner.DpMatrixCell
-
Packages that use DpMatrixCell Package Description net.sf.okapi.steps.gcaligner -
-
Uses of DpMatrixCell in net.sf.okapi.steps.gcaligner
Methods in net.sf.okapi.steps.gcaligner that return DpMatrixCell Modifier and Type Method Description DpMatrixCellDpMatrix. getCell(int p_xIdx, int p_yIdx)Return a cell of the matrix.DpMatrixCellDpMatrixCell. nextCell()Methods in net.sf.okapi.steps.gcaligner that return types with arguments of type DpMatrixCell Modifier and Type Method Description List<DpMatrixCell>DpMatrix. align()Align the two sequences.Methods in net.sf.okapi.steps.gcaligner with parameters of type DpMatrixCell Modifier and Type Method Description voidDpMatrixCell. setScoreAndLink(int p_score, DpMatrixCell p_backLink)
-