JP5197128B2 - Dependency Estimation Device, Dependency Estimation Program, and Recording Medium - Google Patents

Dependency Estimation Device, Dependency Estimation Program, and Recording Medium Download PDF

Info

Publication number
JP5197128B2
JP5197128B2 JP2008112867A JP2008112867A JP5197128B2 JP 5197128 B2 JP5197128 B2 JP 5197128B2 JP 2008112867 A JP2008112867 A JP 2008112867A JP 2008112867 A JP2008112867 A JP 2008112867A JP 5197128 B2 JP5197128 B2 JP 5197128B2
Authority
JP
Japan
Prior art keywords
product
accuracy
dependency
name
unit
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
JP2008112867A
Other languages
Japanese (ja)
Other versions
JP2009265836A (en
Inventor
将人 川崎
洋一 高橋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2008112867A priority Critical patent/JP5197128B2/en
Publication of JP2009265836A publication Critical patent/JP2009265836A/en
Application granted granted Critical
Publication of JP5197128B2 publication Critical patent/JP5197128B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Description

この発明は、ソフトウェア開発における成果物の間の依存関係を推定する成果物間依存関係推定装置に関する。   The present invention relates to an inter-product dependency estimation device for estimating a dependency between products in software development.

従来は、ユーザが、あるファイルに設定情報として、相関関係(依存関係)を持つファイル名を手作業で記述することによって、ファイル間の依存関係を記録し、また設定情報を参照することで、対象のファイルを変更することによって影響を受ける可能性があるファイルを一覧化していた(特許文献1)。
特開2000−47861号公報、「影響範囲検出装置および影響範囲の検出方法」
Conventionally, a user records a dependency relationship between files by manually describing a file name having a correlation (dependency relationship) as setting information in a certain file, and by referring to the setting information, Files that may be affected by changing the target file are listed (Patent Document 1).
JP 2000-47861 A, “Affected Range Detection Device and Affected Range Detection Method”

従来の技術では、ユーザが直接ファイル間の依存関係を手作業で記述する必要があったため、以下のような問題点があった。
(1)依存関係がファイル内容の変更に伴っては変更されずに開発が進められ、信用できる依存関係をユーザに提示することができない恐れがある。
(2)ファイル中に直接依存関係を記述しているため、ファイル変更作業中に誤って削除してしまい、依存関係をユーザに提示できなくなる。
In the prior art, the user has to manually describe the dependency relationship between files, and thus has the following problems.
(1) There is a possibility that the dependency relationship is not changed when the file contents are changed, and the development is proceeded, so that the reliable dependency relationship cannot be presented to the user.
(2) Since the dependency relationship is directly described in the file, it is deleted by mistake during the file change operation, and the dependency relationship cannot be presented to the user.

この発明は、上記のような問題点を解決するためになされたもので、ファイルの依存関係を自動的に構築・推定し、なおかつファイルの内容変更に伴って依存関係を自動的に更新することを目的とする。   The present invention has been made to solve the above-described problems, and automatically builds and estimates file dependencies, and automatically updates the dependencies as the file contents change. With the goal.

この発明の依存関係推定装置は、
データを格納する格納部と、
成果物の名称である成果物名と成果物の内容である成果物内容とを含む成果物データと、ユーザ名との入力を受け付け、受け付けられた成果物内容と同一の成果物内容の成果物データが前記格納部に存在するかどうかを判定し、存在しないと判定すると受け付けられた成果物データに同一の成果物名を持つ成果物データどうしを区別する版番号を付与するとともに、付与された版番号と、受け付けられた成果物データと、現在の日時を示す日時情報と受け付けられたユーザ名とを含む変更情報とを対応付けて前記格納部に格納する成果物受付部と、
成果物名を受け付け、成果物名を受け付けると前記格納部に格納されている成果物データの中から受け付けられた成果物名である受付成果物名を持つ成果物データを版番号ごとに特定し、版番号ごとに特定された成果物データのそれぞれに対応する変更情報を特定し、特定された変更情報に基づいて、所定の規則に従うことにより受付成果物名で代表される成果物と他の成果物名で代表される成果物との間の依存関係の確度を計算する確度計算部と
を備えたことを特徴する。
The dependency relationship estimation apparatus according to the present invention includes:
A storage unit for storing data;
Accepts input of product data including the product name that is the name of the product and the product content that is the content of the product, and the user name, and the product that has the same product content as the accepted product content It is determined whether or not the data exists in the storage unit. If it is determined that the data does not exist, a version number that distinguishes the product data having the same product name is given to the accepted product data, and the assigned product data is assigned. A product receiving unit that stores the version number, the received product data, the date information indicating the current date and time, and the change information including the received user name in association with each other;
When the product name is received and the product name is received, the product data having the received product name that is the product name received from the product data stored in the storage unit is specified for each version number. Identify the change information corresponding to each of the deliverable data specified for each version number, and follow the prescribed rules based on the specified change information and other deliverables represented by the accepted deliverable name and other It is characterized by having an accuracy calculation unit for calculating the accuracy of the dependency relationship with the deliverable represented by the deliverable name.

この発明により、ファイルの依存関係の確度を自動的に算出する装置を提供できる。   According to the present invention, it is possible to provide an apparatus that automatically calculates the accuracy of file dependency.

以下の実施の形態で説明する成果物間依存関係推定装置は、ソフトウェア開発における成果物の「変更情報」や「取り出し情報」を記録しておき、例えば、同一開発者によって短い時間差で発生するほど成果物間の依存関係が高いと推定し、変更対象の成果物に対して、影響を受ける可能性がある関連する他の成果物を開発者に提示する。   The inter-product dependency estimation device described in the following embodiment records “change information” and “retrieve information” of a product in software development. For example, the device is generated with a short time difference by the same developer. Estimate that the dependencies between deliverables are high, and present related related deliverables that may be affected to the changeable deliverables to the developer.

実施の形態1.
図1〜図16を参照して実施の形態1を説明する。
Embodiment 1 FIG.
The first embodiment will be described with reference to FIGS.

図1は、コンピュータで実現される成果物間依存関係推定装置1001の外観の一例を示す図である。図1において、成果物間依存関係推定装置1001は、システムユニット830、CRT(Cathode・Ray・Tube)やLCD(液晶)の表示画面を有する表示装置813、キーボード814(Key・Board:K/B)、マウス815、FDD817(Flexible・Disk・ Drive)、コンパクトディスク装置818(CDD:Compact Disk Drive)、プリンタ装置819などのハードウェア資源を備え、これらはケーブルや信号線で接続されている。   FIG. 1 is a diagram illustrating an example of an appearance of a product dependency estimation apparatus 1001 realized by a computer. In FIG. 1, the inter-product dependency relationship estimation apparatus 1001 includes a system unit 830, a display apparatus 813 having a CRT (Cathode / Ray / Tube) or LCD (liquid crystal) display screen, and a keyboard 814 (Key / Board: K / B). ), Mouse 815, FDD 817 (Flexible Disk Drive), compact disk device 818 (CDD: Compact Disk Drive), printer device 819, and the like, which are connected by cables and signal lines.

図2は、コンピュータで実現される成果物間依存関係推定装置1001のハードウェア資源の一例を示す図である。図2において、成果物間依存関係推定装置1001は、プログラムを実行するCPU810(Central Processing Unit:中央処理装置、処理装置、演算装置、マイクロプロセッサ、マイクロコンピュータ、プロセッサともいう)を備えている。CPU810は、バス825を介してROM(Read Only Memory)811、RAM(Random Access Memory)812、表示装置813、キーボード814、マウス815、通信ボード816、FDD817、CDD818、プリンタ装置819、磁気ディスク装置820と接続され、これらのハードウェアデバイスを制御する。磁気ディスク装置820の代わりに、光ディスク装置、フラッシュメモリなどの記憶装置でもよい。   FIG. 2 is a diagram illustrating an example of hardware resources of the inter-product dependency relationship estimation apparatus 1001 realized by a computer. In FIG. 2, the inter-product dependency relationship estimation apparatus 1001 includes a CPU 810 (also called a central processing unit: a central processing unit, a processing unit, an arithmetic unit, a microprocessor, a microcomputer, and a processor) that executes a program. The CPU 810 is connected to a ROM (Read Only Memory) 811, a RAM (Random Access Memory) 812, a display device 813, a keyboard 814, a mouse 815, a communication board 816, an FDD 817, a CDD 818, a printer device 819, and a magnetic disk device 820 via a bus 825. And control these hardware devices. Instead of the magnetic disk device 820, a storage device such as an optical disk device or a flash memory may be used.

RAM812は、揮発性メモリの一例である。ROM811、FDD817、CDD818、磁気ディスク装置820等の記憶媒体は、不揮発性メモリの一例である。これらは、記憶装置あるいは記憶部、格納部、バッファの一例である。通信ボード816、キーボード814、FDD817などは、入力部、入力装置の一例である。また、通信ボード816、表示装置813、プリンタ装置819などは、出力部、出力装置の一例である。   The RAM 812 is an example of a volatile memory. Storage media such as the ROM 811, the FDD 817, the CDD 818, and the magnetic disk device 820 are examples of nonvolatile memories. These are examples of a storage device or a storage unit, a storage unit, and a buffer. The communication board 816, the keyboard 814, the FDD 817, and the like are examples of an input unit and an input device. The communication board 816, the display device 813, the printer device 819, and the like are examples of an output unit and an output device.

通信ボード816は、ネットワーク(LAN等)に接続されている。通信ボード816は、LANに限らず、インターネット、ISDN等のWAN(ワイドエリアネットワーク)などに接続されていても構わない。   The communication board 816 is connected to a network (such as a LAN). The communication board 816 may be connected not only to the LAN but also to a WAN (wide area network) such as the Internet or ISDN.

磁気ディスク装置820には、オペレーティングシステム821(OS)、ウィンドウシステム822、プログラム群823、ファイル群824が記憶されている。プログラム群823のプログラムは、CPU810、オペレーティングシステム821、ウィンドウシステム822により実行される。   The magnetic disk device 820 stores an operating system 821 (OS), a window system 822, a program group 823, and a file group 824. The programs in the program group 823 are executed by the CPU 810, the operating system 821, and the window system 822.

上記プログラム群823には、以下に述べる実施の形態の説明において「〜部」として説明する機能を実行するプログラムが記憶されている。プログラムは、CPU810により読み出され実行される。   The program group 823 stores a program for executing a function described as “unit” in the description of the embodiment described below. The program is read and executed by the CPU 810.

ファイル群824には、以下に述べる実施の形態の説明において、「〜の判定結果」、「〜の算出結果」、「〜の抽出結果」、「〜の生成結果」、「〜の処理結果」として説明する情報や、データや信号値や変数値やパラメータなどが、「〜ファイル」や「〜データベース」の各項目として記憶されている。「〜ファイル」や「〜データベース」は、ディスクやメモリなどの記録媒体に記憶される。ディスクやメモリなどの記憶媒体に記憶された情報やデータや信号値や変数値やパラメータは、読み書き回路を介してCPU810によりメインメモリやキャッシュメモリに読み出され、抽出・検索・参照・比較・演算・計算・処理・出力・印刷・表示などのCPUの動作に用いられる。抽出・検索・参照・比較・演算・計算・処理・出力・印刷・表示のCPUの動作の間、情報やデータや信号値や変数値やパラメータは、メインメモリやキャッシュメモリやバッファメモリに一時的に記憶される。   The file group 824 includes “determination result”, “calculation result”, “extraction result”, “generation result”, and “processing result” in the description of the embodiment described below. Information, data, signal values, variable values, parameters, and the like are stored as items of “˜file” and “˜database”. The “˜file” and “˜database” are stored in a recording medium such as a disk or a memory. Information, data, signal values, variable values, and parameters stored in a storage medium such as a disk or memory are read out to the main memory or cache memory by the CPU 810 via a read / write circuit, and extracted, searched, referenced, compared, and calculated. Used for CPU operations such as calculation, processing, output, printing, and display. Information, data, signal values, variable values, and parameters are temporarily stored in the main memory, cache memory, and buffer memory during the CPU operations of extraction, search, reference, comparison, operation, calculation, processing, output, printing, and display. Is remembered.

また、以下に述べる実施の形態の説明においては、データや信号値は、RAM812のメモリ、FDD817のフレキシブルディスク、CDD818のコンパクトディスク、磁気ディスク装置820の磁気ディスク、その他光ディスク、ミニディスク、DVD(Digital・Versatile・Disk)等の記録媒体に記録される。また、データや信号は、バス825や信号線やケーブルその他の伝送媒体によりオンライン伝送される。   In the description of the embodiments described below, data and signal values are stored in RAM 812 memory, FDD 817 flexible disk, CDD 818 compact disk, magnetic disk device 820 magnetic disk, other optical disks, mini disks, DVD (Digital). -It records on recording media, such as Versatile and Disk. Data and signals are transmitted on-line via the bus 825, signal lines, cables, and other transmission media.

また、以下に述べる実施の形態の説明において、「〜部」として説明するものは、「手段」、「〜回路」、「〜機器」であってもよく、また、「〜ステップ」、「〜手順」、「〜処理」であってもよい。すなわち、「〜部」として説明するものは、ROM811に記憶されたファームウェアで実現されていても構わない。或いは、ソフトウェアのみ、或いは、素子・デバイス・基板・配線などのハードウェアのみ、或いは、ソフトウェアとハードウェアとの組み合わせ、さらには、ファームウェアとの組み合わせで実施されても構わない。ファームウェアとソフトウェアは、プログラムとして、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ミニディスク、DVD等の記録媒体に記憶される。プログラムはCPU810により読み出され、CPU810により実行される。すなわち、プログラムは、以下に述べる「〜部」としてコンピュータを機能させるものである。あるいは、以下に述べる「〜部」の手順や方法をコンピュータに実行させるものである。   Further, in the description of the embodiments described below, what is described as “to part” may be “means”, “to circuit”, and “to device”, and “to step” and “to”. “Procedure” and “˜Process” may be used. That is, what is described as “˜unit” may be realized by firmware stored in the ROM 811. Alternatively, it may be implemented only by software, or only by hardware such as elements, devices, substrates, and wirings, by a combination of software and hardware, or by a combination of firmware. Firmware and software are stored as programs in a recording medium such as a magnetic disk, a flexible disk, an optical disk, a compact disk, a mini disk, and a DVD. The program is read by the CPU 810 and executed by the CPU 810. That is, the program causes the computer to function as “to part” described below. Alternatively, the procedure or method of “to part” described below is executed by a computer.

図3は、実施の形態1の成果物間依存関係推定装置1001のブロック図である。成果物間依存関係推定装置1001は、入力部10、ファイル受付部20、格納部30、変更部分入力部40、影響範囲検出部50、出力部60を備える。影響範囲検出部50は、確度計算部51と影響先ファイル検出部52とから構成される。   FIG. 3 is a block diagram of the inter-product dependency relationship estimation apparatus 1001 according to the first embodiment. The inter-product dependency relationship estimation apparatus 1001 includes an input unit 10, a file reception unit 20, a storage unit 30, a changed part input unit 40, an influence range detection unit 50, and an output unit 60. The influence range detection unit 50 includes an accuracy calculation unit 51 and an influence destination file detection unit 52.

(1)入力部10は、ユーザからの入力を受け付ける。
(2)ファイル受付部20は、入力されたファイル(ファイル名、ファイル内容)とユーザ名を受け付け、ファイルと変更情報(ユーザ名、変更時刻等)として、格納部30に登録する。
(3)格納部30は、版管理されたファイルと、ファイルの変更情報、体制表データを保持する。
(4)変更部分入力部40は、変更対象のファイルを指定する。
(5)影響範囲検出部50は、影響先ファイル検出部52と確度計算部51でおこなわれる。確度計算部51は、変更情報をもとに、ファイル間の依存関係の確度を計算する。影響先ファイル検出部52は、入力されたファイル名に対応する変更情報を格納部30より取得し、確度計算部51を用いて確度を計算し、影響先ファイルとその確度の一覧を出力部60に渡す。
(6)出力部60は、影響先ファイル名とその確度の一覧をユーザに表示する。
(1) The input unit 10 receives input from the user.
(2) The file receiving unit 20 receives the input file (file name, file content) and user name, and registers them in the storage unit 30 as a file and change information (user name, change time, etc.).
(3) The storage unit 30 holds version-managed files, file change information, and organization table data.
(4) The changed part input unit 40 specifies a file to be changed.
(5) The influence range detection unit 50 is performed by the influence destination file detection unit 52 and the accuracy calculation unit 51. The accuracy calculation unit 51 calculates the accuracy of dependency between files based on the change information. The affected file detection unit 52 acquires change information corresponding to the input file name from the storage unit 30, calculates the accuracy using the accuracy calculation unit 51, and outputs an affected file and a list of the accuracy to the output unit 60. To pass.
(6) The output unit 60 displays a list of affected file names and their accuracy to the user.

