Uses of Class
org.drools.base.rule.LogicTransformer
Packages that use LogicTransformer
Package
Description
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
-
Uses of LogicTransformer in org.drools.base.definitions.rule.impl
Methods in org.drools.base.definitions.rule.impl with parameters of type LogicTransformerModifier and TypeMethodDescriptionRuleImpl.getTransformedLhs(LogicTransformer transformer, Map<String, Type> globals) Uses the LogicTransformer to process the Rule patters - if no ORs are used this will return an array of a single AND element. -
Uses of LogicTransformer in org.drools.base.rule
Methods in org.drools.base.rule that return LogicTransformer