public class ReadBase extends java.lang.Object implements java.io.Serializable, ReadFeature
Modifier and Type | Field and Description |
---|---|
static byte |
operator |
Constructor and Description |
---|
ReadBase(int position,
byte base,
byte qualityScore) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
byte |
getBase() |
byte |
getOperator()
Read features are distinguished by operator, similar to cigar operator.
|
int |
getPosition() |
byte |
getQualityScore() |
int |
hashCode() |
void |
setBase(byte base) |
void |
setPosition(int position) |
void |
setQualityScore(byte qualityScore) |
java.lang.String |
toString() |
public static final byte operator
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 getQualityScore()
public void setQualityScore(byte qualityScore)
public java.lang.String toString()
toString
in class java.lang.Object
public byte getBase()
public void setBase(byte base)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object