import { IPSModelSortable } from '../../ipsmodel-sortable'; import { IPSDEMSLogic } from './ipsdemslogic'; import { IPSDEMSLogicNode } from './ipsdemslogic-node'; import { IPSDEMSLogicParam } from './ipsdemslogic-param'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEMSLogicImpl extends PSModelObjectImpl implements IPSDEMSLogic, IPSModelSortable { get codeName(): string; get defaultParamName(): string; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get logicName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected psdemslogicnodes: IPSDEMSLogicNode[] | null; getPSDEMSLogicNodes(): IPSDEMSLogicNode[] | null; get psDEMSLogicNodes(): IPSDEMSLogicNode[] | null; findPSDEMSLogicNode(objKey: any): IPSDEMSLogicNode | null; protected psdemslogicparams: IPSDEMSLogicParam[] | null; getPSDEMSLogicParams(): IPSDEMSLogicParam[] | null; get psDEMSLogicParams(): IPSDEMSLogicParam[] | null; findPSDEMSLogicParam(objKey: any): IPSDEMSLogicParam | null; get rTMOSFilePath(): string; protected startpsdemslogicnode: IPSDEMSLogicNode | null; getStartPSDEMSLogicNode(): IPSDEMSLogicNode | null; get startPSDEMSLogicNode(): IPSDEMSLogicNode | null; getStartPSDEMSLogicNodeMust(): IPSDEMSLogicNode; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get defaultMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdemslogic-impl.d.ts.map