[jboss-jira] [JBoss JIRA] Created: (JBRULES-1701) add unique directive for drl
zhou yanming (JIRA)
jira-events at lists.jboss.org
Wed Jul 30 02:22:52 EDT 2008
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: Drl Parser/Builder
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);
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