gpalta.ops
Class NodeBuilderGrow

java.lang.Object
  extended by gpalta.ops.NodeBuilder
      extended by gpalta.ops.NodeBuilderGrow

public class NodeBuilderGrow
extends NodeBuilder

Implements the 'GROW' build method


Constructor Summary
NodeBuilderGrow(NodeFactory nodeFactory)
           
 
Method Summary
 void build(NodeParent node, int maxDepth)
           
 void build(NodeParent node, int whichKid, int maxDepth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeBuilderGrow

public NodeBuilderGrow(NodeFactory nodeFactory)
Method Detail

build

public void build(NodeParent node,
                  int maxDepth)
Specified by:
build in class NodeBuilder

build

public void build(NodeParent node,
                  int whichKid,
                  int maxDepth)
Specified by:
build in class NodeBuilder