Powered By Blogger

Jul 29, 2016

WSO2 Data Mapper Operators - Boolean category

This post describes about the operators in the Arithmetic category

 





  • AND

This performs the boolean AND operation on inputs


and_3.png

Eg: according to the below example if it’s Veg and the calories are less than 10, then the approval value should be true

AND_ex.png


  • OR
This perform the boolean OR operation on inputs

or1.png



Eg: according to the below example if it’s Veg or the calories are less than 10, then the approval value should be true
 
OR_EX.png


  • NOT
This performs the boolean NOT operation

not1.png

Eg: If the calories are greater than 10, then the approval value should be false


not2.png

 







No comments:

Post a Comment