Class AbstractGeneticStringDiscoveryHandler

    • Field Detail

      • m_List

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

      • AbstractGeneticStringDiscoveryHandler

        public AbstractGeneticStringDiscoveryHandler()
    • Method Detail

      • 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.
      • calcNumBits

        protected int calcNumBits()
        Calculates the number of bits.
        Returns:
        the number of bits
      • getValue

        protected abstract String getValue​(PropertyPath.PropertyContainer cont)
        Returns the string value from the property container.
        Parameters:
        cont - the container
        Returns:
        the value
      • setValue

        protected abstract void setValue​(PropertyPath.PropertyContainer cont,
                                         String value)
        Sets the string value in the property container.
        Parameters:
        cont - the container
        value - the value to set