Uses of Class
org.drools.lang.descr.PredicateDescr

Packages that use PredicateDescr
org.drools.compiler.xml This contains the parser and utilities for handling rules in XML format. 
org.drools.rule.builder   
org.drools.rule.builder.dialect.clips   
org.drools.rule.builder.dialect.java   
org.drools.rule.builder.dialect.mvel   
 

Uses of PredicateDescr in org.drools.compiler.xml
 

Methods in org.drools.compiler.xml with parameters of type PredicateDescr
 void XmlDumper.visitPredicateDescr(PredicateDescr descr)
           
 

Uses of PredicateDescr in org.drools.rule.builder
 

Methods in org.drools.rule.builder with parameters of type PredicateDescr
 void PredicateBuilder.build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicateConstraint, PredicateDescr predicateDescr, AnalysisResult analysis)
           
 

Uses of PredicateDescr in org.drools.rule.builder.dialect.clips
 

Methods in org.drools.rule.builder.dialect.clips with parameters of type PredicateDescr
 void ClipsPredicateBuilder.build(RuleBuildContext context, List[] usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicate, PredicateDescr predicateDescr)
           
 

Uses of PredicateDescr in org.drools.rule.builder.dialect.java
 

Methods in org.drools.rule.builder.dialect.java with parameters of type PredicateDescr
 void JavaPredicateBuilder.build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicateConstraint, PredicateDescr predicateDescr, AnalysisResult analysis)
           
 

Uses of PredicateDescr in org.drools.rule.builder.dialect.mvel
 

Methods in org.drools.rule.builder.dialect.mvel with parameters of type PredicateDescr
 void MVELPredicateBuilder.build(RuleBuildContext context, BoundIdentifiers usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicate, PredicateDescr predicateDescr, AnalysisResult analysis)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.