| Interface | Description |
|---|---|
| FunctionTemplate |
The FunctionTemplate interface describes responsibilities of a function template object.
|
| Class | Description |
|---|---|
| Function |
The Function class describes a custom function that extends the functionality of a solver.
|
| StandardFunctionFactory |
The StandardFunctionFactory class provides factory methods for creating functions that are
responsible for performing special custom operations (first of all, some specific operations from
HDL).
|
| Enum | Description |
|---|---|
| StandardFunction |
The StandardFunction enumeration describes function templates describing functions that perform
the job of corresponding standard operations (see
StandardOperation). |