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

Variable Index

 o embedded
 o MAX_EMBEDDED
Maximum number of embedded nodes

Constructor Index

 o i_Merge_ba()
Instantiate an i_Merge_ba node.

Method Index

 o Value(long)
Get the integer value.

Variables

 o MAX_EMBEDDED
 public static final int MAX_EMBEDDED
Maximum number of embedded nodes

 o embedded
 public NodeBoolean embedded[]

Constructors

 o i_Merge_ba
 public i_Merge_ba()
Instantiate an i_Merge_ba node.

Methods

 o 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