public interface ContextEntry extends Externalizable
Modifier and Type | Method and Description |
---|---|
ContextEntry |
getNext() |
void |
resetFactHandle() |
void |
resetTuple() |
void |
setNext(ContextEntry entry) |
void |
updateFromFactHandle(InternalWorkingMemory workingMemory,
InternalFactHandle handle) |
void |
updateFromTuple(InternalWorkingMemory workingMemory,
LeftTuple tuple) |
readExternal, writeExternal
ContextEntry getNext()
void setNext(ContextEntry entry)
void updateFromTuple(InternalWorkingMemory workingMemory, LeftTuple tuple)
void updateFromFactHandle(InternalWorkingMemory workingMemory, InternalFactHandle handle)
void resetTuple()
void resetFactHandle()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.