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