CamilleX User Guide: Difference between revisions
From Event-B
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The latest CamilleX development is available '''[https://github.com/ | The latest CamilleX development is available '''[https://github.com/eventB-Soton/Rodin-Bundles/releases here</font>]''' | ||
The latest CamilleX User Guide is available as pdf '''[https://sourceforge.net/projects/rodin-b-sharp/files/Plugin_CamilleX/1.0.0/CamilleXUserManual_v1.0.0.pdf/download<font color="red"> here</font>]'''. Some important information is listed below. | The latest CamilleX User Guide is available as pdf '''[https://sourceforge.net/projects/rodin-b-sharp/files/Plugin_CamilleX/1.0.0/CamilleXUserManual_v1.0.0.pdf/download<font color="red"> here</font>]'''. Some important information is listed below. |
Revision as of 12:18, 9 March 2023
The latest CamilleX development is available here
The latest CamilleX User Guide is available as pdf here. Some important information is listed below.
Introduction
The CamilleX feature provides text editors for XContexts and and XMachines which then compiled automatically to Event-B contexts and machines.
For more details about the principles on CamilleX, see the CamilleX page.
Installation
Setup
- Before install CamilleX, you need to add the XText update site (http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/) as an additional software site.
- CamilleX is available as a separate feature from the main Rodin update site (under Modelling Extensions category)
Release Notes
IMPORTANT
- Currently, CamilleX not only supports "standard" Event-B machines and contexts, but also machine inclusion/event synchronisation mechanisms.
- Since the XContexts and XMachines are compiled to the Rodin files, the corresponding Rodin contexts and machines will be OVER-WRITTEN. Any changes in the Rodin files will be lost.
- DO NOT USE CamilleX if you use modelling extensions such as iUML-B state-machines and class-diagrams, as the additional modelling elements will be over-written.
- Windows users must change the workspace text file encoding to UTF-8. This can be updated under the Rodin Preferences: General/Workspace then in the Text file encoding section, select Other: UTF-8.
KNOWN ISSUES
- Machine Inclusion:
- Including the same machine to both the abstract and its refining machine can result in the repetition of invariants.