import { IPSDEMSLogicLink } from './ipsdemslogic-link'; import { IPSDEMSLogicNode } from './ipsdemslogic-node'; import { IPSDEMainState } from '../mainstate/ipsdemain-state'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEMSLogicNodeImpl extends PSModelObjectImpl implements IPSDEMSLogicNode { get codeName(): string; get dynaModelFilePath(): string; get height(): number; get leftPos(): number; get logicNodeType(): 'BEGIN' | 'DEACTION' | 'PREPAREPARAM' | 'RESETPARAM' | 'COPYPARAM' | 'BINDPARAM' | 'APPENDPARAM' | 'SORTPARAM' | 'RENEWPARAM' | 'RAWSQLCALL' | 'RAWSQLANDLOOPCALL' | 'RAWWEBCALL' | 'STARTWF' | 'CANCELWF' | 'THROWEXCEPTION' | 'SFPLUGIN' | 'RAWSFCODE' | 'SYSLOGIC' | 'SYSUTIL' | 'PREPAREJSPARAM' | 'VIEWCTRLINVOKE' | 'RAWJSCODE' | 'MSGBOX' | 'PFPLUGIN' | 'DEUIACTION' | 'MAINSTATE' | 'DEDATASET' | 'DENOTIFY' | 'DELOGIC' | 'COMMIT' | 'ROLLBACK' | 'DEBUGPARAM' | 'DEDATAQUERY' | 'DEPRINT' | 'DEREPORT' | 'DEDTSQUEUE' | 'DEDATASYNC' | 'DEDATAIMP' | 'DEDATAEXP' | 'DEDATAAUDIT' | 'SUBSYSSAMETHOD' | 'SYSDATASYNCAGENTOUT' | 'SYSDBTABLEACTION' | 'SYSBDTABLEACTION' | 'SYSSEARCHDOCACTION' | 'SYSBIREPORT' | 'END'; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdemslogiclinks: IPSDEMSLogicLink[] | null; getPSDEMSLogicLinks(): IPSDEMSLogicLink[] | null; get psDEMSLogicLinks(): IPSDEMSLogicLink[] | null; findPSDEMSLogicLink(objKey: any): IPSDEMSLogicLink | null; protected psdemainstate: IPSDEMainState | null; getPSDEMainState(): IPSDEMainState | null; get psDEMainState(): IPSDEMainState | null; getPSDEMainStateMust(): IPSDEMainState; get rTMOSFilePath(): string; get topPos(): number; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get width(): number; get parallelOutput(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdemslogic-node-impl.d.ts.map