public class ShiftChange extends java.lang.Object
PherogramAlignmentModel to model which position in the base call sequence corresponds to which
position in the editable alignment sequence.| Modifier and Type | Field and Description |
|---|---|
protected int |
baseCallIndex |
protected int |
shiftChange |
| Constructor and Description |
|---|
ShiftChange(int baseCallIndex,
int shiftChange) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBaseCallIndex() |
int |
getShiftChange() |
protected int baseCallIndex
protected int shiftChange
public ShiftChange(int baseCallIndex, int shiftChange)
public int getBaseCallIndex()
public int getShiftChange()