Package adams.data

Interface InPlaceProcessing

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getNoCopy()
      Returns whether to skip creating a copy of the data before processing t.
      String noCopyTipText()
      Returns the tip text for this property.
      void setNoCopy​(boolean value)
      Sets whether to skip creating a copy of the data before processing it.
    • Method Detail

      • setNoCopy

        void setNoCopy​(boolean value)
        Sets whether to skip creating a copy of the data before processing it.
        Parameters:
        value - true if to skip creating copy
      • getNoCopy

        boolean getNoCopy()
        Returns whether to skip creating a copy of the data before processing t.
        Returns:
        true if copying is skipped
      • noCopyTipText

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