Class AlignerHelper.Anchor
- java.lang.Object
-
- org.biojava.nbio.alignment.routines.AlignerHelper.Anchor
-
- Enclosing class:
- AlignerHelper
public static class AlignerHelper.Anchor extends Object
Compounds in query and target sequences that must align- Author:
- Daniel Cameron
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AlignerHelper.Anchor.QueryIndexComparator
-
Constructor Summary
Constructors Constructor Description Anchor(int queryIndex, int targetIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getQueryIndex()
int
getTargetIndex()
-
-
-
Constructor Detail
-
Anchor
public Anchor(int queryIndex, int targetIndex)
-
-
Method Detail
-
getQueryIndex
public int getQueryIndex()
-
getTargetIndex
public int getTargetIndex()
-
-