次に、格納部30で保持する格納データについて説明する。図4に、格納部30で保持する格納データのデータ構造をUML(Unified Modeling Language)クラス図で示す。
(1)ファイル111は、履歴を管理する単位のデータを記録する。
(2)版112は、ファイル内容の履歴を管理するためのデータである。変更されるたびに新しい版が作成される。1つのファイルに対して、複数の版が存在しうる。ある版でアクセスするためのファイル名を持つ。ファイル名は、ある時点ですべてのファイルについて一意なものである。
(3)ファイル内容113は、ある版におけるファイルの内容が記録されている。
(4)ユーザ114は、格納部30にアクセスする権限を持つユーザが記録されており、ユーザ名で識別する。
(5)チーム115は、体制表データとして、ユーザの集まりである開発チームが記録されており、チームは、ユーザまたはチームで構成される。
(6)変更情報116は、ある版の内容へ誰がいつ変更したかを記録する。
Next, storage data held in the storage unit 30 will be described. FIG. 4 is a UML (Unified Modeling Language) class diagram showing the data structure of stored data held in the storage unit 30.
(1) The file 111 records unit data for managing the history.
(2) The version 112 is data for managing the history of file contents. A new version is created each time it is changed. Multiple versions can exist for one file. Has a file name for access in a version. The file name is unique for all files at a given time.
(3) The file content 113 records the content of a file in a certain version.
(4) A user 114 who has an authority to access the storage unit 30 is recorded and is identified by a user name.
(5) In the team 115, a development team that is a group of users is recorded as system chart data, and the team is configured by a user or a team.
(6) The change information 116 records who has changed to the contents of a certain version.

これらのデータ間における接続は、一方から他方のデータを参照できることをしめしている。なお、図4のデータ構造は一例であり、ファイル名を記録せずにファイルIDで代用する場合や、ファイルと版を1つのデータとして記録する場合や、変更情報に変更内容を記録する場合や、チームを記録しない場合などが考えられるが、いずれの場合でも本質的には本実施の形態で適用可能である。   The connection between these data indicates that data from one side can be referred to the other. The data structure shown in FIG. 4 is an example. When a file ID is used instead of recording a file name, a file and a version are recorded as one data, a change content is recorded in change information, The case where the team is not recorded can be considered, but in any case, the present embodiment is essentially applicable.

次に、動作について説明する。   Next, the operation will be described.

(ファイル受付部20の処理)
図5は、ファイル受付部20の処理手順をUMLアクティビティ図を示す。
(ステップ1.)ファイル受付部20は、入力部10を介して、ファイル(ファイル名、ファイル内容)とユーザ名との入力を受ける。
(ステップ2.)ファイル受付部20は、変更情報を記録するため、現在日時を変更日時として取得する。現在日時は、例えばOS(Operating System)から取得する。
(ステップ3.)ファイル受付部20は、ユーザ名、変更日時を含む変更情報を生成する。
(ステップ4.)ファイル受付部20は、格納部30に格納されているファイルのファイル内容と、入力されたファイルのファイル内容とを比較する。
(ステップ5.)ファイル受付部20は、ファイル内容が同じ場合には処理を終了する。ファイル内容が異なる場合には、ステップ6の処理へ進む。
(ステップ6.)ファイル受付部20は、ファイル(ファイル名、ファイル内容)と、変更情報を格納部30に登録する。また、登録の際には、同一のファイル名を持つファイル内容どうしを区別するための版番号、ファイルIDを付与する。ファイル受付部20は、版番号と、受け付けられたファイル(ファイル名、ファイル内容)と、変更情報とを対応付けて格納部30に格納する。
(Processing of the file reception unit 20)
FIG. 5 is a UML activity diagram showing the processing procedure of the file reception unit 20.
(Step 1.) The file reception unit 20 receives an input of a file (file name, file content) and a user name via the input unit 10.
(Step 2.) The file reception unit 20 acquires the current date and time as the change date and time in order to record the change information. The current date and time is obtained from, for example, an OS (Operating System).
(Step 3.) The file receiving unit 20 generates change information including the user name and the change date and time.
(Step 4.) The file receiving unit 20 compares the file content of the file stored in the storage unit 30 with the file content of the input file.
(Step 5.) When the file contents are the same, the file receiving unit 20 ends the process. If the file contents are different, the process proceeds to step 6.
(Step 6.) The file receiving unit 20 registers the file (file name, file content) and the change information in the storage unit 30. Further, at the time of registration, a version number and a file ID for distinguishing the contents of files having the same file name are assigned. The file receiving unit 20 stores the version number, the received file (file name, file content), and the change information in the storage unit 30 in association with each other.

図6は、例えば、ある時点での格納部30の状態をUMLオブジェクト図で示す図である。図6は、まだファイルが登録されていない状態を示している。図6では、プロジェクトの体制表のデータがあらかじめ記録されており、開発者として太郎、次郎、三郎がおり、太郎と次郎はライブラリ開発チームに属し、プロジェクト全体のチームには、ライブラリ開発チームと三郎が属することを示している。
図7は、図6の状態から、太郎がファイルmain.java(登録商標)を2008年1月1日0時0分0秒に登録した後の状態を示す。図7では、あらたに登録されたファイルmain.java(登録商標)と、版(版番号1)、ファイル内容と、変更情報が記録されており、変更情報では太郎が変更したことが記録される。
図8は、図7の状態から、さらに、太郎がファイルmain.java(登録商標)を2008年1月1日11時0分0秒に内容を変更した後の状態を示す。図8では、ファイルmain.java(登録商標)に新たな版(版番号2)、内容、変更情報が記録され、変更情報には太郎が変更したことが記録される。
FIG. 6 is a diagram illustrating, for example, the state of the storage unit 30 at a certain point of time in a UML object diagram. FIG. 6 shows a state where no file is registered yet. In FIG. 6, the project organization table data is recorded in advance, and there are Taro, Jiro, and Saburo as developers. Taro and Jiro belong to the library development team, and the entire project team includes the library development team and Saburo. Indicates that it belongs to.
FIG. 7 shows that from the state of FIG. A state after Java (registered trademark) is registered at 0:00:00 on January 1, 2008 is shown. In FIG. 7, the newly registered file main. Java (registered trademark), version (version number 1), file contents, and change information are recorded, and the change information records that Taro has changed.
FIG. 8 shows that from the state of FIG. The state after changing the contents of Java (registered trademark) at 11:00:01 on January 1, 2008 is shown. In FIG. 8, the file main. A new version (version number 2), contents, and change information are recorded in Java (registered trademark), and the change information records that Taro has changed.

(影響先ファイル検出部52の処理)
図9は、影響先ファイル検出部52の処理手順を示す。実施の形態1の成果物間依存関係推定装置1001では、ファイル受付部20によりファイル(ファイル名、ファイル内容)を受け付けて、格納部30に順次蓄積していくとともに、入力部10、変更部分入力部40を介して影響先ファイル検出部52にファイル名が入力されると、後述の確度計算部51が起動する実施形態である。
(ステップ1.)影響先ファイル検出部52は、入力部10、変更部分入力部40を介して、ファイル名の入力を受け付ける。
(ステップ2.)影響先ファイル検出部52は、入力されたファイル名を確度計算部51に渡し、入力されたファイル名で代表されるファイルと他のファイル名で代表されるファイル間の依存関係の確度を、確度計算部51を利用して計算する。
(ステップ3.)影響先ファイル検出部52は、ファイル間の依存関係の確度を確度計算部51から受け取り、入力したファイル名を影響元ファイル、他のファイルを影響先ファイルとして、これらの対応関係にさらに依存関係の確度を追加して、一覧を出力部60に渡す。
(Process of affected file detection unit 52)
FIG. 9 shows the processing procedure of the affected file detection unit 52. In the inter-product dependency estimation apparatus 1001 according to the first embodiment, a file (file name, file content) is received by the file receiving unit 20 and sequentially stored in the storage unit 30, and the input unit 10 and changed portion input In this embodiment, when a file name is input to the affected file detection unit 52 via the unit 40, an accuracy calculation unit 51 described later is activated.
(Step 1.) The affected file detection unit 52 receives an input of a file name via the input unit 10 and the changed part input unit 40.
(Step 2.) The affected file detection unit 52 passes the input file name to the accuracy calculation unit 51, and the dependency relationship between the file represented by the input file name and the file represented by another file name The accuracy is calculated using the accuracy calculation unit 51.
(Step 3.) The affected file detection unit 52 receives the accuracy of dependency between files from the accuracy calculation unit 51, and uses the input file name as the affected file and other files as the affected file. Further, the accuracy of the dependency relationship is added, and the list is passed to the output unit 60.

(確度計算部51の処理)
図10は、確度計算部51の処理手順を示す。例として、影響先ファイル検出部52から、ファイル名Aを入力されたものとし、記録されている変更情報が図11のようであったとする。
(ステップ1.)確度計算部51は、ファイルの最新の版(版番号)のうち、影響先ファイル検出部52より入力されたファイル名を持つ版を検索し、特定する。そして、その版に対応する変更情報を特定する。そして、その直後の変更情報をペアにする。さらに、同じファイルの過去の版を追跡し、それらの変更情報と、その直後の変更情報をペアにしていく。例えば、図12のように、ファイルAの変更情報が特定されたとすると、確度計算部51は、その直後にある変更情報をペアとして抽出する。この結果、(A,B)、(A,C)、(A,B)、(A,D)、(A,B)の5つのペアが抽出される。
(ステップ2.)確度計算部51は、変更情報のペアについて、それぞれの変更情報に対応する変更者が同じとなるペアのみを選択する。例えば、図13では、変更情報No.1、2では、ともに変更者がtaroとなるので選択される。一方、変更情報No.20、21では、ファイルAをtaroが、ファイルDをjiroが変更しているため、選択されない。選択結果は図14のようになる。
(ステップ3.)確度計算部51は、選択した変更情報のペアの集合を入力として、確度関数を用いて依存関係の確度を計算する。確度関数には、例えば変更時間差が短いほど確度が高くなるよう「変更時間差(単位は分)の逆数の和」という関数が考えられる。図15は、このような場合の出力を示している。なお、変更情報のペアを抽出する方法としては、他に、図16のように、あるファイル(図16ではA)が変更されてから次に変更されるまでの間に変更されたファイルすべてとペアを組む方法のほか、種々のものが考えられる。
(Processing of the accuracy calculation unit 51)
FIG. 10 shows a processing procedure of the accuracy calculation unit 51. As an example, it is assumed that the file name A is input from the affected file detector 52, and the recorded change information is as shown in FIG.
(Step 1.) The accuracy calculation unit 51 searches for and identifies the version having the file name input from the affected file detection unit 52 from the latest version (version number) of the file. Then, change information corresponding to the version is specified. Then, the change information immediately after that is paired. Furthermore, past versions of the same file are tracked, and the change information and the change information immediately after that are paired. For example, if the change information of the file A is specified as shown in FIG. 12, the accuracy calculation unit 51 extracts the change information immediately after it as a pair. As a result, five pairs of (A, B), (A, C), (A, B), (A, D), and (A, B) are extracted.
(Step 2.) The accuracy calculation unit 51 selects only pairs in which the changers corresponding to each change information are the same for the change information pairs. For example, in FIG. 1 and 2 are selected because the changer is taro. On the other hand, the change information No. In 20 and 21, since file A is changed to taro and file D is changed to jiro, they are not selected. The selection result is as shown in FIG.
(Step 3.) The accuracy calculation unit 51 receives the set of selected pairs of change information as input and calculates the accuracy of the dependency relationship using an accuracy function. As the accuracy function, for example, a function called “sum of reciprocals of change time difference (unit: minutes)” so that the accuracy becomes higher as the change time difference is shorter. FIG. 15 shows the output in such a case. In addition, as a method of extracting a pair of change information, as shown in FIG. 16, all files changed between a change of a certain file (A in FIG. 16) and the next change can be used. Various methods other than the method of forming a pair are conceivable.

(確度関数のバリエーション)
確度関数として他に、以下のものをはじめ、種々のものが考えられる。
(1)「変更時間差の逆2乗の和」など、変更時間差をパラメータに持つ関数。
(2)変更量をパラメータに持つ関数。大幅に内容を変更した場合には、それまでと依存関係が変更される可能性が高いため、最新の変更による依存関係の確度を相対的に高める必要がある場合などに有用である。
(3)変更時刻をパラメータに持つ関数。休憩時間や夜間をまたいだ場合に依存関係を低くするのに有用である。
(Accuracy function variation)
In addition to the accuracy function, various other functions can be considered, including the following.
(1) A function having a change time difference as a parameter, such as “sum of inverse square of change time difference”.
(2) A function having a change amount as a parameter. If the contents are changed drastically, there is a high possibility that the dependency relationship will be changed so far, which is useful when it is necessary to relatively increase the accuracy of the dependency relationship due to the latest change.
(3) A function having the change time as a parameter. This is useful for lowering the dependency when resting or at night.

なお、変更情報のペアを選択する方法として、他に同じチームに属する別々のユーザが変更した場合も選択するケースが考えられる。その場合、確度関数として、同じユーザが変更した場合の確度と、同じチームに属するが異なるユーザが変更した場合の確度を、引数に持つ関数(重みつきの和など)などが考えられる。   In addition, as a method for selecting a pair of change information, there may be a case where another user who belongs to the same team changes the information. In that case, as the accuracy function, a function (such as a weighted sum) having an argument of the accuracy when the same user changes and the accuracy when a different user who belongs to the same team changes can be considered.

以上のように、変更情報等を利用して依存関係の確度を計算することで、ファイルの内容変更に伴って依存関係を追随させることができ、またユーザが誤って依存関係を削除することを防止することができる。   As described above, by calculating the accuracy of the dependency relationship using the change information etc., the dependency relationship can be followed along with the file content change, and the user can delete the dependency relationship by mistake. Can be prevented.

実施の形態2.
図17〜図27を参照して、実施の形態2を説明する。実施の形態2では、実施の形態1から以下の機能を追加する。
(1)影響を受ける範囲(ファイルの集合)を明示するため、ある影響元ファイルに対して、影響先ファイルとその確度を一覧化(実施の形態1)するだけでなく、ファイルの集合の間で依存関係とその確度を計算する機能(確度計算部51)を追加する。実施の形態2では、確度計算部51にこの機能を持たせている。
(2)影響先ファイルとその確度を直感的に把握できるようにするため、影響先ファイルと確度を一覧化および視覚的に表示する機能(影響範囲表示部201)を追加する。
(3)影響先ファイルを問い合わせる際の処理時間を改善するため、影響先ファイルへの確度の計算結果を保存しておく機能を追加する。実施の形態2では、確度計算部51にこの機能を持たせている。
Embodiment 2. FIG.
The second embodiment will be described with reference to FIGS. In the second embodiment, the following functions are added from the first embodiment.
(1) In order to clearly indicate the affected range (a set of files), not only a list of affected files and their accuracy is listed for a certain affected source file (the first embodiment), but also between file sets A function (accuracy calculation unit 51) for calculating the dependency and its accuracy is added. In the second embodiment, the accuracy calculation unit 51 has this function.
(2) In order to intuitively understand the affected file and its accuracy, a function (influence range display unit 201) for listing and visually displaying the affected file and the accuracy is added.
(3) In order to improve the processing time when inquiring the affected file, add a function to save the accuracy calculation result to the affected file. In the second embodiment, the accuracy calculation unit 51 has this function.

