public abstract class DynamicFormulaFunction extends StatefulFormulaFunction
This formula function is given a director which can be used to open/close expressions that read real-time data.
Constructor and Description |
---|
DynamicFormulaFunction() |
Modifier and Type | Method and Description |
---|---|
PVDirector<?> |
getDirector()
The director to use to connect/disconnect live data expressions.
|
dispose, isPure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculate, getArgumentNames, getArgumentTypes, getDescription, getName, getReturnType, isVarArgs
public final PVDirector<?> getDirector()
Copyright © 2010–2015. All rights reserved.