import { IPSWFExclusiveGatewayProcess } from './ipswfexclusive-gateway-process'; import { PSWFProcessImpl } from './pswfprocess-impl'; export class PSWFExclusiveGatewayProcessImpl extends PSWFProcessImpl implements IPSWFExclusiveGatewayProcess { get cls(): string { return 'PSWFExclusiveGatewayProcessImpl'; } instanceof(cls: string): boolean { if (cls == 'wf.IPSWFExclusiveGatewayProcess') return true; return super.instanceof(cls); } }