WO2023134134A1 - 一种关联查看模型的生成方法、装置、计算机设备及存储介质 - Google Patents

一种关联查看模型的生成方法、装置、计算机设备及存储介质 Download PDF

Info

Publication number
WO2023134134A1
WO2023134134A1 PCT/CN2022/103135 CN2022103135W WO2023134134A1 WO 2023134134 A1 WO2023134134 A1 WO 2023134134A1 CN 2022103135 W CN2022103135 W CN 2022103135W WO 2023134134 A1 WO2023134134 A1 WO 2023134134A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
target character
generating
entity object
encoding
Prior art date
Application number
PCT/CN2022/103135
Other languages
English (en)
French (fr)
Inventor
陈豪
肖瑾
刘金明
龚邦新
Original Assignee
中广核工程有限公司
中国广核电力股份有限公司
中国广核集团有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中广核工程有限公司, 中国广核电力股份有限公司, 中国广核集团有限公司 filed Critical 中广核工程有限公司
Publication of WO2023134134A1 publication Critical patent/WO2023134134A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24564Applying rules; Deductive queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data

Definitions

  • the present invention relates to the field of computer technology, in particular to a method for generating an associated viewing model, a device for generating an associated viewing model, a computer device and a storage medium.
  • the present invention is proposed to provide a method for generating an associated view model, an apparatus for generating an associated view model, a computer device, and a storage medium that overcome the above problems or at least partially solve the above problems .
  • the invention discloses a method for generating an associated viewing model, including:
  • An association relationship between the target character code and the data object is established, and an association viewing model is generated.
  • the generation method of the preset target character extraction script is as follows:
  • a target character extraction script is generated according to the encoding rule information.
  • said acquiring entity object encoding includes:
  • the entity object data includes equipment data, pipeline data and structure data.
  • said encoding rule information obtained according to said entity object encoding includes:
  • Character string identification and parsing are performed on the encoding of the entity object to obtain encoding rule information.
  • said generating the target character extraction script according to the encoding rule information includes:
  • the regular expression is determined as the target character extraction script.
  • the data object includes 3D model data and/or file data and/or material data and/or planning data;
  • the call preset target character extraction script performs extraction operation on the data object to obtain the target character encoding, including:
  • Target character extraction script to perform an extraction operation on 3D model data and/or file data and/or material data and/or planning data to obtain target character codes.
  • the establishment of the association relationship between the target character code and the data object, and generating an association viewing model includes:
  • An association relationship between the target character code and the 3D model data and/or file data and/or material data and/or planning data is established to generate an associated viewing model.
  • the invention also discloses a device for generating an associated viewing model, including:
  • a data object obtaining module configured to obtain a data object
  • An extraction operation module used to call a preset target character extraction script to perform an extraction operation on the data object to obtain the target character code
  • An association relationship establishing module configured to establish an association relationship between the target character code and the data object, and generate an association viewing model.
  • the device also includes:
  • Entity object encoding acquisition module used to acquire entity object encoding
  • An encoding rule information acquisition module configured to obtain encoding rule information according to the encoding of the entity object
  • the script generating module is used for generating target character extraction scripts according to the encoding rule information.
  • the entity object encoding acquisition module includes:
  • the entity object code extraction sub-module is used to extract the entity object code from the entity object data.
  • the entity object data includes equipment data, pipeline data and structure data.
  • the encoding rule information acquisition module includes:
  • the encoding rule information acquisition sub-module is used to perform character string identification and analysis on the encoding of the entity object to obtain encoding rule information.
  • the script generation module includes:
  • the regular expression generation submodule is used to generate a regular expression for character string matching according to the encoding rule information
  • the script determination submodule is used to determine the regular expression as the target character extraction script.
  • the present invention also discloses a computer device, including a memory and a processor, the memory stores a computer program, and the processor implements the steps of the above method for generating an associated view model when executing the computer program.
  • the present invention also discloses a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of the above-mentioned method for generating an associated viewing model are realized.
  • the data object can be obtained; the preset target character extraction script is invoked to perform an extraction operation on the data object to obtain the target character code; an association relationship between the target character code and the data object is established to generate an associated view Model; by establishing the association relationship between coding objects and various data objects, data query, analysis and application can be greatly facilitated; all data of a certain coding object can be displayed uniformly, and the problems of coding objects can be intuitively understood.
  • Fig. 1 is a flow chart of the steps of an embodiment of a method for generating an associated viewing model of the present invention
  • Fig. 2 is a schematic flow diagram of a target character extraction script generation step of the present invention
  • Fig. 3 is a schematic flow chart of an entity object code extraction step of the present invention.
  • Fig. 4 is a schematic flow chart of a coding rule information acquisition step of the present invention.
  • Fig. 5 is a schematic flow chart of a target character extraction script determination step of the present invention.
  • Fig. 6 is a schematic flow chart of a target character code acquisition step of the present invention.
  • Fig. 7 is a schematic flow chart of the generation steps of an associated viewing model in the present invention.
  • Fig. 8 is an information viewing page of the basic description information of a question list of the present invention.
  • Fig. 9 is a schematic diagram of extracted entity object information in the present invention.
  • Fig. 10 is a schematic view of an association relationship network of the present invention.
  • Fig. 11 is a structural block diagram of an embodiment of an apparatus for generating an associated viewing model according to the present invention.
  • Fig. 12 is an internal structure diagram of a computer device of an embodiment.
  • FIG. 1 shows a flow chart of the steps of an embodiment of a method for generating an associated viewing model according to the present invention, which may specifically include the following steps:
  • Step 101 obtaining a data object
  • the method for generating an associated view model can be applied to a terminal or a server, and can also be applied to a system composed of a terminal connected to a server.
  • the terminal can include but is not limited to various personal computers, notebooks, etc.
  • Portable wearable devices can be smart watches, smart bracelets, head-mounted devices, and the like.
  • the server may include an independent server or a server cluster composed of multiple servers. Terminals and servers can be connected via Ethernet for data transmission.
  • the data object can be obtained.
  • the data object can include various business data generated during the design and construction process in a certain engineering field.
  • the data object can be various business data generated during the design and construction process of nuclear power facilities.
  • Data such as 3D models related to equipment and buildings, process files, plan files, material files, etc.
  • data objects may include circulation question sheets, and the present invention does not impose too many restrictions on the types of data objects.
  • Step 102 calling a preset target character extraction script to perform an extraction operation on the data object to obtain the target character code
  • the preset target character extraction script can be invoked to perform the extraction operation to obtain the target character code; that is, the target character extraction script can be pre-installed on the terminal or server.
  • a schematic flow chart of a target character extraction script generation step of the present invention is shown, and the generation method of the target character extraction script includes the following steps:
  • Step 11 obtain entity object encoding
  • Step 12 obtain encoding rule information according to the encoding of the entity object
  • Step 13 generating a target character extraction script according to the encoding rule information.
  • the entity object code can be obtained. Specifically, the entity object code can be extracted from the entity object data.
  • the core of integration and management, such as equipment, pipelines and structures, etc., for example, the entity object data can be the core of nuclear power business data integration and management, including equipment, pipelines and structures, the present invention is for entity object data
  • the types are not too limited.
  • the encoding of the entity object can be analyzed to obtain the encoding rule information.
  • the character encoding of a certain device is "3APG 0001PO-”.
  • the encoding rule information can be obtained: the first digit is a number, indicating the unit number; the 2nd to 4th digits are letters, indicating the system number; the 5th to 8th digits are numbers, indicating the serial number; the 8th to 10th digits are numbers/letters, indicating the object type code.
  • a regular expression for extracting entity object codes or object code fragments can be generated according to the coding rule information, that is, the target character extraction script is obtained, and the target character code is extracted by running the target character extraction script.
  • Step 103 establishing an association relationship between the target character code and the data object, and generating an association viewing model.
  • the association relationship between the target character code and the data object can be established to generate an association view model, and the association view model can be searched according to the target character code to obtain the corresponding
  • the data objects are displayed in parallel, which improves the efficiency of data search.
  • mapping relationship between the entity object code and the target character code is established, that is, the mapping relationship between the entity object data and the target character code is established, and then according to the association relationship between the target character code and the data object, the entity object data , the target character code and the data object form a mapping relationship, and generate an associated viewing model of the three, further improving the convenience of viewing.
  • the data object can be obtained; the preset target character extraction script is invoked to perform an extraction operation on the data object to obtain the target character code; an association relationship between the target character code and the data object is established to generate an associated view Model; by establishing the association relationship between coding objects and various data objects, data query, analysis and application can be greatly facilitated; all data of a certain coding object can be displayed uniformly, and the problems of coding objects can be intuitively understood.
  • FIG. 3 shows a schematic flow chart of an entity object code extraction step of the present invention, including:
  • Step 21 extract the entity object code from the entity object data.
  • the entity object code can be extracted from the entity object data.
  • the entity object data includes equipment data, pipeline data, and structure data, etc., and the present invention does not impose too many restrictions on this. For example, if the character code of a device is "3 APG 0001 PO-", the extracted entity object data is "equipment”, and the entity object code is "3 APG 0001 PO-".
  • FIG. 4 it shows a schematic flow chart of a step of obtaining encoding rule information of the present invention, including:
  • Step 31 Perform character string identification and analysis on the entity object code to obtain coding rule information.
  • the encoding rule information is obtained as follows: the first digit is a number, indicating the unit number; the second to fourth digits are letters, indicating the system number; the fifth to eighth digits are numbers, indicating the serial number; the eighth to tenth digits are Number/letter, indicating the object type code.
  • FIG. 5 shows a kind of schematic flow chart of target character extraction script determining step of the present invention, comprises:
  • Step 41 generating a regular expression for character string matching according to the encoding rule information
  • Step 42 determining the regular expression as the target character extraction script.
  • a regular expression for string matching is generated according to the encoding rule information, and the regular expression can be a pattern for string matching, which can be used to check whether a text contains a specific string, and By extracting the specific character string, the target character extraction script corresponding to the regular expression can be obtained.
  • the target character extraction script corresponding to the regular expression can be obtained.
  • Fig. 6 shows a schematic flow chart of a target character code acquisition step of the present invention
  • the call preset target character extraction script is used to extract the data object to obtain the target character code, including:
  • Step 51 calling the target character extraction script to perform an extraction operation on 3D model data and/or file data and/or material data and/or planning data to obtain target character codes.
  • the data object includes three-dimensional model data and/or file data and/or material data and/or planning data;
  • the extraction operation is performed in the planning data to obtain the target character code.
  • FIG. 7 shows a schematic flow chart of the steps of generating an associated view model in the present invention, including:
  • Step 61 establish an association relationship between the target character code and the 3D model data and/or file data and/or material data and/or plan data, and generate an associated viewing model.
  • the target character codes and the 3D model data and/or file data and/or material data and/or plan data can be established to generate an associated viewing model.
  • Link target object codes with data such as problem sheets, 3D models, and files to form a unified data view centered on physical objects.
  • the entity object class (that is, entity object data) is the core of integrating and managing nuclear power business data, and generally includes equipment data, pipeline data, and structure data.
  • character encoding refers to a character string used to uniquely identify an entity object.
  • the character code is usually composed of numbers and letters according to certain rules.
  • the character code of a device is "3 APG 0001 PO-".
  • the encoding rule information can be obtained as follows: the first digit is a number, indicating the unit number; the second to fourth digits are letters, indicating the system number; the fifth to eighth digits are numbers, indicating the serial number; the eighth to tenth digits It is a number/letter, indicating the object type code.
  • the code script can be expressed by a regular expression.
  • a regular expression can be a string matching pattern, which can be used to check whether a text contains a specific string and extract the specific string.
  • the target character code (fragment) that conforms to the coding rule information is extracted through the regular expression in the code script, until all the target characters in the question list
  • the character codes (fragments) are all extracted, and combined, arranged, etc. according to the object code rules if necessary.
  • Figure 8 is the information viewing page of the FCR (basic description information) of the question list
  • Figure 9 is the entity object information extracted by the FCR, that is, 7 items such as 3JPT1005MPL and 3JPT2005MPL that occurred in the FCR
  • the unique code of the object is analyzed and extracted to establish the association relationship between the FCR and the 7 entity objects. Users can quickly find the FCR information through any entity object.
  • FIG. 11 shows a structural block diagram of an embodiment of an apparatus for generating an associated viewing model according to the present invention, which may specifically include the following modules:
  • a data object obtaining module 301 configured to obtain a data object
  • the extraction operation module 302 is used to call the preset target character extraction script to perform extraction operation on the data object to obtain the target character code;
  • An association relationship establishment module 303 configured to establish an association relationship between the target character code and the data object, and generate an association viewing model.
  • the device also includes:
  • Entity object encoding acquisition module used to acquire entity object encoding
  • An encoding rule information acquisition module configured to obtain encoding rule information according to the encoding of the entity object
  • the script generating module is used for generating target character extraction scripts according to the encoding rule information.
  • the entity object encoding acquisition module includes:
  • the entity object code extraction sub-module is used to extract the entity object code from the entity object data.
  • the entity object data includes equipment data, pipeline data and structure data.
  • the encoding rule information acquisition module includes:
  • the encoding rule information acquisition sub-module is used to perform character string identification and analysis on the encoding of the entity object to obtain encoding rule information.
  • the script generation module includes:
  • the regular expression generation submodule is used to generate a regular expression for character string matching according to the encoding rule information
  • the script determination submodule is used to determine the regular expression as the target character extraction script.
  • said data object comprises three-dimensional model data and/or file data and/or material data and/or plan data;
  • Described extraction operation module comprises:
  • the extraction operation sub-module is used to call the target character extraction script to perform extraction operations on the 3D model data and/or file data and/or material data and/or plan data to obtain the target character code.
  • the relationship establishment module includes:
  • the sub-module for establishing an association relationship is used to establish an association relationship between the target character code and the 3D model data and/or file data and/or material data and/or plan data, and generate an association viewing model.
  • Each module in the above-mentioned device for generating an associated viewing model may be realized in whole or in part by software, hardware or a combination thereof.
  • the above-mentioned modules can be embedded in or independent of the processor in the computer device in the form of hardware, and can also be stored in the memory of the computer device in the form of software, so that the processor can invoke and execute the corresponding operations of the above-mentioned modules.
  • the apparatus for generating an associated viewing model provided above can be used to execute the method for generating an associated viewing model provided in any of the above embodiments, and has corresponding functions and beneficial effects.
  • a computer device is provided.
  • the computer device may be a terminal or a server, and its internal structure may be as shown in FIG. 12 .
  • the computer device includes a processor, a memory, a network interface, a display screen and an input device connected through a system bus. Wherein, the processor of the computer device is used to provide calculation and control capabilities.
  • the memory of the computer device includes a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium stores an operating system and computer programs.
  • the internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage medium.
  • the network interface of the computer device is used to communicate with an external terminal via a network connection.
  • the display screen of the computer device may be a liquid crystal display screen or an electronic ink display screen
  • the input device of the computer device may be a touch layer covered on the display screen, or a button, a trackball or a touch pad provided on the casing of the computer device , and can also be an external keyboard, touchpad, or mouse.
  • FIG. 12 is only a block diagram of a part of the structure related to the solution of this application, and does not constitute a limitation to the computer equipment on which the solution of this application is applied.
  • the specific computer equipment can be More or fewer components than shown in the figures may be included, or some components may be combined, or have a different arrangement of components.
  • a computer device including a memory and a processor.
  • a computer program is stored in the memory.
  • the processor executes the computer program, the steps of the embodiments in FIG. 1 to FIG. 6 are implemented.
  • a computer-readable storage medium is provided, on which a computer program is stored.
  • the computer program is executed by a processor, the steps in the following embodiments shown in FIG. 1 to FIG. 6 are implemented.
  • the embodiments of the present invention may be provided as methods, apparatuses, or computer program products. Accordingly, the present invention can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
  • computer-usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
  • These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing terminal to operate in a specific manner, such that the instructions stored in the computer-readable memory produce an article of manufacture comprising instruction means, the The instruction means implements the functions specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Processing Or Creating Images (AREA)

