public class PherogramAlignmentRelation extends IndexRelation
AlignmentArea.GAP, OUT_OF_RANGE| Constructor and Description |
|---|
PherogramAlignmentRelation(int before,
int corresponding,
int after,
java.util.ListIterator<ShiftChange> iterator) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ListIterator<ShiftChange> |
getIterator()
Returns an iterator positioned before the next shift change entry.
|
getAfter, getAfterValidIndex, getBefore, getBeforeValidIndex, getCorresponding, indexToString, toStringpublic PherogramAlignmentRelation(int before, int corresponding, int after, java.util.ListIterator<ShiftChange> iterator)
public java.util.ListIterator<ShiftChange> getIterator()