{ * File: E7.sml.txt * Author: Michael Schrefl, Bernd Neumayr, Manfred Jeusfeld * Created: 1-Jul-2013/M.Jeusfeld (1-Jul-2013/M.Jeusfeld) * ------------------------------------------------------ * E7: DDI Self-Describing Objects * from slides DualDeepInstantiation.ppt (M.S.), slide 7 * } Mileage in ALABEL end MetricLinearMeasure in OBJECT end km in OBJECT with IN c1: MetricLinearMeasure end "12km" in OBJECT with IN c1: km end myV50 in OBJECT with linkDR m1: MetricLinearMeasure linkDR m2: km linkDR m3: "12km" end myV50!m1 with sourcelevel s: 0 targetlevel t: 2 label l: Mileage end myV50!m2 with sourcelevel s: 0 targetlevel t: 1 label l: Mileage end myV50!m3 with sourcelevel s: 0 targetlevel t: 0 label l: Mileage end