Package adams.core

Interface ArrayProvider

    • Method Detail

      • setOutputArray

        void setOutputArray​(boolean value)
        Sets whether to generate data as array or as single objects.
        Parameters:
        value - true if output is an array
      • getOutputArray

        boolean getOutputArray()
        Returns whether to generate the as array or as single objects.
        Returns:
        true if output is an array
      • outputArrayTipText

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