WO2021210100A1 - Dispositif d'extraction de modèle, procédé d'extraction de modèle et programme - Google Patents

Dispositif d'extraction de modèle, procédé d'extraction de modèle et programme Download PDF

Info

Publication number
WO2021210100A1
WO2021210100A1 PCT/JP2020/016583 JP2020016583W WO2021210100A1 WO 2021210100 A1 WO2021210100 A1 WO 2021210100A1 JP 2020016583 W JP2020016583 W JP 2020016583W WO 2021210100 A1 WO2021210100 A1 WO 2021210100A1
Authority
WO
WIPO (PCT)
Prior art keywords
function
pattern
executions
patterns
unit
Prior art date
Application number
PCT/JP2020/016583
Other languages
English (en)
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/JP2020/016583 priority Critical patent/WO2021210100A1/fr
Publication of WO2021210100A1 publication Critical patent/WO2021210100A1/fr

Links

Images

Classifications

    • 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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling

Definitions

  • the present invention relates to a pattern extraction device, a pattern extraction method, and a program.
  • system Inside the information system (hereinafter, simply referred to as "system"), various functions are sequentially executed in order to provide various services. As the services required for systems have become larger and more complex, the number of patterns of system behavior (function execution process) has reached an enormous number.
  • each function inside the system has a mutual dependency relationship, so changing one function may affect the behavior of other functions. Therefore, at the timing of system reconstruction, etc., not only investigate how each function is used alone, but also investigate the flow of multiple functions (function execution process) executed when the system provides services. It is also important.
  • FIG. 1 is a diagram showing an example of distribution of the number of times the pattern of the system execution process is executed.
  • the horizontal axis corresponds to the number of patterns and the vertical axis corresponds to the number of executions.
  • the number (type) of rare patterns with a small number of executions tends to be much larger than the number of high-frequency patterns.
  • the present invention has been made in view of the above points, and an object of the present invention is to efficiently extract a pattern including a function that needs improvement from among the patterns of the execution process of the function of the system.
  • the pattern extraction device includes a calculation unit that calculates the number of executions of the function for each time interval for each function based on the history of the execution process of the function of the system, and a calculation unit for each time interval. Based on the number of executions, the pattern including the function specified by the specific unit is extracted from the specific unit that specifies the function whose execution time is biased and the pattern of the execution process based on the history. It has an extraction unit.
  • FIG. 2 is a diagram showing a hardware configuration example of the pattern extraction device 10 according to the first embodiment.
  • the pattern extraction device 10 of FIG. 2 includes a drive device 100, an auxiliary storage device 102, a memory device 103, a CPU 104, an interface device 105, a display device 106, an input device 107, and the like, which are connected to each other by a bus B, respectively.
  • the program that realizes the processing in the pattern extraction device 10 is provided by a recording medium 101 such as a CD-ROM.
  • a recording medium 101 such as a CD-ROM.
  • the program is installed in the auxiliary storage device 102 from the recording medium 101 via the drive device 100.
  • the program does not necessarily have to be installed from the recording medium 101, and may be downloaded from another computer via the network.
  • the auxiliary storage device 102 stores the installed program and also stores necessary files, data, and the like.
  • the memory device 103 reads and stores the program from the auxiliary storage device 102 when the program is instructed to start.
  • the CPU 104 realizes the function related to the pattern extraction device 10 according to the program stored in the memory device 103.
  • the interface device 105 is used as an interface for connecting to a network.
  • the display device 106 displays a programmatic GUI (Graphical User Interface) or the like.
  • the input device 107 is composed of a keyboard, a mouse, and the like, and is used for inputting various operation instructions.
  • FIG. 3 is a diagram showing a functional configuration example of the pattern extraction device 10 according to the first embodiment.
  • the pattern extraction device 10 includes a pattern generation unit 11, an index calculation unit 12, a target function identification unit 13, a pattern extraction unit 14, an output unit 15, and the like.
  • Each of these parts is realized by a process of causing the CPU 104 to execute one or more programs installed in the pattern extraction device 10.
  • the pattern extraction device 10 also uses the system log storage unit 121, the execution count storage unit 122, and the like.
  • Each of these storage units can be realized by using, for example, a storage device that can be connected to the auxiliary storage device 102 or the pattern extraction device 10 via a network.
  • the pattern (hereinafter, simply referred to as “pattern”) of the function execution process of a computer system (hereinafter, simply referred to as “system”) such as an information system needs to be improved by focusing on the execution time. Pattern extraction (search) is performed.
  • the function execution process means, for example, information indicating the execution order of functions used in a certain business work (hereinafter, referred to as “case”).
  • case information indicating the execution order of functions used in a certain business work
  • the functions used and the order in which the functions are executed differ depending on the case. For example, in a system including functions A, B, C, D, etc., A ⁇ B ⁇ D is executed in a certain work (case 1), and A ⁇ C ⁇ D is executed in another work (case 2).
  • NS a system including functions A, B, C, D, etc.
  • each of "A-> B-> D” and “A-> C-> D” corresponds to the pattern or type of the function execution process (hereinafter, simply referred to as "pattern").
  • pattern the case (execution process) and the pattern do not have a one-to-one correspondence. For example, when the same execution process appears in a plurality of cases in which the cases are different from each other, these execution processes are extracted as one pattern.
  • the improvement-required pattern refers to a pattern in which there is a relatively high possibility that improvement is required among a plurality of patterns.
  • temporal characteristic pattern a pattern including a function having a temporal characteristic (biased) in the execution time
  • search a pattern including a function having a temporal characteristic (biased) in the execution time
  • target function a pattern including a function having a limited execution time (execution time is limited)
  • target function corresponds to a time phase feature pattern and is required. It is extracted (searched) as an improvement pattern.
  • FIG. 4 is a diagram for explaining the outline of extraction of the improvement-requiring pattern in the first embodiment.
  • FIG. 4 shows patterns 1, patterns 70 to 79, ..., Patterns 80 to 89, and the like.
  • a rounded rectangle containing the letters A, B, C, E or F indicates a function.
  • each of patterns 70 to 79 and patterns 80 to 89 corresponds to a rare pattern.
  • the number of times the pattern is executed is the number of times the pattern is executed based on the execution record of each pattern in the past use of the system.
  • the patterns 71 to 78 are executed four times each, and the patterns 81 to 88 are executed four times each.
  • the number of times each function is executed in the certain period is as follows in descending order.
  • the number of times each of the function E and the function F included in the rare pattern is executed is 40 times, but this value is insignificant as compared with the number of times the other functions are executed. Not really.
  • the function E is included only in the patterns 70 to 79 and the function F is included only in the patterns 80 to 89, the number of appearance patterns of the function E and the function F is 10, respectively, which is not necessarily insignificant. ..
  • patterns 70 to 89 do not have any special features that should be judged to require improvement, except that they are rare patterns.
  • FIG. 5 is a diagram showing the number of executions of the function E and the function F by month.
  • FIG. 5 shows the number of executions by month for the six months from October to March for each of the functions E and F in the form of a table and a bar graph.
  • each of the patterns 80 to 89 including the target function corresponds to the time phase feature pattern and is a candidate for the improvement-required pattern.
  • improvement of the improvement-required pattern since the execution time of the improvement-required pattern is limited, it is possible to return to manual operation, delete the function F, or replace the function F with another function. ..
  • FIG. 6 is a flowchart for explaining an example of the processing procedure executed by the pattern extraction device 10 in the first embodiment.
  • step S101 the pattern generation unit 11 extracts a pattern based on the system log stored in the system log storage unit 121.
  • FIG. 7 is a diagram showing a configuration example of the system log.
  • each line constituting the system log is referred to as "log data".
  • the log data is recorded in the system log storage unit 121 (added to the system log) each time one function of the system is executed.
  • each log data includes a case ID, a function name, a date and time, and the like.
  • the case ID is unique identification information for each work using the system.
  • the function name is identification information of the function executed in the case related to the case ID.
  • the date and time is the date and time when the function was executed.
  • the sequence of function names of the log data group with the same case ID corresponds to the function execution process. Therefore, it can be said that the system log is a history of the function execution process.
  • step S101 the type of the function execution process is extracted as a pattern.
  • the execution process (A ⁇ B ⁇ C) of the function indicated by the log data group whose case ID is “W 1 ” is extracted as pattern 1
  • the log data whose case ID is “W m” is extracted.
  • the function execution process (A ⁇ E ⁇ B ⁇ C) indicated by the group is extracted as the pattern 70
  • the function execution process (A ⁇ F ⁇ B ⁇ C) indicated by the log data group whose case ID is “W n”. Is shown as an example in which is extracted as pattern 80.
  • These patterns 1, 70 and 80 correspond to the patterns 1, 70 and 80 shown in FIG.
  • the pattern can be extracted from the system log by using a known technique (for example, the technique disclosed in Patent Document 1 and JP-A-2017-187953).
  • the pattern generation unit 11 records the number of executions of the pattern and the number of executions of each function in the pattern in the execution number storage unit 122 for each extracted pattern (S102).
  • FIG. 8 is a diagram showing a configuration example of the execution number storage unit 122.
  • FIG. 8 shows a table in which patterns are assigned in the row direction and the number of times the pattern is executed and the number of times each function is executed (number of times the function is executed) are assigned in the column direction as an example of the configuration of the execution number storage unit 122. ing. The number of function executions in each line is the number of times each function is executed in the pattern corresponding to the line.
  • the pattern generation unit 11 when the pattern generation unit 11 extracts each pattern from the system log, the pattern generation unit 11 can obtain the number of executions of each pattern by counting the execution process of the function matching each pattern in the system log. can.
  • the pattern generation unit 11 can obtain the number of function executions in the pattern by totaling the number of times each function is executed in the execution sequence classified into the pattern for each pattern.
  • the index calculation unit 12 calculates the number of executions for each continuous time interval (Time Bucket) for each function with reference to the system log (FIG. 7) (S103).
  • FIG. 9 is a diagram showing an example of the calculation result of the number of executions of each function for each time interval.
  • FIG. 9 shows the number of executions for each continuous time interval (unit period) in the time series for each function. In the example of FIG. 9, one time interval is one month. Therefore, FIG. 9 shows the number of times each function is executed by month.
  • the value of the "function name" is the function name of the function and the value of the "date and time" is the month for a certain time interval (a certain month of a certain year) of a certain function. By totaling the number of log data belonging to, the number of executions in the time interval is calculated.
  • the target function specifying unit 13 determines whether or not the execution time of each function is limited based on the calculation result (FIG. 9) by the index calculation unit 12, and the function whose execution time is limited. (Target function) is specified (S104). For example, when the threshold value for the number of time intervals in which the number of executions is 1 or more (hereinafter referred to as "the number of execution periods") is 1, and the number of execution periods is not more than the threshold value, the execution time is limited. It may be a condition.
  • FIG. 10 is a diagram showing an example of a determination result of whether or not the execution time is limited.
  • a column of “time-limited determination” is added to the table shown in FIG.
  • the "time-limited determination” is an item indicating a determination result of whether or not the execution time is limited.
  • the value of the item is 1 or 0. 1 indicates a determination result that the execution time is limited. 0 indicates a determination result that the execution time is not limited.
  • the pattern extraction unit 14 counts (counts) the content of the target function for each pattern (S105).
  • the content number of the target function for each pattern can be specified by referring to the execution number storage unit 122 (FIG. 8).
  • the number of target functions contained in the pattern means the number of types of target functions included in the pattern. Therefore, for example, when the target function is one type of the function F, the maximum value of the content is 1.
  • the pattern extraction unit 14 specifies a pattern in which the number of times the function F is executed is 1 or more in FIG.
  • the pattern extraction unit 14 sets the content number of the target function of the pattern to 1.
  • the content number of the target function for the pattern in which the function execution count of the function F is empty is set to 0.
  • FIG. 11 is a diagram showing an example of the counting result of the content number of the target function in the first embodiment.
  • FIG. 11 shows the counting result of the content when the storage content of the execution number storage unit 122 is as shown in FIG. 8 and the function F is the target function.
  • the pattern extraction unit 14 extracts a pattern related to the pattern number in which the "content number of the target function" is 1 or more as a pattern requiring improvement (S106).
  • the output unit 15 outputs a pattern requiring improvement (S107).
  • the pattern number of the pattern requiring improvement may be output.
  • the value of "content number of target function" may be used for prioritization.
  • the pattern number may be output in descending order of the value of "content number of target function”.
  • the output unit 15 may also output the function name of the target function included in the pattern related to the pattern number in association with the output pattern number.
  • the output form is not limited to the predetermined one. For example, it may be displayed on the display device 106, stored in the auxiliary storage device 102, or transmitted to another device.
  • the user can identify the improvement-requiring pattern and the improvement-requiring function by referring to the output information.
  • the pattern requiring improvement can be automatically extracted from the rare patterns. That is, it is possible to efficiently extract patterns including functions that need improvement from the patterns of the system function execution process.
  • the second embodiment will be described which is different from the first embodiment.
  • the points not particularly mentioned in the second embodiment may be the same as those in the first embodiment.
  • a function (hereinafter referred to as "target function") having a large variation in the number of executions in each time interval (variation in the number of executions in an adjacent time interval) is performed at the execution time.
  • target function a function having a specific feature (biased) will be described.
  • FIG. 12 is a diagram for explaining an outline of extraction of the improvement-required pattern in the second embodiment.
  • patterns 90 to 99 are shown instead of patterns 70 to 89.
  • FIG. 13 is a diagram showing an example of the monthly execution number of the function E and the function G and the fluctuation rate of the execution number.
  • FIG. 13 shows a table and a graph showing the number of executions by month (by time interval) for 6 months from October to March for each of function E and function G, and the fluctuation rate of the number of executions by month (adjacent).
  • the function G is executed every month like the function E. Therefore, in the first embodiment, the function G is not specified as a target function.
  • the fluctuation rate of function G in December (the fluctuation rate between November and December) stands out at 1400%, and the number of executions of function G increases momentarily in December (only in December). It can be seen that the number of executions increases sharply). That is, the function G corresponds to a function (target function) in which the number of executions in chronological order for each time interval fluctuates greatly.
  • the patterns 90 to 9 including the function G, which is the target function correspond to the time phase feature pattern and are extracted as the improvement-required pattern.
  • the speed improvement scale-out is performed only when the improvement-requiring pattern increases momentarily.
  • FIG. 14 is a flowchart for explaining an example of the processing procedure executed by the pattern extraction device 10 in the second embodiment.
  • the same steps as those in FIG. 6 are assigned the same step numbers, and the description thereof will be omitted.
  • step S204 the index calculation unit 12 calculates the fluctuation rate of the number of executions of each time interval of each function with respect to the number of executions of the immediately preceding execution section based on the calculation result (FIG. 9) in step S103 (S204). ..
  • FIG. 15 is a diagram showing an example of the calculation result of the fluctuation rate of the number of executions of each function for each time interval.
  • FIG. 15 shows the calculation result of the volatility of the number of executions for each time interval in chronological order for each function. The method of calculating the volatility is as described above.
  • the target function specifying unit 13 determines the presence or absence of the over-variation function for each function based on the calculation result (FIG. 15) by the index calculation unit 12, and identifies the function (target function) corresponding to the over-variation function. (S205). For example, the condition that the threshold value with respect to the absolute value of the volatility is 1000% and the absolute value of the volatility is equal to or more than the threshold value (that is, the volatility is + 1000% or more or -1000% or less) is the excessive fluctuation function. May be.
  • FIG. 16 is a diagram showing an example of a determination result of whether or not the function is an excessive fluctuation function.
  • a column of “excessive fluctuation determination” is added to the table shown in FIG.
  • the "excessive fluctuation determination” is an item indicating a determination result of whether or not the function is an excessive fluctuation function.
  • the value of the item is 1 or 0. 1 indicates a determination result that the function is an excessive fluctuation function.
  • 0 indicates a determination result that the function is not an excessive fluctuation function.
  • FIG. 16 shows the determination result when having a volatility of + 1000% or more or -1000% or less is a condition for the over-variation function. Therefore, the function G having a volatility of 1400% is determined to be an excessive volatility function. That is, in this case, the function G is specified as the target function.
  • the pattern extraction unit 14 counts (counts) the content of the target function for each pattern (S206).
  • the content number of the target function for each pattern can be specified by referring to the execution number storage unit 122 (FIG. 8) as in step S105 of FIG.
  • the pattern extraction unit 14 specifies a pattern in which the number of times the function G is executed is 1 or more in FIG.
  • the pattern extraction unit 14 sets the content number of the target function of the pattern to 1.
  • the content number of the target function for the pattern in which the function execution count of the function G is empty is set to 0.
  • FIG. 17 is a diagram showing an example of the counting result of the content number of the target function in the second embodiment.
  • FIG. 17 shows the counting result of the content when the storage content of the execution number storage unit 122 is as shown in FIG. 8 and the function G is the target function.
  • the number of times the function G is executed is 1 or more for each of the patterns 90 to 99. Therefore, in FIG. 17, the value of the "content of the target function" for each of the patterns 90 to 99 is set to 1, and the value of the "content of the target function" for the patterns other than these is set to 0. There is.
  • the second embodiment it is possible to extract the improvement-requiring pattern from the rare patterns that are difficult to extract as the improvement-requiring pattern in the first embodiment. Therefore, among the patterns of the execution process of the functions of the system, the patterns including the functions that need improvement can be efficiently extracted.
  • the processing procedure of FIG. 14 may be executed following the processing procedure of FIG.
  • a pattern including either or both of the target function in the first embodiment and the target function in the second embodiment may be extracted as a pattern requiring improvement.
  • Patent Document 1 The present embodiment may be applied to the execution process (pattern) of the function with a swim lane in the above.
  • the index calculation unit 12 is an example of the calculation unit.
  • the target function specifying unit 13 is an example of the specific unit.
  • the pattern extraction unit 14 is an example of an extraction unit.
  • Pattern extraction device 11 Pattern generation unit 12 Index calculation unit 13 Target function identification unit 14 Pattern extraction unit 15 Output unit 100 Drive device 101 Recording medium 102 Auxiliary storage device 103 Memory device 104 CPU 105 Interface device 106 Display device 107 Input device 121 System log storage unit 122 Execution count storage unit B bus

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Educational Administration (AREA)
  • Game Theory and Decision Science (AREA)
  • Development Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Debugging And Monitoring (AREA)

