Class WekaGOEValueDefinition

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.GlobalInfoSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.SizeOfHandler, adams.flow.core.FlowContextHandler, Serializable

    public class WekaGOEValueDefinition
    extends adams.flow.source.valuedefinition.AbstractGOEValueDefinition
    Definition for generic WEKA GOE objects.
    Version:
    $Revision$
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class adams.flow.source.valuedefinition.AbstractGOEValueDefinition

        m_DefaultClass, m_SuperClass
      • Fields inherited from class adams.flow.source.valuedefinition.AbstractValueDefinition

        m_Display, m_Enabled, m_FlowContext, m_Help, m_Name
      • Fields inherited from class adams.core.option.AbstractOptionHandler

        m_OptionManager
      • Fields inherited from class adams.core.logging.LoggingObject

        m_Logger, m_LoggingIsEnabled, m_LoggingLevel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected adams.core.base.BaseCommandLine getDefaultDefaultClass()
      Returns the default default class.
      protected adams.core.base.BaseClassname getDefaultSuperClass()
      Returns the default super class.
      String globalInfo()
      Returns a string describing the object.
      protected adams.gui.chooser.AbstractChooserPanel newChooserPanel()
      Instantiates the new chooser panel.
      • Methods inherited from class adams.flow.source.valuedefinition.AbstractGOEValueDefinition

        addToPanel, defaultClassTipText, defineOptions, getDefaultClass, getDefaultValueAsString, getSuperClass, getType, headlessInteraction, requiresFlowContext, setDefaultClass, setDefaultValueAsString, setSuperClass, superClassTipText
      • Methods inherited from class adams.flow.source.valuedefinition.AbstractValueDefinition

        canBeRestored, check, displayTipText, enabledTipText, getDisplay, getEnabled, getFlowContext, getHelp, getName, helpTipText, nameTipText, setDisplay, setEnabled, setFlowContext, setHelp, setName
      • Methods inherited from class adams.core.option.AbstractOptionHandler

        cleanUpOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, initialize, loggingLevelTipText, newOptionManager, reset, setLoggingLevel, toCommandLine, toString
      • Methods inherited from class adams.core.logging.LoggingObject

        configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
      • Methods inherited from interface adams.core.logging.LoggingLevelHandler

        getLoggingLevel
    • Constructor Detail

      • WekaGOEValueDefinition

        public WekaGOEValueDefinition()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • getDefaultSuperClass

        protected adams.core.base.BaseClassname getDefaultSuperClass()
        Returns the default super class.
        Specified by:
        getDefaultSuperClass in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
        Returns:
        the default
      • getDefaultDefaultClass

        protected adams.core.base.BaseCommandLine getDefaultDefaultClass()
        Returns the default default class.
        Specified by:
        getDefaultDefaultClass in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
        Returns:
        the default
      • newChooserPanel

        protected adams.gui.chooser.AbstractChooserPanel newChooserPanel()
                                                                  throws Exception
        Instantiates the new chooser panel.
        Specified by:
        newChooserPanel in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
        Returns:
        the panel
        Throws:
        Exception - if instantiation of panel fails