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

An interface representing a fact in the Rete network. This interface allows for abstraction and flexibility in handling facts of various types within the Rete engine, enabling the implementation of different fact representations while maintaining a consistent interface for interaction with the rest of the system. More...

Inheritance diagram for ReteCore.IFact:
ReteCore.Fact< T >

Properties

Guid Id [get]
object UnderlyingObject [get]
Type DataType [get]

Detailed Description

An interface representing a fact in the Rete network. This interface allows for abstraction and flexibility in handling facts of various types within the Rete engine, enabling the implementation of different fact representations while maintaining a consistent interface for interaction with the rest of the system.

Property Documentation

◆ DataType

Type ReteCore.IFact.DataType
get

Implemented in ReteCore.Fact< T >.

◆ Id

Guid ReteCore.IFact.Id
get

Implemented in ReteCore.Fact< T >.

◆ UnderlyingObject

object ReteCore.IFact.UnderlyingObject
get

Implemented in ReteCore.Fact< T >.


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