[jboss-jira] [JBoss JIRA] Closed: (JBRULES-1024) Add support to single pattern forall
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Sun Jul 22 18:00:47 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-1024?page=all ]
Edson Tirelli closed JBRULES-1024.
----------------------------------
Resolution: Done
Assignee: Edson Tirelli (was: Mark Proctor)
Support added.
> 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: Reteoo, Drl Parser/Builder, Documentation
> Reporter: Edson Tirelli
> Assigned To: Edson Tirelli
> 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