ReadFeature, Serializablepublic class InsertBase extends Object implements Serializable, ReadFeature
| Modifier and Type | Field | Description |
|---|---|---|
static byte |
operator |
| Constructor | Description |
|---|---|
InsertBase() |
|
InsertBase(int position,
byte base) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
byte |
getBase() |
|
byte |
getOperator() |
Read features are distinguished by operator, similar to cigar operator.
|
int |
getPosition() |
|
void |
setBase(byte base) |
|
void |
setPosition(int position) |
|
String |
toString() |
public static final byte operator
public InsertBase()
public InsertBase(int position,
byte base)
public byte getOperator()
ReadFeaturegetOperator in interface ReadFeaturepublic int getPosition()
getPosition in interface ReadFeaturepublic void setPosition(int position)
setPosition in interface ReadFeaturepublic byte getBase()
public void setBase(byte base)