|
1 | 1 | -------------------------------------------------------
|
2 | 2 | | SATURATION DE LA BASE DE FAITS : Chainage avant |
|
| 3 | +Recherche applicable : IF naval traffic THEN water. |
3 | 4 | BF contient: naval traffic ? => naval traffic == false ? NO
|
| 5 | +Recherche applicable : IF rail traffic THEN high vibration. |
4 | 6 | BF contient: rail traffic ? => rail traffic == false ? NO
|
5 |
| - BF contient: road traffic ? => road traffic == true ? YES |
6 |
| - BF contient: daily traffic ? => vrai avec : 90.0 ? -> false |
7 |
| - BF contient: pedestrian traffic ? => pedestrian traffic == true ? YES |
8 |
| - BF contient: height ? => vrai avec : 10.0 ? -> false |
| 7 | +Recherche applicable : IF road traffic AND daily traffic > 500.0 THEN high vibration. |
| 8 | + BF contient: road traffic ? => road traffic == false ? NO |
| 9 | +Recherche applicable : IF pedestrian traffic AND height > 26.0 THEN NO use wood. |
| 10 | + BF contient: pedestrian traffic ? => pedestrian traffic == false ? NO |
| 11 | +Recherche applicable : IF high vibration THEN NO use wood. |
9 | 12 | BF contient: high vibration ? => NON
|
| 13 | +Recherche applicable : IF water AND mountain THEN high current. |
10 | 14 | BF contient: water ? => water == false ? NO
|
| 15 | +Recherche applicable : IF water THEN flood risk. |
11 | 16 | BF contient: water ? => water == false ? NO
|
| 17 | +Recherche applicable : IF flood risk THEN high current. |
12 | 18 | BF contient: flood risk ? => NON
|
| 19 | +Recherche applicable : IF high current THEN NO use wood. |
13 | 20 | BF contient: high current ? => NON
|
| 21 | +Recherche applicable : IF forest THEN fire risk. |
14 | 22 | BF contient: forest ? => forest == false ? NO
|
| 23 | +Recherche applicable : IF fire risk THEN NO use wood AND NO use steel. |
15 | 24 | BF contient: fire risk ? => NON
|
| 25 | +Recherche applicable : IF wind THEN tempest risk. |
16 | 26 | BF contient: wind ? => wind == false ? NO
|
| 27 | +Recherche applicable : IF tempest risk THEN NO use wood AND NO use steel AND NO bridge hanging considered. |
17 | 28 | BF contient: tempest risk ? => NON
|
| 29 | +Recherche applicable : IF castle THEN drawbridge considered. |
18 | 30 | BF contient: castle ? => castle == false ? NO
|
19 |
| - BF contient: road traffic ? => NO road traffic == true ? NO |
| 31 | +Recherche applicable : IF NO road traffic AND NO rail traffic AND pedestrian traffic AND length < 50.0 THEN use cord. |
| 32 | + BF contient: road traffic ? => NO road traffic == false ? YES |
| 33 | + BF contient: rail traffic ? => NO rail traffic == false ? YES |
| 34 | + BF contient: pedestrian traffic ? => pedestrian traffic == false ? NO |
| 35 | +Recherche applicable : IF lane number > 2.0 THEN NO use wood. |
20 | 36 | BF contient: lane number ? => vrai avec : 2.0 ? -> false
|
| 37 | +Recherche applicable : IF height > 85.0 THEN use steel. |
21 | 38 | BF contient: height ? => vrai avec : 10.0 ? -> false
|
| 39 | +Recherche applicable : IF height > 30.0 THEN NO bridge vault considered. |
22 | 40 | BF contient: height ? => vrai avec : 10.0 ? -> false
|
| 41 | +Recherche applicable : IF length > 100.0 THEN NO bridge shroud considered. |
23 | 42 | BF contient: length ? => vrai avec : 20.0 ? -> false
|
| 43 | +Recherche applicable : IF length < 25.0 THEN NO bridge shroud considered AND NO bridge hanging considered. |
24 | 44 | BF contient: length ? => vrai avec : 20.0 ? -> true
|
| 45 | +Recherche applicable : IF height > 50.0 THEN NO bridge beam considered. |
25 | 46 | BF contient: height ? => vrai avec : 10.0 ? -> false
|
| 47 | +Recherche applicable : IF height < 50.0 THEN bridge beam considered. |
26 | 48 | BF contient: height ? => vrai avec : 10.0 ? -> true
|
| 49 | +Recherche applicable : IF length < 50.0 THEN bridge vault considered. |
27 | 50 | BF contient: length ? => vrai avec : 20.0 ? -> true
|
| 51 | +Recherche applicable : IF use wood THEN NO bridge arc considered AND NO bridge hanging considered AND NO bridge shroud considered. |
28 | 52 | BF contient: use wood ? => NON
|
| 53 | +Recherche applicable : IF use stone THEN NO bridge hanging considered AND NO bridge shroud considered. |
29 | 54 | BF contient: use stone ? => NON
|
| 55 | +Recherche applicable : IF use stone AND length < 60.0 THEN bridge arc considered. |
30 | 56 | BF contient: use stone ? => NON
|
| 57 | +Recherche applicable : IF use concrete THEN NO bridge hanging considered AND NO bridge shroud considered. |
31 | 58 | BF contient: use concrete ? => NON
|
| 59 | +Recherche applicable : IF use concrete AND length < 60.0 THEN bridge arc considered. |
32 | 60 | BF contient: use concrete ? => NON
|
| 61 | +Recherche applicable : IF use steel AND length < 100.0 THEN bridge arc considered. |
33 | 62 | BF contient: use steel ? => NON
|
| 63 | +Recherche applicable : IF use steel AND length > 50.0 AND heigth > 50.0 THEN bridge shroud considered. |
34 | 64 | BF contient: use steel ? => NON
|
| 65 | +Recherche applicable : IF use steel THEN bridge hanging considered. |
35 | 66 | BF contient: use steel ? => NON
|
| 67 | +Recherche applicable : IF use cord THEN bridge hanging considered. |
36 | 68 | BF contient: use cord ? => NON
|
| 69 | +Recherche applicable : IF use cord THEN NO bridge arc considered AND NO bridge beam considered AND NO bridge shroud considered AND NO bridge vault considered. |
37 | 70 | BF contient: use cord ? => NON
|
| 71 | +Recherche applicable : IF naval traffic THEN water. |
38 | 72 | BF contient: naval traffic ? => naval traffic == false ? NO
|
| 73 | +Recherche applicable : IF rail traffic THEN high vibration. |
39 | 74 | BF contient: rail traffic ? => rail traffic == false ? NO
|
40 |
| - BF contient: road traffic ? => road traffic == true ? YES |
41 |
| - BF contient: daily traffic ? => vrai avec : 90.0 ? -> false |
42 |
| - BF contient: pedestrian traffic ? => pedestrian traffic == true ? YES |
43 |
| - BF contient: height ? => vrai avec : 10.0 ? -> false |
| 75 | +Recherche applicable : IF road traffic AND daily traffic > 500.0 THEN high vibration. |
| 76 | + BF contient: road traffic ? => road traffic == false ? NO |
| 77 | +Recherche applicable : IF pedestrian traffic AND height > 26.0 THEN NO use wood. |
| 78 | + BF contient: pedestrian traffic ? => pedestrian traffic == false ? NO |
| 79 | +Recherche applicable : IF high vibration THEN NO use wood. |
44 | 80 | BF contient: high vibration ? => NON
|
| 81 | +Recherche applicable : IF water AND mountain THEN high current. |
45 | 82 | BF contient: water ? => water == false ? NO
|
| 83 | +Recherche applicable : IF water THEN flood risk. |
46 | 84 | BF contient: water ? => water == false ? NO
|
| 85 | +Recherche applicable : IF flood risk THEN high current. |
47 | 86 | BF contient: flood risk ? => NON
|
| 87 | +Recherche applicable : IF high current THEN NO use wood. |
48 | 88 | BF contient: high current ? => NON
|
| 89 | +Recherche applicable : IF forest THEN fire risk. |
49 | 90 | BF contient: forest ? => forest == false ? NO
|
| 91 | +Recherche applicable : IF fire risk THEN NO use wood AND NO use steel. |
50 | 92 | BF contient: fire risk ? => NON
|
| 93 | +Recherche applicable : IF wind THEN tempest risk. |
51 | 94 | BF contient: wind ? => wind == false ? NO
|
| 95 | +Recherche applicable : IF tempest risk THEN NO use wood AND NO use steel AND NO bridge hanging considered. |
52 | 96 | BF contient: tempest risk ? => NON
|
| 97 | +Recherche applicable : IF castle THEN drawbridge considered. |
53 | 98 | BF contient: castle ? => castle == false ? NO
|
54 |
| - BF contient: road traffic ? => NO road traffic == true ? NO |
| 99 | +Recherche applicable : IF NO road traffic AND NO rail traffic AND pedestrian traffic AND length < 50.0 THEN use cord. |
| 100 | + BF contient: road traffic ? => NO road traffic == false ? YES |
| 101 | + BF contient: rail traffic ? => NO rail traffic == false ? YES |
| 102 | + BF contient: pedestrian traffic ? => pedestrian traffic == false ? NO |
| 103 | +Recherche applicable : IF lane number > 2.0 THEN NO use wood. |
55 | 104 | BF contient: lane number ? => vrai avec : 2.0 ? -> false
|
| 105 | +Recherche applicable : IF height > 85.0 THEN use steel. |
56 | 106 | BF contient: height ? => vrai avec : 10.0 ? -> false
|
| 107 | +Recherche applicable : IF height > 30.0 THEN NO bridge vault considered. |
57 | 108 | BF contient: height ? => vrai avec : 10.0 ? -> false
|
| 109 | +Recherche applicable : IF length > 100.0 THEN NO bridge shroud considered. |
58 | 110 | BF contient: length ? => vrai avec : 20.0 ? -> false
|
| 111 | +Recherche applicable : IF height > 50.0 THEN NO bridge beam considered. |
59 | 112 | BF contient: height ? => vrai avec : 10.0 ? -> false
|
| 113 | +Recherche applicable : IF use wood THEN NO bridge arc considered AND NO bridge hanging considered AND NO bridge shroud considered. |
60 | 114 | BF contient: use wood ? => NON
|
| 115 | +Recherche applicable : IF use stone THEN NO bridge hanging considered AND NO bridge shroud considered. |
61 | 116 | BF contient: use stone ? => NON
|
| 117 | +Recherche applicable : IF use stone AND length < 60.0 THEN bridge arc considered. |
62 | 118 | BF contient: use stone ? => NON
|
| 119 | +Recherche applicable : IF use concrete THEN NO bridge hanging considered AND NO bridge shroud considered. |
63 | 120 | BF contient: use concrete ? => NON
|
| 121 | +Recherche applicable : IF use concrete AND length < 60.0 THEN bridge arc considered. |
64 | 122 | BF contient: use concrete ? => NON
|
| 123 | +Recherche applicable : IF use steel AND length < 100.0 THEN bridge arc considered. |
65 | 124 | BF contient: use steel ? => NON
|
| 125 | +Recherche applicable : IF use steel AND length > 50.0 AND heigth > 50.0 THEN bridge shroud considered. |
66 | 126 | BF contient: use steel ? => NON
|
| 127 | +Recherche applicable : IF use steel THEN bridge hanging considered. |
67 | 128 | BF contient: use steel ? => NON
|
| 129 | +Recherche applicable : IF use cord THEN bridge hanging considered. |
68 | 130 | BF contient: use cord ? => NON
|
| 131 | +Recherche applicable : IF use cord THEN NO bridge arc considered AND NO bridge beam considered AND NO bridge shroud considered AND NO bridge vault considered. |
69 | 132 | BF contient: use cord ? => NON
|
0 commit comments