soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Remove Arithmetic metamodel element #220

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
If a DIVIDE Arithmetic is used, there is no way to specify which input is the 
divisor, e.g. is it a/b or b/a? This is very important for division arithmetic.

Consequently, either DataFlowEdges should have a priority, or they should 
support names. In this case, DIVIDE could by default have 'divisor' and 
'dividend' named properties.

What goal would this enhancement help you achieve?
Clearer metamodel and arithmetic semantics.

Original issue reported on code.google.com by soundasleep on 11 Jan 2011 at 2:53

GoogleCodeExporter commented 9 years ago
As of issue 246, XQueryFunctions can now be used to provide named parameter 
edges, so Arithmetic nodes can optionally be removed from the metamodel.

Original comment by soundasleep on 16 May 2011 at 6:02

GoogleCodeExporter commented 9 years ago
mass tagging old issues to future work

Original comment by soundasleep on 26 Sep 2011 at 9:54