BizVR to DMN Qualified Names Mapping - Gnorion/BizVR GitHub Wiki
| Expression | Meaning |
|---|---|
x |
Test if the input is equal to the variable x |
>= x |
Test if the input is greater than or equal to the variable x |
< customer.age |
Test if the input is less than the age property of the variable customer |