Changes between Version 6 and Version 7 of week8+

Show
Ignore:
Timestamp:
08/18/08 09:58:08 (5 years ago)
Author:
fbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • week8+

    v6 v7  
    66I mean , the if does an observation or use an previous observation done by an exec?[[BR]] 
    77The 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]] 
     8Then we debate about that. [[BR]][[BR]] 
    99If 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]] 
     10Therefore 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]] 
     11Otherwise it's a little bit trickier to get the observer of the if to launch it but still quite easy to do.[[BR]] 
    1212We'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]] 
    1313----