|
Class Summary |
| 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 |