import { IPSDEMSLogicLink } from './ipsdemslogic-link'; import { IPSDEMSLogicLinkGroupCond } from './ipsdemslogic-link-group-cond'; import { IPSDEMSLogicNode } from './ipsdemslogic-node'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEMSLogicLinkImpl extends PSModelObjectImpl implements IPSDEMSLogicLink { get codeName(): string; protected dstpsdemslogicnode: IPSDEMSLogicNode | null; getDstPSDEMSLogicNode(): IPSDEMSLogicNode | null; get dstPSDEMSLogicNode(): IPSDEMSLogicNode | null; getDstPSDEMSLogicNodeMust(): IPSDEMSLogicNode; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdemslogiclinkgroupcond: IPSDEMSLogicLinkGroupCond | null; getPSDEMSLogicLinkGroupCond(): IPSDEMSLogicLinkGroupCond | null; get psDEMSLogicLinkGroupCond(): IPSDEMSLogicLinkGroupCond | null; getPSDEMSLogicLinkGroupCondMust(): IPSDEMSLogicLinkGroupCond; get rTMOSFilePath(): string; protected srcpsdemslogicnode: IPSDEMSLogicNode | null; getSrcPSDEMSLogicNode(): IPSDEMSLogicNode | null; get srcPSDEMSLogicNode(): IPSDEMSLogicNode | null; getSrcPSDEMSLogicNodeMust(): IPSDEMSLogicNode; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get defaultLink(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdemslogic-link-impl.d.ts.map