Class WekaGOEValueDefinition
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.core.logging.CustomLoggingLevelObject
-
- adams.core.option.AbstractOptionHandler
-
- adams.flow.source.valuedefinition.AbstractValueDefinition
-
- adams.flow.source.valuedefinition.AbstractGOEValueDefinition
-
- adams.flow.source.valuedefinition.WekaGOEValueDefinition
-
- All Implemented Interfaces:
Destroyable
,GlobalInfoSupporter
,LoggingLevelHandler
,LoggingSupporter
,OptionHandler
,SizeOfHandler
,FlowContextHandler
,Serializable
public class WekaGOEValueDefinition extends 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
-
-
Constructor Summary
Constructors Constructor Description WekaGOEValueDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BaseCommandLine
getDefaultDefaultClass()
Returns the default default class.protected BaseClassname
getDefaultSuperClass()
Returns the default super class.String
globalInfo()
Returns a string describing the object.protected 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel
-
-
-
-
Method Detail
-
globalInfo
public String globalInfo()
Returns a string describing the object.- Specified by:
globalInfo
in interfaceGlobalInfoSupporter
- Specified by:
globalInfo
in classAbstractOptionHandler
- Returns:
- a description suitable for displaying in the gui
-
getDefaultSuperClass
protected BaseClassname getDefaultSuperClass()
Returns the default super class.- Specified by:
getDefaultSuperClass
in classAbstractGOEValueDefinition
- Returns:
- the default
-
getDefaultDefaultClass
protected BaseCommandLine getDefaultDefaultClass()
Returns the default default class.- Specified by:
getDefaultDefaultClass
in classAbstractGOEValueDefinition
- Returns:
- the default
-
newChooserPanel
protected AbstractChooserPanel newChooserPanel() throws Exception
Instantiates the new chooser panel.- Specified by:
newChooserPanel
in classAbstractGOEValueDefinition
- Returns:
- the panel
- Throws:
Exception
- if instantiation of panel fails
-
-