当前页面:
在线文档首页 >
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
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.