WO2024121992A1 - Information processing device, method, and program - Google Patents

Information processing device, method, and program Download PDF

Info

Publication number
WO2024121992A1
WO2024121992A1 PCT/JP2022/045163 JP2022045163W WO2024121992A1 WO 2024121992 A1 WO2024121992 A1 WO 2024121992A1 JP 2022045163 W JP2022045163 W JP 2022045163W WO 2024121992 A1 WO2024121992 A1 WO 2024121992A1
Authority
WO
WIPO (PCT)
Prior art keywords
location information
types
information
aliases
alias
Prior art date
Application number
PCT/JP2022/045163
Other languages
French (fr)
Japanese (ja)
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 日本電信電話株式会社
Priority to PCT/JP2022/045163 priority Critical patent/WO2024121992A1/en
Publication of WO2024121992A1 publication Critical patent/WO2024121992A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Definitions

  • Embodiments of the present invention relate to an information processing device, method, and program.
  • RPA Robot Process Automation
  • the target information for multiple scenarios is consolidated into one and stored in a database for target information, which has the disadvantage of causing the target information to become bloated.
  • This invention was made in light of the above-mentioned circumstances, and its purpose is to provide an information processing device, method, and program that can optimize the processing related to the monitoring of the control of an automatic operation target.
  • An information processing device includes a monitoring unit that monitors whether an object of location information to be monitored exists or has changed, the object being used to control an automatic operation target, and a name matching processing unit that performs a name matching process on multiple types of aliases that are names given to the location information to be monitored by the monitoring unit and that are appropriate to be associated with the location information, and notifies the monitoring unit of the object of the location information that is associated with the alias that is the subject of the name matching process as the monitoring target.
  • An information processing method is a method performed by an information processing device, and includes monitoring whether an object of location information to be monitored, which is information used to control an automatic operation target, exists or has changed, performing a name matching process for a plurality of types of aliases that are names given to the location information to be monitored and that are appropriate to be associated with the location information, and using the object of the location information that is associated with the alias that is the subject of the name matching process as the monitoring target.
  • the present invention makes it possible to optimize the process of monitoring the control of automatic operation targets.
  • FIG. 1 is a diagram showing an application example of an information processing device according to an embodiment of the present invention.
  • FIG. 2 is a diagram showing an example of a general relationship between object information and position information.
  • FIG. 3 is a diagram showing an example of a name matching process of location information performed by an information processing device according to an embodiment of the present invention.
  • FIG. 4 is a diagram showing an example of a hierarchy of location information.
  • FIG. 5 is a diagram showing an example of a general search for location information.
  • FIG. 6 is a diagram showing an example of a search for position information by an information processing device according to an embodiment of the present invention.
  • Figure 7 is a flow chart showing an example of processing operation by a name matching processing unit of an information processing device according to one embodiment of the present invention.
  • FIG. 1 is a diagram showing an application example of an information processing device according to an embodiment of the present invention.
  • FIG. 2 is a diagram showing an example of a general relationship between object information and position information.
  • FIG. 3 is a
  • FIG. 8 is a diagram showing an example of the merged aliases in a table format.
  • FIG. 9 is a diagram showing a first example of object identity determination of position information.
  • FIG. 10 is a diagram showing a second example of the identity determination of objects of position information.
  • FIG. 11 is a diagram showing a third example of the identity determination of objects of position information.
  • Figure 12 is a block diagram showing an example of the hardware configuration of an information processing device according to one embodiment of the present invention.
  • FIG. 1 is a diagram showing an application example of an information processing device according to an embodiment of the present invention.
  • an information processing apparatus 100 includes a business system management unit 10 , a monitoring unit 20 , a name identification processing unit 30 , and a recording unit 40 .
  • the business system management unit 10 manages target information relating to, for example, RPA in an external business system in accordance with, for example, operations from a user.
  • the monitoring unit 20 for example, periodically monitors the contents of management by the business system management unit 10, monitors whether an object of the location information of the monitoring target, which is information used for controlling the automatic operation target, exists or has changed, and records this monitoring result in the recording unit 40.
  • This location information is information necessary for controlling the automatic operation target.
  • the name matching processing unit 30 performs a name matching process on multiple types of aliases, which are names given to objects of location information that are the subject of monitoring by the monitoring unit 20 and are appropriate to be associated with the location information, notifies the monitoring unit 20 of the object of location information corresponding to the alias that is the subject of this name matching process as the object of location information that is the subject of monitoring, and records the processing result in the recording unit 40.
  • aliases is information in which a name that is easy for a person, that is, a user, to understand is added to the location information, and is information that is cited when control contents such as a scenario are described.
  • FIG. 2 is a diagram showing an example of a general relationship between object information and position information.
  • the location information and aliases of a large number of automated operation targets of a large number of systems are registered in a database.
  • the target information includes multiple types of aliases, such as the customer name, service name, plan name, contract period, and service fee for aliases related to a service, and the above monitoring is performed by comparing these various aliases with location information.
  • aliases such as the customer name, service name, plan name, contract period, and service fee for aliases related to a service
  • Fig. 3 is a diagram showing an example of a name matching process of location information by an information processing apparatus according to an embodiment of the present invention
  • Fig. 4 is a diagram showing an example of a hierarchy of location information. As shown in FIG. 3, in one embodiment of the present invention, different aliases set to the same location information are merged and monitored together, thereby making it possible to improve the efficiency of the monitoring process (symbol a in FIG. 3).
  • FIG. 5 is a diagram showing an example of a general search for location information.
  • location information for example, the service name or plan name of an object corresponding to a node in the lowest layer, is searched hierarchically for each alias independently from the root node, which is the highest layer. Therefore, in the example shown in Fig. 5, it is necessary to search from the root node through the edges a total of four times.
  • FIG. 6 is a diagram showing an example of a search for position information by an information processing device according to an embodiment of the present invention.
  • location information that is set in common to the matched aliases may be defined in the node indicated by reference character a in FIG. 6, for example.
  • a search is made from the root node for location information defined in a node in an intermediate hierarchy (symbol a in FIG. 6) that is set in common to the matched aliases.
  • this location information is found, the location information defined in the nodes in the lower hierarchy is traced hierarchically from this node. Therefore, the desired location information can be found by searching through the edges a total of three times from the root node, which reduces the number of times the edges are passed compared to the example shown in FIG. 5 above.
  • FIG. 7 is a flowchart showing an example of a processing operation by the name identification processing unit of the information processing device according to an embodiment of the present invention.
  • the name identification processor 30 first acquires one alias from the target information in which multiple aliases are set (S11).
  • the name identification processor 30 acquires the location information set in association with the alias acquired in S11 (S12).
  • the name identification processor 30 starts searching for location information starting from the root node at which the location information in the highest hierarchy is defined (S13).
  • the name matching processor 30 moves the search target down by one level (S14).
  • the name identification processor 30 generates position information defined for the node of the current layer that is the search target (S15).
  • the name matching processing unit 30 performs an identity determination, which is a determination as to whether the location information defined for the node of the current hierarchy of the search target generated in S15 exists in the list of location information defined for the node of the current hierarchy of the search target that has already been recorded in the recording unit 40 (S16).
  • the name matching processing unit 30 adds the location information defined for the node of the current hierarchy to be searched, generated in S15, to the list of location information defined for the node of the current hierarchy to be searched, recorded in the recording unit 40, which is used in the determination in S16 (S18).
  • the name matching processing unit 30 registers the location information defined for the node of the current hierarchical level being searched, generated in S15, in the recording unit 40 as the name matching location, that is, the location information that is set commonly to aliases including the alias obtained in S11, that is, the location information that is set to the so-called matched aliases (S19).
  • the matching processor 30 registers the alias obtained in S11 and the location information defined for the node in the hierarchy below the current hierarchy to be searched, generated in S15, in the list of aliases for the matching location recorded in the recording unit 40 (S20).
  • the location information is expressed as follows. "Root>A>B>C>D" ">" indicates a break in the hierarchy, and in the above example, the location information to be automatically operated is "an object having information "D" at the fourth hierarchy level, which is one level below the root hierarchy, which is subordinate to an object having information "A” at the first hierarchy level, which is one level below the root hierarchy, which is subordinate to an object having information "B” at the second hierarchy level, which is one level below that, which is subordinate to an object having information "C” at the third hierarchy level, which is one level below that.”
  • FIG. 8 is a diagram illustrating an example of the merged aliases in a table format.
  • the four types of aliases recorded in the original target information are "alias (1)", “alias (2)", “alias (3)” and "alias (4)".
  • the location information of the object to be automatically operated in "Alias (1)" and "Alias (2)" is an object in the fourth hierarchy having information "D" which is subordinate to an object in the second hierarchy having information "B” which is subordinate to an object in the third hierarchy having information "C” which is subordinate to an object in the first hierarchy having information "A” which is one hierarchy below the root hierarchy.
  • the location information of the object to be automatically operated in "Alias (3)" is an object in the fourth hierarchy having information "H", which is subordinate to an object in the first hierarchy having information "E”, which is subordinate to an object in the second hierarchy having information "F”, which is subordinate to an object in the third hierarchy having information "G".
  • the location information of the object to be automatically operated in "Alias (4)" is an object in the fourth hierarchy having information "I”, which is subordinate to an object in the second hierarchy having information "F”, which is subordinate to an object in the third hierarchy having information "G”, which is subordinate to an object in the first hierarchy having information "E”, which is one hierarchy below the root hierarchy.
  • the location information of the automatic operation target for the above "alias (1)” and “alias (2)" is both "Root>A>B>C>D", so the location information from the first hierarchy to the lowest fourth hierarchy is considered to be the same, and the above name matching position is expressed as "Root>A>B>C>D".
  • the location information is deemed to match from the first to third hierarchical levels, and the above name matching position is expressed as "root>E>F>G".
  • the subordinate location information from the above-mentioned name matching position for alias (3) is represented as “>H”, which corresponds to the fourth hierarchical level
  • the subordinate location information from the above-mentioned name matching position for alias (4) is represented as “>I”, which corresponds to the fourth hierarchical level.
  • the process of determining the identity of the object may include at least the following three types of processes.
  • FIG. 9 is a diagram showing a first example of identity determination of objects of position information. This example corresponds to the above-mentioned "(1) Exact match.”
  • determining the identity of objects related to "alias (1)" and "alias (2)" shown in Fig. 8 will be described.
  • the information "A" of the first-level object corresponding to “Alias (1)” includes the first property (denoted as property (1)), “Value A,” the second property (denoted as property (2)), “Value B,” and the third property (denoted as property (3)), "Value C.”
  • the information "A" of the first-level object corresponding to "Alias (2)" includes a first property "Value A,” a second property “Value B,” and a third property "Value X.”
  • FIG. 10 is a diagram showing a second example of the identity determination of objects of position information. This example corresponds to the above "(2) Judgment definition for each property".
  • definitions of identity judgment for objects in each hierarchy corresponding to "alias (1)" and "alias (2)" are defined for each alias shown in Fig. 9.
  • This definition defines conditions for each type of property, such as whether properties of the same type of object in each hierarchy match among multiple types of aliases.
  • the definitions for determining whether an object in the first hierarchical level matches between "alias (1)” and "alias (2)” include a definition indicating a condition under which the value of a first property of the object in the first hierarchical level matches completely between “alias (1)” and “alias (2),” a definition indicating a condition under which the value of a second property of the object in the first hierarchical level matches at least partially between “alias (1)” and “alias (2),” and a definition indicating a condition under which the value of a third property of the object in the first hierarchical level is not used to determine whether the object in the first hierarchical level matches between "alias (1)” and "alias (2).”
  • FIG. 11 is a diagram showing a third example of the identity determination of objects of position information. This example corresponds to "(3) Determination by vectorization and threshold value" above.
  • the identity of location information objects is determined for each hierarchical level based on the vectorized result of the Levenshtein distance of each property value of the location information objects corresponding to "alias (1)" and "alias (2)" for each alias shown in Fig. 9.
  • the number of elements of this vectorized result corresponds to the number of property types.
  • the Levenshtein distance between the value "ABC” of the first property of the object of the first hierarchical location information corresponding to "alias (1)” and the value “ABC” of the first property of the object of the first hierarchical location information corresponding to "alias (2)” are calculated by the name matching processing unit 30 according to the following formulas.
  • the vector represented by the maximum Levenshtein distance calculated by the above formula that is, the normalized value obtained by dividing the maximum distance by the distance obtained by adding up the lengths of the character string data of the properties to be compared, is calculated as follows.
  • Vector [0.0/6.0, 1.0/6.0, 1.0/6.0] This calculated vector is further calculated as follows:
  • this calculated norm indicates that multiple types of aliases correspond, for example, one-to-one to multiple pieces of location information that have identity
  • the norm is below a predetermined threshold
  • the first-level objects corresponding to "alias (1)" and "alias (2)" shown in FIG. 11 are determined to have identity by the name matching processing unit 30.
  • FIG. 12 is a block diagram showing an example of a hardware configuration of an information processing apparatus 100 according to an embodiment of the present invention.
  • the information processing device 100 is configured, for example, by a server computer or a personal computer, and has a hardware processor 111A such as a CPU.
  • a program memory 111B, a data memory 112, an input/output interface 113, and a communication interface 114 are connected to this hardware processor 111A via a bus 115.
  • the communication interface 114 includes, for example, one or more wireless communication interface units, and enables transmission and reception of information to and from a communication network NW.
  • the wireless interface for example, an interface that adopts a low-power wireless data communication standard such as a wireless LAN (Local Area Network) is used.
  • a wireless LAN Local Area Network
  • An input device 300 and an output device 400 that are attached to the information processing device 100 and are used by a user or the like are connected to the input/output interface 113 .
  • the input/output interface 113 takes in operation data input by a user or the like through an input device 300 such as a keyboard, a touch panel, a touchpad, a mouse, or the like, and outputs output data to an output device 400 including a display device using liquid crystal or organic EL (Electro Luminescence), etc., for display.
  • the input device 300 and the output device 400 may be devices built into the information processing device 100, or may be input devices and output devices of other information terminals that can communicate with the information processing device 100 via the network NW.
  • the program memory 111B is a non-transient tangible storage medium that combines a non-volatile memory such as a HDD (Hard Disk Drive) or SSD (Solid State Drive) that can be written to and read from at any time, with a non-volatile memory such as a ROM (Read Only Memory), and stores the programs necessary to execute various control processes, etc. according to one embodiment.
  • a non-volatile memory such as a HDD (Hard Disk Drive) or SSD (Solid State Drive) that can be written to and read from at any time
  • a non-volatile memory such as a ROM (Read Only Memory)
  • ROM Read Only Memory
  • the data memory 112 is a tangible storage medium that combines, for example, the above-mentioned non-volatile memory with a volatile memory such as RAM (Random Access Memory), and is used to store various data acquired and created during various processing steps.
  • RAM Random Access Memory
  • An information processing apparatus 100 can be configured as a data processing system having a processing function unit implemented by software.
  • the storage area used as the recording unit 40 or work memory by the information processing device 100 can be configured by using the data memory 112 shown in Fig. 12.
  • these configured storage areas are not essential components within the information processing device 100, and may be areas provided in a storage system such as an external storage medium such as a Universal Serial Bus (USB) memory, or a database server located in the cloud.
  • USB Universal Serial Bus
  • the above processing function unit can be realized by having the above hardware processor 111A read and execute a program stored in the program memory 111B. Note that this processing function unit may also be realized in a variety of other forms, including integrated circuits such as an application specific integrated circuit (ASIC (Application Specific Integrated Circuit)) or an FPGA (Field-Programmable Gate Array).
  • ASIC Application Specific Integrated Circuit
  • FPGA Field-Programmable Gate Array
  • the methods described in each embodiment can be stored as a program (software means) that can be executed by a computer on a recording medium such as a magnetic disk (floppy disk, hard disk, etc.), optical disk (CD-ROM, DVD, MO, etc.), semiconductor memory (ROM, RAM, Flash memory, etc.), and can be distributed by transmitting it via a communication medium.
  • the programs stored on the medium also include a setting program that configures the software means (including not only execution programs but also tables and data structures) that the computer executes.
  • the computer that realizes this device reads the program recorded on the recording medium, and in some cases, configures the software means using the setting program, and executes the above-mentioned processing by having the operation controlled by this software means.
  • the recording medium referred to in this specification is not limited to a recording medium for distribution, but also includes storage media such as a magnetic disk or semiconductor memory installed inside the computer or in a device connected via a network.
  • the present invention is not limited to the above-described embodiments, and can be modified in various ways during implementation without departing from the gist of the invention.
  • the embodiments may also be implemented in appropriate combination, in which case the combined effects can be obtained.
  • the above-described embodiments include various inventions, and various inventions can be extracted by combinations selected from the multiple constituent elements disclosed. For example, if the problem can be solved and an effect can be obtained even if some constituent elements are deleted from all the constituent elements shown in the embodiments, the configuration from which these constituent elements are deleted can be extracted as an invention.
  • REFERENCE SIGNS LIST 100 Information processing device 10: Business system management unit 20: Monitoring unit 30: Name matching processing unit 40: Recording unit

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Quality & Reliability (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

An information processing device according to one embodiment of the present invention comprises: a monitoring unit that monitors whether or not there is an object of position information which is a monitoring target and is used to control an automatic operation target or whether or not there is a change therein; and a collection-by-name processing unit that applies collection-by-name processing to a plurality of types of alias which is a name assigned to the position information, which is the monitoring target by the monitoring unit, and association of which with the position information is appropriate and notifies the monitoring unit of, as the target of the monitoring, the object of the position information associated with the alias, which is a target of the collection-by-name processing.

Description

情報処理装置、方法およびプログラムInformation processing device, method and program
 本発明の実施形態は、情報処理装置、方法およびプログラムに関する。 Embodiments of the present invention relate to an information processing device, method, and program.
 RPA(Robotic Process Automation)の一形態として、自動操作の制御に係るシナリオ(scenario)と、自動操作の対象情報とを分離したアーキテクチャ(architecture)が提案されている(例えば非特許文献1参照)。 As a form of RPA (Robotic Process Automation), an architecture has been proposed that separates the scenario for controlling automated operations from the target information for the automated operations (see, for example, Non-Patent Document 1).
 上記のようなアーキテクチャでは、複数のシナリオの対象情報が一つに集約されて対象情報用のデータベース(database)に格納されるため、対象情報が肥大化するデメリット(Demerit)がある。 In the above architecture, the target information for multiple scenarios is consolidated into one and stored in a database for target information, which has the disadvantage of causing the target information to become bloated.
 このアーキテクチャでは、対象情報用のデータベースに登録された制御対象の現況および変更を監視する必要があるため、上記のような対象情報の肥大化に伴い、監視処理に要する計算時間が大幅に増大してしまう。 In this architecture, it is necessary to monitor the current status and changes of the control targets registered in the target information database, so as the target information increases as described above, the calculation time required for the monitoring process increases significantly.
 この発明は、上記事情に着目してなされたもので、その目的とするところは、自動操作対象の制御の監視に係る処理を適正化することができるようにした情報処理装置、方法およびプログラムを提供することにある。 This invention was made in light of the above-mentioned circumstances, and its purpose is to provide an information processing device, method, and program that can optimize the processing related to the monitoring of the control of an automatic operation target.
 本発明の一態様に係る情報処理装置は、自動操作対象の制御に用いられる情報であって、監視対象である位置情報のオブジェクトが存在するか否かまたは変化があったか否かを監視する監視部と、前記監視部による監視対象である位置情報に付与される名称であって、当該位置情報に対応付けられることが適切な複数種類のエイリアスの名寄せ処理を行ない、前記名寄せ処理の対象のエイリアスに対応付けられる前記位置情報のオブジェクトを前記監視対象として前記監視部に通知する名寄せ処理部と、を備える。 An information processing device according to one aspect of the present invention includes a monitoring unit that monitors whether an object of location information to be monitored exists or has changed, the object being used to control an automatic operation target, and a name matching processing unit that performs a name matching process on multiple types of aliases that are names given to the location information to be monitored by the monitoring unit and that are appropriate to be associated with the location information, and notifies the monitoring unit of the object of the location information that is associated with the alias that is the subject of the name matching process as the monitoring target.
 本発明の一態様に係る情報処理方法は、情報処理装置により行なわれる方法であって、自動操作対象の制御に用いられる情報であって、監視対象である位置情報のオブジェクトが存在するか否かまたは変化があったか否かを監視することと、前記監視対象である位置情報に付与される名称であって、当該位置情報に対応付けられることが適切な複数種類のエイリアスの名寄せ処理を行ない、前記名寄せ処理の対象のエイリアスに対応付けられる前記位置情報のオブジェクトを前記監視対象として用いることと、を備える。 An information processing method according to one aspect of the present invention is a method performed by an information processing device, and includes monitoring whether an object of location information to be monitored, which is information used to control an automatic operation target, exists or has changed, performing a name matching process for a plurality of types of aliases that are names given to the location information to be monitored and that are appropriate to be associated with the location information, and using the object of the location information that is associated with the alias that is the subject of the name matching process as the monitoring target.
 本発明によれば、自動操作対象の制御の監視に係る処理を適正化することができる。 The present invention makes it possible to optimize the process of monitoring the control of automatic operation targets.
図1は、本発明の一実施形態に係る情報処理装置の適用例を示す図である。FIG. 1 is a diagram showing an application example of an information processing device according to an embodiment of the present invention. 図2は、対象情報と位置情報の一般的な関係の一例を示す図である。FIG. 2 is a diagram showing an example of a general relationship between object information and position information. 図3は、本発明の一実施形態に係る情報処理装置による位置情報の名寄せ処理の一例を示す図である。FIG. 3 is a diagram showing an example of a name matching process of location information performed by an information processing device according to an embodiment of the present invention. 図4は、位置情報の階層の一例を示す図である。FIG. 4 is a diagram showing an example of a hierarchy of location information. 図5は、位置情報の一般的な探索の一例を示す図である。FIG. 5 is a diagram showing an example of a general search for location information. 図6は、本発明の一実施形態に係る情報処理装置による位置情報の探索の一例を示す図である。FIG. 6 is a diagram showing an example of a search for position information by an information processing device according to an embodiment of the present invention. 図7は、本発明の一実施形態に係る情報処理装置の名寄せ処理部による処理動作の一例を示すフローチャート(flow chart)である。Figure 7 is a flow chart showing an example of processing operation by a name matching processing unit of an information processing device according to one embodiment of the present invention. 図8は、名寄せされたエイリアス(alias)の一例を表形式で示す図である。FIG. 8 is a diagram showing an example of the merged aliases in a table format. 図9は、位置情報のオブジェクト(object)の同一性判定の第1の例を示す図である。FIG. 9 is a diagram showing a first example of object identity determination of position information. 図10は、位置情報のオブジェクトの同一性判定の第2の例を示す図である。FIG. 10 is a diagram showing a second example of the identity determination of objects of position information. 図11は、位置情報のオブジェクトの同一性判定の第3の例を示す図である。FIG. 11 is a diagram showing a third example of the identity determination of objects of position information. 図12は、本発明の一実施形態に係る情報処理装置のハードウエア(hardware)構成の一例を示すブロック図(block diagram)である。Figure 12 is a block diagram showing an example of the hardware configuration of an information processing device according to one embodiment of the present invention.
 以下、図面を参照しながら、この発明に係わる一実施形態を説明する。
 図1は、本発明の一実施形態に係る情報処理装置の適用例を示す図である。
 図1に示されるように、本発明の一実施形態に係る情報処理装置100は、業務システム管理部10、監視部20、名寄せ処理部30、および記録部40を備える。
 業務システム管理部10は、例えばユーザ(user)からの操作に従い、外部の業務システム(system)における例えばRPAに係る対象情報を管理する。
 監視部20は、例えば定期的に業務システム管理部10による管理内容を監視し、自動操作対象の制御に用いられる情報であって、監視対象の位置情報のオブジェクトが存在するか否か、または変化があったか否かを監視し、この監視結果を記録部40に記録する。この位置情報は、自動操作対象の制御に必要な情報である。
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a diagram showing an application example of an information processing device according to an embodiment of the present invention.
As shown in FIG. 1 , an information processing apparatus 100 according to an embodiment of the present invention includes a business system management unit 10 , a monitoring unit 20 , a name identification processing unit 30 , and a recording unit 40 .
The business system management unit 10 manages target information relating to, for example, RPA in an external business system in accordance with, for example, operations from a user.
The monitoring unit 20, for example, periodically monitors the contents of management by the business system management unit 10, monitors whether an object of the location information of the monitoring target, which is information used for controlling the automatic operation target, exists or has changed, and records this monitoring result in the recording unit 40. This location information is information necessary for controlling the automatic operation target.
 名寄せ処理部30は、監視部20による監視対象である位置情報のオブジェクトに付与される名称であって、当該位置情報に対応付けられることが適切な複数種類のエイリアスの名寄せ処理を行ない、この名寄せ処理の対象のエイリアスに対応する位置情報のオブジェクトを監視対象である位置情報のオブジェクトとして監視部20に通知し、この処理結果を記録部40に記録する。
 上記のエイリアスは、位置情報に、人、すなわちユーザが分かりやすい名称が付与された情報であり、シナリオなどの制御内容が記述される際に引用される情報である。
The name matching processing unit 30 performs a name matching process on multiple types of aliases, which are names given to objects of location information that are the subject of monitoring by the monitoring unit 20 and are appropriate to be associated with the location information, notifies the monitoring unit 20 of the object of location information corresponding to the alias that is the subject of this name matching process as the object of location information that is the subject of monitoring, and records the processing result in the recording unit 40.
The above-mentioned alias is information in which a name that is easy for a person, that is, a user, to understand is added to the location information, and is information that is cited when control contents such as a scenario are described.
 図2は、対象情報と位置情報の一般的な関係の一例を示す図である。
 対象情報を分離して一括管理するアーキテクチャでは、多数のシステム(図2の符号a)の大量の自動操作対象の位置情報とエイリアスがデータベースに登録される。
FIG. 2 is a diagram showing an example of a general relationship between object information and position information.
In the architecture in which target information is separated and managed collectively, the location information and aliases of a large number of automated operation targets of a large number of systems (reference symbol a in FIG. 2) are registered in a database.
 これにより、対象情報に記録された大量の自動操作対象が存在するか否か、変化は無いか否かなどの現況を全て監視してチェック(check)する必要があり、監視処理に要する計算処理の時間増大が課題である。 As a result, it is necessary to monitor and check the current status of the large number of automated operation targets recorded in the target information, such as whether there are any changes, and so on, and the increased calculation time required for the monitoring process is an issue.
 図2に示された例では、対象情報に複数種類のエイリアス、例えば、サービス(service)業務に係るエイリアスのお客様氏名、サービス名、当該サービスに係るプラン(plan)名、契約期間、サービスの金額などが記録され、これらの各種のエイリアスと位置情報とが比較されることで上記監視が行われる。 In the example shown in Figure 2, the target information includes multiple types of aliases, such as the customer name, service name, plan name, contract period, and service fee for aliases related to a service, and the above monitoring is performed by comparing these various aliases with location information.
 図3は、本発明の一実施形態に係る情報処理装置による位置情報の名寄せ処理の一例を示す図である。図4は、位置情報の階層の一例を示す図である。
 図3に示されるように、本発明の一実施形態では、同じ位置情報に設定される別々のエイリアスを名寄せして纏めて監視することで監視処理の効率化を図ることができる(図3の符号a)。
Fig. 3 is a diagram showing an example of a name matching process of location information by an information processing apparatus according to an embodiment of the present invention Fig. 4 is a diagram showing an example of a hierarchy of location information.
As shown in FIG. 3, in one embodiment of the present invention, different aliases set to the same location information are merged and monitored together, thereby making it possible to improve the efficiency of the monitoring process (symbol a in FIG. 3).
 また、図3に示されるサービス名およびプラン名のように、本実施形態では、全く同じ位置情報ではなくても、図4に示されるような階層的に近い位置情報に設定される複数種類のエイリアスを名寄せして、纏めて監視することで監視処理の効率化を図ることもできる(図3の符号b)。 Furthermore, in this embodiment, even if the location information is not exactly the same, as in the case of the service name and plan name shown in FIG. 3, multiple types of aliases set to hierarchically close location information as shown in FIG. 4 can be merged and monitored together to improve the efficiency of the monitoring process (symbol b in FIG. 3).
 本実施形態では、制御のシナリオと対象情報を分離したRPAのアーキテクチャにおいて、監視処理の増大というデメリットを克服することで、システム画面の変更などに円滑に対応可能というアーキテクチャのメリット(merit)を最大限に活かすことが可能となる。 In this embodiment, in an RPA architecture that separates control scenarios and target information, the disadvantage of increased monitoring processing is overcome, making it possible to make maximum use of the merit of the architecture, which is the ability to smoothly respond to changes in system screens, etc.
 図5は、位置情報の一般的な探索の一例を示す図である。
 図5に示されたように、本実施形態では、位置情報が定義されるノード(node)とノード間のエッジ(edge)で表現される階層における、最上位階層であるルート(root)のノードからエイリアスごとに独立して位置情報、例えば最下層のノードに対応するオブジェクトのサービス名またはプラン名が階層的に探索される。このため、図5に示された例ではルートのノードからエッジを計4回通って探索する必要がある。
FIG. 5 is a diagram showing an example of a general search for location information.
As shown in Fig. 5, in this embodiment, in a hierarchy represented by nodes where location information is defined and edges between nodes, location information, for example, the service name or plan name of an object corresponding to a node in the lowest layer, is searched hierarchically for each alias independently from the root node, which is the highest layer. Therefore, in the example shown in Fig. 5, it is necessary to search from the root node through the edges a total of four times.
 図6は、本発明の一実施形態に係る情報処理装置による位置情報の探索の一例を示す図である。
 本実施形態では、上記の名寄せが行われた結果、例えば図6の符号aに示されたノードに、名寄せされたエイリアスに共通して設定される位置情報が定義され得る。
FIG. 6 is a diagram showing an example of a search for position information by an information processing device according to an embodiment of the present invention.
In this embodiment, as a result of the above-mentioned name matching, location information that is set in common to the matched aliases may be defined in the node indicated by reference character a in FIG. 6, for example.
 図6に示された例では、ルートのノードから、まず途中の階層のノード(図6の符号a)に定義される位置情報であって、上記名寄せされたエイリアスに共通して設定される位置情報を探索し、この位置情報が発見されたときに、このノードから下位階層のノードに定義される位置情報を階層的に辿っていけば良いので、ルートのノードからエッジを計3回通って探索すれば、所望の位置情報を探索でき、上記図5に示された例と比較してエッジを通る回数を少なくすることができる。 In the example shown in FIG. 6, first, a search is made from the root node for location information defined in a node in an intermediate hierarchy (symbol a in FIG. 6) that is set in common to the matched aliases. When this location information is found, the location information defined in the nodes in the lower hierarchy is traced hierarchically from this node. Therefore, the desired location information can be found by searching through the edges a total of three times from the root node, which reduces the number of times the edges are passed compared to the example shown in FIG. 5 above.
 図7は、本発明の一実施形態に係る情報処理装置の名寄せ処理部による処理動作の一例を示すフローチャートである。
 名寄せ処理部30は、まず、複数のエイリアスが設定される対象情報から一つのエイリアスを取得する(S11)。
 名寄せ処理部30は、S11で取得したエイリアスに対応して設定される位置情報を取得する(S12)。
 名寄せ処理部30は、最上位階層における位置情報が定義されるルートのノードを起点として、位置情報の探索を開始する(S13)。
 名寄せ処理部30は、探索対象の階層を一つ下げる(S14)。
 名寄せ処理部30は、探索対象の現在の階層のノードに定義される位置情報を生成する(S15)。
FIG. 7 is a flowchart showing an example of a processing operation by the name identification processing unit of the information processing device according to an embodiment of the present invention.
The name identification processor 30 first acquires one alias from the target information in which multiple aliases are set (S11).
The name identification processor 30 acquires the location information set in association with the alias acquired in S11 (S12).
The name identification processor 30 starts searching for location information starting from the root node at which the location information in the highest hierarchy is defined (S13).
The name matching processor 30 moves the search target down by one level (S14).
The name identification processor 30 generates position information defined for the node of the current layer that is the search target (S15).
 名寄せ処理部30は、S15で生成された、探索対象の現在の階層のノードに定義される位置情報が、記録部40に既に記録された、探索対象の現在の階層のノードに定義される位置情報の一覧に存在するか否かの判定である同一性判定を行なう(S16)。 The name matching processing unit 30 performs an identity determination, which is a determination as to whether the location information defined for the node of the current hierarchy of the search target generated in S15 exists in the list of location information defined for the node of the current hierarchy of the search target that has already been recorded in the recording unit 40 (S16).
 S16での判定の結果、探索対象の現在の階層のノードに定義される位置情報同一の位置情報が、記録部40に既に記録された位置情報の一覧に存在しないとき(S17のNo)、名寄せ処理部30は、S15で生成された、探索対象の現在の階層のノードに定義される位置情報を、S16の判定で用いられる、記録部40に記録された、探索対象の現在の階層のノードに定義される位置情報の一覧に追加する(S18)。 If the result of the determination in S16 is that the same location information defined for the node of the current hierarchy to be searched is not present in the list of location information already recorded in the recording unit 40 (No in S17), the name matching processing unit 30 adds the location information defined for the node of the current hierarchy to be searched, generated in S15, to the list of location information defined for the node of the current hierarchy to be searched, recorded in the recording unit 40, which is used in the determination in S16 (S18).
 一方で、S16での判定の結果、探索対象の現在の階層のノードに定義される位置情報同一の位置情報が、記録部40に既に記録された位置情報の一覧に存在するとき、(S17のYes)、名寄せ処理部30は、S15で生成された、探索対象の現在の階層のノードに定義される位置情報を名寄せ位置、すなわちS11で取得されたエイリアスを含むエイリアスに共通して設定される位置情報、いわゆる名寄せされたエイリアスに設定される位置情報として記録部40に登録する(S19)。 On the other hand, if the result of the determination in S16 is that the same location information defined for the node of the current hierarchical level being searched exists in the list of location information already recorded in the recording unit 40 (Yes in S17), the name matching processing unit 30 registers the location information defined for the node of the current hierarchical level being searched, generated in S15, in the recording unit 40 as the name matching location, that is, the location information that is set commonly to aliases including the alias obtained in S11, that is, the location information that is set to the so-called matched aliases (S19).
 名寄せ処理部30は、記録部40に記録される、名寄せ位置のエイリアス一覧に、S11で取得されたエイリアスと、S15で生成された、探索対象の現在の階層の配下の階層のノードに定義される位置情報を登録する(S20)。 The matching processor 30 registers the alias obtained in S11 and the location information defined for the node in the hierarchy below the current hierarchy to be searched, generated in S15, in the list of aliases for the matching location recorded in the recording unit 40 (S20).
 S18またはS20の処理後にて、探索対象の現在の階層が最下層の階層に到達する前であれば(S21のNo)、S14に戻り、探索対象の階層をさらに一つ下げた条件にて以降の処理がなされる。 After processing S18 or S20, if the current layer to be searched has not yet reached the lowest layer (No in S21), the process returns to S14 and the subsequent processing is performed under the condition that the layer to be searched is one step lower.
 また、S18またはS20の処理後にて、探索対象の現在の階層が最下層の階層に到達したときで(S21のYes)、複数のエイリアスが設定される対象情報から全てのエイリアスが取得されていないときは(S22のNo)、S11に戻り、複数のエイリアスが設定される対象情報から別のエイリアスが取得された条件にて以降の処理がなされる。 Furthermore, after processing of S18 or S20, if the current hierarchy to be searched has reached the lowest hierarchy (Yes in S21) and not all aliases have been obtained from the target information in which multiple aliases are set (No in S22), the process returns to S11 and subsequent processing is performed under the condition that another alias has been obtained from the target information in which multiple aliases are set.
 一方で、上記のように、S21で「Yes」であるときで、複数のエイリアスが設定される対象情報から全てのエイリアスが取得されていたときは(S22のYes)、名寄せ処理部30による一連の処理が終了する。 On the other hand, as described above, when S21 is "Yes" and all aliases have been obtained from the target information in which multiple aliases are set (S22: Yes), the series of processes by the name matching processing unit 30 ends.
 次に、対象情報の中の名寄せされたエイリアスについて説明する。
 本実施形態では、便宜的に位置情報を以下のように表現する。
 “ルート>A>B>C>D”
 “>”は階層の切れ目を示し、上記の例では、「ルートの階層より1階層下である1階層目の“A”という情報を有するオブジェクトの配下の、さらに1階層下である2階層目の“B”という情報を有するオブジェクトの配下の、さらに1階層下である3階層目の“C”という情報を有するオブジェクトの配下の、さらに1階層下である4階層目の“D”という情報を有するオブジェクト」が自動操作対象の位置情報である。
Next, the name-matched aliases in the target information will be described.
In this embodiment, for convenience, the location information is expressed as follows.
"Root>A>B>C>D"
">" indicates a break in the hierarchy, and in the above example, the location information to be automatically operated is "an object having information "D" at the fourth hierarchy level, which is one level below the root hierarchy, which is subordinate to an object having information "A" at the first hierarchy level, which is one level below the root hierarchy, which is subordinate to an object having information "B" at the second hierarchy level, which is one level below that, which is subordinate to an object having information "C" at the third hierarchy level, which is one level below that."
 図8は、名寄せされたエイリアスの一例を表形式で示す図である。
 図8に示された例では、元の対象情報に記録される4種類のエイリアスとして「エイリアス(1)」、「エイリアス(2)」、「エイリアス(3)」および「エイリアス(4)」が挙げられる。
FIG. 8 is a diagram illustrating an example of the merged aliases in a table format.
In the example shown in FIG. 8, the four types of aliases recorded in the original target information are "alias (1)", "alias (2)", "alias (3)" and "alias (4)".
 そして、「エイリアス(1)」および「エイリアス(2)」における自動操作対象の位置情報は、ルートの階層より1階層下である1階層目の“A”という情報を有するオブジェクトの配下の、2階層目の“B”という情報を有するオブジェクトの配下の、3階層目の“C”という情報を有するオブジェクトの配下の、4階層目の“D”という情報を有するオブジェクトである。 The location information of the object to be automatically operated in "Alias (1)" and "Alias (2)" is an object in the fourth hierarchy having information "D" which is subordinate to an object in the second hierarchy having information "B" which is subordinate to an object in the third hierarchy having information "C" which is subordinate to an object in the first hierarchy having information "A" which is one hierarchy below the root hierarchy.
 「エイリアス(3)」における自動操作対象の位置情報は、ルートの階層より1階層下である1階層目の“E”という情報を有するオブジェクトの配下の、2階層目の“F”という情報を有するオブジェクトの配下の、3階層目の“G”という情報を有するオブジェクトの配下の、4階層目の“H”という情報を有するオブジェクトである。 The location information of the object to be automatically operated in "Alias (3)" is an object in the fourth hierarchy having information "H", which is subordinate to an object in the first hierarchy having information "E", which is subordinate to an object in the second hierarchy having information "F", which is subordinate to an object in the third hierarchy having information "G".
 「エイリアス(4)」における自動操作対象の位置情報は、ルートの階層より1階層下である1階層目の“E”という情報を有するオブジェクトの配下の、2階層目の“F”という情報を有するオブジェクトの配下の、3階層目の“G”という情報を有するオブジェクトの配下の、4階層目の“I”という情報を有するオブジェクトである。 The location information of the object to be automatically operated in "Alias (4)" is an object in the fourth hierarchy having information "I", which is subordinate to an object in the second hierarchy having information "F", which is subordinate to an object in the third hierarchy having information "G", which is subordinate to an object in the first hierarchy having information "E", which is one hierarchy below the root hierarchy.
 上記の内容の対象情報に対する名寄せ処理部30による処理の結果、上記「エイリアス(1)」および「エイリアス(2)」に関しては、自動操作対象の位置情報は、ともに“ルート>A>B>C>D”であることから、1階層目から最下層の4階層目までの位置情報が同一であるとみなし、上記の名寄せ位置は、“ルート>A>B>C>D”と表される。 As a result of processing the target information of the above contents by the name matching processing unit 30, the location information of the automatic operation target for the above "alias (1)" and "alias (2)" is both "Root>A>B>C>D", so the location information from the first hierarchy to the lowest fourth hierarchy is considered to be the same, and the above name matching position is expressed as "Root>A>B>C>D".
 また、上記の内容の対象情報に対する名寄せ処理部30による処理の結果、上記「エイリアス(3)」および「エイリアス(4)」に関しては、位置情報は、1階層目から3階層目まで一致しているとみなし、上記の名寄せ位置は、“ルート>E>F>G”と表される。
 また、エイリアス(3)についての上記名寄せ位置からの配下の位置情報は、4階層目に対応する“>H”と表され、エイリアス(4)についての上記名寄せ位置からの配下の位置情報は、4階層目に対応する“>I”と表される。
In addition, as a result of processing the target information of the above content by the name matching processing unit 30, for the above "alias (3)" and "alias (4)", the location information is deemed to match from the first to third hierarchical levels, and the above name matching position is expressed as "root>E>F>G".
In addition, the subordinate location information from the above-mentioned name matching position for alias (3) is represented as “>H”, which corresponds to the fourth hierarchical level, and the subordinate location information from the above-mentioned name matching position for alias (4) is represented as “>I”, which corresponds to the fourth hierarchical level.
 次に、名寄せ処理部30による処理に係る、オブジェクトの同一性判定処理について説明する。
 上記の説明では、各階層のオブジェクトの情報を“A”、“B”、または“C”などと簡略化して表記し、同じ簡略表記のオブジェクトは同じオブジェクトであると判定している。
 しかし、実際にはオブジェクトの情報は様々なプロパティ(property)を保持しており、監視の対象としては同一であるがプロパティのある項目が異なるといったことが一般的に発生する。
Next, the process of determining whether an object is the same as the process performed by the name matching processor 30 will be described.
In the above explanation, the information of objects in each layer is abbreviated as "A", "B" or "C" and objects with the same abbreviation are determined to be the same object.
However, in reality, object information holds various properties, and it is common for objects to be monitored that are the same but have different property items.
 このような場合にオブジェクトの同一性を判定する処理として、少なくとも以下の3種類の処理を含むことができる。
 (1) 完全一致
 (2) プロパティ毎の判定定義
 (3) ベクトル(vector)化と閾値による判定
In such a case, the process of determining the identity of the object may include at least the following three types of processes.
(1) Exact match (2) Judgment definition for each property (3) Vectorization and judgment based on threshold
 図9は、位置情報のオブジェクトの同一性判定の第1の例を示す図である。
 この例は、上記の「(1) 完全一致」に対応する。ここでは、図8に示された「エイリアス(1)」および「エイリアス(2)」に係るオブジェクトの同一性の判定の一例を説明する。
FIG. 9 is a diagram showing a first example of identity determination of objects of position information.
This example corresponds to the above-mentioned "(1) Exact match." Here, an example of determining the identity of objects related to "alias (1)" and "alias (2)" shown in Fig. 8 will be described.
 図9に示されるように、「エイリアス(1)」に対応する、1階層目のオブジェクトの情報“A”は、第1のプロパティ(プロパティ(1)と表記)である「値A」、第2のプロパティ(プロパティ(2)と表記)である「値B」、および第3のプロパティ(プロパティ(3)と表記)である「値C」などを含む。 As shown in Figure 9, the information "A" of the first-level object corresponding to "Alias (1)" includes the first property (denoted as property (1)), "Value A," the second property (denoted as property (2)), "Value B," and the third property (denoted as property (3)), "Value C."
 また、図9に示されるように、「エイリアス(2)」に対応する、1階層目のオブジェクトの情報“A”は、第1のプロパティである「値A」、第2のプロパティである「値B」、および第3のプロパティである「値X」などを含む。 Also, as shown in FIG. 9, the information "A" of the first-level object corresponding to "Alias (2)" includes a first property "Value A," a second property "Value B," and a third property "Value X."
 このような構成にて、「エイリアス(1)」および「エイリアス(2)」の間で1階層目のオブジェクトが一致すると判定されるためには、「エイリアス(1)」および「エイリアス(2)」の間で1階層目の全てのプロパティの値が一致することが条件である。 In this configuration, in order for the first-level objects between "Alias (1)" and "Alias (2)" to be determined to match, the values of all properties in the first level must match between "Alias (1)" and "Alias (2)."
 図9に示された例では、各エイリアスにおける1階層目のオブジェクトの情報“A”のプロパティを比較すると、第1および第2のプロパティの値は「エイリアス(1)」および「エイリアス(2)」の間で一致するが、第3のプロパティの値は「エイリアス(1)」および「エイリアス(2)」の間で一致しないので、「エイリアス(1)」および「エイリアス(2)」の間で1階層目のオブジェクトは一致しないと判定される。このような判定は、各エイリアスに対応する他の階層のオブジェクトについても行なうことができる。以降の第2および第3の例についても同様である。 In the example shown in FIG. 9, when comparing the properties of information "A" of the first-level object in each alias, the values of the first and second properties match between "Alias (1)" and "Alias (2)", but the value of the third property does not match between "Alias (1)" and "Alias (2)", so it is determined that the first-level objects do not match between "Alias (1)" and "Alias (2)". This determination can also be made for objects in other levels that correspond to each alias. The same applies to the second and third examples below.
 図10は、位置情報のオブジェクトの同一性判定の第2の例を示す図である。
 この例は、上記の「(2) プロパティ毎の判定定義」に対応する。図10に示された例では、図9に示されたエイリアスのそれぞれについて「エイリアス(1)」、「エイリアス(2)」に対応する各階層のオブジェクトの同一性判定の定義が定められる。この定義は、各階層のオブジェクトの同じ種別のプロパティが複数種類のエイリアスの間で一致するか否かなどの条件がプロパティの種別ごとに定められてなる。
FIG. 10 is a diagram showing a second example of the identity determination of objects of position information.
This example corresponds to the above "(2) Judgment definition for each property". In the example shown in Fig. 10, definitions of identity judgment for objects in each hierarchy corresponding to "alias (1)" and "alias (2)" are defined for each alias shown in Fig. 9. This definition defines conditions for each type of property, such as whether properties of the same type of object in each hierarchy match among multiple types of aliases.
 この図10に示された例では、「エイリアス(1)」および「エイリアス(2)」の間で1階層目のオブジェクトが一致すると判定されるための定義は、当該1階層目のオブジェクトの第1のプロパティの値が「エイリアス(1)」および「エイリアス(2)」の間で完全に一致する条件を示す定義と、当該1階層目のオブジェクトの第2のプロパティの値が「エイリアス(1)」および「エイリアス(2)」の間で少なくとも部分的に一致する条件が示される定義と、当該1階層目のオブジェクトの第3のプロパティの値は、当該1階層目のオブジェクトが「エイリアス(1)」および「エイリアス(2)」の間で一致するか否かの判定に用いられない条件が示される定義を含む。 In the example shown in FIG. 10, the definitions for determining whether an object in the first hierarchical level matches between "alias (1)" and "alias (2)" include a definition indicating a condition under which the value of a first property of the object in the first hierarchical level matches completely between "alias (1)" and "alias (2)," a definition indicating a condition under which the value of a second property of the object in the first hierarchical level matches at least partially between "alias (1)" and "alias (2)," and a definition indicating a condition under which the value of a third property of the object in the first hierarchical level is not used to determine whether the object in the first hierarchical level matches between "alias (1)" and "alias (2)."
 この図10に示された例では、「エイリアス(1)」および「エイリアス(2)」の間で1階層目の各種のプロパティ同士の関係が上記の定義を満たし、「エイリアス(1)」および「エイリアス(2)」の間で1階層目のオブジェクトが一致すると判定された例である。 In the example shown in Figure 10, the relationships between the various properties at the first level between "Alias (1)" and "Alias (2)" satisfy the above definition, and it is determined that the objects at the first level between "Alias (1)" and "Alias (2)" match.
 図11は、位置情報のオブジェクトの同一性判定の第3の例を示す図である。
 この例は、上記の「(3) ベクトル化と閾値による判定」に対応する。図11に示された例では、図9に示されたエイリアスのそれぞれについて「エイリアス(1)」、「エイリアス(2)」に対応する位置情報のオブジェクトの各プロパティの値のレーベンシュタイン距離をベクトル化した結果に基づいて、位置情報のオブジェクトの同一性が階層ごとに判定される。このベクトル化した結果の要素の数は、プロパティの種別の数に対応する。
FIG. 11 is a diagram showing a third example of the identity determination of objects of position information.
This example corresponds to "(3) Determination by vectorization and threshold value" above. In the example shown in Fig. 11, the identity of location information objects is determined for each hierarchical level based on the vectorized result of the Levenshtein distance of each property value of the location information objects corresponding to "alias (1)" and "alias (2)" for each alias shown in Fig. 9. The number of elements of this vectorized result corresponds to the number of property types.
 図11に示された例では、「エイリアス(1)」に対応する第1階層の位置情報のオブジェクトの第1のプロパティの値「ABC」と「エイリアス(2)」に対応する第1階層の位置情報のオブジェクトの第1のプロパティの値「ABC」とのレーベンシュタイン(Levenshtein)距離、「エイリアス(1)」に対応する第1階層の位置情報のオブジェクトの第2のプロパティの値「DEF」と「エイリアス(2)」に対応する第1階層の位置情報のオブジェクトの第2のプロパティの値「DEG」とのレーベンシュタイン距離、および「エイリアス(1)」に対応する第1階層の位置情報のオブジェクトの第3のプロパティの値「HIJ」と「エイリアス(2)」に対応する第1階層の位置情報のオブジェクトの第3のプロパティの値「IJK」とのレーベンシュタイン距離で示されるベクトルは、名寄せ処理部30により以下の式に沿って計算される。 In the example shown in FIG. 11, the Levenshtein distance between the value "ABC" of the first property of the object of the first hierarchical location information corresponding to "alias (1)" and the value "ABC" of the first property of the object of the first hierarchical location information corresponding to "alias (2)", the Levenshtein distance between the value "DEF" of the second property of the object of the first hierarchical location information corresponding to "alias (1)" and the value "DEG" of the second property of the object of the first hierarchical location information corresponding to "alias (2)", and the Levenshtein distance between the value "HIJ" of the third property of the object of the first hierarchical location information corresponding to "alias (1)" and the value "IJK" of the third property of the object of the first hierarchical location information corresponding to "alias (2)" are calculated by the name matching processing unit 30 according to the following formulas.
 ベクトル[
 Levenshtein(“ABC”,”ABC”)/(Length(“ABC”)+Length(“ABC”)),
 Levenshtein(“DEF”,”DEG”)/(Length(“DEF”)+Length(“DEG”)),
 Levenshtein(“HIJ”,”IJK”) /(Length(“HIJ”)+Length(“IJK”)),
 ]
vector[
Levenshtein(“ABC”,”ABC”)/(Length(“ABC”)+Length(“ABC”)),
Levenshtein(“DEF”,”DEG”)/(Length(“DEF”)+Length(“DEG”)),
Levenshtein(“HIJ”,”IJK”) /(Length(“HIJ”)+Length(“IJK”)),
]
 上記の式により計算されたレーベンシュタイン距離が最大距離、すなわち比較対象のプロパティの文字列データの長さを足し合わせて求められる距離で除算して正規化した値で示されるベクトルは、以下のように計算される。
 ベクトル[0.0/6.0, 1.0/6.0, 1.0/6.0]
 この計算されたベクトルは、さらに以下のように計算される。
 ベクトル[0.0, 0.17, 0.17]
 この計算されたベクトルの長さの概念であるノルム(Norm)は、以下のように計算される。
 ノルム=0.24
The vector represented by the maximum Levenshtein distance calculated by the above formula, that is, the normalized value obtained by dividing the maximum distance by the distance obtained by adding up the lengths of the character string data of the properties to be compared, is calculated as follows.
Vector [0.0/6.0, 1.0/6.0, 1.0/6.0]
This calculated vector is further calculated as follows:
Vector [0.0, 0.17, 0.17]
The norm, which is the concept of the length of this calculated vector, is calculated as follows:
Norm = 0.24
 この計算されたノルムが、同一性を有する複数の位置情報に複数種類のエイリアスが例えば1対1で対応付けられることを示すとき、ここではノルムが所定の閾値以下であるとき、図11に示された「エイリアス(1)」、「エイリアス(2)」に対応する第1階層のオブジェクトは名寄せ処理部30により同一性を有すると判定される。 When this calculated norm indicates that multiple types of aliases correspond, for example, one-to-one to multiple pieces of location information that have identity, in this case when the norm is below a predetermined threshold, the first-level objects corresponding to "alias (1)" and "alias (2)" shown in FIG. 11 are determined to have identity by the name matching processing unit 30.
 図12は、本発明の一実施形態に係る情報処理装置100のハードウエア構成の一例を示すブロック図である。
 図12に示された例では、上記の実施形態に係る情報処理装置100は、例えばサーバコンピュータ(server computer)またはパーソナルコンピュータ(personal computer)により構成され、CPU等のハードウエアプロセッサ(hardware processor)111Aを有する。そして、このハードウエアプロセッサ111Aに対し、プログラムメモリ(program memory)111B、データメモリ(data memory)112、入出力インタフェース113及び通信インタフェース114が、バス(bus)115を介して接続される。以下では、
 通信インタフェース114は、例えば1つ以上の無線の通信インタフェースユニット(interface unit)を含んでおり、通信ネットワーク(network)NWとの間で情報の送受信を可能にする。無線インタフェースとしては、例えば無線LAN(Local Area Network)などの小電力無線データ通信規格が採用されたインタフェースが使用される。
FIG. 12 is a block diagram showing an example of a hardware configuration of an information processing apparatus 100 according to an embodiment of the present invention.
In the example shown in Fig. 12, the information processing device 100 according to the embodiment is configured, for example, by a server computer or a personal computer, and has a hardware processor 111A such as a CPU. A program memory 111B, a data memory 112, an input/output interface 113, and a communication interface 114 are connected to this hardware processor 111A via a bus 115. In the following,
The communication interface 114 includes, for example, one or more wireless communication interface units, and enables transmission and reception of information to and from a communication network NW. As the wireless interface, for example, an interface that adopts a low-power wireless data communication standard such as a wireless LAN (Local Area Network) is used.
 入出力インタフェース113には、情報処理装置100に付設される、利用者などにより用いられる入力デバイス(device)300および出力デバイス400が接続される。
 入出力インタフェース113は、キーボード(keyboard)、タッチパネル(touch panel)、タッチパッド(touchpad)、マウス(mouse)等の入力デバイス300を通じて利用者などにより入力された操作データを取り込むとともに、出力データを液晶または有機EL(Electro Luminescence)等が用いられた表示デバイスを含む出力デバイス400へ出力して表示させる処理を行なう。なお、入力デバイス300および出力デバイス400には、情報処理装置100に内蔵されたデバイスが使用されてもよく、また、ネットワークNWを介して情報処理装置100と通信可能である他の情報端末の入力デバイスおよび出力デバイスが使用されてもよい。
An input device 300 and an output device 400 that are attached to the information processing device 100 and are used by a user or the like are connected to the input/output interface 113 .
The input/output interface 113 takes in operation data input by a user or the like through an input device 300 such as a keyboard, a touch panel, a touchpad, a mouse, or the like, and outputs output data to an output device 400 including a display device using liquid crystal or organic EL (Electro Luminescence), etc., for display. The input device 300 and the output device 400 may be devices built into the information processing device 100, or may be input devices and output devices of other information terminals that can communicate with the information processing device 100 via the network NW.
 プログラムメモリ111Bは、非一時的な有形の記憶媒体として、例えば、HDD(Hard Disk Drive)またはSSD(Solid State Drive)等の随時書込みおよび読出しが可能な不揮発性メモリ(non-volatile memory)と、ROM(Read Only Memory)等の不揮発性メモリとが組み合わせて使用されたもので、一実施形態に係る各種制御処理等を実行する為に必要なプログラムが格納されている。 The program memory 111B is a non-transient tangible storage medium that combines a non-volatile memory such as a HDD (Hard Disk Drive) or SSD (Solid State Drive) that can be written to and read from at any time, with a non-volatile memory such as a ROM (Read Only Memory), and stores the programs necessary to execute various control processes, etc. according to one embodiment.
 データメモリ112は、有形の記憶媒体として、例えば、上記の不揮発性メモリと、RAM(Random Access Memory)等の揮発性メモリ(volatile memory)とが組み合わせて使用されたもので、各種処理が行なわれる過程で取得および作成された各種データが記憶される為に用いられる。 The data memory 112 is a tangible storage medium that combines, for example, the above-mentioned non-volatile memory with a volatile memory such as RAM (Random Access Memory), and is used to store various data acquired and created during various processing steps.
 本発明の一実施形態に係る情報処理装置100は、ソフトウエア(software)による処理機能部を有するデータ処理システムとして構成され得る。
 情報処理装置100による記録部40またはワークメモリなどとして用いられる記憶領域は、図12に示されたデータメモリ112が用いられることで構成され得る。ただし、これらの構成される記憶領域は情報処理装置100内に必須の構成ではなく、例えば、USB(Universal Serial Bus)メモリなどの外付け記憶媒体、又はクラウド(cloud)に配置されたデータベースサーバ(database server)等の記憶システムに設けられた領域であってもよい。
An information processing apparatus 100 according to an embodiment of the present invention can be configured as a data processing system having a processing function unit implemented by software.
The storage area used as the recording unit 40 or work memory by the information processing device 100 can be configured by using the data memory 112 shown in Fig. 12. However, these configured storage areas are not essential components within the information processing device 100, and may be areas provided in a storage system such as an external storage medium such as a Universal Serial Bus (USB) memory, or a database server located in the cloud.
 上記の処理機能部は、プログラムメモリ111Bに格納されたプログラムを上記ハードウエアプロセッサ111Aにより読み出させて実行させることにより実現され得る。なお、この処理機能部は、特定用途向け集積回路(ASIC(Application Specific Integrated Circuit))またはFPGA(Field-Programmable Gate Array)などの集積回路を含む、他の多様な形式によって実現されてもよい。 The above processing function unit can be realized by having the above hardware processor 111A read and execute a program stored in the program memory 111B. Note that this processing function unit may also be realized in a variety of other forms, including integrated circuits such as an application specific integrated circuit (ASIC (Application Specific Integrated Circuit)) or an FPGA (Field-Programmable Gate Array).
 また、各実施形態に記載された手法は、計算機(コンピュータ)に実行させることができるプログラム(ソフトウエア手段)として、例えば磁気ディスク(フロッピー(登録商標)ディスク(Floppy disk)、ハードディスク(hard disk)等)、光ディスク(optical disc)(CD-ROM、DVD、MO等)、半導体メモリ(ROM、RAM、フラッシュメモリ(Flash memory)等)等の記録媒体に格納し、また通信媒体により伝送して頒布され得る。なお、媒体側に格納されるプログラムには、計算機に実行させるソフトウエア手段(実行プログラムのみならずテーブル(table)、データ構造も含む)を計算機内に構成させる設定プログラムをも含む。本装置を実現する計算機は、記録媒体に記録されたプログラムを読み込み、また場合により設定プログラムによりソフトウエア手段を構築し、このソフトウエア手段によって動作が制御されることにより上述した処理を実行する。なお、本明細書でいう記録媒体は、頒布用に限らず、計算機内部あるいはネットワークを介して接続される機器に設けられた磁気ディスク、半導体メモリ等の記憶媒体を含むものである。 The methods described in each embodiment can be stored as a program (software means) that can be executed by a computer on a recording medium such as a magnetic disk (floppy disk, hard disk, etc.), optical disk (CD-ROM, DVD, MO, etc.), semiconductor memory (ROM, RAM, Flash memory, etc.), and can be distributed by transmitting it via a communication medium. The programs stored on the medium also include a setting program that configures the software means (including not only execution programs but also tables and data structures) that the computer executes. The computer that realizes this device reads the program recorded on the recording medium, and in some cases, configures the software means using the setting program, and executes the above-mentioned processing by having the operation controlled by this software means. Note that the recording medium referred to in this specification is not limited to a recording medium for distribution, but also includes storage media such as a magnetic disk or semiconductor memory installed inside the computer or in a device connected via a network.
 なお、本発明は、上記実施形態に限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で種々に変形することが可能である。また、各実施形態は適宜組み合わせて実施してもよく、その場合組み合わせた効果が得られる。更に、上記実施形態には種々の発明が含まれており、開示される複数の構成要件から選択された組み合わせにより種々の発明が抽出され得る。例えば、実施形態に示される全構成要件からいくつかの構成要件が削除されても、課題が解決でき、効果が得られる場合には、この構成要件が削除された構成が発明として抽出され得る。 The present invention is not limited to the above-described embodiments, and can be modified in various ways during implementation without departing from the gist of the invention. The embodiments may also be implemented in appropriate combination, in which case the combined effects can be obtained. Furthermore, the above-described embodiments include various inventions, and various inventions can be extracted by combinations selected from the multiple constituent elements disclosed. For example, if the problem can be solved and an effect can be obtained even if some constituent elements are deleted from all the constituent elements shown in the embodiments, the configuration from which these constituent elements are deleted can be extracted as an invention.
  100…情報処理装置
  10…業務システム管理部
  20…監視部
  30…名寄せ処理部
  40…記録部
REFERENCE SIGNS LIST 100: Information processing device 10: Business system management unit 20: Monitoring unit 30: Name matching processing unit 40: Recording unit

Claims (8)

  1.  自動操作対象の制御に用いられる情報であって、監視対象である位置情報のオブジェクトが存在するか否かまたは変化があったか否かを監視する監視部と、
     前記監視部による監視対象である位置情報に付与される名称であって、当該位置情報に対応付けられることが適切な複数種類のエイリアスの名寄せ処理を行ない、前記名寄せ処理の対象のエイリアスに対応付けられる前記位置情報のオブジェクトを前記監視対象として前記監視部に通知する名寄せ処理部と、
     を備える情報処理装置。
    a monitoring unit that monitors whether an object of location information to be monitored, which is information used for controlling an automatic operation target, exists or has changed;
    a name matching processing unit that performs a name matching process for a plurality of types of aliases that are names given to location information that is a monitoring target by the monitoring unit and that are appropriate to be associated with the location information, and notifies the monitoring unit of an object of the location information that is associated with the alias that is the target of the name matching process as the monitoring target;
    An information processing device comprising:
  2.  前記名寄せ処理部は、
      いずれかの階層における同じ位置情報に対応付けられる複数種類のエイリアスまたは同一性を有する複数の位置情報に対応付けられる複数種類のエイリアスの名寄せ処理を行なう、
     請求項1に記載の情報処理装置。
    The name identification processing unit includes:
    performing a name matching process for a plurality of types of aliases associated with the same location information in any one of the hierarchical levels or a plurality of types of aliases associated with a plurality of location information having the same identity;
    The information processing device according to claim 1 .
  3.  前記位置情報のオブジェクトは、複数種類のプロパティを含み、
     前記名寄せ処理部は、
      前記複数種類のエイリアスの間で、前記位置情報のオブジェクトに含まれる全ての種類のプロパティが同じときに、当該複数種類のエイリアスの名寄せ処理を行なう、
     請求項2に記載の情報処理装置。
    The location information object includes a plurality of types of properties,
    The name identification processing unit is
    performing a name matching process for the plurality of types of aliases when all types of properties included in the object of the location information are the same among the plurality of types of aliases;
    The information processing device according to claim 2 .
  4.  前記位置情報のオブジェクトは、複数種類のプロパティを含み、
     前記名寄せ処理部は、
      前記複数種類のエイリアスの間で、前記位置情報のオブジェクトに含まれるプロパティのうち、所定の種類のプロパティが同じときに、当該複数種類のエイリアスの名寄せ処理を行なう、
     請求項1に記載の情報処理装置。
    The location information object includes a plurality of types of properties,
    The name identification processing unit includes:
    performing a name matching process for the plurality of types of aliases when a predetermined type of property among properties included in the object of the location information is the same among the plurality of types of aliases;
    The information processing device according to claim 1 .
  5.  前記位置情報のオブジェクトは、複数種類のプロパティを含み、
     前記名寄せ処理部は、
      前記複数種類のエイリアスのそれぞれに対応するプロパティをベクトル化した値が、同一性を有する複数の位置情報に当該複数種類のエイリアスが対応付けられることを示すときに、当該複数種類のエイリアスの名寄せ処理を行なう、
     請求項1に記載の情報処理装置。
    The location information object includes a plurality of types of properties,
    The name identification processing unit includes:
    performing a name matching process for the plurality of types of aliases when vectorized values of properties corresponding to each of the plurality of types of aliases indicate that the plurality of types of aliases correspond to a plurality of pieces of location information having the same identity;
    The information processing device according to claim 1 .
  6.  前記名寄せ処理部は、
      前記複数種類のエイリアスのそれぞれに対応するプロパティの文字列データのレーベンシュタイン距離を求め、前記レーベンシュタイン距離を最大距離で除算して正規化することでベクトル化した値をプロパティの種別ごとに求め、前記ベクトル化した値のノルムが、同一性を有する複数の位置情報に当該複数種類のエイリアスが対応付けられることを示すときに、当該複数種類のエイリアスの名寄せ処理を行なう、
     請求項5に記載の情報処理装置。
    The name identification processing unit includes:
    determining a Levenshtein distance between character string data of a property corresponding to each of the plurality of types of aliases, and obtaining a vectorized value for each property type by dividing the Levenshtein distance by a maximum distance and normalizing the vectorized value; and performing a name matching process for the plurality of types of aliases when the norm of the vectorized value indicates that the plurality of types of aliases correspond to a plurality of pieces of location information having the same identity;
    The information processing device according to claim 5 .
  7.  情報処理装置により行なわれる方法であって、
     自動操作対象の制御に用いられる情報であって、監視対象である位置情報のオブジェクトが存在するか否かまたは変化があったか否かを監視することと、
     前記監視対象である位置情報に付与される名称であって、当該位置情報に対応付けられることが適切な複数種類のエイリアスの名寄せ処理を行ない、前記名寄せ処理の対象のエイリアスに対応付けられる前記位置情報のオブジェクトを前記監視対象として用いることと、
     を備える方法。
    A method performed by an information processing device, comprising:
    monitoring whether an object of location information to be monitored, which is information used for controlling an automatic operation target, exists or has changed;
    performing a name matching process for a plurality of types of aliases that are names given to the location information to be monitored and that are appropriate to be associated with the location information, and using an object of the location information associated with the alias that is the subject of the name matching process as the monitoring target;
    A method for providing the above.
  8.  請求項1乃至6のいずれか1項に記載の情報処理装置の前記各部としてプロセッサを機能させる情報処理プログラム。 An information processing program that causes a processor to function as each of the units of the information processing device according to any one of claims 1 to 6.
PCT/JP2022/045163 2022-12-07 2022-12-07 Information processing device, method, and program WO2024121992A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/045163 WO2024121992A1 (en) 2022-12-07 2022-12-07 Information processing device, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2022/045163 WO2024121992A1 (en) 2022-12-07 2022-12-07 Information processing device, method, and program

Publications (1)

Publication Number Publication Date
WO2024121992A1 true WO2024121992A1 (en) 2024-06-13

Family

ID=91378951

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/045163 WO2024121992A1 (en) 2022-12-07 2022-12-07 Information processing device, method, and program

Country Status (1)

Country Link
WO (1) WO2024121992A1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022180705A1 (en) * 2021-02-24 2022-09-01 日本電信電話株式会社 Information acquisition device, information acquisition method, and information acquisition program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022180705A1 (en) * 2021-02-24 2022-09-01 日本電信電話株式会社 Information acquisition device, information acquisition method, and information acquisition program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
HIDETAKA KOYA, MAKOTO KOMIYAMA, HAJIME NAKAJIMA, AKIRA KATAOKA, TAKESHI MASUDA: "Proposal and evaluation of the method for end-user configuration of the user interface augmentation", IEICE TECHNICAL REPORT; IE, IEICE, JP, vol. 119, no. 52 (ICM2019-4), 16 May 2019 (2019-05-16), JP , pages 59 - 64, XP009537446 *

Similar Documents

Publication Publication Date Title
US8494996B2 (en) Creation and revision of network object graph topology for a network performance management system
US10235460B2 (en) Sharing configuration information for searches in data intake and query systems
US9990423B2 (en) Hybrid cluster-based data intake and query
US20180121482A1 (en) Change monitoring spanning graph queries
US9773010B1 (en) Information-driven file system navigation
US20220286509A1 (en) Dynamic routing of file system objects
US20170052778A1 (en) Updating software based on similarities between endpoints
US11775759B2 (en) Systems and methods for training and evaluating machine learning models using generalized vocabulary tokens for document processing
CN107506484B (en) Operation and maintenance data association auditing method, system, equipment and storage medium
US20210158210A1 (en) Hybrid in-domain and out-of-domain document processing for non-vocabulary tokens of electronic documents
CN105700819A (en) Network data storage method and system
US10509641B2 (en) Optimizing feature deployment based on usage pattern
US11366821B2 (en) Epsilon-closure for frequent pattern analysis
US8621550B1 (en) Information technology resource compliance templates
US10261998B2 (en) Search apparatus and search method
US20150100677A1 (en) Managing server system, and control method for the same
US10439897B1 (en) Method and apparatus for enabling customized control to applications and users using smart tags
WO2024121992A1 (en) Information processing device, method, and program
WO2023175413A1 (en) Mutual exclusion data class analysis in data governance
US10019295B2 (en) Method and system for managing and linking software applications
JP2020160854A (en) Code management system, and code management method
US11940879B2 (en) Data protection method, electronic device and computer program product
WO2020129752A1 (en) Ontology creation device, method, and program
CN111125083B (en) Historical record screening method and device
US11360968B1 (en) System and method for identifying access patterns

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: 22967842

Country of ref document: EP

Kind code of ref document: A1