public interface NodeMemories
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
clearNodeMemory(MemoryFactory node) |
Memory |
getNodeMemory(MemoryFactory 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 |
setRuleBaseReference(InternalRuleBase ruleBase) |
Memory getNodeMemory(MemoryFactory node, InternalWorkingMemory wm)
void clearNodeMemory(MemoryFactory node)
void setRuleBaseReference(InternalRuleBase ruleBase)
void clear()
Memory peekNodeMemory(int nodeId)
nodeId
- int length()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.