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

PredicateConstraint.PredicateContextEntry (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.rule
Class PredicateConstraint.PredicateContextEntry

java.lang.Object
  extended by org.drools.rule.PredicateConstraint.PredicateContextEntry
All Implemented Interfaces:
Serializable, ContextEntry
Enclosing class:
PredicateConstraint

public static class PredicateConstraint.PredicateContextEntry
extends Object
implements ContextEntry

See Also:
Serialized Form

Field Summary
 ReteTuple leftTuple
           
 Object rightObject
           
 InternalWorkingMemory workingMemory
           
 
Constructor Summary
PredicateConstraint.PredicateContextEntry()
           
 
Method Summary
 ContextEntry getNext()
           
 void setNext(ContextEntry entry)
           
 void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
           
 void updateFromTuple(InternalWorkingMemory workingMemory, ReteTuple tuple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leftTuple

public ReteTuple leftTuple

rightObject

public Object rightObject

workingMemory

public InternalWorkingMemory workingMemory
Constructor Detail

PredicateConstraint.PredicateContextEntry

public PredicateConstraint.PredicateContextEntry()
Method Detail

getNext

public ContextEntry getNext()
Specified by:
getNext in interface ContextEntry

setNext

public void setNext(ContextEntry entry)
Specified by:
setNext in interface ContextEntry

updateFromFactHandle

public void updateFromFactHandle(InternalWorkingMemory workingMemory,
                                 InternalFactHandle handle)
Specified by:
updateFromFactHandle in interface ContextEntry

updateFromTuple

public void updateFromTuple(InternalWorkingMemory workingMemory,
                            ReteTuple tuple)
Specified by:
updateFromTuple in interface ContextEntry


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