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:
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
-
-
Constructor Summary
Constructors Constructor Description WekaGOEValueDefinition()
-
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
-
-
-
-
Method Detail
-
globalInfo
public String globalInfo()
Returns a string describing the object.- Specified by:
globalInfo
in interfaceadams.core.GlobalInfoSupporter
- Specified by:
globalInfo
in classadams.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 classadams.flow.source.valuedefinition.AbstractGOEValueDefinition
- Returns:
- the default
-
getDefaultDefaultClass
protected adams.core.base.BaseCommandLine getDefaultDefaultClass()
Returns the default default class.- Specified by:
getDefaultDefaultClass
in classadams.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 classadams.flow.source.valuedefinition.AbstractGOEValueDefinition
- Returns:
- the panel
- Throws:
Exception
- if instantiation of panel fails
-
-