図17は、実施の形態2の成果物間依存関係推定装置1002のブロック図を示す。
(1)確度計算部51は、実施の形態1とほぼ同様の機能であるが、格納部30中に変更情報が追加されるたびに起動され、計算した確度を後述する図18における依存関係(111−2)として格納部30に記録する。
(2)影響先ファイル検出部52は、格納部30に記録されている依存関係(111−2)の確度をもとに、影響先ファイルとその確度を影響範囲表示部201に出力する。
(3)影響範囲表示部201は、影響先ファイルと依存関係の確度について、一覧表や、チャート、グラフなど、表示用に加工する。
(4)成果物間依存関係推定装置1002のその他の機能は、実施の形態1の成果物間依存関係推定装置1001と同じである。
FIG. 17 is a block diagram of the inter-product dependency relationship estimation apparatus 1002 according to the second embodiment.
(1) The accuracy calculation unit 51 has substantially the same function as that of the first embodiment, but is activated each time change information is added to the storage unit 30, and the calculated accuracy depends on the dependency relationship in FIG. 111-2) is recorded in the storage unit 30.
(2) The affected file detection unit 52 outputs the affected file and its accuracy to the affected range display unit 201 based on the accuracy of the dependency (111-2) recorded in the storage unit 30.
(3) The influence range display unit 201 processes a list, a chart, a graph, and the like for display regarding the accuracy of the dependency file and the dependency relationship.
(4) Other functions of the inter-product dependency relationship estimation device 1002 are the same as those of the inter-product dependency relationship estimation device 1001 of the first embodiment.

次に、格納部30で保持するデータについて説明する。図18に格納部30で保持するデータを示す。依存関係(111−2)は、ファイル間の依存関係の確度を記録したものである。影響元のファイルと、影響先のファイルと関連を持つ。その他のデータについては実施の形態1の図2と同じである。   Next, data held in the storage unit 30 will be described. FIG. 18 shows data held in the storage unit 30. The dependency (111-2) is a record of the accuracy of dependency between files. It has an association with the affected file and the affected file. Other data is the same as in FIG. 2 of the first embodiment.

次に、動作について説明する。   Next, the operation will be described.

(影響先ファイル検出部52の処理)
影響先ファイル検出部52の処理手順を図19に示す。なお、前述のように、確度計算部51は格納部30中に変更情報が追加されるたびに起動され、確度計算部51により計算され依存関係の確度は、図18の依存関係(111−2)として蓄積していく。以下のステップは、この状態において、影響先ファイル検出部52がファイル名の集合を受け付ける場合である。
(ステップ1.)影響先ファイル検出部52は、入力部10、変更部分入力部40を介してファイル名集合の入力を受ける。ファイル名集合は一つのファイル名の場合でもよい。
(ステップ2.)影響先ファイル検出部52は、格納部30から、入力されたファイル名集合に含まれるファイル名を持つファイルに関連している依存関係データ(依存関係(111−2))を取得する。
(ステップ3.)影響先ファイル検出部52は、取得した依存関係データから、確度と影響先ファイルを取得する。ここでは、影響先ファイルからさらに影響を与えるファイルなど、再帰的に影響先ファイルを取得していくことも考えられる。
(ステップ4.)影響先ファイル検出部52は、影響元ファイル、影響先ファイル、確度を1セットとして、その集合を出力する。
(Process of affected file detection unit 52)
The processing procedure of the affected file detection unit 52 is shown in FIG. As described above, the accuracy calculation unit 51 is activated each time change information is added to the storage unit 30, and the accuracy of the dependency relationship calculated by the accuracy calculation unit 51 is the dependency relationship (111-2 shown in FIG. ). The following steps are cases where the affected file detection unit 52 accepts a set of file names in this state.
(Step 1.) The affected file detection unit 52 receives an input of a set of file names via the input unit 10 and the changed part input unit 40. The file name set may be a single file name.
(Step 2.) The affected file detection unit 52 receives the dependency data (dependency relationship (111-2)) related to the file having the file name included in the input file name set from the storage unit 30. get.
(Step 3.) The affected file detection unit 52 acquires the accuracy and the affected file from the acquired dependency data. Here, it is also possible to recursively acquire the affected file, such as a file that further affects the affected file.
(Step 4.) The affected file detection unit 52 sets the affected file, affected file, and accuracy as one set, and outputs the set.

(影響範囲表示部201の処理)
影響範囲表示部201の処理手順を図20に示す。例として、影響先ファイル検出部52から出力されたデータが、図21のようであったとする。
(ステップ1.)影響範囲表示部201は、出力形式によって処理を振り分ける。出力形式の指定は、入力部10からの入力や、格納部30に設定情報として指定しておくなどの方法がある。
(ステップ2.)影響範囲表示部201は、一覧表の形式に変換して出力する。ファイル名を1つだけ与えた場合と、複数与えた場合の出力例をそれぞれ、図22、図23に示す。
(ステップ3.)影響範囲表示部201は、グラフ形式に変換して出力する。ファイルをノードで表現し、依存関係をエッジで表現し、確度によってエッジの強調レベル(エッジを表示しない場合も含む)を変更して表示する。ファイル名を1つだけ与えた場合と、複数与えた場合の出力例をそれぞれ、図24、図25に示す。
(ステップ4.)影響範囲表示部201は、チャート形式に変換して出力する。軸に影響元ファイルや影響先ファイル、確度を設定して、表示する。ファイル名を1つだけ与えた場合と、複数与えた場合の出力例をそれぞれ、図26、図27に示す。
(Processing of the influence range display unit 201)
The processing procedure of the influence range display unit 201 is shown in FIG. As an example, assume that the data output from the affected file detector 52 is as shown in FIG.
(Step 1.) The influence range display unit 201 distributes processing according to an output format. The output format can be specified by input from the input unit 10 or by specifying it as setting information in the storage unit 30.
(Step 2.) The influence range display unit 201 converts the list into a list format and outputs it. Examples of output when only one file name is given and when a plurality of file names are given are shown in FIGS. 22 and 23, respectively.
(Step 3.) The influence range display unit 201 converts the graph into a graph format and outputs it. The file is expressed by a node, the dependency is expressed by an edge, and the edge emphasis level (including the case where the edge is not displayed) is changed and displayed according to the accuracy. Examples of output when only one file name is given and when a plurality of file names are given are shown in FIGS. 24 and 25, respectively.
(Step 4.) The influence range display unit 201 converts it into a chart format and outputs it. Set and display the influence source file, the influence destination file, and the accuracy for the axis. Examples of output when only one file name is given and when a plurality of file names are given are shown in FIGS. 26 and 27, respectively.

以上のように、格納部30中の変更情報等が変更されるたびに依存関係の確度を更新することで、影響先ファイルを調べるときの効率低下を防ぐことができるとともに、複数のファイル間および視覚的に依存関係の確度を表示することで、影響範囲や依存関係の確度を視覚的に把握することが可能となる。   As described above, by updating the accuracy of dependency each time change information or the like in the storage unit 30 is changed, it is possible to prevent a decrease in efficiency when examining the affected file, and between a plurality of files and By visually displaying the accuracy of the dependency relationship, it is possible to visually grasp the influence range and the accuracy of the dependency relationship.

実施の形態3.
図28〜図31を参照して実施の形態3を説明する。実施の形態3では、実施の形態2よりも信頼できる依存関係を推定できるようにするため、ファイルを取り出した際の情報を取り出し情報として記録し、変更情報と併せて、依存関係を推定する。
Embodiment 3 FIG.
The third embodiment will be described with reference to FIGS. In the third embodiment, in order to be able to estimate the dependency relationship more reliable than in the second embodiment, information when the file is extracted is recorded as the extraction information, and the dependency relationship is estimated together with the change information.

図28は、実施の形態3の成果物間依存関係推定装置1003のブロック図を示す。
(1)確度計算部51は、アクセス情報(前述の変更情報、後述の取り出し情報のいずれもを含む。)をもとに、ファイル間の依存関係の確度を計算し、記録する。確度計算部51は格納部30中のアクセス情報が変更されるたびに起動される。
(2)ファイル取り出し部301は、格納部30からファイルを取り出すとともに、取り出し情報として、取り出したファイルのファイル名とユーザ名と取り出し日時とを記録する。
(3)他の機能については、実施の形態2の成果物間依存関係推定装置1002と同じである。
FIG. 28 shows a block diagram of the inter-product dependency relationship estimation apparatus 1003 of the third embodiment.
(1) The accuracy calculation unit 51 calculates and records the accuracy of dependency between files based on the access information (including both the above-described change information and extraction information described later). The accuracy calculation unit 51 is activated every time the access information in the storage unit 30 is changed.
(2) The file retrieval unit 301 retrieves a file from the storage unit 30 and records the file name, user name, and retrieval date / time of the retrieved file as retrieval information.
(3) Other functions are the same as those in the inter-product dependency estimation device 1002 of the second embodiment.

次に、格納部30で保持するデータについて説明する。図29は、格納部30で保持するデータを示す。取り出し情報(118−3)には、ファイルを取り出したユーザ名、日時、取り出したファイルのファイル名を記録される。他のデータについては、実施の形態2の図18と同じである。   Next, data held in the storage unit 30 will be described. FIG. 29 shows data held in the storage unit 30. In the extraction information (118-3), the name of the user who extracted the file, the date and time, and the file name of the extracted file are recorded. Other data is the same as in FIG. 18 of the second embodiment.

次に、動作について説明する。   Next, the operation will be described.

(ファイル取り出し部301の処理)
図30は、ファイル取り出し部301の処理手順を示す。
(ステップ1.)ファイル取り出し部301は、入力部10を介して、ファイルの取り出し条件とユーザ名の入力を受ける。
(ステップ2.)ファイル取り出し部301は、格納部30から、条件を満たすファイルを取得する。
(ステップ3.)ファイル取り出し部301は、取り出し情報として、取得できたファイル(ファイル名)、ユーザ名、取り出し時刻(現在時刻)を格納部30に記録する。
(ステップ4.)取り出したファイルを出力部60に渡す。
(Processing of file retrieval unit 301)
FIG. 30 shows a processing procedure of the file retrieval unit 301.
(Step 1.) The file retrieval unit 301 receives input of a file retrieval condition and a user name via the input unit 10.
(Step 2.) The file retrieval unit 301 acquires a file satisfying the condition from the storage unit 30.
(Step 3.) The file extraction unit 301 records the acquired file (file name), user name, and extraction time (current time) in the storage unit 30 as extraction information.
(Step 4) The extracted file is transferred to the output unit 60.

(確度計算部51の処理)
確度計算部51の処理手順を図31に示す。図31は、図10の変更情報がアクセス情報となっている。
(ステップ1.)確度計算部51は、ファイル名に対応するアクセス情報と、その直後のアクセス情報をペアとして抽出する。
(ステップ2.)確度計算部51は、アクセス情報のペアについて、両方の操作者(変更者または閲覧者)が同じペアだけを選択する。
(ステップ3.)確度計算部51は、確度関数を用いて確度を計算する。実施の形態1の確度計算部51と同様のことが、実施の形態3のアクセス情報のペア抽出方法、確度関数、アクセス情報のペアを選択する方法でも種々考えられる。さらに、アクセス情報のペア抽出方法については、(変更情報,変更情報)、(変更情報,取り出し情報)、(取り出し情報,変更情報)、(取り出し情報,取り出し情報)の一部またはすべてのケースについてペア抽出することも考えられる。確度関数についても同様に、抽出されるペアの種類に応じて、個別の確度関数を設定することが考えられる。
(Processing of the accuracy calculation unit 51)
The processing procedure of the accuracy calculation unit 51 is shown in FIG. In FIG. 31, the change information of FIG. 10 is access information.
(Step 1.) The accuracy calculation unit 51 extracts the access information corresponding to the file name and the access information immediately after that as a pair.
(Step 2.) The accuracy calculation unit 51 selects only the pair in which both operators (changer or viewer) have the same access information pair.
(Step 3.) The accuracy calculation unit 51 calculates the accuracy using an accuracy function. The same thing as the accuracy calculation unit 51 in the first embodiment can be considered in various ways in the access information pair extraction method, the accuracy function, and the access information pair selection method in the third embodiment. Furthermore, the access information pair extraction method is for some or all cases of (change information, change information), (change information, extraction information), (removal information, change information), (removal information, extraction information). It is also possible to extract pairs. Similarly, regarding the accuracy function, it is conceivable to set an individual accuracy function according to the type of pair to be extracted.

以上のように、ファイルを取り出したときの取り出し情報を記録することで、あるファイルを見ながら別のファイルを作成する場合の依存関係を記録することができ、依存関係の信頼性を高めることができる。   As described above, by recording the extraction information when the file is extracted, it is possible to record the dependency relationship when creating another file while looking at one file, and to increase the reliability of the dependency relationship. it can.

実施の形態4.
図32〜図36を参照して実施の形態4を説明する。実施の形態4は、依存関係の確度が高いものだけをユーザに提示することで、ユーザの開発作業効率の改善を図る。そのため、確度から依存関係の有無を推定する機能(依存関係推定部401)を追加する。
Embodiment 4 FIG.
The fourth embodiment will be described with reference to FIGS. The fourth embodiment aims to improve the development work efficiency of the user by presenting only those having high dependency relationships to the user. Therefore, a function (dependency relationship estimation unit 401) for estimating the presence or absence of the dependency relationship from the accuracy is added.

図32は、実施の形態4の成果物間依存関係推定装置1004を示すブロック図である。依存関係推定部401は、依存関係の確度の集合から、依存関係の有無を統計的に推定し、依存関係があると推定した影響先ファイルのみ出力する。その他の機能については、実施の形態3と同じである。   FIG. 32 is a block diagram illustrating the inter-product dependency relationship estimation apparatus 1004 according to the fourth embodiment. The dependency relationship estimation unit 401 statistically estimates the presence / absence of a dependency relationship from the set of dependency relationship accuracy, and outputs only the affected file estimated to have a dependency relationship. Other functions are the same as those in the third embodiment.

格納部30で保持するデータは、実施の形態3と同じである。   The data held in the storage unit 30 is the same as in the third embodiment.

次に、動作について説明する。   Next, the operation will be described.

(依存関係推定部401の処理)
図33は、依存関係推定部401の処理手順を示す。例として、影響先ファイル検出部52から図21のような入力があったとする。
(ステップ1.)依存関係推定部401は、依存関係の集合を、推定する単位で分割する。例えば、分割方法として、入力の集合全てとする場合、影響元ファイルが同じものである場合(図34)、影響先ファイルが同じものである場合(図35)、などが考えられる。分割する単位の指定方法として、格納部30に記録しておく、入力部10から入力する、などの方法が考えられる。
(ステップ2.)依存関係推定部401は、推定していない依存関係の集合があれば、ステップ3へ。なければ処理を終了する。
(ステップ3.)依存関係推定部401は、統計的な手法を利用して依存関係の有無を振り分ける。利用する手法は、格納部30に記録しておく、入力部10から入力する、などの方法が考えられる。例えば、図36のような振り分け方がある。この場合、依存関係ありと判断したものだけを出力する。
(Processing of dependency estimation unit 401)
FIG. 33 shows a processing procedure of the dependency relationship estimation unit 401. As an example, it is assumed that an input as shown in FIG.
(Step 1.) The dependency relationship estimation unit 401 divides the dependency relationship set into units to be estimated. For example, as a division method, all input sets, the case where the influence source files are the same (FIG. 34), the case where the influence destination files are the same (FIG. 35), and the like can be considered. As a method for specifying the unit to be divided, a method of recording in the storage unit 30 or inputting from the input unit 10 can be considered.
(Step 2.) If there is a set of dependency relationships that have not been estimated, the dependency relationship estimation unit 401 proceeds to Step 3. If not, the process ends.
(Step 3.) The dependency relationship estimation unit 401 distributes the presence or absence of the dependency relationship using a statistical method. As a technique to be used, a method of recording in the storage unit 30 or inputting from the input unit 10 can be considered. For example, there is a way of distribution as shown in FIG. In this case, only what is determined to be dependent is output.

