Package org.biojava.nbio.ronn
Class Jronn.Range
java.lang.Object
org.biojava.nbio.ronn.Jronn.Range
- Enclosing class:
- Jronn
Holder for the ranges, contain pointers to starting and ending position
on the sequence which comprises a disordered region. Immutable.
- Author:
- pvtroshin
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
from
public final int fromRange starting position counts from 1 (the first position on the sequence is 1) -
to
public final int toThe range ending position includes the last residue. -
score
public final float score
-
-
Constructor Details
-
Range
public Range(int from, int to, float score)
-
-
Method Details