Abstract

Le dispositif d'extraction de modèle selon l'invention extrait efficacement, parmi des modèles de processus destinés à exécuter les fonctions d'un système, un modèle comprenant une fonction qui nécessite une amélioration, une telle extraction étant réalisée en raison du fait que le dispositif d'extraction de modèle comprend : une unité de calcul qui calcule, pour chaque fonction, le nombre d'instances d'exécution pour chaque segment temporel de la fonction, sur la base d'un historique de processus destinés à exécuter les fonctions du système; une unité d'identification qui identifie une fonction avec un écart de synchronisation d'exécution, sur la base du nombre d'instances d'exécution pour chaque segment temporel; et une unité d'extraction qui extrait, sur la base de l'historique, un modèle comprenant la fonction identifiée par l'unité d'identification, parmi les modèles de processus d'exécution.
PCT/JP2020/016583 2020-04-15 2020-04-15 Dispositif d'extraction de modèle, procédé d'extraction de modèle et programme WO2021210100A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/016583 WO2021210100A1 (fr) 2020-04-15 2020-04-15 Dispositif d'extraction de modèle, procédé d'extraction de modèle et programme

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2020/016583 WO2021210100A1 (fr) 2020-04-15 2020-04-15 Dispositif d'extraction de modèle, procédé d'extraction de modèle et programme

