Algorithm 1. Information Acquisition Phase. |
|
1: |
procedure
(
|
|
2: |
if is finished then |
3: |
Generate
|
4: |
|
5: |
(
)
|
6: |
|
7: |
end if |
8: |
end procedure |
9: |
|
10: |
procedure
(
)
|
11: |
|
12: |
end procedure |
13: |
|
14: |
procedure
(
)
|
|
15: |
if is finished then |
16: |
Generate
|
17: |
|
18: |
(
)
|
19: |
|
20: |
end if |
21: |
end procedure |
|
22: |
|
23: |
procedure
(
)
|
|
24: |
if
then
|
25: |
if
is not in
then
|
26: |
|
27: |
else |
28: |
|
29: |
end if |
30: |
Call TM () |
31: |
else |
32: |
Drop (
)
|
33: |
end if |
34: |
end procedure |
|