Interface OptionalContainerOutput

  • All Known Implementing Classes:
    WekaFilter

    public interface OptionalContainerOutput
    Interface for actors that have optional container output.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • setOutputContainer

        void setOutputContainer​(boolean value)
        Sets whether to output a container rather than just the data.
        Parameters:
        value - true if to output the container
      • getOutputContainer

        boolean getOutputContainer()
        Returns whether to output a container rather than just the data.
        Returns:
        true if to output the container
      • outputContainerTipText

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