Drools :: Core 6.0.0.Beta5

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

Packages that use LogicTransformer
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.rule
 

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

Methods in org.drools.core.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.
 


Drools :: Core 6.0.0.Beta5

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