Drools :: Core 6.2.0.Final

Uses of Class
org.drools.core.rule.LogicTransformer

Packages that use LogicTransformer
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
 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
static LogicTransformer LogicTransformer.getInstance()
           
 LogicTransformer DefaultLogicTransformerFactory.getLogicTransformer()
           
 LogicTransformer LogicTransformerFactory.getLogicTransformer()
           
 


Drools :: Core 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.