<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
descr's cover the full range of the drl language. I recommend you parse
some drl files into descrs, and look at the creates AST with your
debugger.<br>
<br>
Mark<br>
Eugeny N Dzhurinsky wrote:
<blockquote cite="mid:20070716115701.GA8842@office.redwerk.com"
 type="cite">
  <pre wrap="">On Mon, Jul 16, 2007 at 11:51:30AM +0100, Dean Jones wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello Eugeny,

Not sure if this is the recommended way, but I did something similar
using the classes in the org.drools.lang.descr package. You can create
a PackageDescr from your custom objects and then call
PackageBuilder.addPackage(PackageDescr) and
PackageBuilder.getPackage() to get an org.drools.rule.Package.

I couldn't find any documentation on the org.drools.lang.descr package
(javadoc is pretty minimal as well), but you should be able to work
out what to do, at least for the basic stuff.

Best wishes,

Dean.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Okay, looks like that's the way to define conditions only? Or do I miss
something?

If you could provide some examples of what you did find, or somebody of
developers could tell is it right way to do things I described earlier?

  </pre>
</blockquote>
<br>
</body>
</html>