<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Sowmya.<br>
<br>
<br>
Sowmya Yellamilli wrote:
<blockquote cite="mid:20930310.post@talk.nabble.com" type="cite">
  <pre wrap="">unfortunately not possible
not only decision tables, across all drools implementations

because only 'when -- then' is permitted not 'otherwise'





Ravi Krishnamurthy wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello:
1) Is it possible to write any if then else kind of rule instead of
stating all the possibilities in a decision table.

For example: if a == 25
                   print (success)
             else if a == 10
                   print (not bad)
             else
                print (try again)

Thanks,
Ravi



_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
--
View this message in context: <a class="moz-txt-link-freetext" href="http://www.nabble.com/Decision-table-capabilities-tp20930053p20930310.html">http://www.nabble.com/Decision-table-capabilities-tp20930053p20930310.html</a>
Sent from the drools - user mailing list archive at Nabble.com.

_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>