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

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


org.drools.spi
Interface Restriction

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractCompositeRestriction, AndCompositeRestriction, LiteralRestriction, OrCompositeRestriction, ReturnValueRestriction, VariableRestriction

public interface Restriction
extends Serializable


Method Summary
 ContextEntry getContextEntry()
           
 Declaration[] getRequiredDeclarations()
           
 boolean isAllowed(Extractor extractor, Object object, InternalWorkingMemory workingMemory)
           
 boolean isAllowedCachedLeft(ContextEntry context, Object object)
           
 boolean isAllowedCachedRight(ReteTuple tuple, ContextEntry context)
           
 

Method Detail

getRequiredDeclarations

Declaration[] getRequiredDeclarations()

isAllowed

boolean isAllowed(Extractor extractor,
                  Object object,
                  InternalWorkingMemory workingMemory)

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.