EASE.Sensing.Engine.CalcInterpret
Class BooleanOperator

java.lang.Object
  |
  +--EASE.Sensing.Engine.CalcInterpret.Node
        |
        +--EASE.Sensing.Engine.CalcInterpret.Conditional
              |
              +--EASE.Sensing.Engine.CalcInterpret.BooleanOperator

public class BooleanOperator
extends Conditional


Field Summary
private  boolean defaultValue
           
private  int type
           
 
Fields inherited from class EASE.Sensing.Engine.CalcInterpret.Node
children, debugger, name
 
Constructor Summary
BooleanOperator(java.util.Vector children, boolean defaultValue, int type)
           
 
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.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 boolean defaultValue

type

private int type
Constructor Detail

BooleanOperator

public BooleanOperator(java.util.Vector children,
                       boolean defaultValue,
                       int type)
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 Conditional