Closed HeikoKlare closed 2 years ago
It's fine for me to receive syntactic feedback. Even for me, it took quite some time to understand the language architecture and it will probably not be easier when only reading the code in comparison to trying to modify it 🙂
This PR makes the Commonalities language generate combined
ChangePropagationSpecifications
such that ones does not need to combine all the individual generatedChangePropagationSpecification
on his or her own anymore.More precisely, the language now generates one
ChangePropagationSpecification
for each direction between each pair of metamodels. These specifications are then combined in a provider class as a set ofChangePropagationSpecifications
.