@@ -19,7 +19,9 @@ String function JSON_print(model : Element):
while (set_len(keys_m) > 0):
v_m = set_pop(keys_m)
+ log("Check " + v_m)
type = read_type(model["metamodel"], read_type(model, v_m))
+ log("Type: " + type)
if (bool_or(type == "Class", type == "Association")):
if (bool_not(first)):
@@ -1,7 +1,7 @@
include "primitives.alh"
-Class Float {}
-Class String {}
+SimpleAttribute Float {}
+SimpleAttribute String {}
Class Block{}
Class ICBlock{}
-Class Boolean {}
+SimpleAttribute Boolean {}
Class State {
name = "State"