EDU.gatech.cc.is.clay
Class i_FixedInt_

java.lang.Object
  |
  +--EDU.gatech.cc.is.clay.Node
        |
        +--EDU.gatech.cc.is.clay.NodeScalar
              |
              +--EDU.gatech.cc.is.clay.NodeInt
                    |
                    +--EDU.gatech.cc.is.clay.i_FixedInt_

public class i_FixedInt_
extends NodeInt

Always reports the same int.

For detailed information on how to configure behaviors, see the Clay page.

Copyright (c)1997, 1998 Tucker Balch


Field Summary
static boolean DEBUG
          Turn debug printing on or off.
 
Fields inherited from class EDU.gatech.cc.is.clay.Node
DEBUG, embedded_nodes
 
Constructor Summary
i_FixedInt_(int x)
          Instantiate a i_FixedInt_ schema.
 
Method Summary
 int Value(long timestamp)
          Return a constant Vec2.
 
Methods inherited from class EDU.gatech.cc.is.clay.NodeInt
booleanValue, doubleValue, intValue
 
Methods inherited from class EDU.gatech.cc.is.clay.Node
initTrial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
Turn debug printing on or off.
Constructor Detail

i_FixedInt_

public i_FixedInt_(int x)
Instantiate a i_FixedInt_ schema.
Parameters:
x - int, the int to report;
Method Detail

Value

public int Value(long timestamp)
Return a constant Vec2.
Overrides:
Value in class NodeInt
Parameters:
timestamp - long, not used but retained for compatibility.
Returns:
the int.