Abstract

本发明公开了一种关联查看模型的生成方法和装置,包括:获取数据对象;调用预置的目标字符提取脚本针对数据对象进行提取操作,得到目标字符编码;建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型;通过建立编码对象与多种数据对象的关联关系,可以极大的方便数据查询、分析和应用;可以将某个编码对象的所有数据进行统一显示,直观地了解编码对象出现的问题,无需从***中逐个查找,提高了数据的查找效率;形成以编码对象为中心的全景数据视图,为问题的快速分析及解决提供了良好的工具和手段,提高数据的结构化程度。

Description

一种关联查看模型的生成方法、装置、计算机设备及存储介质 技术领域
本发明涉及计算机技术领域,特别是涉及一种关联查看模型的生成方法、一种关联查看模型的生成装置、一种计算机设备和一种存储介质。
背景技术
核电设计、建造过程中会产生各种各样的业务数据,包括质量数据、变更数据、经验反馈数据等。当发生这些数据时,业务部门会在相关***中填报相应的信息,形成问题单,以便进行跟踪管理。传统的方案中,对问题单的管理,通常是将所有的问题单进行统一存储,未对问题单进行有效的管理。核电设计与建造过程中产生的各类业务数据,没有关联对象编码信息、或者对象编码信息不完整、不规范、结构化程度低;难以进行数据集成和管理,不便于数据查询、分析和应用。
发明内容
鉴于上述问题,提出了本发明以便提供一种克服上述问题或者至少部分地解决上述问题的一种关联查看模型的生成方法、一种关联查看模型的生成装置、一种计算机设备和一种存储介质。
本发明公开了一种关联查看模型的生成方法,包括:
获取数据对象;
调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标字符编码;
建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型。
优选地,所述预置的目标字符提取脚本的生成方式如下:
获取实体对象编码;
根据所述实体对象编码得到编码规则信息;
根据编码规则信息生成目标字符提取脚本。
优选地,所述获取实体对象编码,包括:
从实体对象数据中提取出实体对象编码。
优选地,所述实体对象数据包括设备数据、管道数据和构筑物数据。
优选地,所述根据所述实体对象编码得到编码规则信息,包括:
针对所述实体对象编码进行字符串识别及解析,获得编码规则信息。
优选地,所述根据编码规则信息生成目标字符提取脚本,包括:
根据所述编码规则信息生成字符串匹配的正则表达式;
将所述正则表达式确定为目标字符提取脚本。
优选地,其中,所述数据对象包括三维模型数据和/或文件数据和/或物料数据和/或计划数据;所述调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标字符编码,包括:
调用所述目标字符提取脚本针对三维模型数据和/或文件数据和/或物料数据和/或计划数据中进行提取操作,得到目标字符编码。
优选地,所述建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型,包括:
建立所述目标字符编码与所述三维模型数据和/或文件数据和/或物料数据和/或计划数据之间的关联关系,生成关联查看模型。
本发明还公开了一种关联查看模型的生成装置,包括:
数据对象获取模块,用于获取数据对象;
提取操作模块,用于调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标字符编码;
关联关系建立模块,用于建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型。
优选地,所述装置还包括:
实体对象编码获取模块,用于获取实体对象编码;
编码规则信息获取模块,用于根据所述实体对象编码得到编码规则信息;
脚本生成模块,用于根据编码规则信息生成目标字符提取脚本。
优选地,所述实体对象编码获取模块包括:
实体对象编码提取子模块,用于从实体对象数据中提取出实体对象编码。
优选地,所述实体对象数据包括设备数据、管道数据和构筑物数据。
优选地,所述编码规则信息获取模块包括:
编码规则信息获取子模块,用于针对所述实体对象编码进行字符串识别及解析,获得编码规则信息。
优选地,所述脚本生成模块包括:
正则表达式生成子模块,用于根据所述编码规则信息生成字符串匹配的正则表达式;
脚本确定子模块,用于将所述正则表达式确定为目标字符提取脚本。
本发明还公开了一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,所述处理器执行所述计算机程序时实现上述的关联查看模型的生成方法的步骤。
本发明还公开了一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现上述的关联查看模型的生成方法的步骤。
本发明的有益效果是:
本发明中,可以获取数据对象;调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标字符编码;建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型;通过建立编码对象与多种数据对象的关联关系,可以极大的方便了数据查询、分析和应用;可以将某个编码对象的所有数据进行统一显示,直观地了解编码对象出现的问题,无需从***中一个一个地查找,提高了数据的查找效率;形成以编码对象为中心的全景数据视图,为问题的快速分析及解决提供了良好的工具和手段,提高数据的结构化程度。
附图说明
为了更清楚地说明本发明中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是本发明的一种关联查看模型的生成方法实施例的步骤流程图;
图2是本发明的一种目标字符提取脚本生成步骤的流程示意图;
图3是本发明的一种实体对象编码提取步骤的流程示意图;
图4是本发明的一种编码规则信息获取步骤的流程示意图;
图5是本发明的一种目标字符提取脚本确定步骤的流程示意图;
图6是本发明的一种目标字符编码获取步骤的流程示意图;
图7是本发明的一种关联查看模型生成步骤的流程示意图;
图8是本发明的一种问题单的基本描述信息的信息查看页面;
图9是本发明的一种提取后实体对象信息的示意图;
图10是本发明的一种关联关系网的查看示意图;
图11是本发明的一种关联查看模型的生成装置实施例的结构框图;
图12是一个实施例的一种计算机设备的内部结构图。
具体实施方式
为了使本发明所解决的技术问题、技术方案及有益效果更加清楚明白,以下结合附图及实施例,对本发明进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。
参照图1,示出了本发明的一种关联查看模型的生成方法实施例的步骤流程图,具体可以包括如下步骤:
步骤101,获取数据对象;
本发明中,该关联查看模型的生成方法可以应用于终端或服务器,也可 以应用于终端与服务器连接而组成的***中,具体而言,终端可以包括可以但不限于是各种个人计算机、笔记本电脑、智能手机、平板电脑、物联网设备和便携式可穿戴设备,物联网设备可为智能音箱、智能电视、智能空调、智能车载设备等。便携式可穿戴设备可为智能手表、智能手环、头戴设备等。
而服务器则可以包括独立的服务器或者是多个服务器组成的服务器集群。终端与服务器可以通过以太网连接,以便数据的传输。
首先可以获取到数据对象,该数据对象可以包括某个工程领域中设计与建造过程中产生的各类业务数据,举例而言,该数据对象可以为核电设施设计与建造过程中产生的各类业务数据;如涉及设备及建筑的三维模型、流程文件、计划文件、物料文件等,具体地,数据对象可以包括流转的问题单,本发明对数据对象的种类不作过多的限制。
步骤102,调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标字符编码;
在得到一种或多种数据对象后,可以调用预置的目标字符提取脚本进行提取操作,得到目标字符编码;即该目标字符提取脚本可以是预先安装于终端或服务器上的。
在一个实施例中,参照图2,示出了本发明的一种目标字符提取脚本生成步骤的流程示意图,该目标字符提取脚本的生成方式包括如下步骤:
步骤11,获取实体对象编码;
步骤12,根据所述实体对象编码得到编码规则信息;
步骤13,根据编码规则信息生成目标字符提取脚本。
本发明中,首先可以获取到获取实体对象编码,具体而言,可以从实体对象数据中提取出该实体对象编码,需要说明的是,该实体对象数据可以包括某种工程领域中对业务数据进行集成和管理的核心,如设备、管道和构筑物等,举例而言,该实体对象数据可以为对核电业务数据进行集成和管理的核心,包含其中的设备、管道和构筑物,本发明对实体对象数据的种类不作过多的限制。
进一步地,可以针对该实体对象编码进行解析,得到编码规则信息,例如,某个设备的字符编码为“3APG 0001PO-”,解析之后,可以得到编码规则信息为:第1位为数字,表示机组号;第2~4位为字母,表示***号;第5~8为数字,表示流水号;第8~10位为数字/字母,表示对象类型码。
在得到编码规则信息后,可以根据编码规则信息生成提取实体对象编码或对象编码片段的正则表达式,即得到该目标字符提取脚本,运行该目标字符提取脚本提取出目标字符编码。
步骤103,建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型。
实际应用到本发明中,得到该目标字符编码之后,可以建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型,可以根据目标字符编码搜索关联查看模型,得到对应的数据对象并展现,提高了数据的查找效率。
进一步地,建立实体对象编码与目标字符编码之间的映射关系,即建立实体对象数据与目标字符编码之间的映射关系,再根据目标字符编码与数据对象之间的关联关系,使实体对象数据、目标字符编码及数据对象三者形成映射关系,生成三者的关联查看模型,进一步提高查看的便利性。
本发明中,可以获取数据对象;调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标字符编码;建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型;通过建立编码对象与多种数据对象的关联关系,可以极大的方便了数据查询、分析和应用;可以将某个编码对象的所有数据进行统一显示,直观地了解编码对象出现的问题,无需从***中一个一个地查找,提高了数据的查找效率;形成以编码对象为中心的全景数据视图,为问题的快速分析及解决提供了良好的工具和手段,提高数据的结构化程度。
参照图3,示出了本发明的一种实体对象编码提取步骤的流程示意图,包括:
步骤21,从实体对象数据中提取出实体对象编码。
具体而言,首先可以从实体对象数据中提取出实体对象编码,需要说明的是,所述实体对象数据包括设备数据、管道数据和构筑物数据等,本发明对此不作过多的限制。如某个设备的字符编码为“3 APG 0001 PO-”,则提取出实体对象数据为“设备”,而实体对象编码为“3 APG 0001 PO-”。
参照图4,示出了本发明的一种编码规则信息获取步骤的流程示意图,包括:
步骤31,针对所述实体对象编码进行字符串识别及解析,获得编码规则信息。
进一步地,针对所述实体对象编码进行字符串识别及解析,获得编码规则信息,举例而言,上述实体对象数据为“设备”,而实体对象编码为“3 APG 0001 PO-”,经过字符串识别与解析后,得到编码规则信息如下:第1位为数字,表示机组号;第2~4位为字母,表示***号;第5~8为数字,表示流水号;第8~10位为数字/字母,表示对象类型码。
参照图5,示出了本发明的一种目标字符提取脚本确定步骤的流程示意图,包括:
步骤41,根据所述编码规则信息生成字符串匹配的正则表达式;
步骤42,将所述正则表达式确定为目标字符提取脚本。
具体应用到本发明中,根据所述编码规则信息生成字符串匹配的正则表达式,该正则表达式可以是一种字符串匹配的模式,可用来检查一个文本中是否含有特定的字符串,并将该特定的字符串提取出来,即可得到正则表达式对应的目标字符提取脚本。通过构建正则表达式的方式,解析提取实体对象的目标字符编码。
参照图6,示出了本发明的一种目标字符编码获取步骤的流程示意图,所述调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标字符编码,包括:
步骤51,调用所述目标字符提取脚本针对三维模型数据和/或文件数据和/或物料数据和/或计划数据中进行提取操作,得到目标字符编码。
本发明中,数据对象包括三维模型数据和/或文件数据和/或物料数据和/ 或计划数据;则可以调用目标字符提取脚本针对三维模型数据和/或文件数据和/或物料数据和/或计划数据中进行提取操作,得到目标字符编码。
参照图7,示出了本发明的一种关联查看模型生成步骤的流程示意图,包括:
步骤61,建立所述目标字符编码与所述三维模型数据和/或文件数据和/或物料数据和/或计划数据之间的关联关系,生成关联查看模型。
进一步地,在得到一个或多个数据对象对应的目标字符编码,可以建立该目标字符编码与所述三维模型数据和/或文件数据和/或物料数据和/或计划数据,生成关联查看模型。将目标对象编码与问题单、三维模型、文件等数据建立关联,形成以实体对象为中心的统一数据视图。
通过建立实体对象与数据对象的关联关系,可以极大的方便了数据查询、分析和应用;可以将实体对象的所有数据对象进行统一显示,无需从***中进行查找,提高了查找效率。
为了使本领域技术人员更好地理解本发明,以下通过一个具体示例进行说明:
以核电设计与建造过程中产生的各类业务数据为例进行说明,业务数据发生变化时,相关***可以接收输入的相应的信息中,形成问题单,本发明中生成关联查看模型的具体的方法步骤如下所述:
S1,确定需关联的实体对象类。
其中,该实体对象类(即实体对象数据)是对核电业务数据进行集成和管理的核心,一般为设备数据、管道数据和构筑物数据等。
S2,对实体对象类的字符编码(即实体对象编码)进行总结分析,得到编码规则信息。
其中,字符编码指用于唯一标识实体对象的字符串。该字符编码通常是按照一定规则由数字和字母组合而成的。如某设备的字符编码为“3 APG 0001 PO-”。在经过解析之后,可以得到编码规则信息为:第1位为数字,表示机组号;第2~4位为字母,表示***号;第5~8为数字,表示流水号;第8~10位为数字/字母,表示对象类型码。
S3,基于实体对象的编码规则,生成用于提取对象编码或对象编码片段的代码脚本(即目标字符提取脚本)。
其中,该代码脚本可以用正则表达式表达。正则表达式可以是一种字符串匹配的模式,可用来检查一个文本中是否含有特定的字符串,并将该特定的字符串提取出来。
S4,依靠该代码脚本,对业务问题单的标题、描述等信息中,解析提取符合编码规则信息的目标字符编码(或片段),并进行组合、规范等。
其中,在问题单的标题项、方案及原因分析项等文本信息中,通过代码脚本中的正则表达式,将符合编码规则信息的目标字符编码(片段)提取出来,直至所有问题单内的目标字符编码(片段)都被提取出来,必要时按照对象编码规则进行组合、排列等。
如图8和图9所示,图8为问题单的FCR(基本描述信息)的信息查看页面,图9为该FCR提取了的实体对象信息,即将该FCR所发生的3JPT1005MPL、3JPT2005MPL等7个对象的唯一编码解析提取出来,以建立该FCR与7个实体对象的关联关系。用户通过任何1个实体对象,都能快速找到该FCR信息。
S5,将目标对象与包含该目标字符编码的所有问题单进行关联,即可得到该实体对象与所有问题单的关联关系网(即关联查看模型)。
类似的,我们可以解析并提取三维模型、文件、物料、计划等数据中的对象编码信息,从而建立这些数据与实体对象的关联关系。
S6,当需要查看实体对象关联的问题单、三维模型、文件等信息时,即可依靠建立的关联关系网实现快速调用和查看,如图10所示。
如此,在需要分析、解决某个问题时(该问题一般是围绕某个或某几个实体对象),依靠上图所示的对象全景数据地图,就能快速查看相关数据、模型、文件、历史问题记录等,避免前往不同业务***中查找相关信息了。
需要说明的是,对于方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本发明并不受所描述的动作 顺序的限制,因为依据本发明,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作并不一定是本发明所必须的。
参照图11,示出了本发明的一种关联查看模型的生成装置实施例的结构框图,具体可以包括如下模块:
数据对象获取模块301,用于获取数据对象;
提取操作模块302,用于调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标字符编码;
关联关系建立模块303,用于建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型。
优选地,所述装置还包括:
实体对象编码获取模块,用于获取实体对象编码;
编码规则信息获取模块,用于根据所述实体对象编码得到编码规则信息;
脚本生成模块,用于根据编码规则信息生成目标字符提取脚本。
优选地,所述实体对象编码获取模块包括:
实体对象编码提取子模块,用于从实体对象数据中提取出实体对象编码。
优选地,所述实体对象数据包括设备数据、管道数据和构筑物数据。
优选地,所述编码规则信息获取模块包括:
编码规则信息获取子模块,用于针对所述实体对象编码进行字符串识别及解析,获得编码规则信息。
优选地,所述脚本生成模块包括:
正则表达式生成子模块,用于根据所述编码规则信息生成字符串匹配的正则表达式;
脚本确定子模块,用于将所述正则表达式确定为目标字符提取脚本。
优选地,其中,所述数据对象包括三维模型数据和/或文件数据和/或物 料数据和/或计划数据;所述提取操作模块包括:
提取操作子模块,用于调用所述目标字符提取脚本针对三维模型数据和/或文件数据和/或物料数据和/或计划数据中进行提取操作,得到目标字符编码。
优选地,所述关联关系建立模块包括:
关联关系建立子模块,用于建立所述目标字符编码与所述三维模型数据和/或文件数据和/或物料数据和/或计划数据之间的关联关系,生成关联查看模型。
上述关联查看模型的生成装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。
上述提供的关联查看模型的生成装置可用于执行上述任意实施例提供的关联查看模型的生成方法,具备相应的功能和有益效果。
在一个实施例中,提供了一种计算机设备,该计算机设备可以是终端或服务器,其内部结构图可以如图12所示。该计算机设备包括通过***总线连接的处理器、存储器、网络接口、显示屏和输入装置。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作***和计算机程序。该内存储器为非易失性存储介质中的操作***和计算机程序的运行提供环境。该计算机设备的网络接口用于与外部的终端通过网络连接通信。该计算机程序被处理器执行时以实现一种关联查看模型的生成方法。该计算机设备的显示屏可以是液晶显示屏或者电子墨水显示屏,该计算机设备的输入装置可以是显示屏上覆盖的触摸层,也可以是计算机设备外壳上设置的按键、轨迹球或触控板,还可以是外接的键盘、触控板或鼠标等。
本领域技术人员可以理解,图12中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体的计算机设备可以包括比图中所示更多或更少的部件,或者组合 某些部件,或者具有不同的部件布置。
在一个实施例中,提供了一种计算机设备,包括存储器和处理器,存储器中存储有计算机程序,该处理器执行计算机程序时实现图1至图6的实施例的步骤。
在一个实施例中,提供了一种计算机可读存储介质,其上存储有计算机程序,计算机程序被处理器执行时实现以下图1至图6的实施例的步骤。
本说明书中的各个实施例均采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似的部分互相参见即可。
本领域内的技术人员应明白,本发明的实施例可提供为方法、装置、或计算机程序产品。因此,本发明可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。
本发明是参照根据本发明的方法、终端设备(***)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理终端设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理终端设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理终端设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。
这些计算机程序指令也可装载到计算机或其他可编程数据处理终端设备 上,使得在计算机或其他可编程终端设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程终端设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。
尽管已描述了本发明的优选实施例,但本领域内的技术人员一旦得知了基本创造性概念,则可对这些实施例做出另外的变更和修改。所以,所附权利要求意欲解释为包括优选实施例以及落入本发明范围的所有变更和修改。
最后,还需要说明的是,在本文中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者终端设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者终端设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者终端设备中还存在另外的相同要素。
以上对本发明所提供的一种关联查看模型的生成方法、一种关联查看模型的生成装置、一种计算机设备和一种存储介质,进行了详细介绍,本文中应用了具体个例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想;同时,对于本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本发明的限制。

