visad.formula
Class FormulaVar

java.lang.Object
  extended by visad.ActionImpl
      extended by visad.formula.FormulaVar
All Implemented Interfaces:
Runnable, EventListener, Action, ThingChangedListener

public class FormulaVar
extends ActionImpl

Represents a variable.


Field Summary
static RealType CONSTANT
          constant tag
static boolean DEBUG
          for testing purposes
 
Fields inherited from class visad.ActionImpl
TRACE_STACK, TRACE_TIME
 
Method Summary
 void doAction()
          recompute this variable
 
Methods inherited from class visad.ActionImpl
addReference, checkTicks, disableAction, enableAction, findReference, getCurrentActionThread, getLinks, getName, getTaskCount, printPool, removeAllReferences, removeReference, run, setEnabled, setName, setThreadPoolMaximum, stop, stopThreadPool, thingChanged, waitForTasks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
for testing purposes


CONSTANT

public static RealType CONSTANT
constant tag

Method Detail

doAction

public void doAction()
recompute this variable

Specified by:
doAction in class ActionImpl