[jboss-jira] [JBoss JIRA] Created: (JBRULES-874) Allow direct property access to pattern bound variables

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Thu May 24 15:05:10 EDT 2007


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


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