{ * 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 billsTrabi in OBJECT with linkDR m0: AnySpeed linkDR m1: RegularSpeed linkDR m3: VeryLowSpeed linkDR m4: S_46_75 linkDR m5: "57 km/h" end billsTrabi!m0 with sourcelevel s: 0 targetlevel t: 4 label l: Speed end billsTrabi!m1 with sourcelevel s: 0 targetlevel t: 3 label l: Speed end billsTrabi!m3 with sourcelevel s: 0 targetlevel t: 2 label l: Speed end billsTrabi!m4 with sourcelevel s: 0 targetlevel t: 1 label l: Speed end billsTrabi!m5 with sourcelevel s: 0 targetlevel t: 0 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_45 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 "57 km/h" in OBJECT with IN c1: S_46_75 end