Publications (1)

Publication Number Publication Date
WO2021210100A1 true WO2021210100A1 (fr) 2021-10-21

Family

ID=78084519

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2020/016583 WO2021210100A1 (fr) 2020-04-15 2020-04-15 Dispositif d'extraction de modèle, procédé d'extraction de modèle et programme

Country Status (1)

Country Link
WO (1) WO2021210100A1 (fr)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013003884A (ja) * 2011-06-17 2013-01-07 Kddi Corp ワークフロー要改善箇所推定システムおよびその方法
JP2020004113A (ja) * 2018-06-28 2020-01-09 株式会社東芝 情報表示装置、情報表示プログラム及び情報表示方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013003884A (ja) * 2011-06-17 2013-01-07 Kddi Corp ワークフロー要改善箇所推定システムおよびその方法
JP2020004113A (ja) * 2018-06-28 2020-01-09 株式会社東芝 情報表示装置、情報表示プログラム及び情報表示方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ABE, MARI ET AL.: "Process Discovery Job Analysis Using Job Index Threshold Value Calculation Method", IPSJ SIG TECHNICAL REPORT (CSEC)., vol. 2015 -CS, 26 February 2015 (2015-02-26), pages 1 - 6 *

Similar Documents

Publication Publication Date Title
JP2017091329A (ja) データベース分析装置およびデータベース分析方法
US20080133973A1 (en) Data processing method and data analysis apparatus
US20150100543A1 (en) Data analysis method, data analysis device, and storage medium storing processing program for same
JP6242540B1 (ja) データ変換システム及びデータ変換方法
JP2017045080A (ja) 業務フロー仕様再生方法
JP2006302135A (ja) アプリケーション資産分析プログラム、アプリケーション資産分析方法およびアプリケーション資産分析装置
US8335759B2 (en) Work analysis device and recording medium recording work analysis program
JP6840021B2 (ja) 業務プロセス分析装置、業務プロセス分析方法、および、業務プロセス分析プログラム
US8713070B2 (en) Business flow processing method and apparatus
WO2021210100A1 (fr) Dispositif d'extraction de modèle, procédé d'extraction de modèle et programme
JP2007188285A (ja) 閾値設定方法及びシステム
JP6695847B2 (ja) ソフトウェア部品管理システム、計算機
WO2021210099A1 (fr) Dispositif d'extraction de modèles, procédé d'extraction de modèles et programme
JP6527049B2 (ja) 行動特性分析システムおよび行動特性分析方法
JP6861176B2 (ja) プロジェクト見積り支援方法およびプロジェクト見積り支援装置
KR20150098400A (ko) 다차원 시간차 분석 방법 및 장치
CN110929207B (zh) 数据处理方法、装置和计算机可读存储介质
JP2008299496A (ja) 業務シミュレータおよびそのプログラム
JPWO2019012674A1 (ja) プログラムの統合解析管理装置及びその統合解析管理方法
WO2020070929A1 (fr) Système de gestion d'informations d'appareil d'usine
WO2021250750A1 (fr) Dispositif d'extraction de motifs, procédé d'extraction de motifs et programme
JP6869453B2 (ja) 情報処理装置、情報処理方法及び情報処理プログラム
JP6920235B2 (ja) 障害影響調査装置および障害影響調査方法
CN115510827A (zh) 基于行数据类型标签的数据处理方法、装置、设备和介质
JP2008009966A (ja) 業務プロセス設定装置及び業務プロセス設定方法

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20930853

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP