|
@@ -39,6 +39,7 @@ Element function modify(model : Element, write : Boolean):
|
|
|
else:
|
|
|
output(" == READ-ONLY ==")
|
|
|
output(" list -- Prints the list of elements in the model")
|
|
|
+ output(" list_full -- Prints the list of all elements in the model")
|
|
|
output(" types -- Prints the list of elements that can be instantiated")
|
|
|
output(" read -- Prints the current state of a model element")
|
|
|
output(" verify -- Check whether the model conforms to the metamodel")
|