{ * File: E26.sml.txt * Author: Michael Schrefl, Bernd Neumayr, Manfred Jeusfeld * Created: 1-Nov-2013/M.Jeusfeld (1-Nov-2013) * ------------------------------------------------------ * simple example of value deep instantiation } A in ALABEL end x1 in OBJECT with {* a class for subjects *} end x2 in OBJECT with {* an instance subject *} IN c: x1 linkDR m1: y1 end {* a value-side DI link *} x2!m1 with label l: A sourcelevel s: 0 targetlevel t: 1 end y1 in OBJECT end {* a class for values *} y2 in OBJECT with {* an instance value *} IN c: y1 end