当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
TripleBetaConstraints (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.common
Class TripleBetaConstraints
java.lang.Object
org.drools.common.TripleBetaConstraints
- All Implemented Interfaces:
- Serializable, BetaConstraints
public class TripleBetaConstraints
- extends Object
- implements Serializable, BetaConstraints
- See Also:
- Serialized Form
TripleBetaConstraints
public TripleBetaConstraints(BetaNodeFieldConstraint[] constraints,
RuleBaseConfiguration conf)
updateFromTuple
public void updateFromTuple(InternalWorkingMemory workingMemory,
ReteTuple tuple)
- Specified by:
updateFromTuple
in interface BetaConstraints
updateFromFactHandle
public void updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle)
- Specified by:
updateFromFactHandle
in interface BetaConstraints
isAllowedCachedLeft
public boolean isAllowedCachedLeft(Object object)
- Specified by:
isAllowedCachedLeft
in interface BetaConstraints
isAllowedCachedRight
public boolean isAllowedCachedRight(ReteTuple tuple)
- Specified by:
isAllowedCachedRight
in interface BetaConstraints
isIndexed
public boolean isIndexed()
- Specified by:
isIndexed
in interface BetaConstraints
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface BetaConstraints
createBetaMemory
public BetaMemory createBetaMemory()
- Specified by:
createBetaMemory
in interface BetaConstraints
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getConstraints
public LinkedList getConstraints()
- Specified by:
getConstraints
in interface BetaConstraints
equals
public boolean equals(Object object)
- Determine if another object is equal to this.
- Overrides:
equals
in class Object
- Parameters:
object
- The object to test.
- Returns:
true
if object
is equal to this,
otherwise false
.
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.