依存関係の有無を振り分ける統計的な手法の例として以下のものがあり、他にもさまざまな推定方法が考えられる。
(1)依存関係の集合について、確度の昇順に整列しておき、隣り合う確度の差が最大となる箇所を境界として、それよりも確度が高いものを依存関係あり、確度が低いものを依存関係なしと判定する方法。
(2)同様に、平均値で分割する方法、最頻値で分割する方法、中央値で分割する方法など。
(3)同様に、境界値よりも大きい集合と小さい集合それぞれの平均値の差が最大化する境界値で分割する方法。
(4)あらかじめ設定しておいた確度の閾値を上回れば依存関係あり、下回れば依存関係なしと判定する方法。
The following are examples of statistical methods for allocating the presence or absence of dependencies, and various other estimation methods are conceivable.
(1) Dependency sets are arranged in ascending order of accuracy, and where there is a maximum difference in the accuracy of adjacent boundaries, those with higher accuracy are dependent and those with lower accuracy are dependent. A method to determine that there is no relationship.
(2) Similarly, a method of dividing by an average value, a method of dividing by a mode value, a method of dividing by a median value, and the like.
(3) Similarly, a method of dividing by a boundary value that maximizes the difference between the average values of a set larger than the boundary value and a smaller set.
(4) A method of determining that there is a dependency if the accuracy threshold value set in advance is exceeded, and that there is no dependency if the threshold value is lower.

以上のように、依存関係の集合について、その確度から依存関係の有無を推定することで、確度の高い依存関係を持つ成果物だけをユーザに提示することが可能となる。   As described above, by estimating the presence / absence of a dependency relationship from the accuracy of a set of dependency relationships, it is possible to present only a product having a dependency relationship with high accuracy to the user.

実施の形態5.
次に図37〜図40を参照して実施の形態5を説明する。実施の形態5では、1つのファイル中に複数の項目を記載している場合等にも、項目間の依存関係を推定できるようにする。
Embodiment 5 FIG.
Next, a fifth embodiment will be described with reference to FIGS. In the fifth embodiment, the dependency between items can be estimated even when a plurality of items are described in one file.

以降では、「成果物」とは、2つの間で依存関係が定義される対象とし、例えば、以下のものを含む用語とする。
(1)1ファイル。
(2)1ファイル中の依存関係を把握する対象の項目。
(3)ウェブベースのフォーム等を利用してシステム内部で生成したオブジェクト。
(4)データベース中の表や、表中の1レコード。
Hereinafter, the “deliverable” is a target whose dependency is defined between the two, for example, a term including the following.
(1) One file.
(2) Items to be grasped for dependency in one file.
(3) An object generated inside the system using a web-based form or the like.
(4) A table in the database and one record in the table.

図37は、実施の形態5の成果物間依存関係推定装置1005を示すブロック図である。
(1)は、入力部10から入力されたファイルから、成果物を抽出する。
(2)整形部502は、格納部30から検索された成果物を、ユーザが編集しやすいように整形して、出力部60に出力する。
(3)実施の形態4ではファイルを扱っていたが、実施の形態5では項目を成果物として扱う点を除き、実施の形態4と同じである。
FIG. 37 is a block diagram illustrating the inter-product dependency relationship estimation apparatus 1005 according to the fifth embodiment.
(1) extracts a product from a file input from the input unit 10.
(2) The shaping unit 502 shapes the product retrieved from the storage unit 30 so that the user can easily edit it, and outputs it to the output unit 60.
(3) Although the file is handled in the fourth embodiment, the fifth embodiment is the same as the fourth embodiment except that the item is handled as a product.

次に、格納部30で保持するデータについて説明する。図38に格納部30で保持するデータを示す。実施の形態4でファイルとして扱っていたものを、実施の形態5では成果物として扱う点を除き、実施の形態4と同じである。   Next, data held in the storage unit 30 will be described. FIG. 38 shows data held in the storage unit 30. What is handled as a file in the fourth embodiment is the same as that in the fourth embodiment except that a file is handled as a product in the fifth embodiment.

次に、動作について説明する。   Next, the operation will be described.

(成果物抽出部501の処理)
図39は、成果物抽出部501の処理手順を示す。
(ステップ1.)成果物抽出部501は、ファイル(ファイル名、ファイル内容)とユーザ名の入力を受ける。
(ステップ2.)成果物抽出部501は、入力されたファイルに対して、成果物抽出プログラムを適用することにより、成果物を抽出する。成果物抽出プログラムは、格納部30にあらかじめ記録しておく、入力部10から入力する、などの方法がある。
(ステップ3.)成果物抽出部501は、抽出した成果物とユーザ名を成果物受付部(20−5)に出力する。成果物受付部(20−5)の動作は、実施の形態4のファイル受付部20と同様である。
(Processing of the product extraction unit 501)
FIG. 39 shows the processing procedure of the product extraction unit 501.
(Step 1.) The product extraction unit 501 receives input of a file (file name, file content) and a user name.
(Step 2.) The product extraction unit 501 extracts a product by applying a product extraction program to the input file. The product extraction program may be recorded in advance in the storage unit 30 or input from the input unit 10.
(Step 3.) The product extraction unit 501 outputs the extracted product and the user name to the product reception unit (20-5). The operation of the product receiving unit (20-5) is the same as that of the file receiving unit 20 of the fourth embodiment.

(整形部502の処理)
整形部502の処理手順を図40に示す。
(ステップ1.)整形部502は、検索された成果物の集合を入力として、整形プログラムを適用する。整形プログラムは、格納部30にあらかじめ記録しておく、入力部10から入力する、などの方法がある。
(ステップ2.)整形部502は、整形済み成果物集合を出力部60に出力する。
(Processing of the shaping unit 502)
The processing procedure of the shaping unit 502 is shown in FIG.
(Step 1.) The shaping unit 502 applies a shaping program with the set of retrieved products as an input. The shaping program may be recorded in advance in the storage unit 30 or input from the input unit 10.
(Step 2.) The shaping unit 502 outputs the shaped product set to the output unit 60.

以上のようにすることで、1つのファイル中に複数の項目を記述している場合などに、それらの項目どうしの間で依存関係を記録することができる。   As described above, when a plurality of items are described in one file, the dependency relationship between the items can be recorded.

実施の形態6.
図41〜図48を参照して実施の形態6を説明する。実施の形態6では、ユーザが手作業で入力した依存関係と、システムが計算した依存関係を共存させることで、信頼性を高める実施形態である。そのため、ユーザの入力を受け付ける機能(依存関係手動設定部)や、ユーザが他の目的で作成した文書から依存関係を読み取る機能(依存関係抽出部)等を追加する。
Embodiment 6 FIG.
The sixth embodiment will be described with reference to FIGS. In the sixth embodiment, the dependency relationship manually input by the user and the dependency relationship calculated by the system are allowed to coexist, thereby increasing the reliability. Therefore, a function for receiving user input (dependency relationship manual setting unit), a function for reading dependency relationships from documents created by the user for other purposes (dependency relationship extracting unit), and the like are added.

図41は、実施の形態6の成果物間依存関係推定装置1006のブロック図である。   FIG. 41 is a block diagram of the inter-product dependency relationship estimation apparatus 1006 according to the sixth embodiment.

(1)成果物受付部20:
成果物受付部20は、入力された成果物とユーザ名を受け付け、成果物と変更情報(ユーザ名、変更時刻等)とを、格納部30に登録し、確度計算プログラム64を起動する機能を有する。
(2)成果物取り出し部301:
成果物取り出し部301は、格納部30から成果物を取り出すとともに、取り出し情報として取り出した成果物とユーザ名と取り出し日時を記録し、確度計算プログラム64を起動する機能を有する。
(3)依存関係手動設定部601:
依存関係手動設定部601は、ユーザが指定した、影響先成果物と影響元成果物とそれらの間の確度を、格納部30に記録する機能を有する。
(4)依存関係抽出部602:
依存関係抽出部602は、依存関係を抽出可能なプロジェクト管理用文書データから、依存関係を抽出する機能を有し、プロジェクト管理用文書データが更新されると起動される。
(5)総合確度計算部(51−6):
総合確度計算部(51−6)は、種々の確度計算プログラム64(下記に述べるように、格納部30に格納された種々の確度計算プログラム)によって計算された確度をもとに、総合確度を計算する機能を有する。その他の機能については、実施の形態5と同じである。なお、依存関係を抽出可能なプロジェクト管理用文書データとして、例えば次の障害連絡票と変更依頼表とがある。
(1) Deliverable reception unit 20:
The product receiving unit 20 has a function of receiving the input product and user name, registering the product and change information (user name, change time, etc.) in the storage unit 30, and starting the accuracy calculation program 64. Have.
(2) Deliverable unit 301:
The product takeout unit 301 has a function of taking out the product from the storage unit 30, recording the product taken out as extraction information, the user name, and the date and time of extraction, and starting the accuracy calculation program 64.
(3) Dependency manual setting unit 601:
The dependency relationship manual setting unit 601 has a function of recording, in the storage unit 30, the affected product and the affected product and the accuracy between them specified by the user.
(4) Dependency extraction unit 602:
The dependency relationship extraction unit 602 has a function of extracting dependency relationships from project management document data from which dependency relationships can be extracted, and is activated when the project management document data is updated.
(5) Total accuracy calculator (51-6):
The overall accuracy calculation unit (51-6) calculates the overall accuracy based on the accuracy calculated by various accuracy calculation programs 64 (various accuracy calculation programs stored in the storage unit 30 as described below). Has the function to calculate. Other functions are the same as those in the fifth embodiment. As the project management document data from which the dependency relationship can be extracted, for example, there are the following trouble report and change request table.

(1)障害連絡票:
障害連絡票とは、検出した障害と、その障害を改修するために変更が必要となる成果物が記録されている文書である。
(2)変更依頼票:
変更依頼票とは、ある開発チームで変更した成果物に対して、他の開発チームで変更が必要となる成果物が記録されている。
(1) Disability notification form:
The failure communication form is a document in which a detected failure and a deliverable that needs to be changed to repair the failure are recorded.
(2) Change request form:
The change request form records a product that needs to be changed by another development team with respect to a product changed by a certain development team.

次に、格納部30で保持するデータについて説明する。図42に格納部30で保持するデータを示す。   Next, data held in the storage unit 30 will be described. FIG. 42 shows data held in the storage unit 30.

(1)確度計算プログラム64:
確度計算プログラム64は、成果物間の確度を計算または設定するプログラムである。例えば、実施の形態6の機能構成図で示した
(a)依存関係手動設定部601の実行するプログラムや
(b)依存関係抽出部602の実行するプログラム、
(c)総合確度計算部(51−6)の実行するプログラム
が該当する。また、実施の形態5の
(d)確度計算部51が実行するプログラムも該当する。その他、
(e)成果物中の出現語句を利用して成果物間の類似度を計算し、依存関係の確度として出力するプログラム
をはじめとして、種々のものが考えられる。
(1) Accuracy calculation program 64:
The accuracy calculation program 64 is a program for calculating or setting the accuracy between deliverables. For example, (a) a program executed by the dependency relationship manual setting unit 601 and (b) a program executed by the dependency relationship extraction unit 602 shown in the functional configuration diagram of the sixth embodiment,
(C) The program executed by the overall accuracy calculation unit (51-6) is applicable. Further, the program executed by the accuracy calculation unit 51 in (d) of the fifth embodiment is also applicable. Other,
(E) Various programs are conceivable, including a program that calculates the degree of similarity between deliverables using words that appear in the deliverables and outputs them as the accuracy of dependency.

*図42の確度計算プログラム64において、成果物の変更時に確度計算プログラム64を起動するかどうかは、成果物受付部20を経由して格納部30の成果物が変更されたときに実行されるべき確度計算プログラム64かどうかを考慮して設定の有無を決める。例えば、
上記(a),(b)および(c)の確度計算プログラム64
は変更時の起動は不要だが、
(d)および(e)のプログラム
は変更時の起動が必要となる。
* In the accuracy calculation program 64 of FIG. 42, whether or not the accuracy calculation program 64 is activated when a product is changed is executed when the product in the storage unit 30 is changed via the product acceptance unit 20. The presence / absence of setting is determined in consideration of the power accuracy calculation program 64. For example,
Accuracy calculation program 64 of (a), (b) and (c) above
Does not need to be started when changing,
The programs (d) and (e) need to be activated when they are changed.

*同様に、図42の確度計算プログラム64において、成果物の取り出し時に確度計算プログラム64を起動するかどうかは、成果物取り出し部301を経由して格納部30の成果物が取り出されたときに実行されるべき確度計算プログラム64かどうかを考慮して設定の有無を決める。例えば、上記、(a)(b)(c)および(e)の確度計算プログラム64は読み出し時の起動は不要だが、(d)は読み出し時の起動が必要となる。 Similarly, in the accuracy calculation program 64 of FIG. 42, whether or not the accuracy calculation program 64 is activated when a product is taken out is determined when the product in the storage unit 30 is taken out via the product take-out unit 301. The presence / absence of the setting is determined in consideration of the accuracy calculation program 64 to be executed. For example, the accuracy calculation program 64 (a), (b), (c), and (e) does not need to be activated at the time of reading, but (d) requires activation at the time of reading.

(2)依存関係63:
図42の依存関係63には、成果物間の依存関係を記録する。確度のほかに、計算した日時、確定させるべき依存関係かどうかを記録する。影響元成果物、影響先成果物、確度計算プログラム64、計算した日時の組1つにつき、依存関係が1つ記録される。
(2) Dependency 63:
In the dependency relationship 63 of FIG. 42, the dependency relationship between deliverables is recorded. In addition to the accuracy, record the date and time of the calculation and whether it is a dependency to be fixed. One dependency is recorded for each set of the influence source product, the influence destination product, the accuracy calculation program 64, and the calculated date and time.

*計算した日時には、確度計算プログラム64が確度を出力するときの日時が記録される。手動設定した日時も記録される可能性があり、時間経過とともにメンテナンスされない可能性を考慮して総合確度を計算するなどの目的で記録するデータである。 * In the calculated date and time, the date and time when the accuracy calculation program 64 outputs the accuracy is recorded. The data may be recorded for the purpose of calculating the total accuracy in consideration of the possibility that the manually set date and time may be recorded and the maintenance may not be performed with time.

*確定させるべき依存関係かどうかには、依存関係の確度に関係なく依存関係があることを人為的に設定するためのデータである。成果物間の依存関係について、詳細に調査をおこなった上で、人手によって依存関係を確定させるなどの目的で記録するデータである。   * It is data for artificially setting that there is a dependency regardless of the accuracy of the dependency, whether the dependency should be fixed. This data is recorded for the purpose of, for example, manually determining the dependency after conducting a detailed investigation of the dependency between deliverables.

(1)変更対象記載文書:
変更対象記載文書とは、プロジェクト管理用文書データのうち、変更対象となる成果物(例えばファイル)が記載された文書である。例えば、変更対象記載文書Aは、ファイルX、ファイルY、ファイルZが変更が必要なファイルであるという情報を含んでいる。
(2)依存関係記載文書:
依存関係記載文書とは、プロジェクト管理用文書データのうち、影響元の成果物と、影響先の成果物が記載された文書である。依存関係記載文書Bは、例えば、ファイルXが影響元であり、ファイルYが影響先であるという情報を含んでいる。その他のデータについては、実施の形態5と同じである。
(1) Documents to be changed:
The change target description document is a document in which a product (for example, a file) to be changed is described in the project management document data. For example, the change target description document A includes information that the file X, the file Y, and the file Z are files that need to be changed.
(2) Dependency description document:
The dependency description document is a document in which the impact source product and the impact target product are described in the document data for project management. The dependency relationship description document B includes, for example, information that the file X is an influence source and the file Y is an influence destination. Other data is the same as in the fifth embodiment.

図43は、実施の形態6の主要動作を説明する図である。図44は、実施の形態6の変更対象記載文書の処理を説明する図である。まず図44を参照して説明する。   FIG. 43 is a diagram for explaining the main operation of the sixth embodiment. FIG. 44 is a diagram for explaining processing of a change target description document according to the sixth embodiment. First, a description will be given with reference to FIG.

