EASE.Sensing.Engine
Class EnvironmentImport

java.lang.Object
  |
  +--EASE.Sensing.Engine.Calculation
        |
        +--EASE.Sensing.Engine.EnvironmentImport

public class EnvironmentImport
extends Calculation


Fields inherited from class EASE.Sensing.Engine.Calculation
defaultValue, interpreter, name, sensorAccess
 
Constructor Summary
EnvironmentImport(java.lang.String name, Node interpreter, java.lang.Double defaultValue)
           
 
Methods inherited from class EASE.Sensing.Engine.Calculation
execute, execute, getCalculationName, getListType
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

EnvironmentImport

public EnvironmentImport(java.lang.String name,
                         Node interpreter,
                         java.lang.Double defaultValue)