1 | | The MoMoc Plugin is based on the [/ReferenceNetsReachabilityGraph RNRG] plugin, whose key functionality (creating a reachability graph) can be accessed through the MoMoc Plugin. |
| 1 | == MoMoC - A Modular Model Checker |
| 2 | |
| 3 | The MoMoC Plugin is a modular model-checking tool designed to be able to verify all formalism that Renew can simulate, most notably including the Reference Net formalism. |
| 4 | Currently, MoMoC can verify CTL formulas on Referencenets and thus also on CPNs and P/T-Nets. |
| 5 | It also features an interactive result visualisation for label based model checking approaches such as CTL model checking. |
| 6 | |
| 7 | MoMoC is implemented in several modules (thus its name) and each can quickly be exchanged to alter the behaviour of the plugin. |
| 8 | This makes it easy to test out new algorithms or data-structures, as only the corresponding module needs to be replaced. |
| 9 | |
| 10 | The foundation of MoMoC is the [/ReferenceNetsReachabilityGraph RNRG] plugin, whose key functionality (creating a reachability graph) can be accessed through the MoMoC Plugin. |
| 11 | |
| 12 | == User Guide |
| 13 | |
| 14 | A detailed user guide will follow shortly. |
| 15 | |
| 16 | == Developer Guide |
| 17 | |
| 18 | A detailed developer guide will follow shortly. |