[jboss-jira] [JBoss JIRA] Closed: (JBRULES-1701) add unique directive for drl
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Wed May 13 14:47:01 EDT 2009
[ https://jira.jboss.org/jira/browse/JBRULES-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Proctor closed JBRULES-1701.
---------------------------------
Resolution: Incomplete Description
> add unique directive for drl
> ----------------------------
>
> Key: JBRULES-1701
> URL: https://jira.jboss.org/jira/browse/JBRULES-1701
> Project: JBoss Drools
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: drools-compiler
> Reporter: zhou yanming
> Assignee: Mark Proctor
>
> when
> Number(A:value);
> Number(B:value);
> Number(C:value);
> Number(D:value);
> unique(A,B,C,D);
> equals to
> when
> Number(A:value);
> Number(B:value);
> Number(C:value);
> Number(D:value);
> eval(A!=B and A!=C and A!=D and B!=C and B!=D and C!=D );
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list