[jboss-jira] [JBoss JIRA] Closed: (JBRULES-585) syntax sugar for binding to a field on a bound fact
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Tue Jun 26 08:14:16 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-585?page=all ]
Edson Tirelli closed JBRULES-585.
---------------------------------
Resolution: Duplicate Issue
Assignee: Edson Tirelli (was: Mark Proctor)
Implemented as part of JBRULES-866.
It is important to note that this is still property direct access internally, so as performatic as binding the fields themselves. This is different from JBRULES-315, that requires indirect property resolution, but the engine automatically decides which one is needed and transparently uses it.
> syntax sugar for binding to a field on a bound fact
> ---------------------------------------------------
>
> Key: JBRULES-585
> URL: http://jira.jboss.com/jira/browse/JBRULES-585
> Project: JBoss Rules
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Drl Parser/Builder
> Affects Versions: 3.0.5
> Reporter: Michael Neale
> Assigned To: Edson Tirelli
> Fix For: 4.0.0.MR3
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> For example:
> c: Customer($id: id)
> p: Person(customerId == $id.....)
> could become:
> c: Customer()
> p: Person(customerId == c.id)
> much more OO looking. Can use an extractor (if possible).
--
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