Uses of Class
org.drools.rule.LogicTransformer

Packages that use LogicTransformer
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of LogicTransformer in org.drools.rule
 

Methods in org.drools.rule that return LogicTransformer
static LogicTransformer LogicTransformer.getInstance()
           
 LogicTransformer LogicTransformerFactory.getLogicTransformer()
           
 LogicTransformer DefaultLogicTransformerFactory.getLogicTransformer()
           
 

Methods in org.drools.rule with parameters of type LogicTransformer
 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.