Class AlignerHelper.Cut
- java.lang.Object
-
- org.biojava.nbio.alignment.routines.AlignerHelper.Cut
-
- Enclosing class:
- AlignerHelper
public static class AlignerHelper.Cut extends Object
Defines a 'cut' row for divide-and-conquer alignment in which a new anchor is found.
-
-
Constructor Summary
Constructors Constructor Description Cut(int queryIndex, int[] dim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getQueryIndex()
int
getTargetIndex(int z)
void
update(int x, AlignerHelper.Subproblem subproblem, AlignerHelper.Last[][] pointers)
-
-
-
Constructor Detail
-
Cut
public Cut(int queryIndex, int[] dim)
-
-
Method Detail
-
getQueryIndex
public int getQueryIndex()
-
getTargetIndex
public int getTargetIndex(int z)
-
update
public void update(int x, AlignerHelper.Subproblem subproblem, AlignerHelper.Last[][] pointers)
-
-