Class AlignerHelper.Anchor
java.lang.Object
org.biojava.nbio.alignment.routines.AlignerHelper.Anchor
- Enclosing class:
- AlignerHelper
Compounds in query and target sequences that must align
- Author:
- Daniel Cameron
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Anchor
public Anchor(int queryIndex, int targetIndex)
-
-
Method Details
-
getQueryIndex
public int getQueryIndex() -
getTargetIndex
public int getTargetIndex()
-