See: Description
| Interface | Description |
|---|---|
| ColumnDefinition |
Defines a column in a Table
|
| DataProvider |
Abstract class which provides tables and starting points to algorithm
|
| Definition |
A definition which can be processed by DecisionEngine
|
| Endpoint |
An ENDPOINT cell
|
| Input |
An input field in the definition
|
| KeyMapping |
Represents a mapping of a key value to another key value.
|
| KeyValue |
Represents a key-value pair
|
| Mapping | |
| Output |
An output field in the definition
|
| Table |
A table definition used in the Algorithm
|
| TablePath |
A single table which is processed during the algorithm along with any redirection of input and output field values
|
| TableRow |
A single row of data in a Table
|
| Class | Description |
|---|---|
| DecisionEngine |
An engine for processing declarative algorithms.
|
| Error |
An error object
|
| Error.ErrorBuilder |
Build class for Error
|
| Range |
An interface representing a string range
|
| Result |
The result of processing an Algorithm
|
| Enum | Description |
|---|---|
| ColumnDefinition.ColumnType | |
| Definition.StagingInputErrorHandler | |
| Endpoint.EndpointType | |
| Error.Type | |
| Result.Type |