| Interface | Description |
|---|---|
| DRLJavaEmitter |
Classes that implement this interface should generate DRL fragments according
to the drools java semantic module.
|
| Class | Description |
|---|---|
| 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.
|
| DeclaredType |
Wrapper for declarative types.
|
| 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.
|
| Enum | Description |
|---|---|
| SnippetBuilder.SnippetType |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.