|
ReteEngine 1.0
A rules engine and builder
|
An interface representing a latent memory in a Rete network, which holds tokens that are not yet fully processed or activated. More...
Properties | |
| IEnumerable< Token > | Tokens [get] |
| The collection of tokens that are currently stored in this latent memory. Each token represents a combination of facts that have matched certain conditions in the Rete network but have not yet been fully processed or activated. | |
An interface representing a latent memory in a Rete network, which holds tokens that are not yet fully processed or activated.
|
get |
The collection of tokens that are currently stored in this latent memory. Each token represents a combination of facts that have matched certain conditions in the Rete network but have not yet been fully processed or activated.
Implemented in ReteCore.BetaMemory, ReteCore.CompositeBetaMemory, and ReteProgram.ReteEngine.TraceNode.