From a9b3d5aa638050f6338d78faaca930380b2b0623 Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Thu, 11 Jan 2024 09:28:55 +0100 Subject: [PATCH 1/2] Update Download.md --- docs/Download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Download.md b/docs/Download.md index ee154d9d33..567d0f51e7 100644 --- a/docs/Download.md +++ b/docs/Download.md @@ -24,7 +24,7 @@ related tooling are currently available for download: | MontiCore Runtime | MontiCore's runtime library. | [Download JAR](https://www.monticore.de/download/monticore-rt.jar) | | Automaton Example Project | Example language definition project that can be used with MontiCore. | [Download JAR](https://www.monticore.de/download/aut.tar.gz) | | Automaton Example Project in Gradle | Example language definition project that can be used with MontiCore's Gradle integration. | [Download JAR](https://www.monticore.de/download/Automaton.zip) | -| CD Tool | Parser, well-formedness checker, pretty printer, semantic and syntactic differencing, merging for the [MontiCore Class Diagrams](https://github.com/MontiCore/cd4analysis#readme). | [Download JAR](https://www.monticore.de/download/MCCD.jar) | +| CD Tool | Parser, well-formedness checker, pretty printer, semantic and syntactic differencing, merging for the MontiCore Class Diagrams . | [Download JAR](https://www.monticore.de/download/MCCD.jar) | | FACT Tool | Finds valid configurations for [MontiCore Feature Diagrams](https://github.com/MontiCore/feature-diagram#readme), completes incomplete feature configurations and checks validity of complete feature configurations. | [Download JAR](https://www.monticore.de/download/MCFACT.jar) | | MLC Tool | Modelling and maintaining architectural drift in language components (especially usable in MontiCore language definitions). | [Download JAR](https://www.monticore.de/download/MCMLC.jar) | | OCL Tool | Parser, well-formedness checker, pretty printer for the [MontiCore Object Constraint Language](https://github.com/MontiCore/ocl#readme). | [Download JAR](https://www.monticore.de/download/MCOCL.jar) | From 08931302a244273b691b49bcd5f179983406df2c Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Thu, 11 Jan 2024 09:37:55 +0100 Subject: [PATCH 2/2] Update Download.md --- docs/Download.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/Download.md b/docs/Download.md index 567d0f51e7..731ca87abe 100644 --- a/docs/Download.md +++ b/docs/Download.md @@ -25,16 +25,16 @@ related tooling are currently available for download: | Automaton Example Project | Example language definition project that can be used with MontiCore. | [Download JAR](https://www.monticore.de/download/aut.tar.gz) | | Automaton Example Project in Gradle | Example language definition project that can be used with MontiCore's Gradle integration. | [Download JAR](https://www.monticore.de/download/Automaton.zip) | | CD Tool | Parser, well-formedness checker, pretty printer, semantic and syntactic differencing, merging for the MontiCore Class Diagrams . | [Download JAR](https://www.monticore.de/download/MCCD.jar) | -| FACT Tool | Finds valid configurations for [MontiCore Feature Diagrams](https://github.com/MontiCore/feature-diagram#readme), completes incomplete feature configurations and checks validity of complete feature configurations. | [Download JAR](https://www.monticore.de/download/MCFACT.jar) | +| FACT Tool | Finds valid configurations for MontiCore Feature Diagrams, completes incomplete feature configurations and checks validity of complete feature configurations. | [Download JAR](https://www.monticore.de/download/MCFACT.jar) | | MLC Tool | Modelling and maintaining architectural drift in language components (especially usable in MontiCore language definitions). | [Download JAR](https://www.monticore.de/download/MCMLC.jar) | -| OCL Tool | Parser, well-formedness checker, pretty printer for the [MontiCore Object Constraint Language](https://github.com/MontiCore/ocl#readme). | [Download JAR](https://www.monticore.de/download/MCOCL.jar) | -| OD4Data Tool | Parser, well-formedness checker, pretty printer for the [MontiCore Object Diagram language](https://github.com/MontiCore/object-diagram#readme) describing data. | [Download JAR](https://www.monticore.de/download/MCOD4Data.jar) | -| OD4Report Tool | Parser, well-formedness checker, pretty printer for the extended [MontiCore Object Diagram language](https://github.com/MontiCore/object-diagram#readme), in the version which focuses on generated reports and artifact-based analyses. | [Download JAR](https://www.monticore.de/download/MCOD4Report.jar) | -| SD4Development Tool | Parser, well-formedness checker, pretty printer, semantic differencing for the [MontiCore Sequence Diagram language](https://github.com/MontiCore/sequence-diagram#readme). | [Download JAR](https://www.monticore.de/download/MCSD4Development.jar) | -| Statecharts Tool | Parser, well-formedness checker, pretty printer for [MontiCore Statechart Models](https://github.com/MontiCore/statecharts#readme), which are a rich variant of automata. | [Download JAR](https://www.monticore.de/download/MCStatecharts.jar) | +| OCL Tool | Parser, well-formedness checker, pretty printer for the MontiCore Object Constraint Language. | [Download JAR](https://www.monticore.de/download/MCOCL.jar) | +| OD4Data Tool | Parser, well-formedness checker, pretty printer for the MontiCore Object Diagram language describing data. | [Download JAR](https://www.monticore.de/download/MCOD4Data.jar) | +| OD4Report Tool | Parser, well-formedness checker, pretty printer for the extended MontiCore Object Diagram language, in the version which focuses on generated reports and artifact-based analyses. | [Download JAR](https://www.monticore.de/download/MCOD4Report.jar) | +| SD4Development Tool | Parser, well-formedness checker, pretty printer, semantic differencing for the MontiCore Sequence Diagram language. | [Download JAR](https://www.monticore.de/download/MCSD4Development.jar) | +| Statecharts Tool | Parser, well-formedness checker, pretty printer for MontiCore Statechart Models, which are a rich variant of automata. | [Download JAR](https://www.monticore.de/download/MCStatecharts.jar) | | SysML v2 Tool | Parser and well-formedness checker for SysML v2 models. | [Download JAR](https://www.monticore.de/download/MCSysMLv2.jar) | -| JSON Tool | Parser, well-formedness checker, pretty printer, object diagram exporter for the [MontiCore JSON language](https://github.com/MontiCore/json#readme) using the [command line](https://github.com/MontiCore/json/blob/develop/src/main/grammars/de/monticore/lang/json.md#usage). | [Download JAR](https://www.monticore.de/download/MCJSON.jar) | -| XML Tool | Parser and pretty printer for the [MontiCore XML language](https://github.com/MontiCore/xml#readme). | [Download JAR](https://www.monticore.de/download/MCXML.jar) | +| JSON Tool | Parser, well-formedness checker, pretty printer, object diagram exporter for the MontiCore JSON language using the command line. | [Download JAR](https://www.monticore.de/download/MCJSON.jar) | +| XML Tool | Parser and pretty printer for the MontiCore XML language. | [Download JAR](https://www.monticore.de/download/MCXML.jar) | Please note the [MontiCore 3-Level License](../00.org/Licenses/LICENSE-MONTICORE-3-LEVEL.md) of these tools.