ReteEngine 1.0
A rules engine and builder
Loading...
Searching...
No Matches
ReteCore.ILatentMemory Interface Reference

An interface representing a latent memory in a Rete network, which holds tokens that are not yet fully processed or activated. More...

Inheritance diagram for ReteCore.ILatentMemory:
ReteCore.BetaMemory ReteCore.CompositeBetaMemory ReteProgram.ReteEngine.TraceNode

Properties

IEnumerable< TokenTokens [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.

Detailed Description

An interface representing a latent memory in a Rete network, which holds tokens that are not yet fully processed or activated.

Property Documentation

◆ Tokens

IEnumerable<Token> ReteCore.ILatentMemory.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.

Implemented in ReteCore.BetaMemory, ReteCore.CompositeBetaMemory, and ReteProgram.ReteEngine.TraceNode.


The documentation for this interface was generated from the following file:
  • ReteCore/ILatentMemory.cs