-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodel_files.json
More file actions
42 lines (41 loc) · 863 Bytes
/
model_files.json
File metadata and controls
42 lines (41 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"mutant_operators": [
"ROR",
"LOR",
"ASR",
"MMR",
"ICR",
"TOR",
"MOR",
"PMR",
"POR",
"FIR",
"FLR",
"UDO",
"SCR",
"STR",
"CR"
],
"Heli": {
"model": "HelicopterSystem",
"cd": "matlab_workspace/heli",
"project": "heli.prj",
"system": "HelicopterSystem",
"test": "HeliLoopTest"
},
"sf_aircraft": {
"model": "sf_aircraft",
"cd": "matlab_workspace/fimtool_cases/Aircraft_fault_injector/sf_aircraft_model",
"system": "sf_aircraft"
},
"Aircraft": {
"model": "Aircraft",
"cd": "matlab_workspace/fimtool_cases/Aircraft_fault_injector/sf_aircraft_model",
"system": "Aircraft"
},
"AutotransModel": {
"model": "AutotransModel",
"cd": "matlab_workspace/fimtool_cases/Autotrans_fault_injector/cav_benchmark",
"system": "AutotransModel"
}
}