Stefan Nadschläger, Markus Jäger, Daniel Hofer, Josef Küng,
"Data Structures for a Generic Software System using the Composite Design Pattern"
: Proceedings of the European Conference on Pattern Languages of Programs 2021, ACM, 7-2021
Original Titel:
Data Structures for a Generic Software System using the Composite Design Pattern
Sprache des Titels:
Englisch
Original Buchtitel:
Proceedings of the European Conference on Pattern Languages of Programs 2021
Original Kurzfassung:
A well-designed generic software system can be reused in many contexts by efficiently handling variability. In this paper, data structures and their application in a software architecture is presented that apply the basic idea of the Composite design pattern to keep it as simple as possible, but also as generic as possible. The application of these data structures is shown throughout a layered architecture so that software developers can follow and apply the concepts. The benefit of such an architecture is that it (1) only makes use of familiar concepts, and it is easy to read and understand by knowing especially one design pattern and (2) results in a generic software system, usable in different domains.