public static class Jronn.Range
extends java.lang.Object
| Modifier and Type | Field | 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 | Description |
|---|---|
Range(int from,
int to,
float score) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
int |
hashCode() |
|
java.lang.String |
toString() |