@inproceedings{20958,
  abstract     = {{Nowadays requirements are mostly specified in unrestricted natural language so that each stakeholder understands them. To ensure high quality and to avoid misunderstandings, the requirements have to be validated. Because of the ambiguity of natural language and the resulting absence of an automatic mechanism, this has to be done manually. Such manual validation techniques are timeconsuming, error-prone, and repetitive because hundreds or thousands of requirements must be checked. With an automatic validation the requirements engineering process can be faster and can produce requirements of higher quality. To realize an automatism, we propose a controlled natural language (CNL) for the documentation of requirements. On basis of the CNL, a concept for an automatic requirements validation is developed for the identification of inconsistencies and incomplete requirements. Additionally, automated correction operations for such defective requirements are presented. The approach improves the quality of the requirements and therefore the quality of the whole development process.}},
  author       = {{Holtmann, Jörg and Meyer, Jan and von Detten, Markus}},
  booktitle    = {{2011 IEEE Fourth International Conference on Software Testing, Verification and Validation Workshops}},
  isbn         = {{9781457700194}},
  title        = {{{Automatic Validation and Correction of Formalized, Textual Requirements}}},
  doi          = {{10.1109/icstw.2011.17}},
  year         = {{2011}},
}

@inproceedings{20960,
  abstract     = {{Heutige Steuergeraete im Automobilbereich zeichnen sich durch eine hohe Funktionsvielfalt und eine hohe Vernetzung untereinander aus. Dies fuehrt zu immer komplexeren Systemen, wobei auch immer mehr sicherheitskritische Funktionen durch Software realisiert werden. Damit die Qualitaet der Software entsprechend hoch und zufriedenstellend ist, erfordert die Entwicklung ein systematisches und prozesskonformes Vorgehen. Der fuer die Softwarearchitektur entwickelte AUTOSAR Standard ist allerdings nicht fuer die fruehen Entwicklungsphasen wie die Anforderungsanalyse und das Systemarchitekturdesign gedacht, welche von Prozessbewertungsmodellen – wie Automotive SPICE – gefordert werden. Als Loesung fuer die Analyse bietet sich die Nutzung der Systems Modeling Language (SysML) mit Anpassungen bzw. Erweiterungen an die Beduerfnisse der Automobilindustrie, an. Damit aber keine Luecke im Entwicklungsprozess entsteht, wird bei der hier vorgestellten Methode ein wohldefinierter uebergang zur AUTOSAR Architektur, und zwar zur Applikations- und zur Basissoftware, definiert.
}},
  author       = {{Meyer, Jan and Holtmann, Jörg}},
  booktitle    = {{Tagungsband des Dagstuhl-Workshop MBEES: Modellbasierte Entwicklung eingebetteter Systeme VII}},
  pages        = {{21--30}},
  publisher    = {{fortiss GmbH}},
  title        = {{{Eine durchgängige Entwicklungsmethode von der Systemarchitektur bis zur Softwarearchitektur mit AUTOSAR}}},
  year         = {{2011}},
}

@inproceedings{20975,
  abstract     = {{Software maintenance tasks require knowledge about the software’s design. Several tools help to identify implementations of software patterns, e.g. Design Patterns, in source code and thus help to reveal the underlying design. In case of the reverse engineering tool suite Reclipse, detection algorithms are generated from manually created, formal pattern specifications. Due to numerous variants that have to be considered, the pattern specification is error-prone. Because of this, the complex, step-wise generation process has to be traceable backwards to identify specification mistakes. To increase the traceability, we directly interpret the detection algorithm models (story diagrams) instead of executing code generated from these models. This way, a reverse engineer no longer has to relate generated code to the story diagrams to find mistakes in pattern specifications.
}},
  author       = {{Fockel, Markus and Travkin, Dietrich and von Detten, Markus}},
  booktitle    = {{Proceedings of the 8th International Fujaba Days}},
  title        = {{{Interpreting Story Diagrams for the Static Detection of Software Patterns}}},
  year         = {{2011}},
}

