epsilonlabs / incremental-evl

Incremental Validation for Eclipse Epsilon
2 stars 0 forks source link

Provide an interface for "incremental" models #10

Open arcanefoam opened 8 years ago

arcanefoam commented 8 years ago

When using incremental execution in "on-line" mode, the models needs to support a notification mechanism of some sort. The requested interface should provide methods for enabling the notification mechanism and registering listeners. Listeners should implement the interface proposed in #11 . For "off-line" mode, the interface should provide rapid access to model properties, this can be used for example for comparing them with existing traces. Off line mode can be also amenable to listeners, e.g. the property access could trigger notifications.

arcanefoam commented 8 years ago

First version in place. Need to use it in current implementation and fisx accordingly.

arcanefoam commented 7 years ago

Need more work on this to make it more like the IModel interface and build on some of the concepts proven like load/store/dispose and use the properties to allow different trace persistance mechanisms.