soundasleep / iaml

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

Allow overridden Operations to be called through super #266

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
If a developer overrides VisibleThing.show with a new ActivityOperation, it is 
not currently possible to call the old "show" method. This is by design, but it 
may be desirable to support this functionality in the future.

What goal would this enhancement help you achieve?
Easier for developers to override builtin operations on the metamodel.

c.f. Java's super.XXX() approach.

Original issue reported on code.google.com by soundasleep on 5 Jul 2011 at 6:25

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

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