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

Interface weka.core.Matchable

public interface Matchable
Interface to something that can be matched with tree matching algorithms.

Version:
$Revision: 1.2 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Method Index

 o prefix()
Returns a string that describes a tree representing the object in prefix order.

Methods

 o prefix
 public abstract String prefix() throws Exception
Returns a string that describes a tree representing the object in prefix order.

Returns:
the tree described as a string
Throws: Exception
if the tree can't be computed

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