@inproceedings{20915,
  abstract     = {{Durch die immer kuerzer werdenden Entwicklungszyklen und den groeßer werdenden Druck bzgl. Time-to-Market fuer eingebettete Systeme im Automobilsektor steigt der Bedarf, die Systeme bereits zu fruehen Entwicklungszeitpunkten gegenueber den Qualitaetsanforderungen (z. B. Zeitanforderungen und Ressourcenauslastung) zu verifizieren. Wir stellen einen Ansatz vor, der eine formale Spezifikation von Zeitanforderungen und Wirkketten sowie deren fruehzeitige Analyse durch Simulation erlaubt. Verletzungen von Zeitanforderungen werden in den Simulationsergebnissen automatisch erkannt.
}},
  author       = {{Meyer, Jan and Holtmann, Jörg and Meyer, Matthias}},
  booktitle    = {{8. Paderborner Workshop Entwurf mechatronischer Systeme}},
  pages        = {{203--215}},
  publisher    = {{Heinz Nixdorf Institut}},
  title        = {{{Formalisierung von Anforderungen und Betriebssystemeigenschaften zur fruehzeitigen Simulation von eingebetteten, automobilen Systemen}}},
  volume       = {{294}},
  year         = {{2011}},
}

@inproceedings{20916,
  abstract     = {{Safety critical functions for embedded systems are increasingly realized with software. Current and future standards and maturity models impose high accuracy and quality for the development process of such software-intensive, embedded systems. But nowadays, there are process and tooling gaps between different modeling aspects for the system under development (SUD). Furthermore, the SUD is usually verified and validated not until it is completely implemented, which leads to expensive corrections. In this paper we present a seamless, model-based development process, which is intended for the automotive supplier domain and conforms to the process reference model of Automotive SPICE. The development process addresses the issues mentioned above by using systematic transitions between different modeling aspects and simulations in early development stages.}},
  author       = {{Holtmann, Jörg and Meyer, Jan and Meyer, Matthias}},
  booktitle    = {{Software Engineering 2011 – Workshopband (inkl. Doktorandensymposium)}},
  pages        = {{79--88}},
  publisher    = {{Bonner Koellen Verlag}},
  title        = {{{A Seamless Model-Based Development Process for Automotive Systems}}},
  volume       = {{P-184}},
  year         = {{2011}},
}

@misc{650,
  author       = {{Platenius, Marie Christin}},
  publisher    = {{Universität Paderborn}},
  title        = {{{Reengineering of Design Deficiencies in Component-Based Software Architectures}}},
  year         = {{2011}},
}

@inproceedings{20934,
  author       = {{von Detten, Markus and Meyer, Matthias and Travkin, Dietrich}},
  booktitle    = {{Proceedings of the 32nd ACM/IEEE International Conference on Software Engineering (ICSE 2010), Cape Town, South Africa, May 2-8, 2010}},
  pages        = {{299 -- 300}},
  publisher    = {{ACM Press}},
  title        = {{{Reverse Engineering with the Reclipse Tool Suite}}},
  volume       = {{2}},
  year         = {{2010}},
}

@techreport{20935,
  abstract     = {{Design pattern detection is a reverse engineering methodology that helps software engineers to analyze and understand legacy software by recovering design decisions and thereby providing deeper insight into software. In this report we present Reclipse, a reverse engineering tool suite based on Fujaba. Reclipse provides static and dynamic design pattern detection in combination with a pattern rating that is used to evaluate the quality of our detection results.}},
  author       = {{von Detten, Markus and Meyer, Matthias and Travkin, Dietrich}},
  title        = {{{Reclipse - A Reverse Engineering Tool Suite}}},
  year         = {{2010}},
}

@inproceedings{20936,
  author       = {{Löffler, Renate and Meyer, Matthias and Gottschalk, Matthias}},
  booktitle    = {{Proceedings of the 2010 ICSE Workshop on Software Engineering in Health Care}},
  pages        = {{57--67}},
  publisher    = {{ACM}},
  title        = {{{Formal Scenario-based Requirements Specification and Test Case Generation in Healthcare Applications}}},
  year         = {{2010}},
}

