import { IPSDEUIBeginLogic } from './ipsdeuibegin-logic'; import { PSDEUILogicNodeImpl } from './psdeuilogic-node-impl'; export class PSDEUIBeginLogicImpl extends PSDEUILogicNodeImpl implements IPSDEUIBeginLogic { get cls(): string { return 'PSDEUIBeginLogicImpl'; } instanceof(cls: string): boolean { if (cls == 'dataentity.logic.IPSDEUIBeginLogic') return true; return super.instanceof(cls); } }