Module facts

Module facts 

Source
Expand description

Typed facts system for RETE-UL

This module provides a strongly-typed facts system that supports:

  • Multiple data types (String, Integer, Float, Boolean, Array, Object)
  • Type-safe operations
  • Efficient conversions
  • Better operator support

Structs§

TypedFacts
Typed facts collection

Enums§

FactValue
Strongly-typed fact value