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