Class Range

    • Constructor Detail

      • Range

        public Range​(String range)
    • Method Detail

      • setRange

        public void setRange​(String range)
        Sets the range from a string representation.
        Parameters:
        range - the start and end string
      • rangeSingle

        protected int rangeSingle​(String singleSelection)
        Translates a single string selection into it's internal 0-based equivalent.
        Parameters:
        singleSelection - the string representing the selection (eg: 1 first last)
        Returns:
        the number corresponding to the selected value
      • setUpper

        public void setUpper​(int attributeNumber)
      • getStart

        public int getStart()
      • getEnd

        public int getEnd()