Class Text

    • Field Detail

      • m_Separator

        protected String m_Separator
        the separator to use.
      • m_MissingValue

        protected String m_MissingValue
        the string to use for missing values.
    • Constructor Detail

      • Text

        public Text()
    • Method Detail

      • setSeparator

        public void setSeparator​(String value)
        Sets the separator to use.
        Parameters:
        value - the separator
      • getSeparator

        public String getSeparator()
        Returns the separator in use.
        Returns:
        the separator
      • separatorTipText

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

        public void setMissingValue​(String value)
        Sets the string to use for missing values.
        Parameters:
        value - the missing value string
      • getMissingValue

        public String getMissingValue()
        Returns the string to use for missing values.
        Returns:
        the missing value string
      • missingValueTipText

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

        protected String doGenerateRow​(List data)
        Performs the actual generation of a row from the raw data.
        Specified by:
        doGenerateRow in class AbstractFeatureConverter<String,​String>
        Parameters:
        data - the data of the row, elements can be null (= missing)
        Returns:
        the dataset structure