|
The entries in the descriptors would help in composing the logic expression. For all the standard logic the composition is like this.
| Data-source | logic-type | value |
| (object.property | > | 40) |
The value would be a string, number or Boolean.
The expression type allows more expressive expression, by allowing the entry of full expressions as the value. The advantage of the more restrictive types is the clarity and ease of understanding by none programmers.
|