"->" notation for predicates missing in documentation
-----------------------------------------------------
Key: JBRULES-1064
URL:
http://jira.jboss.com/jira/browse/JBRULES-1064
Project: JBoss Rules
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Documentation
Affects Versions: 4.0.0.GA
Reporter: Dr. Gernot Starke
Assigned To: Mark Proctor
Priority: Minor
the notation "->" for adressing complex terms is missing from 4.0.0
documentation.
It has been "return value operator" in 3.0.6:
<quoted from 3.0.6>
Example 3.13. Return Value operator
Person( girlAge : age, sex = "F" )
Person( boyAge : age -> ( girlAge.intValue() == boyAge.intValue() + 2 ), sex =
'M' )
</quoted>
--
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