🤖 AI Summary
Quantitative timing properties in RT-DEVS models are difficult to verify rigorously, and conventional simulation often misses subtle timing defects. Method: This paper proposes a verification framework integrating Uppaal model checking with automaton-based observers—introducing, for the first time, observer technology tailored for quantitative timing analysis of RT-DEVS models—and designs a timing property mutation technique to enable fault-directed, targeted verification. The approach supports automated checking of periodic timing constraints (e.g., “triggered every T time units”). Contribution/Results: Applied to a railway control case study, the method successfully uncovers hidden timing discrepancies between model specifications and implementations. Experiments demonstrate that it overcomes inherent limitations of traditional simulation, significantly improving both the completeness of real-time system timing property verification and the precision of defect localization.
📝 Abstract
Real-Time DEVS (RT-DEVS) can model systems with quantitative temporal requirements. Ensuring that such models verify that kind of temporal properties requires to use something beyond simulation. In this work we use the model checker Uppaal to verify a class of recurrent quantitative temporal properties appearing in RT-DEVS models, even though Uppaal cannot deal in general with this kind of properties. In order to overcome these limitations we use the technique known as automata observer. Secondly, by introducing mutations to quantitative temporal properties we are able to find errors in RT-DEVS models and their implementations. A case study from the railway domain is presented.