module mod_vtm_aufbau { /** * @author kcf */ export class klasse_annehmer implements schnittstelle_aktor { /** * @author kcf */ public constructor() { } /** * @author kcf * @implementation */ public verwenden(figur : klasse_figur) : void { figur.annehmen(); } } }