Derived settable associations
This page was created by Lars.olofsson@mdriven.net on 2021-02-18. Last edited by Stephanie@mdriven.net on 2025-01-22.

Derived attributes & associations are read-only, but you can also have writable associations that update other attributes or links when they are themselves set. Read here Derived settable attributes about how that works on attributes.

Derived settable class example.png

EAL for the Class2Selection end of the derived settable association.

self.Class2 := vInputParameter;
self.SelectionLog := self.SelectionLog + DateTime.Now.asString + ': '+ vInputParameter.Name + '\r\n'

Here is the sample model to be loaded into the designer: File:DerivedSettableExample.modlr