ContextMapper / context-mapper-examples

ContextMapper DSL: Examples
https://contextmapper.org/
Apache License 2.0
201 stars 78 forks source link

Graphical context map #27

Closed fabianboerner closed 8 months ago

fabianboerner commented 1 year ago

Does this example:

/context-mapper-examples/blob/master/src/main/cml/architectural-refactorings/AR-02-Split-Bounded-Context-by-Features/example-output.cml

work with the graphical context map generator?

It only shows the PolicyManagementContext and thats it.

test_ContextMap

stefan-ka commented 1 year ago

Hi @fabianboerner

The output of the context map generator is correct here, yes. Because the PolicyManagementContext is the only context that is added to the context map in CML.

This example was designed to illustrate an Architectural Refactoring and not how the context map generator works.

If you need an example for a Context Map I suggest to try it out with one of the following examples:

Best regards, Stefan