import { IPSWFTimerEventProcess } from './ipswftimer-event-process'; import { PSWFProcessImpl } from './pswfprocess-impl'; export class PSWFTimerEventProcessImpl extends PSWFProcessImpl implements IPSWFTimerEventProcess { get cls(): string { return 'PSWFTimerEventProcessImpl'; } instanceof(cls: string): boolean { if (cls == 'wf.IPSWFTimerEventProcess') return true; return super.instanceof(cls); } }