当前页面:
在线文档首页 >
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
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldExtractor
public FieldExtractor fieldExtractor
object
public Object object
leftTuple
public ReteTuple leftTuple
workingMemory
public InternalWorkingMemory workingMemory
previousDeclarations
public Declaration[] previousDeclarations
localDeclarations
public Declaration[] localDeclarations
ReturnValueRestriction.ReturnValueContextEntry
public ReturnValueRestriction.ReturnValueContextEntry(FieldExtractor fieldExtractor,
Declaration[] previousDeclarations,
Declaration[] localDeclarations)
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.