public abstract class StatefulFormulaFunction extends Object implements FormulaFunction
One object will be created for each instance of the function. The member variable can be accessed with the guarantee that each object will be isolated from the others. There is no need of synchronization.
Constructor and Description |
---|
StatefulFormulaFunction() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Called when this instance of the formula is not needed anymore.
|
boolean |
isPure()
Whether the function is a pure function, given the same
arguments always returns the same result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculate, getArgumentNames, getArgumentTypes, getDescription, getName, getReturnType, isVarArgs
public final boolean isPure()
FormulaFunction
isPure
in interface FormulaFunction
public void dispose()
Copyright © 2010–2015. All rights reserved.