{ * File: W2.sml.txt * Author: Michael Schrefl, Bernd Neumayr, Manfred Jeusfeld * Created: 28-Jun-2013/M.Jeusfeld (17-Oct-2013/M.Jeusfeld) * ------------------------------------------------------ * Wrong variant of E2: DeepInstantiation1 * } Mileage in ALABEL end {** ERROR 1: 2 linkDRs to the same target but with different potencies *} CarModel in OBJECT with linkDR m1: km linkDR m2: km end CarModel!m1 with sourcelevel s: 2 targetlevel t: 1 label l: Mileage end CarModel!m2 with sourcelevel s: 2 targetlevel t: 2 label l: Mileage end VolvoV50 in OBJECT with IN c1: CarModel end km in OBJECT end myV50 in OBJECT with IN c1: VolvoV50 linkDR m1: "12km" end "12km" in OBJECT with IN c1: km end myV50!m1 with sourcelevel s: 0 targetlevel t: 0 label l: Mileage end