Claims (16)

  1. 一种关联查看模型的生成方法,其特征在于,包括:
    获取数据对象;
    调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标字符编码;
    建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型。
  2. 根据权利要求1所述的关联查看模型的生成方法,其特征在于,所述预置的目标字符提取脚本的生成方式如下:
    获取实体对象编码;
    根据所述实体对象编码得到编码规则信息;
    根据编码规则信息生成目标字符提取脚本。
  3. 根据权利要求1所述的关联查看模型的生成方法,其特征在于,所述获取实体对象编码,包括:
    从实体对象数据中提取出实体对象编码。
  4. 根据权利要求3所述的关联查看模型的生成方法,其特征在于,所述实体对象数据包括设备数据、管道数据和构筑物数据。
  5. 根据权利要求2所述的关联查看模型的生成方法,其特征在于,所述根据所述实体对象编码得到编码规则信息,包括:
    针对所述实体对象编码进行字符串识别及解析,获得编码规则信息。
  6. 根据权利要求2所述的关联查看模型的生成方法,其特征在于,所述根据编码规则信息生成目标字符提取脚本,包括:
    根据所述编码规则信息生成字符串匹配的正则表达式;
    将所述正则表达式确定为目标字符提取脚本。
  7. 根据权利要求2所述的关联查看模型的生成方法,其特征在于,其中,所述数据对象包括三维模型数据和/或文件数据和/或物料数据和/或计划数据;所述调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标 字符编码,包括:
    调用所述目标字符提取脚本针对三维模型数据和/或文件数据和/或物料数据和/或计划数据中进行提取操作,得到目标字符编码。
  8. 根据权利要求7所述的关联查看模型的生成方法,其特征在于,其中,所述建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型,包括:
    建立所述目标字符编码与所述三维模型数据和/或文件数据和/或物料数据和/或计划数据之间的关联关系,生成关联查看模型。
  9. 一种关联查看模型的生成装置,其特征在于,包括:
    数据对象获取模块,用于获取数据对象;
    提取操作模块,用于调用预置的目标字符提取脚本针对数据对象中进行提取操作,得到目标字符编码;
    关联关系建立模块,用于建立所述目标字符编码与所述数据对象之间的关联关系,生成关联查看模型。
  10. 根据权利要求9所述的关联查看模型的生成装置,其特征在于,所述装置还包括:
    实体对象编码获取模块,用于获取实体对象编码;
    编码规则信息获取模块,用于根据所述实体对象编码得到编码规则信息;
    脚本生成模块,用于根据编码规则信息生成目标字符提取脚本。
  11. 根据权利要求10所述的关联查看模型的生成装置,其特征在于,所述实体对象编码获取模块包括:
    实体对象编码提取子模块,用于从实体对象数据中提取出实体对象编码。
  12. 根据权利要求11所述的关联查看模型的生成装置,其特征在于,所述实体对象数据包括设备数据、管道数据和构筑物数据。
  13. 根据权利要求10所述的关联查看模型的生成装置,其特征在于,所述编码规则信息获取模块包括:
    编码规则信息获取子模块,用于针对所述实体对象编码进行字符串识别及解析,获得编码规则信息。
  14. 根据权利要求10所述的关联查看模型的生成装置,其特征在于,所述脚本生成模块包括:
    正则表达式生成子模块,用于根据所述编码规则信息生成字符串匹配的正则表达式;
    脚本确定子模块,用于将所述正则表达式确定为目标字符提取脚本。
  15. 一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,其特征在于,所述处理器执行所述计算机程序时实现权利要求1至8中任一项所述的关联查看模型的生成方法的步骤。
  16. 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现权利要求1至8中任一项所述的关联查看模型的生成方法的步骤。
