站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Class org.drools.lang.descr.PredicateDescr (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


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

Packages that use PredicateDescr
org.drools.lang This contains the parser and utilities for the native DRL format, for handling DRL source. 
org.drools.rule.builder   
org.drools.rule.builder.dialect.java   
org.drools.rule.builder.dialect.mvel   
org.drools.xml This contains the parser and utilities for handling rules in XML format. 
 

Uses of PredicateDescr in org.drools.lang
 

Methods in org.drools.lang with parameters of type PredicateDescr
 void DrlDumper.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, List[] usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicateConstraint, 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, List[] usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, PredicateConstraint predicateConstraint, PredicateDescr predicateDescr)
           
 

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

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

Uses of PredicateDescr in org.drools.xml
 

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



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