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