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
Rule
Engine
Context
data
class
RuleEngineContext
(
val
rules
:
List
<
Rule
>
,
val
ruleVariables
:
List
<
RuleVariable
>
=
emptyList()
,
val
supplementaryData
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
,
val
constantsValues
:
Map
<
String
,
String
>
=
emptyMap()
)
Members
Constructors
Rule
Engine
Context
Link copied to clipboard
constructor
(
rules
:
List
<
Rule
>
,
ruleVariables
:
List
<
RuleVariable
>
=
emptyList()
,
supplementaryData
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
,
constantsValues
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
constants
Values
Link copied to clipboard
val
constantsValues
:
Map
<
String
,
String
>
rules
Link copied to clipboard
val
rules
:
List
<
Rule
>
rule
Variables
Link copied to clipboard
val
ruleVariables
:
List
<
RuleVariable
>
supplementary
Data
Link copied to clipboard
val
supplementaryData
:
Map
<
String
,
List
<
String
>
>