import { IPSAppDELogic } from '../../app/dataentity/ipsapp-delogic'; import { IPSAppDataEntity } from '../../app/dataentity/ipsapp-data-entity'; import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDEDELogicLogic } from './ipsdedelogic-logic'; import { IPSDELogic } from './ipsdelogic'; import { IPSDELogicParam } from './ipsdelogic-param'; import { PSDELogicNodeImpl } from './psdelogic-node-impl'; export declare class PSDEDELogicLogicImpl extends PSDELogicNodeImpl implements IPSDEDELogicLogic { protected dstpsappdelogic: IPSAppDELogic | null; getDstPSAppDELogic(): IPSAppDELogic | null; get dstPSAppDELogic(): IPSAppDELogic | null; getDstPSAppDELogicMust(): IPSAppDELogic; protected dstpsappdataentity: IPSAppDataEntity | null; getDstPSAppDataEntity(): IPSAppDataEntity | null; get dstPSAppDataEntity(): IPSAppDataEntity | null; getDstPSAppDataEntityMust(): IPSAppDataEntity; protected dstpsdelogic: IPSDELogic | null; getDstPSDELogic(): IPSDELogic | null; get dstPSDELogic(): IPSDELogic | null; getDstPSDELogicMust(): IPSDELogic; protected dstpsdelogicparam: IPSDELogicParam | null; getDstPSDELogicParam(): IPSDELogicParam | null; get dstPSDELogicParam(): IPSDELogicParam | null; getDstPSDELogicParamMust(): IPSDELogicParam; protected dstpsdataentity: IPSDataEntity | null; getDstPSDataEntity(): IPSDataEntity | null; get dstPSDataEntity(): IPSDataEntity | null; getDstPSDataEntityMust(): IPSDataEntity; protected retpsdelogicparam: IPSDELogicParam | null; getRetPSDELogicParam(): IPSDELogicParam | null; get retPSDELogicParam(): IPSDELogicParam | null; getRetPSDELogicParamMust(): IPSDELogicParam; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdedelogic-logic-impl.d.ts.map