(1)成果物受付部20は、成果物の名称である成果物名称と成果物の内容である成果物内容とを含む成果物データの入力を受け付ける。成果物受付部20は、実施の形態1あるいは実施の形態5の場合と同様に、受け付けた成果物内容と同一の成果物内容の成果物データが格納部30に存在するかどうかを判定する。成果物受付部20は、存在しないと判定すると受け付けた成果物データに同一の成果物名を持つ成果物データどうしを区別する版番号を付与し、付与した版番号と、受け付けた成果物データとを対応付けて格納部30に格納する。図43は、成果物データX1(版番号1)、成果物データY1(版番号1)、成果物データZ1(版番号1)が格納部30に格納された状態を示している。
(2)また、依存関係手動設定部601(依存関係受付部)は、影響元となる成果物データの成果物名と影響元の成果物データの成果物内容の変更によって影響を受ける影響先となる成果物データの成果物名とからなる成果物名のペアであって予め指定された指定ペアと、この指定ペアに対して予め設定された依存関係の確度との入力を受け付けて格納部30に記録する。図43は、影響元「X」、影響先「Y」の指定ペア及び確度3を受け付けた場合を示している。
(3)確度計算部51(個別確度計算部)は、成果物名を受け付け、格納部30に格納されている成果物データのうち受け付けられた成果物名である受付成果物名を影響元とし、格納部30に格納されている成果物データの成果物名を影響元である受付成果物名の成果物データの成果物内容の変更によって影響を受ける影響先とした成果物名のペアを作成ペアとして作成する。この受け付ける成果物名は、確度計算部51は、成果物が格納されるごと、あるいは成果物が取り出されるごとに、格納部30あるいは、影響先成果物検出部52から取得する。取得経路は実装で自由に設定できる。そして、確度計算部51は、それぞれの作成ペアについて影響元の受付成果物名を持つ成果物データと影響先の成果物名を持つ成果物データとの間の依存関係の確度を、複数の確度計算プログラムを実行することにより、確度計算プログラムごとに個別に計算する。図43は、確度計算部51が受付成果物名として「成果物名=X」を受け付けた場合を示している。確度計算部51は「成果物名=X」を受け付けると、「X」を影響元とし、格納部30に格納されている他の成果物を影響先とする作成ペア「X,Y」、「X,Z」を作成する。なお、「X、X」は図43に示していないが、作成しても構わない。確度計算部51(個別確度計算部)は、図43に示すように、それぞれ確度を求める規則の異なる複数の確度計算プログラムP1〜Pnを用いて、「X,Y」、「X,Z」の作成ペアの確度を計算する。
(4)総合確度計算部(51−6)は、確度計算部51が個別に計算した作成ペアのそれぞれの確度と、依存関係手動設定部601によって格納部30に記録された確度のうち受付成果物名を影響元とする指定ペアの確度とを用いて、作成ペアごとの依存関係の確度を総合確度として再計算する。すなわち総合確度計算部(51−6)は、「X,Y」については確度計算プログラムP1〜Pnで計算されたそれぞれの確度と、依存関係手動設定部601によって記録された指定ペア「X→Y=3」に設定された確度「3」とを用いて、作成ペア「X,Y」の総合確度を計算し、作成ペア「X,Z」の確度については、確度計算プログラムP1〜Pnで計算されたそれぞれの確度から総合確度を計算する。
(5)また依存関係手動設定部601は、指定ペアと、この指定ペアの依存関係の確定を指示する依存関係確定指示情報との入力を受け付ける。図43では、依存関係手動設定部601が、指定ペア「X,Z」と、この指定ペアについての依存関係確定指示情報とを受け付けた場合を示している。総合確度計算部(51−6)は、依存関係手動設定部601が受け付けた依存関係確定指示情報に対応する指定ペアの依存関係を確定済みとして、格納部30に記録する。すなわち、図43の場合、総合確度計算部(51−6)は、指定ペア「X,Z」の依存関係は確定済みとして格納部30に記録する。
(1) The product receiving unit 20 receives input of product data including a product name that is the name of a product and product content that is the content of the product. The product receiving unit 20 determines whether or not product data having the same product content as the received product content exists in the storage unit 30 as in the case of the first embodiment or the fifth embodiment. When the product receiving unit 20 determines that the product does not exist, the product receiving unit 20 assigns a version number for distinguishing product data having the same product name to the received product data, and the assigned version number, the received product data, Are stored in the storage unit 30 in association with each other. FIG. 43 shows a state in which the product data X1 (version number 1), product data Y1 (version number 1), and product data Z1 (version number 1) are stored in the storage unit 30.
(2) In addition, the dependency relationship manual setting unit 601 (dependency relationship receiving unit) determines the influence destination affected by the change of the product name of the product data that is the influence source and the product content of the product data of the influence source. The storage unit 30 receives an input of a product name pair consisting of a product name of product data of the product data and a specified pair that is specified in advance, and the accuracy of dependency that is set in advance for the specified pair. To record. FIG. 43 shows a case where the designated pair of the influence source “X” and the influence destination “Y” and the accuracy 3 are received.
(3) The accuracy calculation unit 51 (individual accuracy calculation unit) receives the product name and uses the received product name that is the received product name among the product data stored in the storage unit 30 as an influence source. , Create a pair of product names that are affected by the change of the product content of the product data of the received product name of the received product name of the product data stored in the storage unit 30 Create as a pair. The accuracy calculation unit 51 acquires the received product name from the storage unit 30 or the affected product detection unit 52 every time a product is stored or every time a product is taken out. The acquisition path can be freely set by the implementation. Then, the accuracy calculation unit 51 sets the accuracy of the dependency relationship between the product data having the received product name of the influence source and the product data having the product name of the influence destination for each of the created pairs. By executing the calculation program, each accuracy calculation program is calculated individually. FIG. 43 shows a case where the accuracy calculation unit 51 accepts “deliverable product name = X” as the accepted deliverable product name. When the accuracy calculation unit 51 receives “product name = X”, the accuracy calculation unit 51 uses “X” as an influence source, and the created pair “X, Y”, “ X, Z ". “X, X” is not shown in FIG. 43, but may be created. As shown in FIG. 43, the accuracy calculation unit 51 (individual accuracy calculation unit) uses a plurality of accuracy calculation programs P1 to Pn having different rules for determining the accuracy, and uses “X, Y”, “X, Z”. Calculate the accuracy of the created pair.
(4) The overall accuracy calculation unit (51-6) receives the reception result among the accuracy of each of the created pairs calculated individually by the accuracy calculation unit 51 and the accuracy recorded in the storage unit 30 by the dependency relationship manual setting unit 601. Using the accuracy of the specified pair with the object name as the influence source, the accuracy of the dependency for each created pair is recalculated as the overall accuracy. That is, the total accuracy calculation unit (51-6), for “X, Y”, each accuracy calculated by the accuracy calculation programs P1 to Pn and the specified pair “X → Y” recorded by the dependency relationship manual setting unit 601. = 3 ”is used to calculate the total accuracy of the created pair“ X, Y ”, and the accuracy of the created pair“ X, Z ”is calculated by the accuracy calculation programs P1 to Pn. The total accuracy is calculated from each accuracy.
(5) In addition, the dependency relationship manual setting unit 601 receives input of a specified pair and dependency relationship determination instruction information for instructing determination of the dependency relationship of the specified pair. FIG. 43 shows a case where the dependency relationship manual setting unit 601 receives a specified pair “X, Z” and dependency relationship determination instruction information about the specified pair. The overall accuracy calculation unit (51-6) records the dependency relationship of the specified pair corresponding to the dependency relationship determination instruction information received by the dependency relationship manual setting unit 601 as confirmed, and records it in the storage unit 30. That is, in the case of FIG. 43, the total accuracy calculation unit (51-6) records the dependency relationship of the designated pair “X, Z” in the storage unit 30 as confirmed.

(変更対象記載文書の場合)
図44は、成果物受付部20が変更対象記載文書を受け付けた場合を示している。
(1)変更対象記載文書には、成果物内容の変更が予定される成果物データの成果物名がn個(nは2以上の整数)記載されている。図44は、「X」、「Y」の2つの成果物名が記載されている例である。
(2)一方、格納部30は、この変更対象記載文書に記載されたn個の成果物名から生成可能な通りの成果物名のペアであって一方を影響元とし他方を影響元の成果物データの成果物内容の変更によって影響を受ける影響先とするペアと、それぞれのペアごとに設定された依存関係の確度とを格納している。例えば図44の例であれば、「X→Y=4」、及び「Y→X=1」というデータを予め格納している。ファイル名「X」等は、通常のプログラム開発において登場が想定される成果物であり、依存関係も前もって格納部30に格納しておく。
(3)依存関係抽出部602は、格納部30に格納された通りのペアの依存関係の確度を格納部30から抽出する。図44の例では、依存関係抽出部602は、「X→Y=4」及び「Y→X=1」の情報を格納部30から抽出する。
(4)総合確度計算部(51−6)は、確度計算部51が個別に計算したそれぞれの確度と、依存関係手動設定部601によって格納部30に記録された確度のうち受付成果物名を影響元とする指定ペアの確度とに加え、さらに、依存関係抽出部602によって抽出された依存関係の確度とを用いて、作成ペアごとの総合確度を再計算する。例えば総合確度計算部(51−6)は、作成ペア「X→Y」については、確度計算プログラムP1〜Pnから計算された各確度、指定ペアの依存関係の確度として記録された「X→Y=3」の確度「3」、及び依存関係抽出部602により抽出された「X→Y=4」の確度「4」とから総合確度を計算する。
(In the case of documents to be changed)
FIG. 44 shows a case where the product receiving unit 20 receives a change target description document.
(1) In the change target description document, n product names (n is an integer of 2 or more) of product data whose product content is scheduled to be changed are described. FIG. 44 is an example in which two product names “X” and “Y” are described.
(2) On the other hand, the storage unit 30 has n P two product name pairs that can be generated from the n product names described in the change target description document. A pair that is affected by the change of the product content of the original product data, and the accuracy of the dependency set for each pair are stored. For example, in the example of FIG. 44, data “X → Y = 4” and “Y → X = 1” are stored in advance. The file name “X” or the like is a product that is expected to appear in normal program development, and the dependency relationship is stored in the storage unit 30 in advance.
(3) The dependency relationship extraction unit 602 extracts, from the storage unit 30, the accuracy of n P two pairs of dependency relationships stored in the storage unit 30. In the example of FIG. 44, the dependency relationship extraction unit 602 extracts information of “X → Y = 4” and “Y → X = 1” from the storage unit 30.
(4) The overall accuracy calculation unit (51-6) selects the name of the received product among the individual accuracy calculated by the accuracy calculation unit 51 and the accuracy recorded in the storage unit 30 by the dependency relationship manual setting unit 601. In addition to the accuracy of the specified pair as the influence source, the overall accuracy for each created pair is recalculated using the accuracy of the dependency relationship extracted by the dependency relationship extraction unit 602. For example, for the created pair “X → Y”, the total accuracy calculation unit (51-6) records “X → Y” recorded as the accuracy of each accuracy calculated from the accuracy calculation programs P1 to Pn and the dependency of the specified pair. The total accuracy is calculated from the accuracy “3” of “= 3” and the accuracy “4” of “X → Y = 4” extracted by the dependency relationship extraction unit 602.

(依存関係記載文書の場合)
依存関係記載文書の場合を説明する。
(1)成果物受付部20は、影響元の成果物名と影響元の成果物データの成果物内容の変更によって影響を受ける影響先の成果物名とのペアが記載された依存関係記載文書の入力を受け付けて前記格納部に格納する。例えば「X→Y」(Xは影響元の成果物名、Zは影響先の成果物名)という依存関係が記載されている。
(2)格納部30は、依存関係記載文書に記載されたペアと、このペアに設定された依存関係の確度とを格納している。例えば、依存関係記載文書に「X→Y」の記載が有る場合には、格納部30は、「X→Y=5」というようなデータを格納している。この意味で、上記に説明した変更対象記載文書及び依存関係記載文書は、いわゆる「準手動」で成果物間の依存関係を設定している。
(3)依存関係抽出部602は、依存関係記載文書に記載されたペアの依存関係の確度を格納部30から抽出する。例えば、依存関係抽出部602は、格納部30から「X→Y=5」のデータを抽出する。
(4)前記総合確度計算部は、確度計算部51が個別に計算したそれぞれの確度と、依存関係手動設定部601によって格納部30に記録された確度のうち受付成果物名を影響元とする指定ペアの確度とに加え、さらに、依存関係抽出部602によって抽出された依存関係の確度とを用いて、作成ペアごとの総合確度を再計算する。
(For dependency description documents)
The case of a dependency description document will be described.
(1) The product receiving unit 20 is a dependency description document in which a pair of an affected product name and an affected product name affected by a change in the product content of the affected product data is described. Is received and stored in the storage unit. For example, a dependency relationship “X → Y” (where X is the name of the affected product and Z is the affected product name) is described.
(2) The storage unit 30 stores a pair described in the dependency relationship description document and the accuracy of the dependency relationship set in the pair. For example, when “X → Y” is described in the dependency relationship description document, the storage unit 30 stores data such as “X → Y = 5”. In this sense, the change target description document and the dependency relationship description document described above set the dependency relationship between deliverables in a so-called “semi-manual” manner.
(3) The dependency relationship extraction unit 602 extracts the accuracy of the pair dependency relationship described in the dependency relationship description document from the storage unit 30. For example, the dependency relationship extraction unit 602 extracts “X → Y = 5” data from the storage unit 30.
(4) The total accuracy calculation unit uses the received product name as an influence source among the accuracy calculated individually by the accuracy calculation unit 51 and the accuracy recorded in the storage unit 30 by the dependency relationship manual setting unit 601. In addition to the accuracy of the specified pair, the overall accuracy for each created pair is recalculated using the accuracy of the dependency relationship extracted by the dependency relationship extraction unit 602.

次に、具体的な動作について説明する。依存関係手動設定部601の処理手順を図45に示す。
(ステップ1.)影響元成果物名、影響先成果物名、確度、確定した依存関係かどうかの入力を受ける。
(ステップ2.)格納部30に、依存関係として記録する。
Next, a specific operation will be described. The processing procedure of the dependency relationship manual setting unit 601 is shown in FIG.
(Step 1.) An input of an influence source product name, an influence target product name, accuracy, and a confirmed dependency relationship is received.
(Step 2.) The dependency is recorded in the storage unit 30.

依存関係抽出部602の処理手順を図46に示す。
(ステップ1.)依存関係抽出部602は、変更された文書の種類を調べる。
(ステップ2.)変更対象記載文書の場合にはステップ3の処理へ進み、依存関係記載文書の場合はステップ4の処理へ進む。
(ステップ3.変更対象記載文書)
変更対象記載文書から変更対象成果物を抽出する。抽出するには、抽出するプログラムをあらかじめ格納部30に記録しておき、それを実行する。
(ステップ4.)抽出した変更対象成果物について、相互の依存関係を格納部30に記録する。記録する確度の数値、確定させるべき依存関係かどうかは、あらかじめ格納部30に記録しておく。前述の例のように変更対象記載文書Aが、ファイルX、Y、Zが変更必要という情報を含んでいる場合、依存関係抽出部602は、「X(影響元)→Y(影響先)」、「Y→X」、「Y→Z」、「Z→Y」、「Z→X」、「X→Z」の6通り()の依存関係の確度、およびそれぞれについて確定した確度かどうかの情報を記録する。2つのファイル間の依存関係とその確度は、予め格納部30に設定されている。すなわち、依存関係抽出部602は、変更対象記載文書Aに変更対象ファイルX、Y、Zが記載されている場合には、格納部30に既に設定されている「X→Y」等の依存関係の確度を検索し、取得する。この意味で「準手動的」に依存関係を設定する。
(ステップ5.依存関係記載文書)
依存関係記載文書から影響元成果物と影響先成果物を抽出する。抽出するには、抽出するプログラムをあらかじめ格納部30に記録しておき、それを実行する。
(ステップ6.)記載されている、影響元成果物と影響先成果物との間の依存関係(確度、及びその依存関係を確定させるべきかどうかの情報)を格納部30に記録する。記録する確度の数値、確定させるべき依存関係かどうかは、あらかじめ格納部30に記録しておく。前述の例のように依存関係記載文書Bが、「X→Y」という依存関係を含んでいる場合、依存関係抽出部602は、すでに格納部30に格納されている「X→Y」の依存関係の確度を取得し、「X→Y」の確度を格納部30に記録する。
The processing procedure of the dependency relationship extraction unit 602 is shown in FIG.
(Step 1.) The dependency relationship extraction unit 602 checks the type of the changed document.
(Step 2.) In the case of a document to be changed, the process proceeds to Step 3. In the case of a dependency description document, the process proceeds to Step 4.
(Step 3. Document to be changed)
Extract the target product from the target document. To extract, the program to be extracted is recorded in the storage unit 30 in advance and executed.
(Step 4) The mutual dependency relation is recorded in the storage unit 30 for the extracted change target product. The numerical value of the accuracy to be recorded and whether or not the dependency to be determined is recorded in the storage unit 30 in advance. When the change target description document A includes information that the files X, Y, and Z need to be changed as in the above-described example, the dependency extraction unit 602 determines that “X (influence source) → Y (influence destination)”. , “Y → X”, “Y → Z”, “Z → Y”, “Z → X”, “X → Z”, ( 3 P 2 ) accuracy of dependency, and accuracy determined for each Whether or not information is recorded. The dependency between two files and the accuracy thereof are set in the storage unit 30 in advance. That is, when the change target file X, Y, Z is described in the change target description document A, the dependency relationship extraction unit 602 determines the dependency relationship such as “X → Y” already set in the storage unit 30. Search and get the accuracy of. In this sense, dependency is set to “semi-manual”.
(Step 5. Dependency description document)
Extract the affected product and the affected product from the dependency description document. To extract, the program to be extracted is recorded in the storage unit 30 in advance and executed.
(Step 6.) The dependency relationship (accuracy and information on whether or not the dependency relationship should be determined) between the affected source product and the affected product is recorded in the storage unit 30. The numerical value of the accuracy to be recorded and whether or not the dependency to be determined is recorded in the storage unit 30 in advance. When the dependency relationship description document B includes the dependency relationship “X → Y” as in the above example, the dependency relationship extraction unit 602 determines that the dependency relationship “X → Y” is already stored in the storage unit 30. The accuracy of the relationship is acquired, and the accuracy of “X → Y” is recorded in the storage unit 30.

