EDU.gatech.cc.is.clay
Class 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


Fields inherited from class EDU.gatech.cc.is.clay.Node
DEBUG, embedded_nodes
 
Constructor Summary
i_Merge_ia(NodeInt[] imbeddedin, int[] sizesin)
          Instantiate an i_Merge_ia node.
 
Method Summary
 int Value(long timestamp)
          Get the merged value.
 
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
 

Constructor Detail

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.
Method Detail

Value

public int Value(long timestamp)
Get the merged value.
Overrides:
Value in class NodeInt
Returns:
the int value.