Skip to content

Commit 025639d

Browse files
author
Niko Stotz
committed
introduced attribute "id: Id" to NamespacedEntity and Metamodel in M3 diagram
1 parent 307eea9 commit 025639d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lioncore/metametamodel.puml

+2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ abstract class Link #LightBlue extends Feature {
2929

3030
class Metamodel implements NamespaceProvider {
3131
qualifiedName: String
32+
id: Id
3233
}
3334

3435
abstract class MetamodelElement implements NamespacedEntity
3536

3637
abstract class NamespacedEntity {
3738
simpleName: String
3839
qualifiedName(): String
40+
id: Id
3941
}
4042

4143
interface NamespaceProvider {

0 commit comments

Comments
 (0)