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

We support language-agnostic, reflective-generic, and language-specific clients #214

Open
enikao opened this issue Jan 15, 2024 · 0 comments

Comments

@enikao
Copy link
Contributor

enikao commented Jan 15, 2024

LionWeb considers and supports these kinds of clients:

  • language-agnostic: A client that does only look at M1 models, and doesn't care about any languages and thus doesn't need to know them. Examples include a validator for LionWeb JSON format, a pretty-printer to create human-readable versions of the model, or a reference checker.

  • reflective-generic: A client that can work with any M1 model and reflectively interprets the associated languages. These clients need to know the language(s) to work properly. Examples include a generic validator or editor (they need to know valid values for properties and containments/references).

  • language-specific: A client that can work only with models adhering to a specific set of language(s). Examples include tools that use hard-coded, host-language classes to represent the concepts.

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