Uses of Class
org.drools.core.rule.LogicTransformer
-
Packages that use LogicTransformer 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. -
-
Uses of LogicTransformer in org.drools.core.definitions.rule.impl
Methods in org.drools.core.definitions.rule.impl with parameters of type LogicTransformer Modifier and Type Method 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. -
Uses of LogicTransformer in org.drools.core.rule
Methods in org.drools.core.rule that return LogicTransformer Modifier and Type Method Description static LogicTransformerLogicTransformer. getInstance()LogicTransformerDefaultLogicTransformerFactory. getLogicTransformer()LogicTransformerLogicTransformerFactory. getLogicTransformer()
-