soundasleep / iaml

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

Move "empty" and "not empty" PrimitiveConditions to direct containments #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
In r2282, PrimitiveConditions "empty" and "not empty" were created for
VisibleThings, but these are contained within 'conditions' and not
explicitly through direct containments. 

These should be moved to direct containments 'empty : Condition' and
'notEmpty : Condition', just like DomainIterator's PrimitiveConditions.

What goal would this enhancement help you achieve?
Cleaner metamodel; more consistent; and more likely to pick up errors.

Original issue reported on code.google.com by soundasleep on 21 May 2010 at 6:13

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 23 Mar 2011 at 4:07

GoogleCodeExporter commented 9 years ago
Started in r2681.

Original comment by soundasleep on 21 Apr 2011 at 6:08

GoogleCodeExporter commented 9 years ago
Resolved in r2683.

Original comment by soundasleep on 21 Apr 2011 at 6:45