Package | Description |
---|---|
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DuplicateRuleNameException
Indicates an attempt to add a
Rule to a Package
that already contains a Rule with the same name. |
class |
InvalidPatternException |
class |
InvalidRuleException
Indicates an error regarding the semantic validity of a rule.
|
class |
NoConsequenceException
Validity exception indicating that a
Rule does not contain a
Consequence s. |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.