edu.udo.cs.miningmart.compiler.wrapper.dista.C45
Class Node
java.lang.Object
edu.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
Constructor Summary |
protected |
Node()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_children
protected java.util.Vector m_children
m_attr
protected Attribute m_attr
Node
protected Node()
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