public interface TreeVisualizePlugin
Modifier and Type | Method and Description |
---|---|
String |
getDesignVersion()
Get the specific version of Weka the class is designed for.
|
String |
getMaxVersion()
Get the maximum version of Weka, exclusive, the class
is designed to work with.
|
String |
getMinVersion()
Get the minimum version of Weka, inclusive, the class
is designed to work with.
|
JMenuItem |
getVisualizeMenuItem(String dotty,
String name)
Get a JMenu or JMenuItem which contain action listeners
that perform the visualization of the tree in GraphViz's dotty format.
|
JMenuItem getVisualizeMenuItem(String dotty, String name)
dotty
- the tree in dotty formatname
- the name of the item (in the Explorer's history list)NoClassDefFoundError
,
IncompatibleClassChangeError
String getMinVersion()
3.5.0
String getMaxVersion()
3.6.0
String getDesignVersion()
3.5.1
Copyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.