A multi-level switch? Long or short action sequences for each innermost branch?<br><br><div class="gmail_quote">On 10 February 2012 12:17, ehmkey <span dir="ltr"><<a href="mailto:ehmkey@gmail.com">ehmkey@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a big switch case construction and i want to replace that with a rule<br>
based system.<br>
<br>
In the switch case are functions and they have parameters. Some of this<br>
parameters are private.<br>
The only idea i had was that i can create methods and call the methods with<br>
the rules.<br>
<br>
e.g the key of the switch-case is private, and i dont need and wont a getter<br>
for this<br>
<br>
greetings Markus<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/rules-user-problem-with-private-members-no-getters-tp3732106p3732190.html" target="_blank">http://drools.46999.n3.nabble.com/rules-user-problem-with-private-members-no-getters-tp3732106p3732190.html</a><br>
Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</font></span></blockquote></div><br>