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

ReturnValueRestriction.ReturnValueContextEntry (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.rule
Class ReturnValueRestriction.ReturnValueContextEntry

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

public static class ReturnValueRestriction.ReturnValueContextEntry
extends Object
implements ContextEntry

See Also:
Serialized Form

Field Summary
 FieldExtractor fieldExtractor
           
 ReteTuple leftTuple
           
 Declaration[] localDeclarations
           
 Object object
           
 Declaration[] previousDeclarations
           
 InternalWorkingMemory workingMemory
           
 
Constructor Summary
ReturnValueRestriction.ReturnValueContextEntry(FieldExtractor fieldExtractor, Declaration[] previousDeclarations, Declaration[] localDeclarations)
           
 
Method Summary
 FieldExtractor getFieldExtractor()
           
 Declaration[] getLocalDeclarations()
           
 ContextEntry getNext()
           
 Object getObject()
           
 Declaration[] getPreviousDeclarations()
           
 ReteTuple getTuple()
           
 InternalWorkingMemory getWorkingMemory()
           
 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

fieldExtractor

public FieldExtractor fieldExtractor

object

public Object object

leftTuple

public ReteTuple leftTuple

workingMemory

public InternalWorkingMemory workingMemory

previousDeclarations

public Declaration[] previousDeclarations

localDeclarations

public Declaration[] localDeclarations
Constructor Detail

ReturnValueRestriction.ReturnValueContextEntry

public ReturnValueRestriction.ReturnValueContextEntry(FieldExtractor fieldExtractor,
                                                      Declaration[] previousDeclarations,
                                                      Declaration[] localDeclarations)
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

getFieldExtractor

public FieldExtractor getFieldExtractor()

getTuple

public ReteTuple getTuple()

getObject

public Object getObject()

getPreviousDeclarations

public Declaration[] getPreviousDeclarations()

getLocalDeclarations

public Declaration[] getLocalDeclarations()

getWorkingMemory

public InternalWorkingMemory getWorkingMemory()


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