{ * File: W4.sml.txt * Author: Michael Schrefl, Bernd Neumayr, Manfred Jeusfeld * Created: 1-Jul-2013/M.Jeusfeld (17-Oct-2013/M.Jeusfeld) * ------------------------------------------------------ * Wrong variant of E4: DeepInstantiation * } Mileage in ALABEL end MetricLinearMeasure in OBJECT end VolvoV50 in OBJECT with linkDR m1: km {** ERROR 1: must be MetricLinearMeasure instead km *} end VolvoV50!m1 with sourcelevel s: 1 targetlevel t: 2 label l: Mileage end km in OBJECT with IN c1: MetricLinearMeasure end myV50 in OBJECT with IN c1: VolvoV50 linkDR m1: "12km" linkDR m2: "12km" {** ERROR 2: linkDR without the necessary source/targetlevel and label *} end "12km" in OBJECT with IN c1: km end myV50!m1 with sourcelevel s: 0 targetlevel t: 0 label l: Mileage end