LionWeb-io / specification

Specifications of the LionWeb initiative
http://lionweb.io/specification/
6 stars 0 forks source link

Do we allow derivation loops? #253

Open enikao opened 6 months ago

enikao commented 6 months ago

Assume we have derived nodes A, B, C.

Do we allow derivation loops like A.base = B; B.base = A (direct) or A.base = B; B.base = C; C.base = A

enikao commented 6 months ago

I think we want to disallow this, as it violates the prime directive of derived models: We cannot recreate this loop from an original model.