S - sequence typepublic interface AlignmentIterator<S extends Sequence<S>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
advance()
Advance iterator to the next position
|
int |
getCurrentMutation()
Current mutation or
Mutation.NON_MUTATION if on match |
int |
getMutationsPointer()
Points to current mutation or if currentMutation ==
Mutation.NON_MUTATION points to the next mutation. |
int |
getSeq1Position()
Points to current position in sequence1; if on insertion points to the next position after insertion point
|
int |
getSeq2Position()
Points to current position in sequence2; if deletion points to the next position after deletion
|
int getSeq1Position()
int getSeq2Position()
int getMutationsPointer()
Mutation.NON_MUTATION points to the next mutation.int getCurrentMutation()
Mutation.NON_MUTATION if on matchboolean advance()
Copyright © 2018. All rights reserved.