Class Jronn.Range

  • Enclosing class:
    Jronn

    public static class Jronn.Range
    extends Object
    Holder for the ranges, contain pointers to starting and ending position on the sequence which comprises a disordered region. Immutable.
    Author:
    pvtroshin
    • Field Detail

      • from

        public final int from
        Range starting position counts from 1 (the first position on the sequence is 1)
      • to

        public final int to
        The range ending position includes the last residue.
      • score

        public final float score
    • Constructor Detail

      • Range

        public Range​(int from,
                     int to,
                     float score)