Package weka.gui.knowledgeflow
Class KnowledgeFlowApp.KnowledgeFlowGeneralDefaults
- java.lang.Object
-
- weka.core.Defaults
-
- weka.gui.knowledgeflow.KnowledgeFlowApp.KnowledgeFlowGeneralDefaults
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- KnowledgeFlowApp
public static class KnowledgeFlowApp.KnowledgeFlowGeneralDefaults extends Defaults
General default settings for the Knowledge Flow- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXECUTION_ENVstatic Settings.SettingKeyEXECUTION_ENV_KEYstatic java.lang.StringLAFstatic Settings.SettingKeyLAF_KEY
-
Constructor Summary
Constructors Constructor Description KnowledgeFlowGeneralDefaults()
-
Method Summary
-
Methods inherited from class weka.core.Defaults
add, getDefaults, getID, setID
-
-
-
-
Field Detail
-
LAF_KEY
public static final Settings.SettingKey LAF_KEY
-
LAF
public static final java.lang.String LAF
- See Also:
- Constant Field Values
-
EXECUTION_ENV_KEY
public static final Settings.SettingKey EXECUTION_ENV_KEY
-
EXECUTION_ENV
public static final java.lang.String EXECUTION_ENV
- See Also:
- Constant Field Values
-
-