Verification-driven slicing of UML/OCL models

  • Authors:
  • Asadullah Shaikh;Robert Clarisó;Uffe Kock Wiil;Nasrullah Memon

  • Affiliations:
  • Universitat Oberta de Catalunya, Barcelona, Spain;Universitat Oberta de Catalunya Barcelona, Barcelona, Spain;University of Southern Denmark, Odense, Denmark;University of Southern Denmark, Odense, Denmark

  • Venue:
  • Proceedings of the IEEE/ACM international conference on Automated software engineering
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Model defects are a significant concern in the Model-Driven Development (MDD) paradigm, as model transformations and code generation may propagate errors to other notations where they are harder to detect and trace. Formal verification techniques can check the correctness of a model, but their high computational complexity can limit their scalability. In this paper, we consider a specific static model (UML class diagrams annotated with unrestricted OCL constraints) and a specific property to verify (satisfiability, i.e., "is it possible to create objects without violating any constraint?"). Current approaches to this problem have an exponential worst-case runtime. We propose a technique to improve their scalability by partitioning the original model into submodels (slices) which can be verified independently and where irrelevant information has been abstracted. The definition of the slicing procedure ensures that the property under verification is preserved after partitioning.