Uses of Class
de.uni_trier.wi2.procake.similarity.nest.sequence.utils.MatrixPath.MatrixCellPair
-
Packages that use MatrixPath.MatrixCellPair Package Description de.uni_trier.wi2.procake.similarity.nest.sequence.utils de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl -
-
Uses of MatrixPath.MatrixCellPair in de.uni_trier.wi2.procake.similarity.nest.sequence.utils
Methods in de.uni_trier.wi2.procake.similarity.nest.sequence.utils that return MatrixPath.MatrixCellPair Modifier and Type Method Description MatrixPath.MatrixCellPairMatrixPath.MatrixCellPair. clone()MatrixPath.MatrixCellPairScoringMatrix. getPair(int queryIdx, int caseIdx)Get the NESTTaskPair object at the specified position.MatrixPath.MatrixCellPairMatrixPath.MatrixCellPair. getPrevious()MatrixPath.MatrixCellPairScoringMatrix. getSourceOf(int queryIdx, int caseIdx)Get the source of a cell.MatrixPath.MatrixCellPairScoringMatrix. getStartCell(boolean onlyLastRow)Get the start cell of the alignment path.Methods in de.uni_trier.wi2.procake.similarity.nest.sequence.utils with parameters of type MatrixPath.MatrixCellPair Modifier and Type Method Description voidMatrixPath. addPair(MatrixPath.MatrixCellPair pair)Add a pair to the path.MatrixPathScoringMatrix. backtrackFrom(MatrixPath.MatrixCellPair cell)Create the alignment path of this scoring matrix.doubleScoringMatrix. get(MatrixPath.MatrixCellPair pair)Get the value of a cell.voidScoringMatrix. set(int queryIdx, int caseIdx, MatrixPath.MatrixCellPair source, double value)Set a cell of the matrix to a given value and also provide a reference to the source cell.voidScoringMatrix. set(MatrixPath.MatrixCellPair pair)Set a cell of the matrix to the given pair.voidMatrixPath.MatrixCellPair. setPrevious(MatrixPath.MatrixCellPair previous)Constructors in de.uni_trier.wi2.procake.similarity.nest.sequence.utils with parameters of type MatrixPath.MatrixCellPair Constructor Description MatrixCellPair(int queryIdx, int caseIdx, DataObject queryObj, DataObject caseObj, double value, MatrixPath.MatrixCellPair previous) -
Uses of MatrixPath.MatrixCellPair in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl
Methods in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl that return MatrixPath.MatrixCellPair Modifier and Type Method Description MatrixPath.MatrixCellPairScoringMatrixImpl. getPair(int queryIdx, int caseIdx)MatrixPath.MatrixCellPairScoringMatrixImpl. getSourceOf(int queryIdx, int caseIdx)MatrixPath.MatrixCellPairScoringMatrixImpl. getStartCell(boolean onlyLastRow)MatrixPath.MatrixCellPairMatrixPathImpl.PathIterator. next()Methods in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl that return types with arguments of type MatrixPath.MatrixCellPair Modifier and Type Method Description Iterator<MatrixPath.MatrixCellPair>MatrixPathImpl. iterator()Methods in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl with parameters of type MatrixPath.MatrixCellPair Modifier and Type Method Description voidMatrixPathImpl. addPair(MatrixPath.MatrixCellPair pair)MatrixPathScoringMatrixImpl. backtrackFrom(MatrixPath.MatrixCellPair cell)doubleScoringMatrixImpl. get(MatrixPath.MatrixCellPair pair)protected booleanDPImpl. isTwoByTwoMatrix(MatrixPath.MatrixCellPair leftPair, MatrixPath.MatrixCellPair topLeftPair, MatrixPath.MatrixCellPair topPair)Check if parameters build a two by two matrix.voidScoringMatrixImpl. set(int queryIdx, int caseIdx, MatrixPath.MatrixCellPair sourceCell, double value)voidScoringMatrixImpl. set(MatrixPath.MatrixCellPair pair)
-