| Class | Description |
|---|---|
| AbstractContextMappingDSLRuntimeModule |
Manual modifications go to
ContextMappingDSLRuntimeModule. |
| ContextMapperPDAUtil |
Ugly fix for serialization problem:
https://www.eclipse.org/forums/index.php/t/1080047/
https://bugs.eclipse.org/bugs/show_bug.cgi?id=369175
Otherwise our refactorings produce CML's which cannot be parsed :(
Problem: Order of the root elements (ContextMap, BoundedContext, Domain, UseCases).
|
| ContextMappingDSLRuntimeModule |
Use this class to register components to be used at runtime / without the Equinox extension registry.
|
| ContextMappingDSLStandaloneSetup |
Initialization support for running Xtext languages without Equinox extension registry.
|
| ContextMappingDSLStandaloneSetupGenerated |