EASE.Sensing.Engine.CalcInterpret
Class Times

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

public class Times
extends Conditional


Field Summary
private  double defaultValue
           
 
Fields inherited from class EASE.Sensing.Engine.CalcInterpret.Node
children, debugger, name
 
Constructor Summary
Times(java.util.Vector children, double defaultValue)
           
 
Method Summary
 java.lang.Object execute(java.util.Hashtable params)
           
 
Methods inherited from class EASE.Sensing.Engine.CalcInterpret.Conditional
execute
 
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 double defaultValue
Constructor Detail

Times

public Times(java.util.Vector children,
             double defaultValue)
Method Detail

execute

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