Changes between Version 6 and Version 7 of week8+
- Timestamp:
- 08/18/08 09:58:08 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
week8+
v6 v7 6 6 I mean , the if does an observation or use an previous observation done by an exec?[[BR]] 7 7 The answer to this question will completly change the data structure and the algorithm to apply the condition in UnicornCall.[[BR]] 8 Then we debate about that. [[BR]] 8 Then we debate about that. [[BR]][[BR]] 9 9 If the if doesn't perform an observation we'll just need of map of Response with the name of the observer as an ID.[[BR]] 10 Therefore the condition of the if will give us the name of the observation on which we'll have to apply the condition and we can search it in the map of Response.[[BR]] 11 Otherwise it's a little bit trickier to get the observer of the if to launch it but still possible.[[BR]]10 Therefore the condition of the if will give us the name of the observation on which we'll have to apply the condition and we can search it in the map of Response.[[BR]][[BR]] 11 Otherwise it's a little bit trickier to get the observer of the if to launch it but still quite easy to do.[[BR]] 12 12 We'll have a huge map of Response which will group all the response. This map will be filled thanks to the recursion on the tree.[[BR]] 13 13 ----
