edu.udo.cs.miningmart.compiler.wrapper.dista.C45
Class TreeParser

java.lang.Object
  extended byedu.udo.cs.miningmart.compiler.wrapper.dista.C45.TreeParser

public class TreeParser
extends java.lang.Object

Version:
$Id: TreeParser.java,v 1.4 2006/04/11 14:10:09 euler Exp $
Author:
Alessandro Serra, Timm Euler

Constructor Summary
TreeParser(java.io.Reader r)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 Tree parse()
           
protected  Attribute parseAttr()
           
protected  Node parseNode()
           
protected  Node parseNominalNode()
           
protected  Node parseNumericNode()
           
protected  Node parseReturnNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeParser

public TreeParser(java.io.Reader r)
Method Detail

parseAttr

protected Attribute parseAttr()
                       throws java.lang.Exception
Throws:
java.lang.Exception

parseNominalNode

protected Node parseNominalNode()
                         throws java.lang.Exception
Throws:
java.lang.Exception

parseNumericNode

protected Node parseNumericNode()
                         throws java.lang.Exception
Throws:
java.lang.Exception

parseReturnNode

protected Node parseReturnNode()
                        throws java.lang.Exception
Throws:
java.lang.Exception

parseNode

protected Node parseNode()
                  throws java.lang.Exception
Throws:
java.lang.Exception

parse

public Tree parse()
           throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)


Copyright © 2001-2005