All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Interface weka.core.Drawable


public interface Drawable
Interface to something that can be drawn as a graph.

Version:
$Revision: 1.4 $
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)

Method Index

 o graph()
Returns a string that describes a graph representing the object.

Method Detail

 o graph
public java.lang.String graph() throws java.lang.Exception
          Returns a string that describes a graph representing the object. The string should be in dotty format.
Returns:
the graph described by a string
Throws:
java.lang.Exception - if the graph can't be computed

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home