All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.clay.b_Not_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_Not_s
- public class b_Not_s
- extends NodeBoolean
Provides the inverse of an embedded scalar node's value.
If the embedded node is not boolean (double or int), then
it is considered true if non-zero.
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_Not_s(NodeScalar)
- Instantiate a b_Not_s operator.
-
Value(long)
- Return a boolean representing the inverse of
the output of the embedded schema.
DEBUG
public static final boolean DEBUG
- Turn debug printing on or off.
b_Not_s
public b_Not_s(NodeScalar im1)
- Instantiate a b_Not_s operator.
- Parameters:
- im1 - NodeScalar, the embedded perceptual schema that generates a value
to be inverted.
Value
public boolean Value(long timestamp)
- Return a boolean representing the inverse of
the output of the embedded schema.
- Parameters:
- timestamp - long, only get new information if timestamp > than last call
or timestamp == -1.
- Returns:
- the inverse, true or false.
- Overrides:
- Value in class NodeBoolean
All Packages Class Hierarchy This Package Previous Next Index