Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.2.4 | 2017-11-22 | ||
0.2.3 | 2015-12-16 | ||
0.2.2 | 2015-10-27 | ||
0.2.1 | 2015-10-07 | ||
0.2.0 | 2015-09-09 | ||
0.1.4 | 2014-05-31 | ||
0.1.3 | 2011-11-23 | ||
0.1.2 | 2011-09-16 | ||
0.1.1 | 2011-07-14 | ||
README.md | 2017-11-22 | 1.4 kB | |
Totals: 10 Items | 1.4 kB | 34 |
Event-B Utilities Package
This package provides additional functionalities to manipulate Event-B components. There are different bundles for the package can be installed via the update site (RODIN sourceforge update site).
-
ch.ethz.eventb.utils_feature_x.x.x.x.jar The basic feature containing the binary build of the package.
-
ch.ethz.eventb.utils.tests.feature_x.x.x.x.jar The tests feature.
-
ch.ethz.eventb.utils.sdk_x.x.x.x.jar The SDK feature containing the source code and tests used for development.
The complete source code of the package can be downloaded as a zip file ch.ethz.eventb.utils_x.x.x.zip
Release history
Version 0.2.4 - Implement method to get invariants
- add method getSCInvariants() to EventBSCUtils to get the invariants from statically checked machine.
- Create a new Tests feature
- Change the SDK feature to generate source features.
Version 0.2.3 - Implement method to get variables' type
- add method getVariableType(…) to EventBSCUtils to get the type of a variable from the statically checked machine
Version 0.2.2 - Utilities related to Event-B UI
- Added utilitities related to Event-B UI: Event-B content provider, Event-B label provider, Event-B viewer filter.
Version 0.2.1 - Publish the SDK feature
- Published the SDK feature of the package.
- Changed the structure of the tests plugin.