public abstract class BaseFunction extends java.lang.Object implements Function
Constructor and Description |
---|
BaseFunction() |
Modifier and Type | Method and Description |
---|---|
void |
connect(BaseContext context,
InteractionListener updateListener)
Empty implementation from BaseFunction.
|
Function |
copy()
Returns this.
|
void |
disconnect()
Empty implementation from BaseFunction.
|
protected QualifiedValue[] |
executeAll(Expression[] args)
Helper function to execute all sub expressions for simple functions that just use all values.
|
void |
shutdown()
Empty implementation from BaseFunction.
|
void |
startup()
Empty implementation from BaseFunction.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getArgDocString, getType, initArgs
public void connect(BaseContext context, InteractionListener updateListener)
public void disconnect()
disconnect
in interface Function
public void shutdown()
public void startup()
public Function copy()
protected QualifiedValue[] executeAll(Expression[] args) throws ExpressionException
expr
- ExpressionException