[jboss-jira] [JBoss JIRA] Commented: (JBRULES-1082) minor changes to the drools documentation
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Sat Sep 22 10:21:11 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-1082?page=comments#action_12378203 ]
Edson Tirelli commented on JBRULES-1082:
----------------------------------------
Yes, docs need fix then.
For "not" and "exists", the parenthesis are optional only if what follows is a single pattern. Otherwise, it is mandatory:
not Cheese() // ok
not( Cheese() ) //ok
not forall(...) // NOT ok
not( forall(...) ) // ok
[]s
Edson
> minor changes to the drools documentation
> -----------------------------------------
>
> Key: JBRULES-1082
> URL: http://jira.jboss.com/jira/browse/JBRULES-1082
> Project: JBoss Rules
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Documentation
> Affects Versions: 4.0.0.GA
> Reporter: JoB
> Assigned To: Mark Proctor
> Priority: Minor
> Fix For: 4.0.2
>
>
> In the documentation [ver 4.0.0]
> [not using the numbering because latest version -> different numbering]
> ===================
> chapter :
> The rule language
> -> Rule
> -->Left Hand Side Conditional Elements
> ->operators
> misspelled operator : in the documentation memberof is used, whilst in drools memberOf should be used [case thingie]
> ====================
> chapter :
> The rule language
> -> Rule
> -->Left Hand Side Conditional Elements
> ->> forall
> example : combining forall with Not CE
> in own testing the not forall like used in the example doesnt seem to work
> when adding parenthesis the problem is resolved
> i.e.
> when
> not ( <- add this one
> forall (things_here)
> ) <- add this one
--
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