In Drools 5 is it possible for a rule to call one of two specific rules depending on
whether the condition in the first rule evaluates to true or false? For example lets say
that there are three rules: A, B, and C. A is evaluated and if its condition is True then
execute rule B, otherwise execute rule C. B and C must not be executed on their own , but
only by A. I haven't been able to find and examples or tutorials on this so if
it's possible an example would be greatly appreciated. Thank you.