|
@@ -207,6 +207,20 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
"",
|
|
"",
|
|
|
"matches",
|
|
"matches",
|
|
|
] + get_model_constructor_2("models/matches.mvc") + [
|
|
] + get_model_constructor_2("models/matches.mvc") + [
|
|
|
|
|
+ "transformation_add_AL",
|
|
|
|
|
+ "PetriNet",
|
|
|
|
|
+ "",
|
|
|
|
|
+ "PetriNet",
|
|
|
|
|
+ "",
|
|
|
|
|
+ "pn_print",
|
|
|
|
|
+ ] + get_constructor(open("models/pn_print.alc", "r").read()) + [
|
|
|
|
|
+ "transformation_add_AL",
|
|
|
|
|
+ "Encapsulated_PetriNet",
|
|
|
|
|
+ "",
|
|
|
|
|
+ "Encapsulated_PetriNet",
|
|
|
|
|
+ "",
|
|
|
|
|
+ "epn_print",
|
|
|
|
|
+ ] + get_constructor(open("models/epn_print.alc", "r").read()) + [
|
|
|
"model_list",
|
|
"model_list",
|
|
|
"process_execute",
|
|
"process_execute",
|
|
|
"pm_powerwindow",
|
|
"pm_powerwindow",
|
|
@@ -430,6 +444,14 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
"Name of new transformation?",
|
|
"Name of new transformation?",
|
|
|
"Waiting for model constructors...",
|
|
"Waiting for model constructors...",
|
|
|
"Ready for command...",
|
|
"Ready for command...",
|
|
|
|
|
+ # transformation_add_AL * 2
|
|
|
|
|
+ ] + [ "Which metamodels do you want to use as source for the action code (empty string to finish)?",
|
|
|
|
|
+ "Model added as source",
|
|
|
|
|
+ "Which metamodels do you want to use as target for the action code (empty string to finish)?",
|
|
|
|
|
+ "Model added as target",
|
|
|
|
|
+ "Name of Action Language model?",
|
|
|
|
|
+ "Waiting for model constructors...",
|
|
|
|
|
+ "Ready for command...", ] * 2 + [
|
|
|
# model_list
|
|
# model_list
|
|
|
model_list |
|
|
model_list |
|
|
|
set([
|
|
set([
|
|
@@ -446,6 +468,8 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
" refine_control : ManualOperation",
|
|
" refine_control : ManualOperation",
|
|
|
" refine_environment : ManualOperation",
|
|
" refine_environment : ManualOperation",
|
|
|
" refine_query : ManualOperation",
|
|
" refine_query : ManualOperation",
|
|
|
|
|
+ " pn_print : ActionLanguage",
|
|
|
|
|
+ " epn_print : ActionLanguage",
|
|
|
" __merged_define_req : SimpleClassDiagrams",
|
|
" __merged_define_req : SimpleClassDiagrams",
|
|
|
" __merged_All_RAM : SimpleClassDiagrams",
|
|
" __merged_All_RAM : SimpleClassDiagrams",
|
|
|
" __merged_refine_plant : SimpleClassDiagrams",
|
|
" __merged_refine_plant : SimpleClassDiagrams",
|