vitruv-tools / Vitruv

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

State-Based Propagation Improvement #453

Closed HeikoKlare closed 3 years ago

HeikoKlare commented 3 years ago

This PR fixes and improves the state-based change propagation. It prepares for state-based propagation of changes in Java by the Java code monitor.

⚠️ depends on #455 to ensure that UUIDs for readonly resources work properly for state comparison.

Closes #269