vitruv-tools / Vitruv

View-based Development and Model Consistency Framework
http://vitruv.tools
Eclipse Public License 1.0
14 stars 19 forks source link

Domains Should be Able to Adapt UUID Resolving Logic #326

Closed jGleitz closed 3 years ago

jGleitz commented 3 years ago

UUIDGeneratorAndResolverImpl contains logic specific to the Java domain that tries to get around JaMoPP-quirks. This logic should be part of the Java domain.

To achieve this, one solution would be to allow a VitruvDomain to provide the UUIDGeneratorAndResolver that should be used for it. The VSUM should then delegate UUID resolving to the resolver that is responsible for the object in question.