Class RefineRange

    • Field Detail

      • m_Refinements

        protected int m_Refinements
        number of parameter refinements.
    • Constructor Detail

      • RefineRange

        public RefineRange()
    • Method Detail

      • setOptimiser

        public void setOptimiser​(AbstractOptimiser ao)
        Set optimiser to use.
        Parameters:
        ao - optimiser.
      • getOptimiser

        public AbstractOptimiser getOptimiser()
        get optimiser.
        Returns:
        optimiser.
      • optimiserTipText

        public String optimiserTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setRefinements

        public void setRefinements​(int value)
        Sets the refinements to use.
        Parameters:
        value - the num.
      • getRefinements

        public int getRefinements()
        Gets the refinements use.
        Returns:
        the number
      • refinementsTipText

        public String refinementsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.