Class AbstractGeneticDoubleDiscoveryHandler

    • Field Detail

      • m_Minimum

        protected double m_Minimum
        the minimum.
      • m_Maximum

        protected double m_Maximum
        the maximum.
      • m_List

        protected double[] m_List
        the list of values.
    • Constructor Detail

      • AbstractGeneticDoubleDiscoveryHandler

        public AbstractGeneticDoubleDiscoveryHandler()
    • Method Detail

      • getDefaultType

        protected NumericValueType getDefaultType()
        Returns the default type.
        Returns:
        the default
      • setType

        public void setType​(NumericValueType value)
        Sets the type.
        Parameters:
        value - the type
      • getType

        public NumericValueType getType()
        Returns the type.
        Returns:
        the type
      • typeTipText

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

        protected abstract double getDefaultMinimum()
        Returns the default minimum.
        Returns:
        the default
      • setMinimum

        public void setMinimum​(double value)
        Sets the minimum.
        Parameters:
        value - the minimum
      • getMinimum

        public double getMinimum()
        Returns the minimum.
        Returns:
        the minimum
      • minimumTipText

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

        protected abstract double getDefaultMaximum()
        Returns the default maximum.
        Returns:
        the default
      • setMaximum

        public void setMaximum​(double value)
        Sets the maximum.
        Parameters:
        value - the maximum
      • getMaximum

        public double getMaximum()
        Returns the maximum.
        Returns:
        the maximum
      • maximumTipText

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

        protected abstract String getDefaultList()
        Returns the default list.
        Returns:
        the default
      • setList

        public void setList​(String value)
        Sets the list of values to use (blank-separated).
        Parameters:
        value - the list
      • getList

        public String getList()
        Returns the list of values to use (blank-separated).
        Returns:
        the list
      • listTipText

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