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

Uses of Interface org.drools.spi.Restriction (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.spi.Restriction

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

Uses of Restriction in org.drools.rule
 

Classes in org.drools.rule that implement Restriction
 class AbstractCompositeRestriction
           
 class AndCompositeRestriction
           
 class LiteralRestriction
           
 class OrCompositeRestriction
           
 class ReturnValueRestriction
           
 class VariableRestriction
           
 

Fields in org.drools.rule declared as Restriction
protected  Restriction[] AbstractCompositeRestriction.restrictions
           
 

Constructors in org.drools.rule with parameters of type Restriction
AbstractCompositeRestriction.CompositeContextEntry(Restriction[] restrictions)
           
AbstractCompositeRestriction(Restriction[] restriction)
           
AndCompositeRestriction(Restriction[] restriction)
           
MultiRestrictionFieldConstraint(FieldExtractor extractor, Restriction restrictions)
           
OrCompositeRestriction(Restriction[] restriction)
           
 



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