All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.clay.b_NonNegative_s
java.lang.Object
|
+----EDU.gatech.cc.is.clay.Node
|
+----EDU.gatech.cc.is.clay.NodeScalar
|
+----EDU.gatech.cc.is.clay.NodeBoolean
|
+----EDU.gatech.cc.is.clay.b_NonNegative_s
- public class b_NonNegative_s
- extends NodeBoolean
True if embedded node is non-Negative.
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
-
DEBUG
-
Turn debug printing on or off.
-
b_NonNegative_s(NodeScalar)
- Instantiate a b_NonNegative_s schema.
-
Value(long)
- Return a boolean indicating if the embedded schema
is non-Negative.
DEBUG
public static final boolean DEBUG
- Turn debug printing on or off.
b_NonNegative_s
public b_NonNegative_s(NodeScalar im1)
- Instantiate a b_NonNegative_s schema.
- Parameters:
- im1 - NodeScalar, the embedded node that generates a scalar
to be detected.
Value
public boolean Value(long timestamp)
- Return a boolean indicating if the embedded schema
is non-Negative.
- Parameters:
- timestamp - long, only get new information if timestamp > than last call
or timestamp == -1.
- Returns:
- true if non-Negative, false if otherwise.
- Overrides:
- Value in class NodeBoolean
All Packages Class Hierarchy This Package Previous Next Index