Extending the Static Checker (How to extend Rodin Tutorial)

From Event-B
Revision as of 13:02, 24 August 2010 by imported>Tommy (New page: {{Navigation|Previous= Extending_the_Static_Checker(How_to_extend_Rodin_Tutorial) | Up= How to extend Rodin Tutorial (Index) | Next= }} === In this part === We w...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

In this part

We will see how to add rules to statically check the machines after our extension. The Static Checker is one dedicated part of the Proof Obligation generation process. In fact, we have to be sure before creating Proof Obligations, that the model is correctly expressed.



Step1

Step2