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

VariableRestriction.ObjectVariableContextEntry (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.rule
Class VariableRestriction.ObjectVariableContextEntry

java.lang.Object
  extended by org.drools.rule.VariableRestriction.VariableContextEntry
      extended by org.drools.rule.VariableRestriction.ObjectVariableContextEntry
All Implemented Interfaces:
Serializable, ContextEntry
Enclosing class:
VariableRestriction

public static class VariableRestriction.ObjectVariableContextEntry
extends VariableRestriction.VariableContextEntry

See Also:
Serialized Form

Field Summary
 Object left
           
 Object right
           
 
Fields inherited from class org.drools.rule.VariableRestriction.VariableContextEntry
declaration, entry, extractor, leftNull, object, reteTuple, rightNull
 
Constructor Summary
VariableRestriction.ObjectVariableContextEntry(FieldExtractor extractor, Declaration declaration)
           
 
Method Summary
 void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
           
 void updateFromTuple(InternalWorkingMemory workingMemory, ReteTuple tuple)
           
 
Methods inherited from class org.drools.rule.VariableRestriction.VariableContextEntry
getFieldExtractor, getNext, getObject, getTuple, getVariableDeclaration, isLeftNull, isRightNull, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public Object left

right

public Object right
Constructor Detail

VariableRestriction.ObjectVariableContextEntry

public VariableRestriction.ObjectVariableContextEntry(FieldExtractor extractor,
                                                      Declaration declaration)
Method Detail

updateFromTuple

public void updateFromTuple(InternalWorkingMemory workingMemory,
                            ReteTuple tuple)

updateFromFactHandle

public void updateFromFactHandle(InternalWorkingMemory workingMemory,
                                 InternalFactHandle handle)


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