Package weka.gui.beans
Annotation Type KFStep
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface KFStepOptional annotation for plugin beans in the Knowledge Flow. The main purpose is to provide info on which top-level folder (category) the plugin should appear under in the GUI. Note that learning algorithms automatically appear in the Knowledge Flow under the correct category as long as they are in the classpath or are provided in packages. This annotation mechanism is useful for plugin components that are not standard Weka classifiers, clusterers, associators, loaders etc.- Version:
- $Revision: 8034 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringcategoryThe top-level folder in the JTree that this plugin bean should appear injava.lang.StringtoolTipTextMouse-over tool tip for this plugin component (appears when the mouse hovers over the entry in the JTree)
-