ReadFeature
, Serializable
public class HardClip extends Object implements Serializable, ReadFeature
CigarOperator.H
.Modifier and Type | Field | Description |
---|---|---|
static byte |
operator |
Constructor | Description |
---|---|
HardClip() |
|
HardClip(int position,
int length) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
int |
getLength() |
|
byte |
getOperator() |
Read features are distinguished by operator, similar to cigar operator.
|
int |
getPosition() |
|
void |
setLength(int length) |
|
void |
setPosition(int position) |
|
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 int getLength()
public void setLength(int length)