[jboss-jira] [JBoss JIRA] Created: (JBRULES-1024) Add support to single pattern forall

Edson Tirelli (JIRA) jira-events at lists.jboss.org
Sun Jul 22 17:58:47 EDT 2007


Add support to single pattern forall
------------------------------------

                 Key: JBRULES-1024
                 URL: http://jira.jboss.com/jira/browse/JBRULES-1024
             Project: JBoss Rules
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Documentation, Drl Parser/Builder, Reteoo
            Reporter: Edson Tirelli
         Assigned To: Mark Proctor
             Fix For:  4.0.0.MR4


Add support to single pattern forall. Example:

forall( Cheese( type == "stilton" ) )

The above has the same semantics as:

forall( $c : Cheese()
           Cheese( this == $c, type == "stilton" ) )


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