@@ -75,7 +75,6 @@ Element function construct_function_list(list : Element):
return model!
Void function create_al_link(model : Element, linktype : String, source : String, target : String, dictname : String):
- log("Create AL link for " + linktype + " - " + source + " - " + target + " - " + dictname)
instantiate_attribute(model, instantiate_link(model, linktype, "", source, target), "name", dictname)
return!
@@ -345,8 +345,8 @@ class ModelverseKernel(object):
#print(func)
# To write out all generated functions
- with open('/tmp/junk/%s' % suggested_name, 'w') as f:
- f.write(func)
+ #with open('/tmp/junk/%s' % suggested_name, 'w') as f:
+ # f.write(func)
yield [("RETURN", [func])]
@@ -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: Thu May 17 15:56:18 2018
+Date: Thu May 17 17:51:39 2018
Model author: Yentl Van Tendeloo
Model name: MvK Server