| Interface | Description |
|---|---|
| Cell |
A cell in a decision table
|
| Column |
A column in a decision table
|
| DataListener |
Callback interface for scanning an spreadsheet.
|
| Generator |
Steven Williams
Generate the rules for a decision table
|
| TemplateContainer | |
| TemplateRuleBase |
| Class | Description |
|---|---|
| AbstractColumn |
Base column of in a decision table
|
| ArrayCell | |
| ArrayColumn |
A column in a decision table that represents an array (comma-delimited)
of values.
|
| BooleanCell |
A cell in a decision table containing a long value
|
| BooleanColumn |
A column of type Long in a decision table
|
| ColumnFactory |
Factory to produce a column of the correct type based on its declaration
|
| DefaultGenerator |
Generate the rules for a decision table row from a rule template.
|
| DefaultTemplateContainer |
Container for a set of templates (residing in one file).
|
| DefaultTemplateRuleBase |
Create a rule base for the set of rule templates in the
TemplateContainer.
|
| LongCell |
A cell in a decision table containing a long value
|
| LongColumn |
A column of type Long in a decision table
|
| Row |
Represents a row in a decision table.
|
| RuleTemplate |
A rule template made up of a name, the decision table columns required, the
decision table columns that must be empty and the contents of the rule.
|
| StringCell |
A cell in a decision table containing a String value
|
| StringColumn |
A column of type String in a decision table
|
| TemplateDataListener |
SheetListener for creating rules from a template
|
| Exception | Description |
|---|---|
| DecisionTableParseException |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.