public interface GraphVisualizePlugin
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDesignVersion()Get the specific version of Weka the class is designed for. | 
| java.lang.String | getMaxVersion()Get the maximum version of Weka, exclusive, the class
 is designed to work with. | 
| java.lang.String | getMinVersion()Get the minimum version of Weka, inclusive, the class
 is designed to work with. | 
| javax.swing.JMenuItem | getVisualizeMenuItem(java.lang.String bif,
                    java.lang.String name)Get a JMenu or JMenuItem which contain action listeners
 that perform the visualization of the graph in XML BIF format. | 
javax.swing.JMenuItem getVisualizeMenuItem(java.lang.String bif,
                                           java.lang.String name)
bif - the graph in XML BIF formatname - the name of the item (in the Explorer's history list)NoClassDefFoundError, 
IncompatibleClassChangeErrorjava.lang.String getMinVersion()
3.5.0java.lang.String getMaxVersion()
3.6.0java.lang.String getDesignVersion()
3.5.1