diff --git a/README.md b/README.md index 789c28b..a731381 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Software Model Extractor (SoMoX) -[![Build Pipeline](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/build.yml/badge.svg)](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/build.yml) [![Continual Improvement Process](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/quality.yml/badge.svg)](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/quality.yml) [![Build Pipeline](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/build.yml/badge.svg)](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/build.yml) +[![Build Pipeline](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/build.yml/badge.svg)](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/build.yml) [![Continual Improvement Process](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/quality.yml/badge.svg)](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/quality.yml) [![GitHub Page](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/page.yml/badge.svg)](https://github.com/PalladioSimulator/Palladio-ReverseEngineering-SoMoX/actions/workflows/page.yml) SoMoX is a reverse engineering tool developed at the Karlsruhe Institute of Technology (KIT) for generating software component models from source code. It automatically extracts different types of software components, including basic components, composite structures, interfaces, ports, and connectors. SoMoX uses various source code metrics to guide its extraction process, allowing it to adapt to the specific component definitions and needs of individual projects. SoMoX supported source code written in C/C++, Delphi and Java.