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 | Method and Description |
---|---|
static LogicTransformer |
LogicTransformer.getInstance() |
LogicTransformer |
LogicTransformerFactory.getLogicTransformer() |
LogicTransformer |
DefaultLogicTransformerFactory.getLogicTransformer() |
Modifier and Type | Method and Description |
---|---|
GroupElement[] |
Rule.getTransformedLhs(LogicTransformer transformer)
Uses the LogicTransformer to process the Rule patters - if no ORs are
used this will return an array of a single AND element.
|
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.