成果物受付部20の処理手順を図47に示す。ステップ1〜ステップ6は、実施の形態5と同じである。ステップ7で、格納部30に記録されている確度計算プログラムのうち、変更時に起動すると記録されている確度計算プログラム64をすべて起動する。   The processing procedure of the product receiving unit 20 is shown in FIG. Steps 1 to 6 are the same as those in the fifth embodiment. In step 7, among the accuracy calculation programs recorded in the storage unit 30, all the accuracy calculation programs 64 recorded when activated when activated are activated.

成果物取り出し部301の処理手順を図48に示す。ステップ1〜3とステップ5は、実施の形態5のステップ1〜4と同じである。ステップ4で、格納部30に記録されている確度計算プログラム64のうち、成果物取り出し時に起動すると記録されている確度計算プログラム64をすべて起動する。   The processing procedure of the product takeout unit 301 is shown in FIG. Steps 1 to 3 and step 5 are the same as steps 1 to 4 in the fifth embodiment. In step 4, among the accuracy calculation programs 64 recorded in the storage unit 30, all the accuracy calculation programs 64 that are recorded when activated when the deliverables are taken out are activated.

総合確度計算部(51−6)の処理手順を図49に示す。総合確度計算部(51−6)は、種々の確度計算プログラム64によって計算される依存関係の確度が更新されたことを検知して起動される。
(ステップ1.)影響元成果物と影響先成果物の組について、総合確度計算部(51−6)以外の確度計算プログラム64ごとに、最新の依存関係を取り出す。
(ステップ2.)影響元成果物と影響先成果物の組ごとに、確定させるべき依存関係を含む場合、ステップ3の処理へ進む。含まない場合はステップ4の処理へ進む。
(ステップ3.)確定させるべき依存関係であると明示されているため、確定させるべき依存関係として格納部30に記録する。
(ステップ4.)種々の確度計算プログラム64によって計算された確度を元に、総合確度関数を用いて総合確度を計算する。総合確度関数は、「確度計算日時からの経過時間によって重み付けされた、各々の確度の和」をはじめとして、種々のものが考えられる。
(ステップ5.)計算された総合確度を、総合確度計算部(51−6)によって依存関係として格納部30に記録する。
The processing procedure of the total accuracy calculation unit (51-6) is shown in FIG. The total accuracy calculation unit (51-6) is activated upon detection that the accuracy of the dependency relationship calculated by the various accuracy calculation programs 64 has been updated.
(Step 1.) The latest dependency relationship is extracted for each accuracy calculation program 64 other than the overall accuracy calculation unit (51-6) for the set of the influence source product and the influence target product.
(Step 2.) When the dependency relationship to be determined is included for each set of the influence source product and the influence target product, the process proceeds to Step 3. If not included, the process proceeds to step 4.
(Step 3.) Since it is clearly stated that the dependency is to be confirmed, it is recorded in the storage unit 30 as the dependency to be confirmed.
(Step 4.) Based on the accuracy calculated by the various accuracy calculation programs 64, the overall accuracy is calculated using the overall accuracy function. Various types of total accuracy functions are conceivable, including “the sum of the accuracy weighted by the elapsed time from the accuracy calculation date and time”.
(Step 5.) The calculated total accuracy is recorded in the storage unit 30 as a dependency by the total accuracy calculation unit (51-6).

影響先成果物検出部52の処理手順を図50に示す。ステップ1およびステップ3〜4は実施の形態5と同じである。ステップ2は、指定の確度計算プログラム64によって記録された依存関係のみを対象として、入力された成果物名の集合に含まれる成果物が影響となる依存関係を、格納部30から取得する。総合的な確度に基づいた依存関係を表示する場合には総合確度計算部(51−6)を指定し、個別の確度計算部51によって記録された依存関係を表示する場合には、個別の確度計算部51を指定する。計算部の指定方法は、あらかじめ格納部30に記録しておく、入力部10から入力するなどの方法がある。   The processing procedure of the affected product detection unit 52 is shown in FIG. Step 1 and steps 3 to 4 are the same as those in the fifth embodiment. Step 2 obtains, from the storage unit 30, a dependency that is affected only by the product included in the set of product names that are input, only for the dependency recorded by the specified accuracy calculation program 64. When displaying the dependence relationship based on the overall accuracy, the overall accuracy calculation unit (51-6) is designated, and when displaying the dependency relationship recorded by the individual accuracy calculation unit 51, the individual accuracy is displayed. The calculation unit 51 is designated. The calculation unit designation method includes a method of recording in the storage unit 30 in advance or inputting from the input unit 10.

以上のようにすることで、ユーザが入力した依存関係や、ユーザが記述したプロジェクト管理用文書データに記載の依存関係を利用して、依存関係がない成果物間に依存関係がある、あるいは依存関係があるのに成果物間に依存関係なし、と推定してしまう恐れを低減することができる。   By doing so, the dependency relationship entered by the user or the dependency relationship described in the document data for project management written by the user is used, or there is a dependency relationship between the deliverables that do not have the dependency relationship. Although there is a relationship, the risk of estimating that there is no dependency between deliverables can be reduced.

以上の実施の形態1〜実施の形態6においては、成果物間依存関係推定装置おいて「〜部」として示した各構成要素の一連の動作は互いに関連しており、これら一連の動作は、コンピュータに実施させるプログラムによる処理に置き換えることができる。各構成要素の動作をプログラムによる処理に置き換えることにより、「依存関係推定プログラム」の実施形態とすることができる。また、この「依存関係推定プログラム」を、コンピュータ読み取り可能な記録媒体に記録させることで、プログラムを記録したコンピュータ読み取り可能な記録媒体の実施形態とすることができる。また、成果物間依存関係推定装置おいて「〜部」として示した各構成要素の一連の動作を「〜ステップ」として把握することにより、成果物間依存関係推定装置を「依存関係推定方法」として把握することも可能である。   In the first to sixth embodiments described above, a series of operations of each component indicated as “-unit” in the inter-product dependency relationship estimation device are related to each other, and these series of operations are: It can be replaced with processing by a program executed by a computer. By replacing the operation of each component with processing by a program, an embodiment of a “dependency estimation program” can be obtained. In addition, by recording the “dependency estimation program” on a computer-readable recording medium, an embodiment of a computer-readable recording medium on which the program is recorded can be obtained. Further, by grasping a series of operations of each component indicated as “˜part” in the inter-product dependency estimation device as “˜step”, the inter-product dependency estimation device is referred to as a “dependency estimation method”. It is also possible to grasp as.

以上の実施の形態1では、以下の手段を備えた成果物間依存関係推定装置を説明した。
(1)ユーザからの入力を受け付ける手段。
(2)入力されたファイルとユーザ名を受け付け、ファイルと変更情報として、登録する手段。
(3)版管理されたファイルと、ファイルの変更情報、体制表データを保持する手段。
(4)変更対象のファイルを指定するための手段。
(5)変更情報をもとに、ファイル間の依存関係の確度を計算する手段。
(6)入力されたファイル名に対応する変更情報を格納手段より取得し、確度計算手段を用いて確度を計算し、影響先ファイルとその確度の一覧を出力手段に渡す手段。
(7)影響先ファイル名とその確度の一覧をユーザに表示する手段。
In the first embodiment described above, the inter-product dependency relationship estimation apparatus including the following means has been described.
(1) A means for receiving input from the user.
(2) A means for accepting an input file and user name and registering it as a file and change information.
(3) Means for retaining version-managed files, file change information, and organization table data.
(4) Means for designating a file to be changed.
(5) A means for calculating the accuracy of dependency between files based on the change information.
(6) Means for obtaining change information corresponding to the input file name from the storage means, calculating the accuracy using the accuracy calculation means, and passing the affected file and a list of the accuracy to the output means.
(7) Means for displaying a list of affected file names and their accuracy to the user.

以上の実施の形態2では、以下の手段を備えた成果物間依存関係推定装置を説明した。
(1)ユーザからの入力を受け付ける手段。
(2)入力されたファイルとユーザ名を受け付け、ファイルと変更情報として、登録する手段。
(3)版管理されたファイルと、ファイルの変更情報、体制表データ、ファイル間の依存関係を保持する手段。
(4)変更対象のファイルを指定するための手段。
(5)変更情報をもとに、ファイル間の依存関係の確度を計算し、記録する手段。
(6)記録されている依存関係の確度をもとに、影響先ファイルとその確度を出力する手段。
(7)影響先ファイルと依存関係の確度について、一覧表や、チャート、グラフなど、表示用に加工する手段。
(8)影響先ファイル名とその確度をユーザに表示する手段。
In the above-described second embodiment, the inter-product dependency relationship estimation apparatus including the following means has been described.
(1) A means for receiving input from the user.
(2) A means for accepting an input file and user name and registering it as a file and change information.
(3) Means for maintaining version-managed files, file change information, organization table data, and dependency relationships between files.
(4) Means for designating a file to be changed.
(5) Means for calculating and recording the accuracy of dependency between files based on the change information.
(6) A means for outputting the affected file and the accuracy based on the recorded accuracy of the dependency relationship.
(7) Means for processing, for example, a list, a chart, a graph, etc., about the accuracy of the affected file and the dependency relationship.
(8) Means for displaying the affected file name and its accuracy to the user.

以上の実施の形態3では、以下の手段を備えた成果物間依存関係推定装置を説明した。
(1)ユーザからの入力を受け付ける手段。
(2)入力されたファイルとユーザ名を受け付け、ファイルと変更情報として、登録する手段。
(3)ファイルを取り出すとともに、取り出し情報として取り出したファイルとユーザ名と取り出し日時を記録する手段。
(4)版管理されたファイルと、ファイルの変更情報、ファイルの取り出し情報、体制表データ、ファイル間の依存関係を保持する手段。
(5)変更対象のファイルを指定するための手段。
(6)変更情報および取り出し情報をもとに、ファイル間の依存関係の確度を計算し、記録する手段。
(7)記録されている依存関係の確度をもとに、影響先ファイルとその確度を出力する手段。
(8)影響先ファイルと依存関係の確度について、一覧表や、チャート、グラフなど、表示用に加工する手段。
(9)影響先ファイル名とその確度をユーザに表示する手段。
In the above-described third embodiment, the inter-product dependency relationship estimation apparatus including the following means has been described.
(1) A means for receiving input from the user.
(2) A means for accepting an input file and user name and registering it as a file and change information.
(3) Means for taking out a file and recording the taken out file, user name, and taken out date as takeout information.
(4) Means for retaining version-managed files, file change information, file retrieval information, system table data, and dependency relationships between files.
(5) Means for designating a file to be changed.
(6) Means for calculating and recording the accuracy of dependency between files based on the change information and the extraction information.
(7) A means for outputting the affected file and the accuracy based on the recorded accuracy of the dependency relationship.
(8) Means for processing, for example, a list, a chart, or a graph about the accuracy of the affected file and the dependency relationship.
(9) Means for displaying the affected file name and its accuracy to the user.

以上の実施の形態4では、以下の手段を備えた成果物間依存関係推定装置を説明した。
(1)ユーザからの入力を受け付ける手段。
(2)入力されたファイルとユーザ名を受け付け、ファイルと変更情報として、登録する手段。
(3)ファイルを取り出すとともに、取り出し情報として取り出したファイルとユーザ名と取り出し日時を記録する手段。
(4)版管理されたファイルと、ファイルの変更情報、ファイルの取り出し情報、体制表データ、ファイル間の依存関係を保持する手段。
(5)変更対象のファイルを指定するための手段。
(6)変更情報および取り出し情報をもとに、ファイル間の依存関係の確度を計算し、記録する手段。
(7)記録されている依存関係の確度をもとに、影響先ファイルとその確度を出力する手段。
(8)影響先ファイルとその確度の集合から、依存関係の有無を統計的に推定し、依存関係があると推定した影響先ファイルとその確度のみ出力する手段。
(9)影響先ファイルと依存関係の確度について、一覧表や、チャート、グラフなど、表示用に加工する手段。
(10)影響先ファイル名とその確度をユーザに表示する手段。
In the above-described fourth embodiment, the inter-product dependency relationship estimation apparatus including the following means has been described.
(1) A means for receiving input from the user.
(2) A means for accepting an input file and user name and registering it as a file and change information.
(3) Means for taking out a file and recording the taken out file, user name, and taken out date as takeout information.
(4) Means for retaining version-managed files, file change information, file retrieval information, system table data, and dependency relationships between files.
(5) Means for designating a file to be changed.
(6) Means for calculating and recording the accuracy of dependency between files based on the change information and the extraction information.
(7) A means for outputting the affected file and the accuracy based on the recorded accuracy of the dependency relationship.
(8) Means for statistically estimating the presence / absence of a dependency relationship from a set of the affected file and its accuracy, and outputting only the affected file and its accuracy estimated to have a dependency relationship.
(9) Means for processing a list, a chart, a graph, and the like for display regarding the accuracy of the affected file and the dependency relationship.
(10) Means for displaying the affected file name and its accuracy to the user.

以上の実施の形態5では、以下の手段を備えた成果物間依存関係推定装置を説明した。
(1)ユーザからの入力を受け付ける手段。
(2)ファイルから成果物を抽出する手段。
(3)入力された成果物とユーザ名を受け付け、成果物と変更情報として、登録する手段。
(4)成果物を取り出すとともに、取り出し情報として取り出した成果物とユーザ名と取り出し日時を記録する手段。
(5)版管理された成果物と、成果物の変更情報、成果物の取り出し情報、体制表データ、成果物間の依存関係を保持する手段。
(6)変更対象の成果物を指定するための手段。
(7)変更情報および取り出し情報をもとに、成果物間の依存関係の確度を計算し、記録する手段。
(8)記録されている依存関係の確度をもとに、影響先成果物とその確度を出力する手段。
(9)影響先成果物とその確度の集合から、依存関係の有無を統計的に推定し、依存関係があると推定した影響先成果物とその確度のみ出力する手段。
(10)影響先成果物と依存関係の確度について、一覧表や、チャート、グラフなど、表示用に加工する手段。
(11)影響先成果物名とその確度をユーザに表示する手段。
(12)成果物を、ユーザが編集しやすいように整形して出力する手段。
In the fifth embodiment described above, the inter-product dependency relationship estimation apparatus including the following means has been described.
(1) A means for receiving input from the user.
(2) A means for extracting a product from a file.
(3) Means for receiving the input product and user name and registering them as a product and change information.
(4) Means for taking out the deliverable and recording the take-out product, the user name, and the take-out date and time as take-out information.
(5) Means for maintaining version-managed deliverables, deliverable change information, deliverable extraction information, organization chart data, and dependencies between deliverables.
(6) Means for designating the deliverable to be changed.
(7) Means for calculating and recording the accuracy of dependency between deliverables based on change information and retrieval information.
(8) A means for outputting the affected product and its accuracy based on the recorded accuracy of dependency.
(9) Means for statistically estimating the presence / absence of a dependency from a set of affected products and their accuracy, and outputting only the affected product and its accuracy estimated to have a dependency.
(10) Means for processing, for example, a list, a chart, or a graph for the accuracy of the affected product and the dependency relationship.
(11) Means for displaying the affected product name and its accuracy to the user.
(12) A means for shaping and outputting the product so that the user can easily edit it.

