All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.clay.Node
java.lang.Object
|
+----EDU.gatech.cc.is.clay.Node
- public class Node
- extends Object
The basic unit for constructing behaviors in Clay.
Nodes may have complex constructors - indicating which other
nodes are embedded within them. This is the super-class of all
nodes.
For detailed information on how to configure behaviors, see the
Clay page.
Copyright
(c)1997, 1998 Tucker Balch
- Version:
- $Revision: 1.2 $
- Author:
- Tucker Balch
-
DEBUG
- Turns debug printing on or off.
-
embedded_nodes
- The nodes recursively embedded in this node.
-
Node()
-
-
initTrial()
- Begins a new trial.
DEBUG
public static final boolean DEBUG
- Turns debug printing on or off.
embedded_nodes
protected Node embedded_nodes[]
- The nodes recursively embedded in this node.
Node
public Node()
initTrial
public void initTrial()
- Begins a new trial. This is implemented with an empty method,
so that classes that extend Node may choose to ignore it.
All Packages Class Hierarchy This Package Previous Next Index