PCT/CN2022/103135 2022-01-12 2022-06-30 一种关联查看模型的生成方法、装置、计算机设备及存储介质 WO2023134134A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210032396.2 2022-01-12
CN202210032396.2A CN114490756A (zh) 2022-01-12 2022-01-12 一种关联查看模型的生成方法、装置、计算机设备及存储介质

Publications (1)

Publication Number Publication Date
WO2023134134A1 true WO2023134134A1 (zh) 2023-07-20

Family

ID=81512178

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/103135 WO2023134134A1 (zh) 2022-01-12 2022-06-30 一种关联查看模型的生成方法、装置、计算机设备及存储介质

Country Status (2)

Country Link
CN (1) CN114490756A (zh)
WO (1) WO2023134134A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115935653A (zh) * 2022-12-08 2023-04-07 中国船舶重工集团公司第七一九研究所 基于主数据线索的多维跨域模型数据集成方法及***

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114490756A (zh) * 2022-01-12 2022-05-13 中广核工程有限公司 一种关联查看模型的生成方法、装置、计算机设备及存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111382571A (zh) * 2019-11-08 2020-07-07 南方科技大学 一种信息抽取方法、***、服务器和存储介质
CN112966111A (zh) * 2021-03-19 2021-06-15 北京星汉博纳医药科技有限公司 一种基于ai的对象化属性文本自动分类方法及***
CN113220782A (zh) * 2021-04-30 2021-08-06 土巴兔集团股份有限公司 多元测试数据源生成方法、装置、设备及介质
CN114490756A (zh) * 2022-01-12 2022-05-13 中广核工程有限公司 一种关联查看模型的生成方法、装置、计算机设备及存储介质

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111382571A (zh) * 2019-11-08 2020-07-07 南方科技大学 一种信息抽取方法、***、服务器和存储介质
CN112966111A (zh) * 2021-03-19 2021-06-15 北京星汉博纳医药科技有限公司 一种基于ai的对象化属性文本自动分类方法及***
CN113220782A (zh) * 2021-04-30 2021-08-06 土巴兔集团股份有限公司 多元测试数据源生成方法、装置、设备及介质
CN114490756A (zh) * 2022-01-12 2022-05-13 中广核工程有限公司 一种关联查看模型的生成方法、装置、计算机设备及存储介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115935653A (zh) * 2022-12-08 2023-04-07 中国船舶重工集团公司第七一九研究所 基于主数据线索的多维跨域模型数据集成方法及***
CN115935653B (zh) * 2022-12-08 2023-09-22 中国船舶重工集团公司第七一九研究所 基于主数据线索的多维跨域模型数据集成方法及***

