public class Node extends java.lang.Object
Node()
Operator
getParent()
int
getRepresLeaf()
void
setParent(Operator parent)
setRepresLeaf(int represLeaf)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Node()
public Operator getParent()
public void setParent(Operator parent)
public int getRepresLeaf()
public void setRepresLeaf(int represLeaf)