Uses of Interface
de.uni_trier.wi2.procake.similarity.nest.sequence.utils.MatrixPath
-
Packages that use MatrixPath Package Description de.uni_trier.wi2.procake.similarity.nest.sequence.utils de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl -
-
Uses of MatrixPath in de.uni_trier.wi2.procake.similarity.nest.sequence.utils
Methods in de.uni_trier.wi2.procake.similarity.nest.sequence.utils that return MatrixPath Modifier and Type Method Description MatrixPathScoringMatrix. backtrackFrom(int queryIdx, int caseIdx)Create the alignment path of this scoring matrix.MatrixPathScoringMatrix. backtrackFrom(MatrixPath.MatrixCellPair cell)Create the alignment path of this scoring matrix.MatrixPathDP. getAssignments()Returns the found assignments of the dp algorithm.MatrixPathMatrixPath. reverse()Reverse the entries in this path. -
Uses of MatrixPath in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl
Classes in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl that implement MatrixPath Modifier and Type Class Description classMatrixPathImplClass representing a path through a matrix.Fields in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl declared as MatrixPath Modifier and Type Field Description protected MatrixPathDPImpl. alignmentPathThe alignment path found by the dp algorithm.Methods in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl that return MatrixPath Modifier and Type Method Description MatrixPathScoringMatrixImpl. backtrackFrom(int queryIdx, int caseIdx)MatrixPathScoringMatrixImpl. backtrackFrom(MatrixPath.MatrixCellPair cell)MatrixPathDPImpl. getAssignments()MatrixPathMatrixPathImpl. reverse()
-