Class MultiStream

    • Field Detail

      • m_Filters

        protected StreamFilter[] m_Filters
        the filters to apply.
    • Constructor Detail

      • MultiStream

        public MultiStream()
    • Method Detail

      • setFilters

        public void setFilters​(StreamFilter[] value)
        Sets the filters to apply.
        Parameters:
        value - the filters
      • getFilters

        public StreamFilter[] getFilters()
        Returns the filters to apply.
        Returns:
        the filters
      • filtersTipText

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

        public Capabilities getCapabilities()
        Returns the capabilities.
        Returns:
        the capabilities
      • doFilter

        protected Row doFilter​(Row data)
                        throws Exception
        Filters the dataset row coming through.
        Specified by:
        doFilter in class AbstractStreamFilter
        Parameters:
        data - the data to filter
        Returns:
        the filtered data
        Throws:
        Exception - if filtering fails