<html><body bgcolor="#FFFFFF"><div>Looking to simply give my users definitions of what</div><div>A rule does and keep that discription as a rule atribute.</div><div>So when I get the rule name I could also get the definition.</div><div>As of right now I put a small string in the name and parse it.</div><div>Example:&nbsp;</div><div>Rule "myrule:this rule does something"</div><div><br class="webkit-block-placeholder"></div><div>String[] d=rule.getName().split(":",2);</div><div><br class="webkit-block-placeholder"></div><div>what I would really want to use would be.&nbsp;</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>Rule "myrule"</div><div>Discription "this rule does something"</div><div><br class="webkit-block-placeholder"></div><div>String d = rule.getDiscription();<br><br></div><div>Wondering if there was something all ready doing this.</div><div>Karl Trout</div><div><br>On Oct 2, 2007, at 8:01 PM, Mark Proctor &lt;<a href="mailto:mproctor@codehaus.org">mproctor@codehaus.org</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>

Karl Trout wrote:
<blockquote cite="mid:4311de230710021023l78574113o8298c9c68c2ab429@mail.gmail.com" type="cite">Anyone have a good idea on how one would go about
inserting a
definition of the rule inside the rule so when the rule is analyzed the
definition could be attained?
  <pre wrap="">  </pre>
</blockquote>
Could you explain more?<br>
<blockquote cite="mid:4311de230710021023l78574113o8298c9c68c2ab429@mail.gmail.com" type="cite">
  <pre wrap=""><hr size="4" width="90%">_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org"><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a></a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users"><a href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a></a>
  </pre>
</blockquote>
<br>


</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>rules-users mailing list</span><br><span><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a></span><br><span><a href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a></span><br></div></blockquote></body></html>