EASE.Sensing.Engine.CalcInterpret
Class Not

java.lang.Object
  |
  +--EASE.Sensing.Engine.CalcInterpret.Node
        |
        +--EASE.Sensing.Engine.CalcInterpret.Unary
              |
              +--EASE.Sensing.Engine.CalcInterpret.Not

public class Not
extends Unary


Field Summary
private  java.lang.Boolean defaultValue
           
 
Fields inherited from class EASE.Sensing.Engine.CalcInterpret.Node
children, debugger, name
 
Constructor Summary
Not(java.util.Vector children, java.lang.Boolean defaultValue)
           
 
Method Summary
 java.lang.Object execute(java.util.Hashtable params)
           
 java.lang.Object execute(java.util.Hashtable params, java.lang.StringBuffer sb)
           
 
Methods inherited from class EASE.Sensing.Engine.CalcInterpret.Unary
degreeToRad, radToDegree
 
Methods inherited from class EASE.Sensing.Engine.CalcInterpret.Node
getChildren, getListType, getName, replicate, setChildren, setName, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

defaultValue

private java.lang.Boolean defaultValue
Constructor Detail

Not

public Not(java.util.Vector children,
           java.lang.Boolean defaultValue)
Method Detail

execute

public java.lang.Object execute(java.util.Hashtable params)
Overrides:
execute in class Node

execute

public java.lang.Object execute(java.util.Hashtable params,
                                java.lang.StringBuffer sb)
Overrides:
execute in class Node