|
Class Summary |
| AttributedDRLElement |
Intermediary class, extending DRLElement with the capability of
storing attributes, as required for rules and the package itself. |
| Condition |
This class represents a single LHS item (which will be the same as a line in
traditional DRL). |
| Consequence |
This represents a RHS fragement. |
| DRLElement |
The LayerSupertype for this model/parse tree. |
| DRLOutput |
This contains the DRL output that each piece of the parser spreadsheet will contribute to |
| Functions |
Wrapper for functions. |
| Global |
Represents an application-data tag (nominally at the rule-set level). |
| Import |
Represents an import (nominally at the rule-set level). |
| Package |
This is the top of the parse tree. |
| Queries |
Wrapper for queries. |
| Rule |
Represents a rule. |
| SnippetBuilder |
This utility class exists to convert rule script snippets to actual code. |