Take a quick look at org.drools.decisiontable.model.*

It has a basic version of what you want for Java semantics (although I will
have to make this generic shortly). Might then be time to refactor it into a
different package too...

-----Original Message-----
From: Nimesh Muley [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 1 December 2005 10:25 PM
To: [email protected]
Cc: [email protected]
Subject: [drools-dev] Object hierarchy to DRL file conversion

Hi,

In our project we are trying to build a UI (web-based) on similar lines of
Quick Rules. In this regard I wanted to know whether there is a conversion
between an Object hierarchy to a DRL file (for Java). In some earlier
threads I saw that from DRL Java object hierarchy is being built. If the
reverse is also possible can someone guide me as to how this can be done.

We have our own Object hierarchy for the UI. So the thought process is to
convert this object hierarchy to the one acceptable to Drools and then use
the function to convert it to DRL file.

Thanks.
Regards,
- Nimesh

Reply via email to