Class AbstractFilteredColumnFinder

    • Field Detail

      • m_ColumnFinder

        protected ColumnFinder m_ColumnFinder
        the ColumnFinder to apply.
    • Constructor Detail

      • AbstractFilteredColumnFinder

        public AbstractFilteredColumnFinder()
    • Method Detail

      • setColumnFinder

        public void setColumnFinder​(ColumnFinder value)
        Sets the column finder to use.
        Parameters:
        value - the column finder
      • getColumnFinder

        public ColumnFinder getColumnFinder()
        Returns the column finder in use.
        Returns:
        the column finder
      • columnFinderTipText

        public String columnFinderTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • doTrainColumnFinder

        protected boolean doTrainColumnFinder​(SpreadSheet data)
        Performs the actual training of the column finder with the specified spreadsheet.
        Specified by:
        doTrainColumnFinder in class AbstractTrainableColumnFinder
        Parameters:
        data - the training data
        Returns:
        true if successfully trained