RobotML / Athena-VLE

This project is dedicated to the definition of the specifications of *Athena* and *VLE* generator from **RobotML** models
0 stars 0 forks source link

generation of event / operation #15

Closed patinusb closed 10 years ago

patinusb commented 11 years ago

for the time being, if an operation is defined, it always generates a processing. Due to the fact it is through operation that event are defined, this is not more true. When an operation leads to an event, NO PROCESSING is to be created.

processing oConditionA(
                        inout Int32 time ) begin        
    /*Error : Bad ALf block ! */
    time == 0

end

And

event oConditionA {  time == 0 }
nbrodnan commented 10 years ago

Now we search if the opaqueBeahvior is linked to a tansition guard to generate an event or a processing.