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

BetaNodeFieldConstraint (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.spi
Interface BetaNodeFieldConstraint

All Superinterfaces:
Constraint, RuleComponent, Serializable
All Known Implementing Classes:
InstanceEqualsConstraint, InstanceNotEqualsConstraint, MultiRestrictionFieldConstraint, PredicateConstraint, ReturnValueConstraint, TupleStartEqualsConstraint, VariableConstraint

public interface BetaNodeFieldConstraint
extends Constraint


Method Summary
 ContextEntry getContextEntry()
           
 boolean isAllowedCachedLeft(ContextEntry context, Object object)
           
 boolean isAllowedCachedRight(ReteTuple tuple, ContextEntry context)
           
 
Methods inherited from interface org.drools.spi.Constraint
getRequiredDeclarations
 

Method Detail

isAllowedCachedLeft

boolean isAllowedCachedLeft(ContextEntry context,
                            Object object)

isAllowedCachedRight

boolean isAllowedCachedRight(ReteTuple tuple,
                             ContextEntry context)

getContextEntry

ContextEntry getContextEntry()


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