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