[jboss-jira] [JBoss JIRA] (JBRULES-3514) Add support to event sequencing

Wolfgang Laun (JIRA) jira-events at lists.jboss.org
Wed May 23 03:12:17 EDT 2012


    [ https://issues.jboss.org/browse/JBRULES-3514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694943#comment-12694943 ] 

Wolfgang Laun commented on JBRULES-3514:
----------------------------------------

(WL6) Subsection 5.2, tuple properties

(a) The formal and notational similarity to a (Java) array makes 'length' preferable to 'size'.
(b) 'first' and 'last' should be dropped, as you have [0] and should consider [-1] for 'last'. (Note that this would give you an easy way of selecting the "last but one"!
(c) With $a being bound to an array, you should be able to write "from $a", or (RHS) "for( Object f: $a ){...}" - so what's the purpose of property "iterator"?


                
> Add support to event sequencing
> -------------------------------
>
>                 Key: JBRULES-3514
>                 URL: https://issues.jboss.org/browse/JBRULES-3514
>             Project: Drools
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: drools-api, drools-compiler, drools-core
>            Reporter: Edson Tirelli
>            Assignee: Edson Tirelli
>             Fix For: 5.5.0.Beta1
>
>
> The purpose of this ticket is to centralize the discussions regarding the implementation of event sequencing as detailed in the wiki page at:
> https://community.jboss.org/wiki/EventSequencing
> The highlevel discussions can be added to this ticket while individual sub-tickets will be created for the implementation of each sub-feature.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list