public interface GraphVisualizePlugin
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 bif,
String name)
Get a JMenu or JMenuItem which contain action listeners
that perform the visualization of the graph in XML BIF format.
|
JMenuItem getVisualizeMenuItem(String bif, String name)
bif
- the graph in XML BIF 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 © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.