From ddb597ecaf2bc12ab90e3b679eff0696ff201fcc Mon Sep 17 00:00:00 2001 From: Lukas Streckeisen Date: Sun, 8 Jun 2025 13:35:58 +0200 Subject: [PATCH] add archUnit use case --- docs/existing_use_cases_2.cml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/existing_use_cases_2.cml b/docs/existing_use_cases_2.cml index 0a9fa90..5c76d40 100644 --- a/docs/existing_use_cases_2.cml +++ b/docs/existing_use_cases_2.cml @@ -41,4 +41,10 @@ UseCase U10_CML_Validators { actor = "Context Mapper User" interactions = "validate" a "CMLFile" benefit = "I am able to validate my CML files for their semantic correctness" +} + +UseCase U11_CML_ArchUnit { + actor = "Context Mapper User" + interactions = "validate" a "CodeBase" + benefit = "I am able to validate my codebase against my CML model" } \ No newline at end of file