-
Notifications
You must be signed in to change notification settings - Fork 1
Ids for M3 Elements #53
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
Comments
Experimentation in the TypeScript-implementation going on in PR # |
So, FQNs would be |
These are not valid ids (because of the dot). |
Where did we document the criteria of valid IDs again? |
|
OK, I fixed the invalid IDs in LionWeb-io/lionweb-typescript#25 |
For the record: This PR implies the FQNs would be like |
All ids are listed at https://github.com/LIonWeb-org/organization/blob/main/lioncore/metametamodel.adoc#ids-of-m3-elements (after #79 merged) |
Which ids are we using for M3 elements?
Option A: Use fully qualified name the element
Example:
LIonCore.Concept
Concept
,Containment
, etc.Option B: Use arbitarily chosen ids
Examples:
23948723
orALkdlkh-sdfkl_32
We would violate our own guideline.
-> Decision: Option A (use FQNs)
The text was updated successfully, but these errors were encountered: