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

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


Uses of Class
org.drools.rule.VariableRestriction.VariableContextEntry

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

Uses of VariableRestriction.VariableContextEntry in org.drools.base.evaluators
 

Methods in org.drools.base.evaluators with parameters of type VariableRestriction.VariableContextEntry
 boolean BaseNotMemberOfEvaluator.evaluateCachedLeft(VariableRestriction.VariableContextEntry context, Object right)
           
 boolean BaseMemberOfEvaluator.evaluateCachedLeft(VariableRestriction.VariableContextEntry context, Object right)
           
 boolean BaseNotMemberOfEvaluator.evaluateCachedRight(VariableRestriction.VariableContextEntry context, Object left)
           
 boolean BaseMemberOfEvaluator.evaluateCachedRight(VariableRestriction.VariableContextEntry context, Object left)
           
 

Uses of VariableRestriction.VariableContextEntry in org.drools.rule
 

Subclasses of VariableRestriction.VariableContextEntry in org.drools.rule
static class VariableRestriction.BooleanVariableContextEntry
           
static class VariableRestriction.DoubleVariableContextEntry
           
static class VariableRestriction.LongVariableContextEntry
           
static class VariableRestriction.ObjectVariableContextEntry
           
 

Uses of VariableRestriction.VariableContextEntry in org.drools.spi
 

Methods in org.drools.spi with parameters of type VariableRestriction.VariableContextEntry
 boolean Evaluator.evaluateCachedLeft(VariableRestriction.VariableContextEntry context, Object object1)
           
 boolean Evaluator.evaluateCachedRight(VariableRestriction.VariableContextEntry context, Object object2)
           
 



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