[jboss-jira] [JBoss JIRA] Created: (JBRULES-1107) Support for multiple pattern in accumulate source pattern

Juergen none (JIRA) jira-events at lists.jboss.org
Tue Aug 21 09:59:18 EDT 2007


Support for multiple pattern in accumulate source pattern
---------------------------------------------------------

                 Key: JBRULES-1107
                 URL: http://jira.jboss.com/jira/browse/JBRULES-1107
             Project: JBoss Rules
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Reteoo
    Affects Versions:  4.0.0.GA
            Reporter: Juergen none
         Assigned To: Mark Proctor


Accumulate should support more than one pattern as source pattern. e.g.:

Number() from accumulate(
    Cheese(
        price : price,
        type : type
    )
    Person(
        favouriteCheese == type,
        age > 30
    ),
    sum( price )
)


-- 
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