soundasleep / iaml

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

Add 'current pointer' property to Domain Iterator instances #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Domain Iterator should have a property 'current pointer' which returns the 
current instance pointer.

What goal would this enhancement help you achieve?
If you have a 'results' count, and a 'jump to' operation, there should also be 
a 'current pointer' value.

Original issue reported on code.google.com by soundasleep on 23 Dec 2010 at 6:29

GoogleCodeExporter commented 9 years ago
Added to the metamodel in r2529, but the following still need to be completed:

- Inference rules and associated modeldoc, and test cases
- Codegen templates, and test cases
- Add elements to the Iterator diagram editor

Original comment by soundasleep on 23 Dec 2010 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 5 Apr 2011 at 3:48

GoogleCodeExporter commented 9 years ago
Completed in r2695.

Original comment by soundasleep on 27 Apr 2011 at 4:22