import { IPSWFRouteLink } from './ipswfroute-link'; import { PSWFLinkImpl } from './pswflink-impl'; export class PSWFRouteLinkImpl extends PSWFLinkImpl implements IPSWFRouteLink { get cls(): string { return 'PSWFRouteLinkImpl'; } instanceof(cls: string): boolean { if (cls == 'wf.IPSWFRouteLink') return true; return super.instanceof(cls); } }