소스 검색

Do operation on self

Yentl Van Tendeloo 7 년 전
부모
커밋
540d2c604a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      test_printer.py
  2. 1 1
      wrappers/modelverse_SCCD.py

+ 1 - 1
test_printer.py

@@ -7,4 +7,4 @@ login("admin", "admin")
 
 model_add("formalisms/String", "formalisms/SimpleClassDiagrams", open("models/String.mvc", 'r').read())
 transformation_add_AL({"AL": "formalisms/ActionLanguage"}, {"String": "formalisms/String"}, "models/AL_to_Py", open("models/AL_to_py.alc", 'r').read())
-transformation_execute_AL("models/AL_to_PY", {"AL": "models/AL_model"}, {"String": "models/printed_string"})
+transformation_execute_AL("models/AL_to_PY", {"AL": "models/AL_to_Py"}, {"String": "models/printed_string"})

+ 1 - 1
wrappers/modelverse_SCCD.py

@@ -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:   Tue Mar 27 15:57:35 2018
+Date:   Wed Mar 28 08:08:55 2018
 
 Model author: Yentl Van Tendeloo
 Model name:   MvK Server