[jboss-jira] [JBoss JIRA] Closed: (JBRULES-874) Allow direct property access to pattern bound variables
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Thu May 24 15:09:08 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-874?page=all ]
Edson Tirelli closed JBRULES-874.
---------------------------------
Fix Version/s: 4.0.0.MR3
Resolution: Done
Support added.
> Allow direct property access to pattern bound variables
> -------------------------------------------------------
>
> Key: JBRULES-874
> URL: http://jira.jboss.com/jira/browse/JBRULES-874
> Project: JBoss Rules
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Edson Tirelli
> Assigned To: Edson Tirelli
> Fix For: 4.0.0.MR3
>
>
> Allow the usage of direct property access for pattern bound variables. Example:
> rule "test auto bindings 1"
> when
> $p : Person();
> $c : Cheese( type == $p.likes, price == $c.price )
> then
> results.add( $p );
> end
--
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