vix.ing · top · new · best · stats · spec

Modularizing Behavioral and Architectural Crosscutting Concerns in Formal Component-Based Systems - Application to the Behavior Interaction Priority Framework

2018/05/22 by Antoine El-Hokayem, Ylìès Falcone, Yliès Falcone +4
Computer Science · #Advanced Software Engineering Methodologies #FOS: Computer and information sciences #Formal Methods in Verification #Service-Oriented Architecture and Web Services #Software Engineering (cs.SE) #cs.SE

paper · pdf · doi:10.48550/arxiv.1805.08406

arxiv created 2018/05/22 · openalex publication_date 2018/05/22 · arxiv updated 2018/05/23 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We define a method to modularize crosscutting concerns in Component-Based Systems (CBSs) expressed using the Behavior Interaction Priority (BIP) framework. Our method is inspired from the Aspect Oriented Programming (AOP) paradigm which was initially conceived to support the separation of concerns during the development of monolithic systems. BIP has a formal operational semantics and makes a clear separation between architecture and behavior to allow for compositional and incremental design and analysis of systems. We distinguish local from global aspects. Local aspects model concerns at the component level and are used to refine the behavior of components. Global aspects model concerns at the architecture level, and hence refine communications (synchronization and data transfer) between components. We formalize local and global aspects as well as their composition and integration into a BIP system through rigorous transformation primitives. We present AOP-BIP, a tool for Aspect-Oriented Programming of BIP systems, demonstrate its use to modularize logging, security, and fault tolerance in a network protocol, and discuss its possible use in runtime verification of CBSs.

Related