@@ -19,9 +19,7 @@ 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)):
@@ -415,7 +415,6 @@ class TestModelverse(unittest.TestCase):
count_nodes = 0
count_edges = 0
for entry in element_list_nice("test/PetriNet"):
- print(entry)
assert entry["type"] in ["Node", "Edge"]
if entry["type"] == "Node":
assert len(entry) == 2
@@ -1,7 +1,7 @@
"""
Generated by Statechart compiler by Glenn De Jonghe, Joeri Exelmans, Simon Van Mierlo, and Yentl Van Tendeloo (for the inspiration)
-Date: Fri May 25 16:49:54 2018
+Date: Fri May 25 16:51:39 2018
Model author: Yentl Van Tendeloo
Model name: MvK Server