以上の実施の形態6では、以下の手段を備えた成果物間依存関係推定装置を説明した。
(1)ユーザからの入力を受け付ける手段。
(2)ファイルから成果物を抽出する手段。
(3)入力された成果物とユーザ名を受け付け、成果物と変更情報として、登録する手段。
(4)成果物を取り出すとともに、取り出し情報として取り出した成果物とユーザ名と取り出し日時を記録する手段。
(5)版管理された成果物と、成果物の変更情報、成果物の取り出し情報、体制表データ、成果物間の依存関係、依存関係の確度を計算する確度計算手段、成果物間の依存関係が記載された依存関係記載文書、変更対象成果物が記載された変更対象記載文書を保持する手段。
(6)変更対象の成果物を指定するための手段。
(7)変更情報および取り出し情報をもとに、成果物間の依存関係の確度を計算し、記録する手段。
(8)記録されている依存関係の確度をもとに、影響先成果物とその確度を出力する手段。
(9)影響先成果物とその確度の集合から、依存関係の有無を統計的に推定し、依存関係があると推定した影響先成果物とその確度のみ出力する手段。
(10)影響先成果物と依存関係の確度について、一覧表や、チャート、グラフなど、表示用に加工する手段。
(11)影響先成果物名とその確度をユーザに表示する手段。
(12)成果物を、ユーザが編集しやすいように整形して出力する手段。
(13)ユーザが指定した、影響先成果物と影響元成果物とそれらの間の確度を、格納手段に記録する手段。
(14)依存関係を抽出可能なプロジェクト管理用文書データから、依存関係を抽出する手段。
(15)種々の確度計算手段によって計算された確度をもとに、総合確度を計算する手段。
In the above-described sixth embodiment, the inter-product dependency relationship estimation apparatus including the following means has been described.
(1) A means for receiving input from the user.
(2) A means for extracting a product from a file.
(3) Means for receiving the input product and user name and registering them as a product and change information.
(4) Means for taking out the deliverable and recording the take-out product, the user name, and the take-out date and time as take-out information.
(5) Version-managed deliverables, change information of deliverables, take-out information of deliverables, organization chart data, dependency relationships between deliverables, accuracy calculation means for calculating the accuracy of dependency relationships, dependency between deliverables Means for holding a dependency relationship description document in which a relationship is described and a change target description document in which a change target product is described.
(6) Means for designating the deliverable to be changed.
(7) Means for calculating and recording the accuracy of dependency between deliverables based on change information and retrieval information.
(8) A means for outputting the affected product and its accuracy based on the recorded accuracy of dependency.
(9) Means for statistically estimating the presence / absence of a dependency from a set of affected products and their accuracy, and outputting only the affected product and its accuracy estimated to have a dependency.
(10) Means for processing, for example, a list, a chart, or a graph for the accuracy of the affected product and the dependency relationship.
(11) Means for displaying the affected product name and its accuracy to the user.
(12) A means for shaping and outputting the product so that the user can easily edit it.
(13) Means for recording in the storage means the affected product, the affected product, and the accuracy between them specified by the user.
(14) Means for extracting dependency relationships from project management document data from which dependency relationships can be extracted.
(15) A means for calculating the overall accuracy based on the accuracy calculated by various accuracy calculation means.

実施の形態1における成果物間依存関係推定装置の外観の一例を示す図。FIG. 3 is a diagram illustrating an example of an appearance of an inter-product dependency relationship estimation apparatus according to Embodiment 1; 実施の形態1における成果物間依存関係推定装置のハードウェア構成の一例。FIG. 3 is an example of a hardware configuration of the inter-product dependency relationship estimation apparatus according to Embodiment 1. FIG. 実施の形態1における成果物間依存関係推定装置1001のブロック図。2 is a block diagram of an inter-product dependency relationship estimation apparatus 1001 according to Embodiment 1. FIG. 実施の形態1における格納部30で保持されるデータ構造。3 is a data structure held in the storage unit 30 according to the first embodiment. 実施の形態1におけるファイル受付部20の動作を示すフローチャート。5 is a flowchart showing the operation of the file reception unit 20 in the first embodiment. 実施の形態1における格納部30の状態を示す図。FIG. 4 shows a state of the storage unit 30 in the first embodiment. 図6に対してファイルが登録された状態を示す図。The figure which shows the state in which the file was registered with respect to FIG. 図7に対してさらにファイルが登録された状態を示す図。The figure which shows the state in which the file was further registered with respect to FIG. 実施の形態1における影響先ファイル検出部52の動作のフローチャート。5 is a flowchart of the operation of an affected file detection unit 52 in the first embodiment. 実施の形態1における確度計算部51の動作のフローチャート。6 is a flowchart of the operation of the accuracy calculation unit 51 in the first embodiment. 実施の形態1における変更情報の時系列を示す図。FIG. 4 shows a time series of change information in the first embodiment. 図11のペア化を示す図。The figure which shows pairing of FIG. 図12の各ペアの変更情報の内容を示す図。The figure which shows the content of the change information of each pair of FIG. 図13から同一変更者のペアを抽出した図。The figure which extracted the pair of the same changer from FIG. 実施の形態1における依存関係の確度を示す図。FIG. 4 is a diagram showing the accuracy of dependency relationships in the first embodiment. 実施の形態1における変更情報のペア化を説明する図。FIG. 6 is a diagram illustrating pairing of change information in the first embodiment. 実施の形態2における成果物間依存関係推定装置1002のブロック図。FIG. 10 is a block diagram of an inter-product dependency relationship estimation apparatus 1002 according to Embodiment 2. 実施の形態2における格納部30で保持されるデータ構造。The data structure hold | maintained at the storage part 30 in Embodiment 2. FIG. 実施の形態2における影響先ファイル検出部52の動作のフローチャート。10 is a flowchart of the operation of an affected file detector 52 in the second embodiment. 実施の形態2における影響範囲表示部201の動作のフローチャート。10 is a flowchart of the operation of the influence range display unit 201 in the second embodiment. 実施の形態2における影響先ファイル検出部52の出力の一例。An example of the output of the influence destination file detection part 52 in Embodiment 2. FIG. 実施の形態2における影響範囲表示部201の一覧表形式の出力例。10 is an output example of a list form of an influence range display unit 201 according to the second embodiment. 実施の形態2における影響範囲表示部201の一覧表形式の別の出力例。FIG. 14 is another output example of a list form of the influence range display unit 201 according to the second embodiment. 実施の形態2における影響範囲表示部201のグラフ形式の出力例。10 is an output example of a graph format of the influence range display unit 201 according to the second embodiment. 実施の形態2における影響範囲表示部201のグラフ形式の別の出力例。FIG. 11 is another output example of the graph format of the influence range display unit 201 according to the second embodiment. 実施の形態2における影響範囲表示部201のチャート形式の出力例。10 is an output example of a chart format of the influence range display unit 201 according to the second embodiment. 実施の形態2における影響範囲表示部201のチャート形式の別の出力例。FIG. 11 is another output example of a chart format of the influence range display unit 201 according to the second embodiment. 実施の形態3における成果物間依存関係推定装置1003のブロック図。FIG. 10 is a block diagram of an inter-product dependency relationship estimation apparatus 1003 according to Embodiment 3. 実施の形態3における格納部30で保持されるデータ構造。14 is a data structure held in the storage unit 30 according to the third embodiment. 実施の形態3におけるファイル取り出し部301の動作のフローチャート。10 is a flowchart of the operation of a file retrieval unit 301 according to the third embodiment. 実施の形態3における確度計算部51の動作のフローチャート。10 is a flowchart of the operation of the accuracy calculation unit 51 in the third embodiment. 実施の形態4における成果物間依存関係推定装置1004のブロック図。FIG. 10 is a block diagram of an inter-product dependency relationship estimation apparatus 1004 according to Embodiment 4. 実施の形態4における依存関係推定部401の動作のフローチャート。10 is a flowchart of the operation of the dependency relationship estimation unit 401 in the fourth embodiment. 実施の形態4における依存関係推定部401による分割の例を示す図。FIG. 20 is a diagram illustrating an example of division by the dependency relationship estimation unit 401 in the fourth embodiment. 実施の形態4における依存関係推定部401による分割の別の例を示す図。FIG. 20 is a diagram illustrating another example of division by the dependency relationship estimation unit 401 in the fourth embodiment. 実施の形態4における依存関係推定部401による依存関係の有無の振り分けの例。An example of the presence / absence of a dependency relationship by the dependency relationship estimation unit 401 according to the fourth embodiment. 実施の形態5における成果物間依存関係推定装置1005のブロック図。FIG. 10 is a block diagram of an inter-product dependency relationship estimation apparatus 1005 according to the fifth embodiment. 実施の形態5における格納部30で保持されるデータ構造。6 is a data structure held in the storage unit 30 according to the fifth embodiment. 実施の形態5における成果物抽出部501の動作のフローチャート。10 is a flowchart of the operation of a product extraction unit 501 according to the fifth embodiment. 実施の形態5における整形部502の動作のフローチャート。10 is a flowchart of the operation of the shaping unit 502 according to the fifth embodiment. 実施の形態6における成果物間依存関係推定装置1006のブロック図。FIG. 20 is a block diagram of an inter-product dependency relationship estimation apparatus 1006 according to Embodiment 6. 実施の形態6における格納部30で保持されるデータ構造。The data structure hold | maintained at the storage part 30 in Embodiment 6. FIG. 実施の形態6における主要動作の概要を説明するブロック図。FIG. 20 is a block diagram illustrating an outline of main operations in a sixth embodiment. 実施の形態6における主要動作の概要を説明する別のブロック図。FIG. 25 is another block diagram for explaining an outline of main operations in the sixth embodiment. 実施の形態6における依存関係手動設定部601の動作のフローチャート。18 is a flowchart of the operation of the dependency relationship manual setting unit 601 according to the sixth embodiment. 実施の形態6における依存関係抽出部602の動作のフローチャート。18 is a flowchart of the operation of the dependency relationship extraction unit 602 according to the sixth embodiment. 実施の形態6における成果物受付部の動作のフローチャート。18 is a flowchart of the operation of a product receiving unit in the sixth embodiment. 実施の形態6におけるファイル取り出し部301の動作のフローチャート。20 is a flowchart of the operation of the file retrieval unit 301 in the sixth embodiment. 実施の形態6における総合確度計算部の動作のフローチャート。18 is a flowchart of the operation of the total accuracy calculation unit in the sixth embodiment. 実施の形態6における影響先ファイル検出部52の動作のフローチャート。18 is a flowchart of the operation of the affected file detection unit 52 in the sixth embodiment.

符号の説明Explanation of symbols

10 入力部、20 ファイル受付部、30 格納部、40 変更部分入力部、50 影響範囲検出部、51 確度計算部、51−6 総合確度計算部、52 影響先ファイル検出部、60 出力部、61 プロジェクト管理文書、62 成果物、63 依存関係、64 確度計算プログラム、65 版、66 成果物内容、67 取り出し情報、68 変更情報、69 ユーザ、70 チーム、111 ファイル、111−2 依存関係、118−8 取り出し情報、112 版、113 ファイル内容、114 ユーザ、115 チーム、116 変更情報、201 影響範囲表示部、301 ファイル取り出し部、401 依存関係推定部、501 成果物抽出部、502 整形部、601 依存関係手動設定部、602 依存関係抽出部、1001,1002,1003,1004,1005,1006 成果物間依存関係推定装置。   DESCRIPTION OF SYMBOLS 10 Input part, 20 File reception part, 30 Storage part, 40 Change part input part, 50 Influence range detection part, 51 Accuracy calculation part, 51-6 Total accuracy calculation part, 52 Influenced file detection part, 60 Output part, 61 Project Management Document, 62 Deliverables, 63 Dependencies, 64 Accuracy Calculation Program, 65th Edition, 66 Deliverables Contents, 67 Retrieve Information, 68 Change Information, 69 Users, 70 Teams, 111 Files, 111-2 Dependencies, 118- 8 Extraction information, 112 version, 113 File contents, 114 users, 115 teams, 116 Change information, 201 Influence range display unit, 301 File extraction unit, 401 Dependency estimation unit, 501 Product extraction unit, 502 Formatting unit, 601 Dependency Manual relationship setting unit, 602 Dependency extraction unit, 1001, 100 , Between 1003,1004,1005,1006 artifacts dependency estimation device.

Claims (11)

