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

java.lang.Object
  extended byedu.udo.cs.miningmart.compiler.wrapper.dista.ToPLSql
      extended byedu.udo.cs.miningmart.compiler.wrapper.dista.C45.C452PLSql
          extended byedu.udo.cs.miningmart.compiler.wrapper.dista.C45.Tree2PLSql

public class Tree2PLSql
extends C452PLSql

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

Field Summary
 
Fields inherited from class edu.udo.cs.miningmart.compiler.wrapper.dista.ToPLSql
m_md, m_result_name, m4db
 
Constructor Summary
Tree2PLSql()
           
 
Method Summary
 void convertToFunctionOn(java.io.PrintWriter w, java.lang.Object o)
           
 void convertToFunctionOn(java.io.PrintWriter w, Tree tree)
           
protected  void printNodeOn(java.io.PrintWriter w, Node n, int s)
           
protected  void printNominalNodeOn(java.io.PrintWriter w, NominalNode n, int s)
           
protected  void printNumericNodeOn(java.io.PrintWriter w, NumericNode n, int s)
           
protected  void printReturnNodeOn(java.io.PrintWriter w, ReturnNode n, int s)
           
 
Methods inherited from class edu.udo.cs.miningmart.compiler.wrapper.dista.C45.C452PLSql
printValue
 
Methods inherited from class edu.udo.cs.miningmart.compiler.wrapper.dista.ToPLSql
convert, getM4Db, getResultName, printAttr, printFuncDeclaration, printFuncHeader, printFuncTrailer, printSpaceOn, setConnection, setMetaData, setResultName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tree2PLSql

public Tree2PLSql()
Method Detail

printNominalNodeOn

protected void printNominalNodeOn(java.io.PrintWriter w,
                                  NominalNode n,
                                  int s)

printNumericNodeOn

protected void printNumericNodeOn(java.io.PrintWriter w,
                                  NumericNode n,
                                  int s)

printReturnNodeOn

protected void printReturnNodeOn(java.io.PrintWriter w,
                                 ReturnNode n,
                                 int s)

printNodeOn

protected void printNodeOn(java.io.PrintWriter w,
                           Node n,
                           int s)

convertToFunctionOn

public void convertToFunctionOn(java.io.PrintWriter w,
                                Tree tree)

convertToFunctionOn

public void convertToFunctionOn(java.io.PrintWriter w,
                                java.lang.Object o)
                         throws java.lang.Exception
Overrides:
convertToFunctionOn in class ToPLSql
Throws:
java.lang.Exception


Copyright © 2001-2005