English

Modelling and Verifying an Object-Oriented Concurrency Model in GROOVE

Programming Languages 2015-05-21 v1 Logic in Computer Science Software Engineering

Abstract

SCOOP is a programming model and language that allows concurrent programming at a high level of abstraction. Several approaches to verifying SCOOP programs have been proposed in the past, but none of them operate directly on the source code without modifications or annotations. We propose a fully automatic approach to verifying (a subset of) SCOOP programs by translation to graph-based models. First, we present a graph transformation based semantics for SCOOP. We present an implementation of the model in the state-of-the-art model checker GROOVE, which can be used to simulate programs and verify concurrency and consistency properties, such as the impossibility of deadlocks occurring or the absence of postcondition violations. Second, we present a translation tool that operates on SCOOP program code and generates input for the model. We evaluate our approach by inspecting a number of programs in the form of case studies.

Keywords

Cite

@article{arxiv.1505.05265,
  title  = {Modelling and Verifying an Object-Oriented Concurrency Model in GROOVE},
  author = {Claudio Corrodi},
  journal= {arXiv preprint arXiv:1505.05265},
  year   = {2015}
}

Comments

124 pages, Master's Thesis at ETH Z\"urich

R2 v1 2026-06-22T09:37:45.884Z