Closed JanWittler closed 2 years ago
Adapts the framework to the interface changes introduced in https://github.com/vitruv-tools/Vitruv-Change/pull/46 and rewrites the affected classes in Java.
As the Java rewrite makes the differences hard to identify, the following changed:
VirtualModelImpl#propagateChange
private final ChangePropagationSpecificationProvider changePropagationSpecificationProvider; private final InternalUserInteractor userInteractor; private ChangePropagationMode changePropagationMode = ChangePropagationMode.TRANSITIVE_CYCLIC;
Adapts the framework to the interface changes introduced in https://github.com/vitruv-tools/Vitruv-Change/pull/46 and rewrites the affected classes in Java.
As the Java rewrite makes the differences hard to identify, the following changed:
VirtualModelImpl#propagateChange
instead of having one global