| Interface | Description |
|---|---|
| Function |
A function is used by the FunctionExpression.
|
| Class | Description |
|---|---|
| AbstractFunction |
AbstractFunction simply implements some code to make the checking of arguments and generating of type mismatch errors
more abstracted.
|
| AbstractPollingFunction | |
| BaseFunction |
The base class of all functions, includes blank implementations of some of the methods from Function that aren't used
by many functions, like the connect/startup stuff.
|
| ScriptFunction | |
| TagFunction |