Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an interface for "incremental" models #10

Open
arcanefoam opened this issue Oct 19, 2016 · 2 comments
Open

Provide an interface for "incremental" models #10

arcanefoam opened this issue Oct 19, 2016 · 2 comments

Comments

@arcanefoam
Copy link
Member

arcanefoam commented Oct 19, 2016

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
Copy link
Member Author

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

@arcanefoam
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant