Package | Description |
---|---|
org.drools.core.definitions.rule.impl | |
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 |
---|---|
GroupElement[] |
RuleImpl.getTransformedLhs(LogicTransformer transformer,
Map<String,Class<?>> globals)
Uses the LogicTransformer to process the Rule patters - if no ORs are
used this will return an array of a single AND element.
|
Modifier and Type | Method and Description |
---|---|
static LogicTransformer |
LogicTransformer.getInstance() |
LogicTransformer |
LogicTransformerFactory.getLogicTransformer() |
LogicTransformer |
DefaultLogicTransformerFactory.getLogicTransformer() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.