public class SoftClip extends java.lang.Object implements java.io.Serializable, ReadFeature
CigarOperator.S
.Modifier and Type | Field and Description |
---|---|
static byte |
operator |
Constructor and Description |
---|
SoftClip(int position,
byte[] sequence) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
byte |
getOperator()
Read features are distinguished by operator, similar to cigar operator.
|
int |
getPosition() |
byte[] |
getSequence() |
int |
hashCode() |
void |
setSequence(byte[] sequence) |
java.lang.String |
toString() |
public static final byte operator
public byte[] getSequence()
public void setSequence(byte[] sequence)
public byte getOperator()
ReadFeature
getOperator
in interface ReadFeature
public int getPosition()
getPosition
in interface ReadFeature
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object