Module deffacts

Module deffacts 

Source
Expand description

Initial Facts System (inspired by CLIPS deffacts)

Provides pre-defined fact sets that are automatically loaded into working memory. Similar to CLIPS deffacts and Drools declared facts.

Structsยง

Deffacts
A named set of initial facts (deffacts)
DeffactsBuilder
Builder for creating deffacts with a fluent API
DeffactsRegistry
Registry for managing deffacts Stores named sets of initial facts that can be loaded into working memory
FactInstance
A single fact instance with its type