ReadFeature
, Serializable
public 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()
ReadFeature
getOperator
in interface ReadFeature
public int getPosition()
getPosition
in interface ReadFeature
public void setPosition(int position)
setPosition
in interface ReadFeature
public byte getBase()
public void setBase(byte base)