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

add capabilities to TraVarT and restructure interfaces #3

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

JakobGretenkort
Copy link

important changes:

  • added a common ILanguage interface above the IPlugin interface to gather methods that all languages share
  • added a language implementation for UVL
  • renamed reader/writer to deserializer/serializer and changed their interfaces to better reflect the new role
  • changed the UVLReader and UVLWriter implementations to fit the new deserializer/serializer interfaces
  • added a IPrettyPrinter interface for producing human-readable representations of variability models
  • implemented default pretty printer for all languages

@coemgen1992 coemgen1992 merged commit 2a8c096 into SECPS:main Aug 22, 2024
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