All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.clay.i_Merge_ba
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_Merge_ba
- public class i_Merge_ba
- extends NodeInt
Merge the outputs of embedded boolean nodes
into a single int. embedded[0] is most significant bit,
embedded[embedded.length] is least significant bit.
Configuration is by setting the embedded[] array directly.
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
-
embedded
-
-
MAX_EMBEDDED
- Maximum number of embedded nodes
-
i_Merge_ba()
- Instantiate an i_Merge_ba node.
-
Value(long)
- Get the integer value.
MAX_EMBEDDED
public static final int MAX_EMBEDDED
- Maximum number of embedded nodes
embedded
public NodeBoolean embedded[]
i_Merge_ba
public i_Merge_ba()
- Instantiate an i_Merge_ba node.
Value
public int Value(long timestamp)
- Get the integer value.
- Parameters:
- timestamp - long, the time of the request.
- Returns:
- the integer value.
- Overrides:
- Value in class NodeInt
All Packages Class Hierarchy This Package Previous Next Index