Class AbstractScriptedFeatureGenerator

  • All Implemented Interfaces:
    adams.core.CleanUpHandler, adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.QuickInfoSupporter, adams.core.scripting.FileBasedScripting, adams.core.scripting.FileBasedScriptingWithOptions, adams.core.ShallowCopySupporter<AbstractHeatmapFeatureGenerator>, adams.core.SizeOfHandler, Serializable, Comparable
    Direct Known Subclasses:
    Scripted

    public abstract class AbstractScriptedFeatureGenerator
    extends AbstractHeatmapFeatureGenerator
    implements adams.core.scripting.FileBasedScriptingWithOptions
    Abstract ancestor for flatteners that execute external scripts.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_ScriptFile

        protected adams.core.io.PlaceholderFile m_ScriptFile
        the script.
      • m_ScriptOptions

        protected String m_ScriptOptions
        the options for the script.
      • m_ScriptObject

        protected transient Object m_ScriptObject
        the loaded script object.
    • Constructor Detail

      • AbstractScriptedFeatureGenerator

        public AbstractScriptedFeatureGenerator()
    • Method Detail

      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class AbstractHeatmapFeatureGenerator
      • setScriptFile

        public void setScriptFile​(adams.core.io.PlaceholderFile value)
        Sets the script file.
        Specified by:
        setScriptFile in interface adams.core.scripting.FileBasedScripting
        Parameters:
        value - the script
      • getScriptFile

        public adams.core.io.PlaceholderFile getScriptFile()
        Gets the script file.
        Specified by:
        getScriptFile in interface adams.core.scripting.FileBasedScripting
        Returns:
        the script
      • scriptFileTipText

        public String scriptFileTipText()
        Returns the tip text for this property.
        Specified by:
        scriptFileTipText in interface adams.core.scripting.FileBasedScripting
        Returns:
        tip text for this property suitable for displaying in the explorer/experimenter gui
      • setScriptOptions

        public void setScriptOptions​(adams.core.base.BaseText value)
        Sets the script options.
        Specified by:
        setScriptOptions in interface adams.core.scripting.FileBasedScriptingWithOptions
        Parameters:
        value - the options
      • getScriptOptions

        public adams.core.base.BaseText getScriptOptions()
        Gets the script options.
        Specified by:
        getScriptOptions in interface adams.core.scripting.FileBasedScriptingWithOptions
        Returns:
        the options
      • scriptOptionsTipText

        public String scriptOptionsTipText()
        Returns the tip text for this property.
        Specified by:
        scriptOptionsTipText in interface adams.core.scripting.FileBasedScriptingWithOptions
        Returns:
        tip text for this property suitable for displaying in the explorer/experimenter gui
      • loadScriptObject

        protected abstract String loadScriptObject()
        Loads the scripts object and sets its options.
        Returns:
        null if OK, otherwise the error message
      • checkScriptObject

        protected abstract String checkScriptObject()
        Checks the script object.
        Returns:
        null if OK, otherwise the error message
      • initScriptObject

        protected String initScriptObject()
        Tries to initialize the scripts object, sets its options and performs some checks.
        Returns:
        null if OK, otherwise the error message
      • destroy

        public void destroy()
        Frees up memory in a "destructive" non-reversible way.
        Specified by:
        destroy in interface adams.core.Destroyable
        Overrides:
        destroy in class AbstractHeatmapFeatureGenerator