module mod_vtm_aufbau { /** * @author kcf */ export interface schnittstelle_aktor { /** * @author kcf */ verwenden(figur : klasse_figur) : void; } }