import { IPSAppDELogicLink } from '../../app/dataentity/ipsapp-delogic-link'; import { IPSDELogicLink } from './ipsdelogic-link'; import { IPSDELogicLinkGroupCond } from './ipsdelogic-link-group-cond'; import { IPSDELogicNode } from './ipsdelogic-node'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDELogicLinkImpl extends PSModelObjectImpl implements IPSDELogicLink, IPSAppDELogicLink { get codeName(): string; protected dstpsdelogicnode: IPSDELogicNode | null; getDstPSDELogicNode(): IPSDELogicNode | null; get dstPSDELogicNode(): IPSDELogicNode | null; getDstPSDELogicNodeMust(): IPSDELogicNode; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdelogiclinkgroupcond: IPSDELogicLinkGroupCond | null; getPSDELogicLinkGroupCond(): IPSDELogicLinkGroupCond | null; get psDELogicLinkGroupCond(): IPSDELogicLinkGroupCond | null; getPSDELogicLinkGroupCondMust(): IPSDELogicLinkGroupCond; get rTMOSFilePath(): string; protected srcpsdelogicnode: IPSDELogicNode | null; getSrcPSDELogicNode(): IPSDELogicNode | null; get srcPSDELogicNode(): IPSDELogicNode | null; getSrcPSDELogicNodeMust(): IPSDELogicNode; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get catchLink(): boolean; get defaultLink(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdelogic-link-impl.d.ts.map