rules taking effect
Posted: Fri May 22, 2015 3:59 am
If there are 2 rules statements and 2 relevant feeders, with some overlaps to target cells. Which one will take effect?
Sample as below.
-----------------------------------
rule 1 Z =N: A * B ;
rule 2 Z =N: C * D ;
feeder 1 A => Z ;
feeder 2 C => Z ;
-----------------------------------
I remember rule2 ( the one at bottom) takes effect, is it correct? and whether the turn of feeder influence the result?
since I can not clearly avoid such overlap in real case, I had to arrange the turn of these rules and feeders better. Thank you in advance.
Regards,
Chris
Sample as below.
-----------------------------------
rule 1 Z =N: A * B ;
rule 2 Z =N: C * D ;
feeder 1 A => Z ;
feeder 2 C => Z ;
-----------------------------------
I remember rule2 ( the one at bottom) takes effect, is it correct? and whether the turn of feeder influence the result?
since I can not clearly avoid such overlap in real case, I had to arrange the turn of these rules and feeders better. Thank you in advance.
Regards,
Chris