B-Method

From Wikipedia, the free encyclopedia
  (Redirected from B-Toolkit)
Jump to: navigation, search

The B method is method of software development based on B, a tool-supported formal method based around an abstract machine notation, used in the development of computer software. It was originally developed by Jean-Raymond Abrial in France and the UK. B is related to the Z notation (also originated by Abrial) and supports development of programming language code from specifications. B has been used in major safety-critical system applications in Europe (such as the Paris Métro Line 14). It has robust, commercially available tool support for specification, design, proof and code generation.

Compared to Z, B is slightly more low-level and more focused on refinement to code rather than just formal specification — hence it is easier to correctly implement a specification written in B than one in Z. In particular, there is good tool support for this.

Recently, another formal method called Event-B[1] has been developed. Event-B is considered an evolution of B (also known as classical B). It is a simpler notation, which is easier to learn and use. It comes with tool support in the form of the Rodin Platform.

Contents

[edit] The main components

B notation depends on group theory and first order logic in order to specify different versions of software that covers the complete cycle of project development

[edit] Abstract machine

In the first and the most abstract version, which is called Abstract Machine, designer should specify the goal of the design.

[edit] Refinement

  • Then, during a refinement step, he may pad the specification in order to clarify the goal or to turn the abstract machine more concert by adding more details about data structures and algorithms that explain how the goal may be achieved.
  • The new version, which is called Refinement, should be proven to be coherent and including all the properties of the Abstract Machine.
  • Designer may make use of many B libraries in order to see data structure, to include or import some components.

[edit] Implementation

  • The refinement in its turn may be refined one or many times to obtain a deterministic version which is called Implementation.
  • During all of the development steps the same notation is used and the last version may be translated to Ada, C or C++ language.

[edit] Some B method characteristics

[edit] B-Toolkit

The B-Toolkit,[2] developed by Ib Holm Sørensen et al., is a collection of programming tools designed to support the use of the B-Tool, a set theory based mathematical interpreter, for the purposes of a formal software engineering methodology known as the B method.

The toolkit uses a custom X Window Motif Interface[3] for GUI management and runs primarily on the Linux and Solaris operating systems. It has been developed by the UK based company B-Core (UK) Limited.[4]

[edit] Books

[edit] See also

  • APCB (Association de Pilotage des Conférences B)

[edit] References

[edit] External links

[edit] Tools (alphabetical order)

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.

Personal tools
Namespaces
Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages