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