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

java.lang.Object
  extended byedu.udo.cs.miningmart.compiler.wrapper.dista.C45.Node
Direct Known Subclasses:
NominalNode, NumericNode, ReturnNode

public class Node
extends java.lang.Object

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

Field Summary
protected  Attribute m_attr
           
protected  java.util.Vector m_children
           
 
Constructor Summary
protected Node()
           
 
Method Summary
 void addChild(Node n)
           
 void dumpOn(java.io.PrintWriter w, int s)
           
protected  void dumpSpaceOn(java.io.PrintWriter w, int s)
           
 Attribute getAttr()
           
 java.util.Vector getChildren()
           
 void setAttr(Attribute a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_children

protected java.util.Vector m_children

m_attr

protected Attribute m_attr
Constructor Detail

Node

protected Node()
Method Detail

getAttr

public final Attribute getAttr()

setAttr

public final void setAttr(Attribute a)

addChild

public final void addChild(Node n)

getChildren

public final java.util.Vector getChildren()

dumpSpaceOn

protected void dumpSpaceOn(java.io.PrintWriter w,
                           int s)

dumpOn

public void dumpOn(java.io.PrintWriter w,
                   int s)


Copyright © 2001-2005