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

Uses of Class org.drools.rule.ReturnValueRestriction (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.rule.ReturnValueRestriction

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

Uses of ReturnValueRestriction in org.drools.rule
 

Constructors in org.drools.rule with parameters of type ReturnValueRestriction
ReturnValueConstraint(FieldExtractor fieldExtractor, ReturnValueRestriction restriction)
           
 

Uses of ReturnValueRestriction in org.drools.rule.builder
 

Methods in org.drools.rule.builder with parameters of type ReturnValueRestriction
 void ReturnValueBuilder.build(RuleBuildContext context, List[] usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, ReturnValueRestriction returnValueRestriction, ReturnValueRestrictionDescr returnValueRestrictionDescr)
           
 

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

Methods in org.drools.rule.builder.dialect.java with parameters of type ReturnValueRestriction
 void JavaReturnValueBuilder.build(RuleBuildContext context, List[] usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, ReturnValueRestriction returnValueRestriction, ReturnValueRestrictionDescr returnValueRestrictionDescr)
           
 

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

Methods in org.drools.rule.builder.dialect.mvel with parameters of type ReturnValueRestriction
 void MVELReturnValueBuilder.build(RuleBuildContext context, List[] usedIdentifiers, Declaration[] previousDeclarations, Declaration[] localDeclarations, ReturnValueRestriction returnValueRestriction, ReturnValueRestrictionDescr returnValueRestrictionDescr)
           
 



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