rule-engine
Toggle table of contents
3.4.2
common
Platform filter
common
Switch theme
Search in API
rule-engine
rule-engine
/
org.hisp.dhis.rules.api
/
RuleEngineContext
/
RuleEngineContext
Rule
Engine
Context
constructor
(
rules
:
List
<
Rule
>
,
ruleVariables
:
List
<
RuleVariable
>
=
emptyList()
,
ruleSupplementaryData
:
RuleSupplementaryData
=
RuleSupplementaryData()
,
constantsValues
:
Map
<
String
,
String
>
=
emptyMap()
)