Also Published As

Publication number Publication date
CN114490756A (zh) 2022-05-13

Similar Documents

Publication Publication Date Title
US10540383B2 (en) Automatic ontology generation
WO2023134134A1 (zh) 一种关联查看模型的生成方法、装置、计算机设备及存储介质
WO2014179819A2 (en) Software design pattern for adapting a graph database visualization software
CN105550206B (zh) 结构化查询语句的版本控制方法及装置
CN111078776A (zh) 数据表的标准化方法、装置、设备及存储介质
CN110704476A (zh) 数据处理方法、装置、设备及存储介质
CN112860777B (zh) 数据处理方法、装置及设备
EP3279816A1 (en) Data analysis processing method, apparatus, computer device, and storage medium
CN112328486A (zh) 接口自动化测试方法、装置、计算机设备及存储介质
CN109471893A (zh) 网络数据的查询方法、设备及计算机可读存储介质
CN116244387A (zh) 实体关系构建方法、装置、电子设备及存储介质
CN105930354B (zh) 存储模型转换方法和装置
CN111339098A (zh) 一种权限管理方法、数据查询方法及装置
CN111488386B (zh) 数据查询方法和装置
US11294901B1 (en) Isolating the performance of functions included in queries
CN113010542A (zh) 业务数据处理方法、装置、计算机设备及存储介质
JP2018133044A (ja) WebAPI実行フロー生成装置およびWebAPI実行フロー生成方法
CN114296696A (zh) 业务功能操作方法和装置、存储介质及电子设备
CN116263659A (zh) 数据处理方法、装置、计算机程序产品、设备及存储介质
CN115905274A (zh) 数据处理的方法、装置、电子设备及介质
CN112231377A (zh) 数据映射方法、***、装置、服务器和存储介质
KR101743229B1 (ko) 콜렉션 다이어그램 기반형 문서 db 설계 시스템 및 그에 사용되는 정보처리장치
US20240184416A1 (en) Integrated energy data science platform
US20230185852A1 (en) Entity Resolution Data Structure System and Method
US20240176803A1 (en) Simplified schema generation for data ingestion

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22919771

Country of ref document: EP

Kind code of ref document: A1