Exploring implicit parallelism in class diagrams

  • Authors:
  • Tolga Ovatman;Thomas Weigert;Feza Buzluca

  • Affiliations:
  • Istanbul Technical University, Department of Computer Engineering, 34469 Maslak, Istanbul, Turkey;Missouri University of Science and Technology, Department of Computer Science 1870 Miner Circle, Rolla, MO 65409, USA;Istanbul Technical University, Department of Computer Engineering, 34469 Maslak, Istanbul, Turkey

  • Venue:
  • Journal of Systems and Software
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Abstract: As multicore processors are becoming more wide-spread, leveraging of parallelism is once again becoming an important concern during the software development process. Substantial refactoring is required to parallelize legacy sequential software in order to exploit the advantages offered by parallel processing. In this study, guidelines are offered to aid in parallelizing object-oriented programs by analyzing their designs as represented in UML class diagrams. We define often occurring patterns of class-dependencies and demonstrate their characteristics in class diagrams by investigating their properties. We present example instances exhibiting the usage of these patterns in class diagrams. Through analyzing the runtime aspects of these instances, we have identified how they impact the parallelization of object oriented software. Taking these lessons into account when refactoring existing object-oriented software can significantly reduce time and effort required. We have evaluated our method by applying it to three popular design patterns and a real-world case study.