All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.clay.i_Merge_ia
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_ia
- public class i_Merge_ia
- extends NodeInt
Merge the output of several embedded integer nodes
into a single state number.
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
-
i_Merge_ia(NodeInt[], int[])
- Instantiate an i_Merge_ia node.
-
Value(long)
- Get the merged value.
i_Merge_ia
public i_Merge_ia(NodeInt imbeddedin[],
int sizesin[])
- Instantiate an i_Merge_ia node.
- Parameters:
- imbeddedin - NodeInt[], the array of integer nodes to
merge.
- sizes - int[], the maximum value of each node.
Value
public int Value(long timestamp)
- Get the merged value.
- Returns:
- the int value.
- Overrides:
- Value in class NodeInt
All Packages Class Hierarchy This Package Previous Next Index