public interface NodeMemories
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearNodeMemory(MemoryFactory node) |
<T extends Memory> |
getNodeMemory(MemoryFactory<T> node,
InternalWorkingMemory wm) |
int |
length()
Returns the number of positions in this memory
|
Memory |
peekNodeMemory(int nodeId)
Peeks at the content of the node memory for the given
node ID.
|
void |
resetAllMemories(org.kie.internal.runtime.StatefulKnowledgeSession session) |
void |
setKnowledgeBaseReference(InternalKnowledgeBase kBase) |
<T extends Memory> T getNodeMemory(MemoryFactory<T> node, InternalWorkingMemory wm)
void clearNodeMemory(MemoryFactory node)
void setKnowledgeBaseReference(InternalKnowledgeBase kBase)
void clear()
Memory peekNodeMemory(int nodeId)
nodeId
- int length()
void resetAllMemories(org.kie.internal.runtime.StatefulKnowledgeSession session)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.