Skip to content

Commit

Permalink
Add RAW Model Type
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Oct 4, 2024
1 parent 2230f92 commit f5adc1a
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Licensed under MIT 2022-2023. */
/* Licensed under MIT 2022-2024. */
package edu.kit.kastel.mcse.ardoco.core.api.models;

/**
Expand All @@ -12,7 +12,11 @@ public enum ArchitectureModelType implements ModelType {
/**
* Unified Modeling Language (UML)
*/
UML;
UML,
/**
* RAW Model. E.g., text-based models.
*/
RAW;

@Override
public String getModelId() {
Expand Down

0 comments on commit f5adc1a

Please sign in to comment.