データを格納する格納部と、
成果物の名称である成果物名と成果物の内容である成果物内容とを含む成果物データと、ユーザ名との入力を受け付け、受け付けられた成果物内容と同一の成果物内容の成果物データが前記格納部に存在するかどうかを判定し、存在しないと判定すると受け付けられた成果物データに同一の成果物名を持つ成果物データどうしを区別する版番号を付与するとともに、付与された版番号と、受け付けられた成果物データと、現在の日時を示す日時情報と受け付けられたユーザ名とを含む変更情報とを対応付けて前記格納部に格納する成果物受付部と、
成果物名を受け付け、成果物名を受け付けると前記格納部に格納されている成果物データの中から受け付けられた成果物名である受付成果物名を持つ成果物データを版番号ごとに特定し、版番号ごとに特定された成果物データのそれぞれに対応する変更情報を特定し、特定された変更情報に基づいて、所定の規則に従うことにより受付成果物名で代表される成果物と他の成果物名で代表される成果物との間の依存関係の確度を計算する確度計算部と
を備えたことを特徴する依存関係推定装置。
A storage unit for storing data;
Accepts input of product data including the product name that is the name of the product and the product content that is the content of the product, and the user name, and the product that has the same product content as the accepted product content It is determined whether or not the data exists in the storage unit. If it is determined that the data does not exist, a version number that distinguishes the product data having the same product name is given to the accepted product data, and the assigned product data is assigned. A product receiving unit that stores the version number, the received product data, the date information indicating the current date and time, and the change information including the received user name in association with each other;
When the product name is received and the product name is received, the product data having the received product name that is the product name received from the product data stored in the storage unit is specified for each version number. Identify the change information corresponding to each of the deliverable data specified for each version number, and follow the prescribed rules based on the specified change information and other deliverables represented by the accepted deliverable name and other A dependency estimation device characterized by comprising an accuracy calculation unit for calculating the accuracy of the dependency relationship with a product represented by a product name.
前記依存関係推定装置は、さらに、
成果物データの検索条件と、ユーザ名とを受け付け、前記格納部から検索条件に該当する成果物データを取得するとともに、受け付けられたユーザ名と、取得された成果物データに含まれる成果物名と、現在の時刻を示す取出時刻とを含む取り出し情報を生成し、生成された取り出し情報を取得された成果物データに含まれる成果物名と対応付けて前記格納部に格納する成果物取出部と、
前記成果物取出部により取得された成果物データを出力する出力部と
を備え、
前記確度計算部は、
成果物名を受け付け、成果物名を受け付けると前記格納部に格納されている成果物データの中から受け付けられた成果物名である受付成果物名を持つ成果物データを版番号ごとに特定し、版番号ごとに特定された成果物データのそれぞれに対応する変更情報を特定するとともに、前記格納部に格納されている取り出し情報の中から受付成果物名を持つ成果物データに対応する取り出し情報を特定し、特定された変更情報と取り出し情報とに基づいて、所定の規則に従うことにより受付成果物名で代表される成果物と他の成果物名で代表される成果物との間の依存関係の確度を計算することを特徴とする請求項1記載の依存関係推定装置。
The dependency relationship estimation device further includes:
The product data search condition and the user name are received, the product data corresponding to the search condition is acquired from the storage unit, and the received user name and the product name included in the acquired product data are acquired. And a retrieval unit including the retrieval time indicating the current time, and the product retrieval unit that stores the generated retrieval information in the storage unit in association with the product name included in the acquired product data When,
An output unit that outputs the product data acquired by the product extraction unit;
The accuracy calculator is
When the product name is received and the product name is received, the product data having the received product name that is the product name received from the product data stored in the storage unit is specified for each version number. In addition, the change information corresponding to each of the deliverable data specified for each version number is specified, and the fetch information corresponding to the deliverable data having the accepted deliverable name from the fetch information stored in the storage unit Dependency between the product represented by the received product name and the product represented by the other product name by following predetermined rules based on the specified change information and retrieval information The dependency estimation apparatus according to claim 1, wherein the accuracy of the relationship is calculated.
前記依存関係推定装置は、さらに、
前記確度計算部により計算された依存関係の確度を入力し、入力された依存関係の確度を用いることにより、所定の統計的手法に基づいて、受付成果物名で代表される成果物と他の成果物名で代表される成果物との間の依存関係の有無を推定する依存関係推定部を備えたことを特徴とする請求項1または2のいずれかに記載の依存関係推定装置。
The dependency relationship estimation device further includes:
By inputting the accuracy of the dependency relationship calculated by the accuracy calculation unit, and using the input dependency accuracy, based on a predetermined statistical method, the product represented by the received product name and other The dependency relationship estimation apparatus according to claim 1, further comprising a dependency relationship estimation unit that estimates the presence or absence of a dependency relationship with a product represented by a product name.
前記確度計算部は、
前記成果物受付部によって版番号と、成果物データと、変更情報とが対応付けられて前記格納部に格納されるときに、起動して処理を実行することを特徴とする請求項1〜3のいずれかに記載の依存関係推定装置。
The accuracy calculator is
4. The processing is executed by starting when a version number, product data, and change information are associated with each other and stored in the storage unit by the product reception unit. The dependence relationship estimation apparatus in any one of.
前記確度計算部は、
前記成果物取出部によって取り出し情報が前記格納部に格納されるときに、起動して処理を実行することを特徴とする請求項2〜4のいずれかに記載の依存関係推定装置。
The accuracy calculator is
5. The dependency estimation apparatus according to claim 2, wherein when the extraction information is stored in the storage unit by the product extraction unit, it is activated to execute processing.
データを格納する格納部を備えたコンピュータを
(1)成果物の名称である成果物名と成果物の内容である成果物内容とを含む成果物データと、ユーザ名との入力を受け付け、受け付けられた成果物内容と同一の成果物内容の成果物データが前記格納部に存在するかどうかを判定し、存在しないと判定すると受け付けられた成果物データに同一の成果物名を持つ成果物データどうしを区別する版番号を付与するとともに、付与された版番号と、受け付けられた成果物データと、現在の日時を示す日時情報と受け付けられたユーザ名とを含む変更情報とを対応付けて前記格納部に格納する成果物受付部、
(2)成果物名を受け付け、成果物名を受け付けると前記格納部に格納されている成果物データの中から受け付けられた成果物名である受付成果物名を持つ成果物データを版番号ごとに特定し、版番号ごとに特定された成果物データのそれぞれに対応する変更情報を特定し、特定された変更情報に基づいて、所定の規則に従うことにより受付成果物名で代表される成果物と他の成果物名で代表される成果物との間の依存関係の確度を計算する確度計算部、
として機能させることを特徴する依存関係推定プログラム。
A computer equipped with a storage unit for storing data (1) Accepts and accepts input of product data including the product name that is the name of the product and the product content that is the content of the product, and the user name Product data having the same product name as the accepted product data is determined if it is determined whether or not the product data of the same product content exists in the storage unit. In addition to assigning a version number for distinguishing between each other, the assigned version number, the accepted product data, the date information indicating the current date and time, and the change information including the accepted user name are associated with each other. Deliverable reception part to be stored in the storage part,
(2) Accept the deliverable name, and when accepting the deliverable name, the deliverable data having the accepted deliverable name, which is the deliverable name received from the deliverable data stored in the storage unit, for each version number Identify the change information corresponding to each of the deliverable data specified for each version number, and based on the specified change information, follow the prescribed rules to deliver the product represented by the accepted deliverable name An accuracy calculation unit that calculates the accuracy of the dependency between the product and the product represented by other product name,
Dependency estimation program characterized by functioning as
請求項6記載の依存関係推定プログラムを記録したコンピュータ読み取り可能な記録媒体。   A computer-readable recording medium on which the dependency relationship estimation program according to claim 6 is recorded. データを格納する格納部と、
成果物の名称である成果物名称と成果物の内容である成果物内容とを含む成果物データの入力を受け付け、受け付けられた成果物内容と同一の成果物内容の成果物データが前記格納部に存在するかどうかを判定し、存在しないと判定すると受け付けられた成果物データに同一の成果物名を持つ成果物データどうしを区別する版番号を付与するとともに、付与された版番号と、受け付けられた成果物データとを対応付けて前記格納部に格納する成果物受付部と、
影響元となる成果物データの成果物名と影響元の成果物データの成果物内容の変更によって影響を受ける影響先となる成果物データの成果物名とからなる成果物名のペアであって予め指定された指定ペアと、この指定ペアに対して予め設定された依存関係の確度との入力を受け付けて前記格納部に記録する依存関係受付部と、
成果物名を受け付け、前記格納部に格納されている成果物データのうち受け付けられた成果物名である受付成果物名を影響元とし、前記格納部に格納されている成果物データの成果物名を影響元である受付成果物名の成果物データの成果物内容の変更によって影響を受ける影響先とした成果物名のペアを作成ペアとして作成し、それぞれの作成ペアについて影響元の受付成果物名を持つ成果物データと影響先の成果物名を持つ成果物データとの間の依存関係の確度を、複数の確度計算プログラムを実行することにより、確度計算プログラムごとに個別に計算する個別確度計算部と、
前記個別確度計算部が個別に計算したそれぞれの確度と、前記依存関係受付部によって前記格納部に記録された確度のうち受付成果物名を影響元とする指定ペアの確度とを用いて、作成ペアごとの依存関係の確度を総合確度として再計算する総合確度計算部と
を備えたことを特徴とする依存関係推定装置。
A storage unit for storing data;
The input of the product data including the product name that is the name of the product and the product content that is the content of the product is received, and the product data having the same product content as the received product content is stored in the storage unit. If it is determined that it does not exist, a version number that distinguishes product data having the same product name from each other is assigned to the accepted product data, and the assigned version number and acceptance A product receiving unit that stores the stored product data in the storage unit in association with each other,
A product name pair consisting of the product name of the product data of the influence source and the product name of the product data of the affected product data affected by the change of the product content of the product data of the influence source A dependency receiving unit that receives an input of a specified pair specified in advance and the accuracy of the dependency relationship set in advance for the specified pair, and records the input in the storage unit;
The product name is received and the product data of the product data stored in the storage unit is received with the received product name being the received product name among the product data stored in the storage unit. Create a pair of product names that are affected by the change in the product content of the product data of the received product name that is the name of the affected source as a created pair, and the received results of the affected source for each created pair Individually calculating the accuracy of the dependency between product data with product names and product data with affected product names by executing multiple accuracy calculation programs. An accuracy calculator,
Created by using each accuracy calculated individually by the individual accuracy calculation unit and the accuracy of the specified pair whose influence is the received product name among the accuracy recorded in the storage unit by the dependency receiving unit A dependency estimation apparatus comprising: an overall accuracy calculation unit that recalculates the accuracy of dependency for each pair as an overall accuracy.
前記成果物受付部は、
成果物内容の変更が予定される成果物データの成果物名がn個(nは2以上の整数)記載された変更対象記載文書の入力を受け付けて前記格納部に格納し、
前記格納部は、
変更対象記載文書に記載されたn個の成果物名から生成可能な通りの成果物名のペアであって一方を影響元とし他方を影響元の成果物データの成果物内容の変更によって影響を受ける影響先とするペアと、それぞれのペアごとに設定された依存関係の確度とを格納しており、
前記依存関係推定装置は、さらに、
前記格納部に格納された通りのペアの依存関係の確度を前記格納部から抽出する依存関係抽出部を備え、
前記総合確度計算部は、
前記個別確度計算部が個別に計算したそれぞれの確度と、前記依存関係受付部によって前記格納部に記録された確度のうち受付成果物名を影響元とする指定ペアの確度とに加え、さらに、前記依存関係抽出部によって抽出された依存関係の確度とを用いて、作成ペアごとの総合確度を再計算することを特徴とする請求項8記載の依存関係推定装置。
The deliverable reception unit
Accept the input of the change target description document in which the product name of the product data scheduled to change the product content is described (n is an integer of 2 or more), and store it in the storage unit;
The storage unit
N P 2 product name pairs that can be generated from the n product names described in the document to be changed, one of which is the influence source and the other is the change of the product content of the product data of the influence source Stores the affected pair affected by, and the accuracy of the dependency set for each pair.
The dependency relationship estimation device further includes:
A dependency extraction unit for extracting the accuracy of dependency of n P two pairs stored in the storage unit from the storage unit;
The total accuracy calculation unit
In addition to each accuracy calculated individually by the individual accuracy calculation unit and the accuracy of the specified pair having the received product name as an influence source among the accuracy recorded in the storage unit by the dependency receiving unit, 9. The dependency relationship estimation apparatus according to claim 8, wherein the total accuracy for each created pair is recalculated using the dependency relationship accuracy extracted by the dependency relationship extraction unit.
前記成果物受付部は、
影響元の成果物名と影響元の成果物データの成果物内容の変更によって影響を受ける影響先の成果物名とのペアが記載された依存関係記載文書の入力を受け付けて前記格納部に格納し、
前記格納部は、
依存関係記載文書に記載されたペアと、このペアに設定された依存関係の確度とを格納しており、
依存関係推定装置は、さらに、
依存関係記載文書に記載されたペアの依存関係の確度を前記格納部から抽出する依存関係抽出部を備え、
前記総合確度計算部は、
前記個別確度計算部が個別に計算したそれぞれの確度と、前記依存関係受付部によって前記格納部に記録された確度のうち受付成果物名を影響元とする指定ペアの確度とに加え、さらに、前記依存関係抽出部によって抽出された依存関係の確度とを用いて、作成ペアごとの総合確度を再計算することを特徴とする請求項8記載の依存関係推定装置。
The deliverable reception unit
Accepts the input of the dependency description document in which the pair of the affected product name and the affected product name affected by the change in the product content of the affected product data is received and stored in the storage unit And
The storage unit
Stores the pair described in the dependency description document and the accuracy of the dependency set for this pair.
The dependency relationship estimation device further includes:
A dependency extraction unit that extracts the accuracy of the dependency relationship of the pair described in the dependency description document from the storage unit;
The total accuracy calculation unit
In addition to each accuracy calculated individually by the individual accuracy calculation unit and the accuracy of the specified pair having the received product name as an influence source among the accuracy recorded in the storage unit by the dependency receiving unit, 9. The dependency relationship estimation apparatus according to claim 8, wherein the total accuracy for each created pair is recalculated using the dependency relationship accuracy extracted by the dependency relationship extraction unit.
前記依存関係受付部は、
指定ペアと、この指定ペアの依存関係の確定を指示する依存関係確定指示情報との入力を受け付け、
前記総合確度計算部は、
前記依存関係受付部が受け付けた依存関係確定指示情報に対応する指定ペアの依存関係を確定済みとして、前記格納部に記録することを特徴とする請求項8〜10のいずれかに記載の依存関係推定装置。
The dependency receiving unit is
Accepts the input of the specified pair and the dependency confirmation instruction information for instructing the confirmation of the dependency relationship of this specified pair,
The total accuracy calculation unit
The dependency relationship according to any one of claims 8 to 10, wherein the dependency relationship of the specified pair corresponding to the dependency relationship determination instruction information received by the dependency relationship receiving unit is confirmed and recorded in the storage unit. Estimating device.
JP2008112867A 2008-04-23 2008-04-23 Dependency Estimation Device, Dependency Estimation Program, and Recording Medium Expired - Fee Related JP5197128B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008112867A JP5197128B2 (en) 2008-04-23 2008-04-23 Dependency Estimation Device, Dependency Estimation Program, and Recording Medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008112867A JP5197128B2 (en) 2008-04-23 2008-04-23 Dependency Estimation Device, Dependency Estimation Program, and Recording Medium

Publications (2)

Publication Number Publication Date
JP2009265836A JP2009265836A (en) 2009-11-12
JP5197128B2 true JP5197128B2 (en) 2013-05-15

Family

ID=41391634

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008112867A Expired - Fee Related JP5197128B2 (en) 2008-04-23 2008-04-23 Dependency Estimation Device, Dependency Estimation Program, and Recording Medium

Country Status (1)

Country Link
JP (1) JP5197128B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6986928B2 (en) * 2017-10-30 2021-12-22 三菱電機株式会社 Information processing equipment, information processing methods and information processing programs

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3948851B2 (en) * 1999-02-24 2007-07-25 株式会社東芝 Content management system, method thereof, and computer-readable recording medium recording content management program
JP2002182908A (en) * 2000-12-15 2002-06-28 Mitsubishi Electric Corp Traceability device among s/w development processes
JP4399127B2 (en) * 2001-05-14 2010-01-13 株式会社日立製作所 Document management method and apparatus, processing program therefor, and storage medium storing the same
JP2004030127A (en) * 2002-06-25 2004-01-29 Nec Software Kyushu Ltd System and method for morphologically managing software
JP2004348313A (en) * 2003-05-21 2004-12-09 Fujitsu Ltd Document managing device
US7047492B2 (en) * 2003-06-30 2006-05-16 Kabushiki Kaisha Toshiba Document management system
JP2005266976A (en) * 2004-03-16 2005-09-29 Sharp Corp Program storing device, program storing method, program and recording medium
JP2009533727A (en) * 2006-04-07 2009-09-17 パラメトリク・テクノロジー・コーポレーシヨン System and method for maintaining a genealogy of a document

Also Published As

Publication number Publication date
JP2009265836A (en) 2009-11-12

Similar Documents

Publication Publication Date Title
US8060519B2 (en) Ontology-integration-position specifying apparatus, ontology-integration supporting method, and computer program product
US8612372B2 (en) Detection rule-generating facility
US20080120601A1 (en) Information processing apparatus, method and program for deciding priority of test case to be carried out in regression test background of the invention
US20150142813A1 (en) Language tag management on international data storage
US11036701B2 (en) Data sampling in a storage system
JP5106062B2 (en) File search method, file search device, search system, and file search program
JP5197128B2 (en) Dependency Estimation Device, Dependency Estimation Program, and Recording Medium
JP2009253847A (en) Information processing apparatus and method of controlling the same, program, and storage medium
JP5845961B2 (en) Information processing apparatus and information processing program
US20190265954A1 (en) Apparatus and method for assisting discovery of design pattern in model development environment using flow diagram
US11328024B2 (en) Data analysis device and data analysis method
JP2006155064A (en) Information processor and program used therefor
JP2019082816A (en) Information processing device, information processing method and program
US11176022B2 (en) Health diagnostics and analytics for object repositories
JP2009134535A (en) Device for supporting software development, method of supporting software development, and program for supporting software development
JP6695847B2 (en) Software parts management system, computer
JP2011227789A (en) Information processor and program
US20220253529A1 (en) Information processing apparatus, information processing method, and computer readable medium
US11475382B2 (en) Graphical user interface for receiving proposed and displaying alternative computer architectures
JP5855989B2 (en) Data processing apparatus, data processing method, and data processing program
JP5076621B2 (en) Patent analysis program, patent analysis method and patent analysis apparatus
JP4908237B2 (en) Development program component determination system, client device, development program component determination device, development program component determination method, and development program component determination program
JP2017091187A (en) Information processing system, control method, and program
JP2023060106A (en) Machine learning model operation management system, operation management method and computer program
JP2010211341A (en) Apparatus, method, and program for managing revision between data

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110324

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130108

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130205

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20160215

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees