{ * File: E20.sml.txt * Author: Michael Schrefl, Bernd Neumayr, Manfred Jeusfeld * Created: 16-Oct-2013/M.Jeusfeld (16-Oct-2013/M.Jeusfeld) * ------------------------------------------------------ * E20: rollup hierarchy * } Speed in ALABEL end AnyCar in OBJECT with linkDR m1: AnySpeed end AnyCar!m1 with sourcelevel s: 2 targetlevel t: 4 label l: Speed end SportsCar in OBJECT with IN c1: AnyCar linkDR m1: VeryHighSpeed end SportsCar!m1 with sourcelevel s: 1 targetlevel t: 2 label l: Speed end FamilyCar in OBJECT with IN c1: AnyCar linkDR m1: RegularSpeed end FamilyCar!m1 with sourcelevel s: 1 targetlevel t: 3 label l: Speed end marysFerrari in OBJECT with IN c1: SportsCar linkDR m1: "366 km/h" end marysFerrari!m1 with sourcelevel s: 0 targetlevel t: 0 label l: Speed end johnsDAF in OBJECT with IN c1: FamilyCar linkDR m1: "156 km/h" end johnsDAF!m1 with sourcelevel s: 0 targetlevel t: 0 label l: Speed end billsTrabi in OBJECT with IN c1: FamilyCar linkDR m1: LowSpeed end billsTrabi!m1 with sourcelevel s: 0 targetlevel t: 2 label l: Speed end AnySpeed in OBJECT end IrregularSpeed in OBJECT with IN c1: AnySpeed end RegularSpeed in OBJECT with IN c1: AnySpeed end VeryHighSpeed in OBJECT with IN c1: IrregularSpeed end HighSpeed in OBJECT with IN c1: RegularSpeed end LowSpeed in OBJECT with IN c1: RegularSpeed end VeryLowSpeed in OBJECT with IN c1: RegularSpeed end S_351_400 in OBJECT with IN c1: VeryHighSpeed end S_301_350 in OBJECT with IN c1: VeryHighSpeed end S_251_300 in OBJECT with IN c1: HighSpeed end S_201_250 in OBJECT with IN c1: HighSpeed end S_151_200 in OBJECT with IN c1: HighSpeed end S_101_150 in OBJECT with IN c1: LowSpeed end S_76_100 in OBJECT with IN c1: LowSpeed end S_46_75 in OBJECT with IN c1: VeryLowSpeed end S_0_75 in OBJECT with IN c1: VeryLowSpeed end "156 km/h" in OBJECT with IN c1: S_151_200 end "366 km/h" in OBJECT with IN c1: S_351_400 end "17 km/h" in OBJECT with IN c1: S_0_75 end