rule-engine
Toggle table of contents
3.3.11
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()
,
supplementaryData
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
,
constantsValues
:
Map
<
String
,
String
>
=
emptyMap()
)