soundasleep / iaml

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

An XQueryFunction cannot have two slot types of the identical type #264

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define a new XQueryFunction, op_numeric_less_than
2. Define slotNames of 'a', 'b'
3. Define slotTypes of 'integer', 'integer'

What is the expected output? What do you see instead?
Expected: It is possible to define two slot types that are equal
Actual: It isn't possible to define two 'integer' slot types

Original issue reported on code.google.com by soundasleep on 28 Jun 2011 at 3:46

GoogleCodeExporter commented 9 years ago
It is possible to achieve this, but you have to edit the XMI model instance 
manually.

Original comment by soundasleep on 22 Sep 2011 at 2:17

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

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