System Design Validation Using Formal Models

  • Authors:
  • Peter Henderson;Robert Walters

  • Affiliations:
  • -;-

  • Venue:
  • RSP '99 Proceedings of the Tenth IEEE International Workshop on Rapid System Prototyping
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

Formal methods are a nice idea, but the size and complexity of real systems means that they are impractical. We propose that a reasonable alternative to attempting to specify and verify the system in its entirety is to build and evaluate an abstract model(s) of aspects of the system that are perceived as important.Using a model will not provide proof of the system, but it can help to find shortcomings and errors at an early stage. Executing the model should also give a measure of confidence in the final product.Many systems today are built from communicating components so that the task of the developers is becoming fitting these components together to form the required system. We show how a formal model can be sympathetic to this type of architecture using our tool, RolEnact and explain how this may be related to a COM implementation.