All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.clay.va_Merge_vav

java.lang.Object
   |
   +----EDU.gatech.cc.is.clay.Node
           |
           +----EDU.gatech.cc.is.clay.NodeVec2Array
                   |
                   +----EDU.gatech.cc.is.clay.va_Merge_vav

public class va_Merge_vav
extends NodeVec2Array
Merge a Vec2 into a Vec2Array.

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 DEBUG

Constructor Index

 o va_Merge_vav(NodeVec2Array, NodeVec2)
Instantiate a va_Merge_vav schema.

Method Index

 o Value(long)
Return a Vec2Array that is the merge of two others.

Variables

 o DEBUG
 public static final boolean DEBUG

Constructors

 o va_Merge_vav
 public va_Merge_vav(NodeVec2Array im1,
                     NodeVec2 im2)
Instantiate a va_Merge_vav schema.

Parameters:
im1 - NodeVec2Array, embedded node that generates a list of items to merge.
im2 - NodeVec2, the other embedded node that generates an item of items to merge.

Methods

 o Value
 public Vec2[] Value(long timestamp)
Return a Vec2Array that is the merge of two others.

Parameters:
timestamp - long, only get new information if timestamp > than last call or timestamp == -1.
Returns:
the merged list.
Overrides:
Value in class NodeVec2Array

All Packages  Class Hierarchy  This Package  Previous  Next  Index