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

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


org.drools.common
Interface BetaConstraints

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultBetaConstraints, DoubleBetaConstraints, EmptyBetaConstraints, QuadroupleBetaConstraints, SingleBetaConstraints, TripleBetaConstraints

public interface BetaConstraints
extends Serializable


Method Summary
 BetaMemory createBetaMemory()
           
 LinkedList getConstraints()
           
 boolean isAllowedCachedLeft(Object object)
           
 boolean isAllowedCachedRight(ReteTuple tuple)
           
 boolean isEmpty()
           
 boolean isIndexed()
           
 void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
           
 void updateFromTuple(InternalWorkingMemory workingMemory, ReteTuple tuple)
           
 

Method Detail

updateFromTuple

void updateFromTuple(InternalWorkingMemory workingMemory,
                     ReteTuple tuple)

updateFromFactHandle

void updateFromFactHandle(InternalWorkingMemory workingMemory,
                          InternalFactHandle handle)

isAllowedCachedLeft

boolean isAllowedCachedLeft(Object object)

isAllowedCachedRight

boolean isAllowedCachedRight(ReteTuple tuple)

getConstraints

LinkedList getConstraints()

isIndexed

boolean isIndexed()

isEmpty

boolean isEmpty()

createBetaMemory

BetaMemory createBetaMemory()


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