[jboss-jira] [JBoss JIRA] Reopened: (JBRULES-360) Add support for nested properties in rules
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Mon May 7 09:19:52 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-360?page=all ]
Mark Proctor reopened JBRULES-360:
----------------------------------
> Add support for nested properties in rules
> ------------------------------------------
>
> Key: JBRULES-360
> URL: http://jira.jboss.com/jira/browse/JBRULES-360
> Project: JBoss Rules
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Drl Parser/Builder
> Reporter: Jacek Olszak
> Assigned To: Mark Proctor
>
> Add support for nested properties in rules:
> for example:
> class Person {
> private Room room;
> ...
> }
> class Room {
> private String name
> ...
> }
> rule "some rule" {
> when
> Person(room.name="asdasdasd")
> then
> . ...
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list