|
@@ -755,17 +755,17 @@ class TestModelverseCore(unittest.TestCase):
|
|
|
# transformation_execute (pn_design_to_runtime)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets",
|
|
|
- "Which model to create for target element PetriNets_Runtime",
|
|
|
+ "Which model to create for target type PetriNets_Runtime",
|
|
|
"Ready for command...",
|
|
|
# transformation_execute (pn_step)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets_Runtime",
|
|
|
- "Which model to create for target element PetriNets_Runtime",
|
|
|
+ "Which model to create for target type PetriNets_Runtime",
|
|
|
"Ready for command...",
|
|
|
# transformation_execute (pn_runtime_to_design)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets_Runtime",
|
|
|
- "Which model to create for target element PetriNets",
|
|
|
+ "Which model to create for target type PetriNets",
|
|
|
"Ready for command...",
|
|
|
# transformation_execute (pn_print)
|
|
|
"Which transformation do you want to execute?",
|
|
@@ -784,12 +784,12 @@ class TestModelverseCore(unittest.TestCase):
|
|
|
# transformation_execute (pn_step)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets_Runtime",
|
|
|
- "Which model to create for target element PetriNets_Runtime",
|
|
|
+ "Which model to create for target type PetriNets_Runtime",
|
|
|
"Ready for command...",
|
|
|
# transformation_execute (pn_runtime_to_design)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets_Runtime",
|
|
|
- "Which model to create for target element PetriNets",
|
|
|
+ "Which model to create for target type PetriNets",
|
|
|
"Ready for command...",
|
|
|
# transformation_execute (pn_print)
|
|
|
"Which transformation do you want to execute?",
|
|
@@ -1061,7 +1061,7 @@ class TestModelverseCore(unittest.TestCase):
|
|
|
# transformation_execute (pn_design_to_runtime)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets",
|
|
|
- "Which model to create for target element PetriNets_Runtime",
|
|
|
+ "Which model to create for target type PetriNets_Runtime",
|
|
|
"Ready for command...",
|
|
|
] + \
|
|
|
step_and_print() * 10 +
|
|
@@ -1300,6 +1300,7 @@ class TestModelverseCore(unittest.TestCase):
|
|
|
" pn_design_to_runtime : PetriNets_RAM",
|
|
|
" pn_runtime_to_design : PetriNets_RAM",
|
|
|
" pn_step : ActionLanguage",
|
|
|
+ " __merged_pn_step : SimpleClassDiagrams",
|
|
|
" __merged_PetriNets_RAM : SimpleClassDiagrams",
|
|
|
" PetriNets_RAM : SimpleClassDiagrams",
|
|
|
" my_pn : PetriNets",]),
|
|
@@ -1321,17 +1322,17 @@ class TestModelverseCore(unittest.TestCase):
|
|
|
# transformation_execute (pn_design_to_runtime)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets",
|
|
|
- "Which model to create for target element PetriNets_Runtime",
|
|
|
+ "Which model to create for target type PetriNets_Runtime",
|
|
|
"Ready for command...",
|
|
|
# transformation_execute (pn_step)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets_Runtime",
|
|
|
- "Which model to create for target element PetriNets_Runtime",
|
|
|
+ "Which model to create for target type PetriNets_Runtime",
|
|
|
"Ready for command...",
|
|
|
# transformation_execute (pn_runtime_to_design)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets_Runtime",
|
|
|
- "Which model to create for target element PetriNets",
|
|
|
+ "Which model to create for target type PetriNets",
|
|
|
"Ready for command...",
|
|
|
# transformation_execute (pn_print)
|
|
|
"Which transformation do you want to execute?",
|
|
@@ -1616,7 +1617,7 @@ class TestModelverseCore(unittest.TestCase):
|
|
|
# transformation_execute (pn_design_to_runtime)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets",
|
|
|
- "Which model to create for target element PetriNets_Runtime",
|
|
|
+ "Which model to create for target type PetriNets_Runtime",
|
|
|
"Model loaded, ready for commands!",
|
|
|
"Use 'help' command for a list of possible commands",
|
|
|
"Please give your command.",
|
|
@@ -1715,12 +1716,12 @@ class TestModelverseCore(unittest.TestCase):
|
|
|
# transformation_execute (pn_step)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets_Runtime",
|
|
|
- "Which model to create for target element PetriNets_Runtime",
|
|
|
+ "Which model to create for target type PetriNets_Runtime",
|
|
|
"Ready for command...",
|
|
|
# transformation_execute (pn_runtime_to_design)
|
|
|
"Which transformation do you want to execute?",
|
|
|
"Which model to bind for source type PetriNets_Runtime",
|
|
|
- "Which model to create for target element PetriNets",
|
|
|
+ "Which model to create for target type PetriNets",
|
|
|
"Ready for command...",
|
|
|
# transformation_execute (pn_print)
|
|
|
"Which transformation do you want to execute?",
|