public static class Jronn.Range extends 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) |
Copyright © 2000–2019 BioJava. All rights reserved.