Did you put a global declaration in the XOR Split Constraint Editor
(same spot to put imports)?
vdelbart wrote:
Just an additionnal information of my problem :
this two sentences work in a rule with the declaration of my global (Global
HashMap map) :
Boolean(eval((Boolean)map.get("decision") == true)) from Boolean.TRUE;
Boolean(booleanValue == false) from map.get("decision")
thanks,