Module globals

Module globals 

Source
Expand description

Global Variables System (inspired by CLIPS defglobal)

Provides persistent global variables that can be accessed across rule firings. Similar to CLIPS defglobal and Drools globals.

Structsยง

GlobalVar
Global variable definition
GlobalsBuilder
Builder for defining multiple globals at once
GlobalsRegistry
Global variables registry Thread-safe storage for global variables shared across rules