public static class Jronn.Range
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
from
Range starting position counts from 1 (the first position on the sequence is 1)
|
float |
score |
int |
to
The range ending position includes the last residue.
|
Constructor and Description |
---|
Range(int from,
int to,
float score) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |