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

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

public class ReturnNode
extends Node

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

Field Summary
protected  java.lang.String m_value_name
           
 
Fields inherited from class edu.udo.cs.miningmart.compiler.wrapper.dista.C45.Node
m_attr, m_children
 
Constructor Summary
ReturnNode()
           
 
Method Summary
 void dumpOn(java.io.PrintWriter w, int s)
           
 java.lang.String getReturnValueName()
           
 void setValueName(java.lang.String v)
           
 
Methods inherited from class edu.udo.cs.miningmart.compiler.wrapper.dista.C45.Node
addChild, dumpSpaceOn, getAttr, getChildren, setAttr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_value_name

protected java.lang.String m_value_name
Constructor Detail

ReturnNode

public ReturnNode()
Method Detail

getReturnValueName

public final java.lang.String getReturnValueName()

setValueName

public final void setValueName(java.lang.String v)

dumpOn

public void dumpOn(java.io.PrintWriter w,
                   int s)
Overrides:
dumpOn in class Node


Copyright © 2001-2005