@inbook{20961,
  abstract     = {{Self-healing promises to improve the dependability of systems. In particular safety-critical systems like automotive systems are well suited application, since safe operation is required in these systems even in case of failures. Prerequisite for the improved dependability is the correct realization of the self-healing techniques. Consequently, self-healing activities should be rigorously specified and appropriately integrated with the rest of the system. In this paper, we present an approach for designing self-healing mechanisms in automotive systems. The approach contains a construction model which consist of a structural description as well as an extensive set of constraints. The constraints specify a correct system structure and are also used in the self-healing activities. We exemplify the self-healing approach using the adaptive cruise control system of modern cars.
}},
  author       = {{Seebach, Hella and Nafz, Florian and Holtmann, Jörg and Meyer, Jan and Tichy, Matthias and Reif, Wolfgang and Schäfer, Wilhelm}},
  booktitle    = {{Lecture Notes in Computer Science}},
  isbn         = {{9783642165757}},
  issn         = {{0302-9743}},
  title        = {{{Designing Self-healing in Automotive Systems}}},
  doi          = {{10.1007/978-3-642-16576-4_4}},
  year         = {{2010}},
}

@article{20962,
  abstract     = {{Im Bereich der eingebetteten Systeme, beispielsweise im Automobilsektor, wird heutzutage immer mehr auf eine modellbasierte Entwicklung gesetzt. Die Anforderungen an die zu entwickelnden Systeme werden dagegen aus juristischen Gründen und zwecks einer guten Verständlichkeit nach wie vor rein textuell formuliert. Ein Prosatext lässt sich allerdings wegen der Fülle von Formulierungsmöglichkeiten nicht automatisiert verarbeiten. Dies führt dazu, dass die Qualitätsanalyse der Anforderungen und der Übergang von textuellen Anforderungen zu Systemmodellen auf manuelle Weise erfolgen müssen. Dies kostet Zeit und ist fehleranfällig. In diesem Beitrag wird ein Ansatz vorgestellt, mit dem Anforderungen auf Basis von Satzmustern weiterhin textuell, aber gleichzeitig auch automatisiert verarbeitbar formuliert werden können.}},
  author       = {{Holtmann, Jörg}},
  journal      = {{OBJEKTspektrum}},
  number       = {{RE/2010}},
  title        = {{{Mit Satzmustern von textuellen Anforderungen zu Modellen}}},
  year         = {{2010}},
}

@inproceedings{20963,
  abstract     = {{Heutige Transportsysteme, wie z.B. Automobile sind gekennzeichnet durch eine Vielzahl von Funktionalitaet, die sehr haeufig durch Software realisiert wird. Hiermit ist eine Zunahme der Komplexitaet festzustellen. Zur Beherrschung dieser Komplexitaet und damit einhergehend die Aufteilung des Systems in verschiedene Komponenten, ist eine Gesamtmodellierung des Systems inklusive des Verhaltens unerlaesslich. Ein besonderer Augenmerk liegt auf Grund der Echtzeitsysteme in dieser Domaene dabei auf der Modellierung von Zeiten auf Systemebene. Die derzeitigen Modellierungskonzepte, wie beispielsweise die Systems Modeling Language (SysML), sind dafuer aber noch nicht ausreichend. In dem hier vorgestellten Ansatz wird eine erweiterte Systemmodellierung vorgestellt, die zusaetzlich eine formale Spezifizierung von Zeiten erlaubt. Durch diese Modellierung sind weitere Analysemethoden, wie z.B. Simulationen oder Verifikationen moeglich, die zum einen die sicherheitsrelevante Funktionalitaet sicherstellen und zum anderen die Qualitaet der Software steigern.}},
  author       = {{Meyer, Jan and Holtmann, Jörg and Schäfer, Wilhelm and Nickel, Ulrich A.}},
  booktitle    = {{Software Engineering 2010 – Workshopband (inkl. Doktorandensymposium)}},
  publisher    = {{Bonner Koellen Verlag}},
  title        = {{{Eine erweiterte Systemmodellierung zur Entwicklung von softwareintensiven Anwendungen in der Automobilindustrie}}},
  volume       = {{P-160}},
  year         = {{2010}},
}

@phdthesis{20937,
  author       = {{Meyer, Matthias}},
  publisher    = {{Universitaetsbibliothek Paderborn}},
  title        = {{{Musterbasiertes Re-Engineering von Softwaresystemen}}},
  year         = {{2009}},
}

