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

Variable Index

 o DEBUG
Turns debug printing on or off.
 o embedded_nodes
The nodes recursively embedded in this node.

Constructor Index

 o Node()

Method Index

 o initTrial()
Begins a new trial.

Variables

 o DEBUG
 public static final boolean DEBUG
Turns debug printing on or off.

 o embedded_nodes
 protected Node embedded_nodes[]
The nodes recursively embedded in this node.

Constructors

 o Node
 public Node()

Methods

 o 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