visad.formula
Class FormulaVar
java.lang.Object
visad.ActionImpl
visad.formula.FormulaVar
- All Implemented Interfaces:
- Runnable, EventListener, Action, ThingChangedListener
public class FormulaVar
- extends ActionImpl
Represents a variable.
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 |
DEBUG
public static boolean DEBUG
- for testing purposes
CONSTANT
public static RealType CONSTANT
- constant tag
doAction
public void doAction()
- recompute this variable
- Specified by:
doAction
in class ActionImpl