[jboss-jira] [JBoss JIRA] (JBRULES-3578) Normalize tuple interfaces eliminating the separate interface for RightTuples
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Mon Jul 16 14:19:06 EDT 2012
Edson Tirelli created JBRULES-3578:
--------------------------------------
Summary: Normalize tuple interfaces eliminating the separate interface for RightTuples
Key: JBRULES-3578
URL: https://issues.jboss.org/browse/JBRULES-3578
Project: Drools
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: drools-compiler, drools-core
Affects Versions: 5.4.0.Final
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Fix For: 5.5.0.Beta1
The current split of tuples into LeftTuples and RightTuples adds complexity to the system and makes impossible for the system to join (concatenate) 2 left tuples.
The goal of this task is to normalize all tuple interfaces into a single interface, allowing two-input nodes like joins to join 2 tuples, independently of the number of elements in each.
--
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