@inproceedings{20938,
  author       = {{Tichy, Matthias and Henkler, Stefan and Meyer, Matthias and von Detten, Markus}},
  booktitle    = {{Companion Proceedings of the 30th International Conference on Software Engineering (ICSE), Leipzig, Germany}},
  title        = {{{Safety of Component-Based Systems: Analysis and Improvement using Fujaba4Eclipse}}},
  year         = {{2008}},
}

@inproceedings{20957,
  abstract     = {{In this paper, we report on a new approach of aspect-oriented modelling, which is particularly suited for domains with naturally born aspects as part of that domain: MoDowA for Modelling Domains with Aspects. Though these models are on a very high level of abstraction and could be made early in the development process, these models are fully operational in that they can be executed by an interpreter. This way, we shed a light on Aspect-oriented Modelling from a new, different angle.}},
  author       = {{Kindler, Ekkart and Schmelter, David}},
  booktitle    = {{Proceedings of the 2008 AOSD workshop on Aspect-oriented modeling - AOM '08}},
  isbn         = {{9781605581453}},
  title        = {{{Aspect-oriented modelling from a different angle}}},
  doi          = {{10.1145/1404920.1404922}},
  year         = {{2008}},
}

@inproceedings{20964,
  abstract     = {{A current trend in Software Engineering is the development of self-adaptive component-based software architectures. Our modeling approach for component-based software systems Mechatronic UML, integrated in the Fujaba Real-Time Tool Suite plugin for Fujaba4Eclipse, supports self-adaptiveness only to a certain degree. This paper presents tool support for an extension of Mechatronic UML, which facilitates initialization and reconguration of a Mechatronic UML system based on Story Diagrams and thus enables a step towards self-adaptiveness on a structural level.}},
  author       = {{Holtmann, Jörg and Tichy, Matthias}},
  booktitle    = {{Proc. of the 6th International Fujaba Days 2008, Dresden, Germany}},
  pages        = {{44--47}},
  title        = {{{Component Story Diagrams in Fujaba4Eclipse}}},
  year         = {{2008}},
}

@misc{20965,
  author       = {{Holtmann, Jörg}},
  publisher    = {{Software Engineering Group, University of Paderborn}},
  title        = {{{Graphtransformationen für komponentenbasierte Softwarearchitekturen}}},
  year         = {{2008}},
}

@inproceedings{20966,
  abstract     = {{To cope with the high complexity of software in advanced technical systems, the software of these systems is often built in a component-based fashion. The growing usage of self-adaptive techniques leads to sophisticated reconfigurations of the software component structures during runtime. Current modeling approaches for component-based software systems do not include a transformation language for the specification of component structure reconfigurations. In this paper we therefore introduce an extension of a component-based modeling approach. This extension enables (1) the specification of hierarchical component structures and (2) the specification of structural transformations based on the specified hierarchical component structures. Further, as we consider mechatronic systems, we also show the predictable runtime behavior of the transformations.}},
  author       = {{Tichy, Matthias and Henkler, Stefan and Holtmann, Jörg and Oberthür, Simon}},
  booktitle    = {{Proceedings of the 4th Workshop on Object-oriented Modeling of Embedded Real-Time Systems (OMER 4), Paderborn, Germany}},
  pages        = {{27--38}},
  publisher    = {{Heinz Nixdorf Institut}},
  title        = {{{Component Story Diagrams: A Transformation Language for Component Structures in Mechatronic Systems}}},
  volume       = {{236}},
  year         = {{2008}},
}

@misc{20968,
  author       = {{Holtmann, Jörg}},
  publisher    = {{Software Engineering Group, University of Paderborn}},
  title        = {{{Graphtransformationen für komponentenbasierte Softwarearchitekturen}}},
  year         = {{2008}},
}

@inproceedings{20949,
  author       = {{Delic, A. and Avdagic, Z. and Schäfer, Wilhelm and Boskovic, Dusanka and Meyer, Matthias}},
  booktitle    = {{Proc. of the 21st International Symposium on Information, Communication and Automation Technologies (ICAT 2007), Sarajevo, Bosnia Herzegovina}},
  publisher    = {{Faculty of Electrical Engineering, University of Sarajevo}},
  title        = {{{Program evaluation using fuzzy logic with bad smells as inputs}}},
  year         = {{2007}},
}

