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

Views for instance-filtering and information-abstracting views #289

Draft
wants to merge 64 commits into
base: main
Choose a base branch
from

Conversation

niklas5810
Copy link

Introduces filterable Views and information-abstracting views for Vitruvius

…create Views with just the filtered elements
Preparation to make update of filtered view work
BasicFilterView and BasicInformationFilterView now only return the
root elements which are really supposed to be visible in the view when
getRoot() is called
getViewResourceSet -> getNonFilteredResourceSet
getFilteredModelsInResourceSet -> getViewResourceSet
From tools.vitruv.applications.viewfilter to
tools.vitruv.views.viewfilter
- InformationTransformator now expects a list of model-root-elements
- Removed InformationView interface and did necessary refactorings
- some small code quality improvements
FilteredViewCreatingViewType
AbstractFilterSupportingViewType
Class has been used for testing of Meta-Model-Filtering
- tools.vitruv.views.viewfilter.infostructure
tools.vitruv.applications.viewtest ->
tools.vitruv.applications.viewfilter
Some cleanups of FilterChangeRecording and FilterChangeDerivingView
javadoc
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

Successfully merging this pull request may close these issues.

2 participants