src/engine/ruleset-executor.ts
Properties |
|
constructor(ruleset: Ruleset, rulesEngine: RulesEngine)
|
||||||||||||
Create a new ruleset executor
Parameters :
|
Public Readonly engineRuleset |
Type : EngineRuleset
|
Ruleset plugged to the fact stream, that contains actions stream result |
Public Readonly Optional factDefaultDelay |
Type : number
|
Delay before fact stream defaulting value |
Public Readonly ruleset |
Type : Ruleset
|
Ruleset associated to the current executor |