|
@@ -143,14 +143,14 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
"",
|
|
|
"Encapsulated_PetriNet",
|
|
|
"",
|
|
|
- "Plant2EPN",
|
|
|
+ "plant_to_EPN",
|
|
|
] + get_model_constructor(open("models/plant_to_EPN.mvc", "r").read()) + [
|
|
|
"transformation_add_AL",
|
|
|
"PetriNet",
|
|
|
"",
|
|
|
"ReachabilityGraph",
|
|
|
"",
|
|
|
- "reachability_analyse",
|
|
|
+ "reachability",
|
|
|
] + get_constructor(open("integration/code/reachability.alc", "r").read()) + [
|
|
|
"transformation_add_AL",
|
|
|
"PW_Environment",
|
|
@@ -284,8 +284,8 @@ class TestPowerWindow(unittest.TestCase):
|
|
|
" Requirements : SimpleClassDiagrams",
|
|
|
" Network : SimpleClassDiagrams",
|
|
|
" Query : SimpleClassDiagrams",
|
|
|
- " reachability_analyse : ActionLanguage",
|
|
|
- " Plant2EPN : All_RAM",
|
|
|
+ " reachability : ActionLanguage",
|
|
|
+ " plant_to_EPN : All_RAM",
|
|
|
" define_req : ManualOperation",
|
|
|
" refine_plant : ManualOperation",
|
|
|
" refine_control : ManualOperation",
|