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 alternative graph-based view for lazy models #8

Open
agarciadom opened this issue Oct 13, 2015 · 1 comment
Open

Provide alternative graph-based view for lazy models #8

agarciadom opened this issue Oct 13, 2015 · 1 comment
Assignees

Comments

@agarciadom
Copy link
Member

Our specialization of Exeed only has a tree-based notation, which is not helpful for flat metamodels (i.e. without containment) like the IFC ones. A graph-based visualization would be more helpful.

@agarciadom agarciadom self-assigned this Oct 13, 2015
@agarciadom
Copy link
Member Author

The visualization could be based on Zest, and should be implemented as an extra tab on the Exeed editor that is initialized lazily (to avoid paying the cost if we don't use it). The visualization should hook up to the Exeed resource-specific customizations: on the first load it'll need to access all the current contents of the resource, without fetching anything extra. The HawkResource customization will have to ask the LazyResolver if a particular reference is pending or not, and skip the pending ones.

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

No branches or pull requests

1 participant