JP2000010839A - Method and device for data registering process and storage medium having stored data registering process program thereon - Google Patents

Method and device for data registering process and storage medium having stored data registering process program thereon

Info

Publication number
JP2000010839A
JP2000010839A JP10169859A JP16985998A JP2000010839A JP 2000010839 A JP2000010839 A JP 2000010839A JP 10169859 A JP10169859 A JP 10169859A JP 16985998 A JP16985998 A JP 16985998A JP 2000010839 A JP2000010839 A JP 2000010839A
Authority
JP
Japan
Prior art keywords
data
version
name
recording
destination
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.)
Pending
Application number
JP10169859A
Other languages
Japanese (ja)
Inventor
Shohei Uchikawa
昌平 内川
Jun Sekine
純 関根
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP10169859A priority Critical patent/JP2000010839A/en
Publication of JP2000010839A publication Critical patent/JP2000010839A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make it possible to extract a necessary data group by tracing data and reference information by registering data themselves and a group wherein the data are registered together in one group, defining the dependency relation between data as a dependence source and a dependence destination, and recording two pieces of reference information using a data name and a version. SOLUTION: A relative name saving part 12 retrieves a passed pair of a version ID and an ID and a relative name wherein a version ID (reference source) and an ID (reference source) or a version ID (reference destination) and an ID (reference destination) match with each other. The retrieval result is saved in an extracted relative name saving part 16. The relative name saving part 12 compares pairs of version IDs and IDs of a software component name and a property name and adds nonexistent ones to an extracted software component name saving part 14 and an extracted property name saving part 15. An extraction management part 13 takes out relative names saved in the extracted relative name saving part 16, one by one, from the head and two pairs of version IDs and IDs (reference source and reference destination) and registers them in an extracted discrimination saving part 17.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データ登録処理方
法及び装置及びデータ登録処理プログラムを格納した記
憶媒体に係り、特に、操作者がデータを登録する際に、
データ登録の稼働を削減し、データ間の矛盾を排除する
ためのデータ登録処理方法及び装置及びデータ登録処理
プログラムを格納した記憶媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data registration processing method and apparatus, and a storage medium storing a data registration processing program.
The present invention relates to a data registration processing method and apparatus for reducing operation of data registration and eliminating inconsistency between data, and a storage medium storing a data registration processing program.

【0002】[0002]

【従来の技術】従来のデータを保存するシステム(以
後、データ保存システムと記す)において、データ登録
時に以前に登録したデータと比較して、差分を抽出し管
理する技術が存在する(例:UNIXのSCCS)。当
該技術において、データ間の関連について管理を行う場
合には、操作者がデータ間の関連を辿って矛盾なく統合
する作業を行うことにより管理している。例えば、UN
IXの場合では、個々のファイル間の関連はSCCSに
登録するときに追加する情報(version)を関連がわかる
ように操作者が付与し、version を元に必要なものを取
得するように管理する。
2. Description of the Related Art In a conventional data storage system (hereinafter, referred to as a data storage system), there is a technology for extracting and managing a difference by comparing the previously registered data at the time of data registration (eg, UNIX). SCCS). In this technique, when managing the relation between data, the operator performs the operation by following the relation between the data and integrating them without contradiction. For example, UN
In the case of IX, the relationship between individual files is managed by an operator who adds information (version) added when registering to the SCCS so that the relationship can be understood, and acquires necessary information based on the version. .

【0003】データが他のデータと関連している場合に
は、データを登録する時点で関連するデータをコピーし
て管理するようにする。また、一方、データ登録時は、
個々のデータだけを登録し、全てのデータを登録した段
階で、データの関連を別途登録することもできる。
When data is related to other data, the related data is copied and managed when the data is registered. On the other hand, when registering data,
When only individual data is registered and all the data are registered, the relation of the data can be registered separately.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上記従
来の技術において、データが他のデータと関連している
場合に、データを登録する時点で関連するデータをコピ
ーして管理する方法では、関連するデータをコピーする
ため、データ間の矛盾を検証する場合には効率がよい
が、関連するデータ自体が変更となったときに、全ての
コピー先データを同時更新し、矛盾を再検査しなければ
ならない。また、データ登録時は、個々のデータだけを
登録し、全てのデータを登録した段階で、データの関連
を別途登録する方法では、登録したデータが矛盾してい
るかいないかは、データの関連を登録されてからでない
と判定できないという問題がある。
However, in the above-mentioned conventional technique, when data is related to other data, the method of copying and managing the related data at the time of registering the data involves the related technique. It is efficient to verify inconsistencies between data because data is copied, but when related data itself changes, all copy destination data must be updated at the same time and reconfirmed for inconsistency. No. In addition, when registering data, only the individual data is registered, and at the stage where all the data has been registered, the method of registering the data relation separately requires checking whether the registered data is inconsistent or not. There is a problem that it cannot be determined until after registration.

【0005】本発明は、上記の点に鑑みなされたもの
で、データを登録する際に、データを登録する時点で関
連するデータをコピーするのではなく、関連データの参
照情報のみを持つようにすると共に、データ更新時に
は、元データを参照する別のデータとして登録すること
が可能で、データを抽出する際には、データと参照情報
を辿って必要なデータ群を抽出することが可能なデータ
登録処理方法及び装置及びデータ登録処理プログラムを
格納した記憶媒体を提供することを目的とする。
[0005] The present invention has been made in view of the above points, and when registering data, instead of copying the related data at the time of registering the data, it is necessary to have only reference information of the related data. In addition, at the time of data update, it is possible to register as another data referring to the original data, and at the time of extracting data, it is possible to extract a necessary data group by following the data and reference information It is an object to provide a storage medium storing a registration processing method and apparatus and a data registration processing program.

【0006】[0006]

【課題を解決するための手段】図1は、本発明の原理を
説明するための図である。本発明(請求項1)は、デー
タを登録するデータ登録処理方法において、データ自体
とデータを登録したグループ(版)を組で記録し(ステ
ップ1)、データ間の依存関係(参照関係)を依存元
(参照元)と依存先(参照先)として、データ名と版を
用いた2組の参照情報を記録する(ステップ2)。
FIG. 1 is a diagram for explaining the principle of the present invention. According to the present invention (claim 1), in a data registration processing method for registering data, data itself and a group (version) in which the data are registered are recorded as a set (step 1), and a dependency (reference relationship) between the data is recorded. Two sets of reference information using a data name and a version are recorded as a dependence source (reference source) and a dependence destination (reference destination) (step 2).

【0007】本発明(請求項2)は、データを登録する
データ登録処理方法において、データ自体とデータを登
録したグループ(版)を組で記録し、データ間の依存関
係(参照関係)を依存元(参照元)と依存先(参照先)
として、データ名と版を用いた2組の参照情報を記録
し、参照情報を辿りながらデータを抽出する。
According to a second aspect of the present invention, in a data registration processing method for registering data, data itself and a group (version) in which the data is registered are recorded as a set, and a dependency (reference relationship) between the data is dependent. Source (reference source) and dependent (reference destination)
, Two sets of reference information using a data name and a version are recorded, and data is extracted while following the reference information.

【0008】図2は、本発明の原理構成図である。本発
明(請求項3)は、データを登録するデータ登録処理装
置であって、データ自体とデータを登録したグループ
(版)を組で記録する記録手段100と、データ間の依
存関係(参照関係)を依存元(参照元)と依存先(参照
先)として、データ名と版を用いた2組の参照情報を記
録する参照情報記録手段200とを有する。
FIG. 2 is a diagram showing the principle of the present invention. The present invention (Claim 3) is a data registration processing device for registering data, comprising: a recording unit 100 for recording data itself and a group (version) in which the data is registered as a group; ) As a dependency source (reference source) and a dependency destination (reference destination), a reference information recording unit 200 that records two sets of reference information using a data name and a version.

【0009】本発明(請求項4)は、データを登録する
データ登録処理装置であって、データ自体とデータを登
録したグループ(版)を組で記録する記録手段と、デー
タ間の依存関係(参照関係)を依存元(参照元)と依存
先(参照先)として、データ名と版を用いた2組の参照
情報を記録する参照情報記録手段と、参照情報を辿りな
がらデータを抽出するデータ抽出手段とを有する。
According to a fourth aspect of the present invention, there is provided a data registration processing apparatus for registering data, comprising: a recording unit for recording data itself and a group (version) in which the data is registered in a set; Reference information recording means for recording two sets of reference information using a data name and a version with the reference relationship as a dependent source (reference source) and a dependent destination (reference destination), and data for extracting data while following the reference information Extraction means.

【0010】本発明(請求項5)は、データを登録する
データ登録装置であって、データ登録の際に複数の内容
を持つ同じデータを識別するための版IDを昇順で記録
した参照識別情報と、登録時の版情報を識別するための
版ID及び、他のデータと識別するためのIDとを有す
るデータと、データ間の関連を識別するための版ID及
びIDを組として有する関連データと、データの登録時
に、該データが関連データに関連している場合、該関連
データの版IDとIDを有する関連データを同時に登録
する登録手段とを有する。
[0010] The present invention (claim 5) is a data registration device for registering data, wherein reference identification information recorded in ascending order of a version ID for identifying the same data having a plurality of contents at the time of data registration. And data having a version ID for identifying version information at the time of registration and an ID for distinguishing from other data, and related data having a version ID and ID for identifying a relationship between data as a set And registration means for simultaneously registering, when registering the data, if the data is related to the related data, a version ID of the related data and related data having the ID.

【0011】本発明(請求項6)は、登録手段におい
て、データが変更された場合に、更新された参照識別情
報が有する版IDを有し、該データのIDを持つ他のデ
ータとして登録する変更登録手段と、変更前のデータを
有する関連データを同時に登録する関連データ登録手段
とを含む。
According to the present invention (claim 6), when the data is changed, the registration means has a version ID included in the updated reference identification information and registers the data as another data having the ID of the data. It includes a change registering means and a related data registering means for simultaneously registering related data having data before the change.

【0012】本発明(請求項7)は、データを抽出する
際に、版IDまたは、版名を指定して、参照識別情報に
基づいて同じ版IDを有するデータを抽出するデータ抽
出手段を更に有する。本発明(請求項8)は、データ抽
出手段において、参照識別情報を辿ることが可能なデー
タで指定された版IDを有するデータも合わせて抽出す
る手段を含む。
The present invention (claim 7) further comprises a data extracting means for designating a version ID or a version name when extracting data and extracting data having the same version ID based on the reference identification information. Have. The present invention (claim 8) includes, in the data extracting means, means for also extracting data having a version ID designated by data capable of tracing the reference identification information.

【0013】本発明(請求項9)は、データを登録する
データ登録処理プログラムを格納した記憶媒体であっ
て、データ自体とデータを登録したグループ(版)を組
で記録する記録プロセスと、データ間の依存関係(参照
関係)を依存元(参照元)と依存先(参照先)として、
データ名と版を用いた2組の参照情報を記録する参照情
報記録プロセスとを有する。
According to a ninth aspect of the present invention, there is provided a storage medium storing a data registration processing program for registering data, comprising: a recording process for recording data itself and a group (version) in which the data is registered; Dependencies (reference relationships) between the source (reference source) and the destination (reference destination),
A reference information recording process for recording two sets of reference information using a data name and a version.

【0014】本発明(請求項10)は、データを登録す
るデータ登録処理プログラムを格納した記憶媒体であっ
て、データ自体とデータを登録したグループ(版)を組
で記録する記録プロセスと、データ間の依存関係(参照
関係)を依存元(参照元)と依存先(参照先)として、
データ名と版を用いた2組の参照情報を記録する参照情
報記録プロセスと、参照情報を辿りながらデータを抽出
するデータ抽出プロセスとを有する。
According to a tenth aspect of the present invention, there is provided a storage medium storing a data registration processing program for registering data, comprising: a recording process for recording a set of data itself and a group (version) in which the data is registered; Dependencies (reference relationships) between the source (reference source) and the destination (reference destination),
It has a reference information recording process of recording two sets of reference information using a data name and a version, and a data extraction process of extracting data while following the reference information.

【0015】上記のように、本発明は、データ登録シス
テムにおいて、データ登録の際に同じデータが複数の内
容を持てるように、識別するための表Tを持ち、当該表
Ti中には、他と区別するための識別子である、版ID
を昇順で持ち、個々のデータD−Aiには登録時の版情
報Tiを識別するための版IDを持つ。また、他と識別
するためのIDも持つ。次に、データD間の関連を表す
データD−Rを持つ。当該データD−Rには、参照元と
参照先を識別するための版IDとIDを組で持つように
する。データD−A1がデータD−A2に関連している
場合、データD−A1を登録する時に、関連するデータ
D−A2の版IDとIDを持ったデータD−R1が同時
に登録される。データD−A1が変更されたときは、新
たな表T2が持っている版IDを持ち、データD−A1
のIDを持つデータD−A3として登録し、関連するデ
ータとしては、データD−A1を持つデータD−R2が
同時に登録される。
As described above, in the data registration system, the present invention has a table T for identifying so that the same data can have a plurality of contents at the time of data registration. Version ID, which is an identifier for distinguishing from
In the ascending order, and each data D-Ai has a version ID for identifying the version information Ti at the time of registration. It also has an ID for identifying it from others. Next, it has data DR indicating the relation between the data D. The data DR have a pair of version IDs and IDs for identifying the reference source and the reference destination. When the data DA1 is related to the data DA2, when the data DA1 is registered, the version ID and the data DR1 having the ID of the associated data DA2 are registered at the same time. When the data D-A1 has been changed, the new table T2 has the version ID,
Is registered as the data D-A3 having the data ID D. The data D-R2 having the data D-A1 is simultaneously registered as the related data.

【0016】データを抽出する場合には、版IDもしく
は、版名を指定すると、表Tiに基づいて同じ版IDを
持つデータを抽出する。その時に、参照情報で辿れるデ
ータで指定された版IDを持つデータも抽出することで
必要な最新データを矛盾なく抽出できる。本発明におい
ては、表Tの抽出すべき版情報を元に、データD−Aか
ら同じ版であるものをまず選び出す。次に、選択したデ
ータが参照しているデータを抽出するため、データD−
Rの中で選択したデータが参照元(参照を行っている
側)になっているものを選ぶ。選んだデータD−Riの
参照先(参照されている側)情報から、データD−Aを
検索し、今までに抽出したデータD−Aの後に追加す
る。この処理を繰り返し、追加すべき情報が無くなり、
且つ1度抽出したデータは、参照情報のみを辿り抽出デ
ータ自体には追加しないことで、矛盾なくデータを抽出
する機能を実現する。データを登録する際には、登録す
るデータD−Aiが参照しているデータD−Ajを持っ
ていることを表現する参照情報D−Riを登録する。参
照しているデータD−Aiを変更した場合には、新たに
データD−Akを登録し、元データD−Aiからの参照
であるデータD−Rkを作成する。
When extracting data, if a version ID or a version name is designated, data having the same version ID is extracted based on the table Ti. At that time, necessary latest data can be extracted without contradiction by extracting data having a version ID designated by data traceable by the reference information. In the present invention, the same data is first selected from the data DA based on the version information of the table T to be extracted. Next, to extract the data referred to by the selected data, the data D-
Select the data in which the selected data is the reference source (reference side) in R. The data DA is searched from the reference destination (referenced side) information of the selected data D-Ri, and is added after the data DA extracted so far. By repeating this process, there is no more information to add,
In addition, the data extracted once traces only reference information and is not added to the extracted data itself, thereby realizing a function of extracting data without contradiction. When registering data, reference information D-Ri representing that the data D-Ai to be registered has the data D-Aj referred to is registered. When the referred data D-Ai is changed, the data D-Ak is newly registered, and the data D-Rk, which is a reference from the original data D-Ai, is created.

【0017】これにより、操作者が指定する版で関連す
るデータを含んだ部品全体を抽出することが可能とな
る。
This makes it possible to extract the entire part including the relevant data in the version specified by the operator.

【0018】[0018]

【発明の実施の形態】最初に、本発明の動作の概要を説
明する。図3は、本発明の動作の概要を説明するための
図である。同図に示すデータは、登録・変更されるデー
タ101、データ間の関連を持つデータ102、及び情
報103から構成されている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS First, the outline of the operation of the present invention will be described. FIG. 3 is a diagram for explaining the outline of the operation of the present invention. The data shown in FIG. 3 includes data 101 to be registered / changed, data 102 having a relationship between the data, and information 103.

【0019】本発明のデータ登録処理装置内において、
情報103は、データの登録の際に同じデータが複数の
内容を持てるように識別するための表である。当該表1
03−i中には、他と区別するための識別子である版I
Dを昇順で持ち、個々のデータ101−iには登録時の
版情報103−iを識別するための版IDを持つ。ま
た、他と識別するためのIDも有する。次に、データ1
01間の関連を表すデータ102は、参照元と参照先を
識別するための版IDとIDを組で持つようにする。デ
ータ101−1がデータ101−2に関連している場
合、データ101−1を登録するときに、関連するデー
タ101−2の版IDとIDを持った、データ102−
1が同時に登録される。データ101−1が変更された
ときは、新たな表103−2が持っている版IDを持
ち、データ101−1のIDを持つデータ101−3と
して登録し、関連するデータとしてはデータ101−1
を持つデータ102−2が同時に登録される。
In the data registration processing device of the present invention,
The information 103 is a table for identifying the same data so as to have a plurality of contents when registering the data. Table 1
03-i contains version I, which is an identifier for distinguishing it from others.
D in ascending order, and each data 101-i has a version ID for identifying the version information 103-i at the time of registration. It also has an ID for identifying it from others. Next, data 1
The data 102 indicating the relationship between 01 and 01 has a pair of version IDs and IDs for identifying the reference source and the reference destination. When the data 101-1 is related to the data 101-2, when registering the data 101-1, the data 102-1 having the version ID and ID of the related data 101-2 is registered.
1 are registered at the same time. When the data 101-1 is changed, it is registered as the data 101-3 having the version ID held by the new table 103-2 and having the ID of the data 101-1. 1
Is registered at the same time.

【0020】データを抽出する場合には、版IDもしく
は版名を指定すると先の表103−iに基づき、同じ版
IDを持つデータを抽出する。その時に参照情報103
で辿れるデータで指定された版IDを持つデータも抽出
することで必要な最新データを矛盾なく抽出できる。次
に、一連の動作を説明する。
When extracting data, when a version ID or a version name is specified, data having the same version ID is extracted based on Table 103-i. At that time, the reference information 103
By extracting the data having the version ID specified by the data traceable by the above, necessary latest data can be extracted without contradiction. Next, a series of operations will be described.

【0021】 抽出すべき版情報103を元に、デー
タ101から同じ版であるものをまず選び出す。 次に選択したデータが参照しているデータを抽出す
るため、データ102の中で選択したデータが参照元
(参照を行っている側)になっているものを選ぶ。
Based on the version information 103 to be extracted, the same version is first selected from the data 101. Next, in order to extract the data referred to by the selected data, the data 102 in which the selected data is the reference source (the side performing the reference) is selected.

【0022】 選んだデータ102−iの参照先(参
照されている側)情報から、データ101を検索し、今
までに抽出したデータ101の後に追加する。 この処理を繰り返し、追加すべき情報がなくなり、かつ
1度抽出したデータは参照情報のみを辿り、抽出データ
自体には追加しないことで、矛盾なくデータを抽出する
機能を実現する。データを登録する際には、登録するデ
ータ101−iが参照しているデータ101−jを持っ
ていることを表現する参照情報102−iを登録する。
参照しているデータ101−iを変更した場合には、新
たにデータ101−kを登録し、元データ101−iか
らの参照であるデータ102−kを作成する。
The data 101 is searched from the reference destination (referenced side) information of the selected data 102-i and added after the data 101 extracted so far. By repeating this process, there is no information to be added, and once extracted data traces only reference information and is not added to the extracted data itself, thereby realizing a function of extracting data without contradiction. When registering data, reference information 102-i expressing that the data 101-i to be registered has the data 101-j to which it refers is registered.
When the data 101-i referred to is changed, the data 101-k is newly registered, and data 102-k which is a reference from the original data 101-i is created.

【0023】[0023]

【実施例】以下、図面の共に本発明の実施例を説明す
る。図4は、本発明のデータ登録の工程を示す。以下、
同図に従って、データ(ソフト部品名称とそれを構成す
る属性名称)をデータ保存システムに登録する例を用い
て説明する。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 4 shows the data registration process of the present invention. Less than,
With reference to the figure, description will be made using an example in which data (software component names and attribute names constituting the software components) are registered in the data storage system.

【0024】同図に示す工程に従うことで、データ登録
装置は、操作者が指定する版(version) で関連するデー
タを含んだ部品全体を抽出する抽出機能を実現する。同
図中、実線の矢印は工程の順序を示し、点線の矢印は工
程の戻りを表している。図4に示す各工程において以下
の処理を行う。 「工程1」版登録:新しいIDを払出し、版情報を登録
する。
By following the steps shown in the figure, the data registration device realizes an extraction function for extracting the entire part including the relevant data in the version specified by the operator. In the figure, solid arrows indicate the order of steps, and dotted arrows indicate return of steps. The following processing is performed in each step shown in FIG. “Step 1” version registration: A new ID is paid out and version information is registered.

【0025】「工程2」ソフト部品名称登録:新しいソ
フト部品名称を追加する。あるいは、既存ソフト部品名
称を変更する。 「工程3」属性名称登録:新しい属性名称を追加する。
あるいは、既存属性名称を変更する。 「工程4」関連名称登録:新しい関連名称を追加する。
あるいは既存関連名称を変更する。
[Step 2] Software part name registration: A new software part name is added. Alternatively, the name of the existing software component is changed. “Step 3” Attribute name registration: A new attribute name is added.
Alternatively, the existing attribute name is changed. “Step 4” Related name registration: A new related name is added.
Alternatively, the existing related name is changed.

【0026】「工程5」データ抽出:登録されたデータ
を抽出する。この工程は、工程1乃至工程4と独立に実
行可能である。図5は、本発明の一実施例のデータ登録
装置の構成を示す。同図に示すデータ登録装置は、デー
タ登録の版関係を登録する操作者が操作する端末装置
1、データ登録を行う操作者が操作する端末装置2、関
連名称登録を行う操作者が操作する端末装置3、データ
抽出を行う操作者が操作する端末装置4、データ登録の
版を管理する版管理部5、版関係を保存する版保存部
6、ソフト部品名称の登録を行うソフト部品名称登録部
7、ソフト部品名称の保存を行うソフト部品名称保存部
8、属性名称の登録を行う属性名称登録部9、属性名称
の保存を行う属性名称保存部10、名称と名称の参照関
係を登録する関連名称登録部11、参照関係を保存する
関連名称保存部12、データ抽出の版を管理する抽出管
理部13、抽出されたソフト部品名称を保存する抽出ソ
フト部品名称保存部14、抽出された属性名称を保存す
る抽出属性名称保存部15、抽出された名称と名称の参
照関係を保存する抽出関連名称保存部16、抽出された
データを識別するために必要な識別子を保存する抽出識
別子保存部17から構成される。
[Step 5] Data extraction: Registered data is extracted. This step can be performed independently of steps 1 to 4. FIG. 5 shows the configuration of the data registration device according to one embodiment of the present invention. The data registration device shown in FIG. 1 includes a terminal device 1 operated by an operator who registers a version relationship of data registration, a terminal device 2 operated by an operator performing data registration, and a terminal operated by an operator performing related name registration. Device 3, terminal device 4 operated by an operator who performs data extraction, version management unit 5 for managing versions of data registration, version storage unit 6 for storing version relationships, software component name registration unit for registering software component names 7, a software component name storage unit 8 for storing software component names, an attribute name registration unit 9 for registering attribute names, an attribute name storage unit 10 for storing attribute names, and a relation for registering a reference relationship between names. A name registration unit 11, a related name storage unit 12 for storing reference relationships, an extraction management unit 13 for managing versions of data extraction, an extracted software component name storage unit 14 for storing extracted software component names, an extracted attribute An extraction attribute name storage unit 15 for storing names, an extraction related name storage unit 16 for storing extracted names and reference relationships between names, and an extraction identifier storage unit 17 for storing identifiers necessary for identifying extracted data. Consists of

【0027】版管理部5は、端末装置1から入力される
版に関する情報(版ID)を版保存部6に保存する。ま
た、端末装置2から入力されるソフト部品名称ならびに
属性名称に、端末装置1の操作者が指定する版IDを付
加する。ソフト部品名称登録部7は、版IDの付与され
たソフト部品名称と、ソフト部品名称や属性名称を一意
に識別するための識別子(ID)、さらに、ソフト部品
名称の仕様である、部品種別とを1組のデータとしてソ
フト部品名称登録部8に保存する。
The version management unit 5 stores information (version ID) on the version input from the terminal device 1 in the version storage unit 6. Further, a version ID specified by the operator of the terminal device 1 is added to the software component name and the attribute name input from the terminal device 2. The software component name registration unit 7 includes a software component name to which a version ID is assigned, an identifier (ID) for uniquely identifying the software component name and the attribute name, and a component type, which is a specification of the software component name. Is stored in the software component name registration unit 8 as a set of data.

【0028】属性名称登録部9は、版IDの付与された
属性名称と識別子(ID)、さらに、属性の仕様であ
る、属性データタイプ並びに桁数と1組のデータとし
て、属性名称保存部10に保存する。関連名称登録部1
1は、ソフト部品名称と属性名称の関連を登録するため
に、ソフト部品名称に付与されたIDと版ID、属性名
称に付与されたIDと版IDとを1組のデータとして、
関連名称保存部12に保存する。
The attribute name registration unit 9 stores an attribute name and an identifier (ID) to which a version ID has been given, and an attribute name storage unit 10 as a set of attribute data types and the number of digits, which are attribute specifications. To save. Related name registration part 1
In order to register the association between the software component name and the attribute name, 1 is a set of the ID and the version ID assigned to the software component name, and the ID and the version ID assigned to the attribute name as one set of data.
It is stored in the related name storage unit 12.

【0029】抽出管理部13は、端末装置4から入力さ
れる版IDと一致するソフト部品名称及び属性名称を各
々部品名称保存部7及び属性名称保存部9から抽出し、
抽出ソフト部品名称保存部14及び抽出属性名称保存部
15に順番に保存する。また、抽出ソフト名称保存部1
4及び属性名称保存部10から、識別子(ID)と版I
Dの全ての組を収集し、関連名称保存部12の保存して
いる名称に一致するものがないか検索して、依存するも
のすべてを各々抽出ソフト部品名称保存部14及び抽出
属性名称保存部15に追加すると共に、検索した結果自
体を抽出関連名称保存部16に追加する。この処理を繰
り返し、保存データがなくなるまで続ける。
The extraction management unit 13 extracts software component names and attribute names that match the version ID input from the terminal device 4 from the component name storage unit 7 and the attribute name storage unit 9, respectively.
The extracted software component name storage unit 14 and the extracted attribute name storage unit 15 sequentially store the extracted software component name storage unit 14 and the extracted attribute name storage unit 15. Extraction software name storage unit 1
4 and the attribute name storage unit 10, the identifier (ID) and the version I
D is collected, and a search is made for a name that matches the name stored in the related name storage unit 12, and all dependent items are extracted from the extracted software component name storage unit 14 and the extracted attribute name storage unit. 15 and the search result itself is added to the extraction-related name storage unit 16. This process is repeated until the stored data is exhausted.

【0030】次に、抽出ソフト部品名称保存部14及び
抽出属性名称保存部15より、先頭から順番にソフト部
品名称と属性名称を検索し、取り出した版IDとIDを
抽出識別子保存部17に追加していく。その際、IDが
重複したものは追加しないようにすることで、同じデー
タを重複出力しないようにする。最後に、抽出識別子保
存部17に格納されている版IDとIDに一致するデー
タを、抽出ソフト部品名称保存部14と抽出属性名称保
存部15から取り出すと共に、抽出関連名称保存部16
に登録されているデータを出力することで、必要なデー
タが矛盾なく取り出せる。
Next, the software component name and the attribute name are searched in order from the top from the extracted software component name storage unit 14 and the extracted attribute name storage unit 15, and the extracted version ID and ID are added to the extraction identifier storage unit 17. I will do it. At this time, duplicated IDs are not added, so that the same data is not duplicated. Finally, the version ID stored in the extraction identifier storage unit 17 and the data corresponding to the ID are extracted from the extraction software component name storage unit 14 and the extraction attribute name storage unit 15 and the extraction related name storage unit 16
The necessary data can be extracted without inconsistency by outputting the data registered in.

【0031】図6は、本発明の一実施例の各構成要素を
説明するための図である。同図では、図5に示す版保存
部6とソフト部品名称保存部8と属性名称保存部10と
関連名称保存部12と抽出ソフト部品名称保存部14と
抽出属性名称保存部15と抽出関連名称保存部16と抽
出識別子保存部17で保存するデータとその関係を示す
ものであり、同図において、図5と同一部分には同一符
号を付す。
FIG. 6 is a diagram for explaining each component of an embodiment of the present invention. In FIG. 5, the version storage unit 6, the software component name storage unit 8, the attribute name storage unit 10, the related name storage unit 12, the extracted software component name storage unit 14, the extracted attribute name storage unit 15, and the extraction related name shown in FIG. It shows the data stored in the storage unit 16 and the extracted identifier storage unit 17 and the relationship between them. In this figure, the same parts as those in FIG.

【0032】同図において、ソフト部品名称保存部8
は、ソフト部品名称を保存するソフト部品名称対応部2
1を有する。ソフト部品名称対応部21は、図7に示す
ように、IDはソフト部品名称毎に1つあり、版IDと
IDもしくは、ソフト部品名称のいずれかとで1つのソ
フト部品名称に対する記述を示す。1つのソフト部品名
称には、その内容として部品種別が存在する。
Referring to FIG.
Is a software component name correspondence unit 2 that stores software component names
One. As shown in FIG. 7, the software component name correspondence unit 21 has one ID for each software component name, and indicates a description for one software component name with a version ID and an ID or any of the software component names. One software component name has a component type as its content.

【0033】属性名称保存部10は、属性名称を保存す
る属性名対象対応部22を有する。IDは、図8に示す
ように、属性名称毎に1つあり、版IDとIDもしく
は、属性名称のいずれかとで1つの属性名称に対する記
述を表す。1つの属性名称には、その内容として属性デ
ータタイプと桁数が存在する。関連名称保存部12は、
関連名称を保存する関連名称対応部23を有し、図9に
示すように、1つのソフト部品名称と1つの属性名称を
識別するに十分な、版IDとIDの組2つ(参照元とは
参照を行っているデータ、参照先とは参照されているデ
ータ)で表現されている。
The attribute name storage unit 10 has an attribute name target corresponding unit 22 for storing attribute names. As shown in FIG. 8, there is one ID for each attribute name, and the version ID and either the ID or the attribute name represent a description for one attribute name. One attribute name has an attribute data type and the number of digits as its contents. The related name storage unit 12
As shown in FIG. 9, there is a related name correspondence unit 23 for storing related names, and as shown in FIG. 9, two sets of version IDs and IDs (reference source and ID) are sufficient to identify one software component name and one attribute name. Are referred to data, and a reference destination is referred to data).

【0034】版保存部6は、版IDと版名称(ニックネ
ーム)との対応関係を保存する版対応部24を有する。
版対応部24は、図10に示すように、版IDと版名称
から構成される。抽出ソフト部品名称保存部14は、デ
ータ抽出時に指定された版IDを元にソフト部品名称保
存部8から抽出した結果を保存する抽出ソフト部品名称
対応部25を有する。抽出ソフト部品名称対応部25
は、図11、図12に示すように、版ID,ID、ソフ
ト部品名称、部品種別から構成される。図11は、版名
称を「アプリケーション」と指定した場合の抽出例を示
し、図12は、版名称を「基礎データの定義その2」と
指定した場合の抽出例である。
The version storage section 6 has a version correspondence section 24 for storing the correspondence between the version ID and the version name (nickname).
As shown in FIG. 10, the version correspondence unit 24 includes a version ID and a version name. The extracted software component name storage unit 14 has an extracted software component name correspondence unit 25 that stores the result extracted from the software component name storage unit 8 based on the version ID specified at the time of data extraction. Extracted software component name correspondence unit 25
Is composed of a version ID, an ID, a software component name, and a component type, as shown in FIGS. FIG. 11 shows an example of extraction when the version name is designated as “application”, and FIG. 12 shows an example of extraction when the version name is designated as “basic data definition 2”.

【0035】抽出属性名称保存部15は、データ抽出時
に指定された版IDを元に属性名称保存部10から抽出
した結果を保存する抽出属性名称対応部26を有する。
抽出属性名称対応部26は、図13、図14に示すよう
に版ID、ID、属性名称、属性データタイプ及び桁数
から構成される。図13は、版名称を「アプリケーショ
ン」と指定した場合の属性名称保存部10からの抽出例
を示し、図14は、版名称を「基礎データの定義その
2」と指定した場合の抽出例である。
The extracted attribute name storage section 15 has an extracted attribute name corresponding section 26 for storing the result of extraction from the attribute name storage section 10 based on the version ID specified at the time of data extraction.
The extracted attribute name corresponding unit 26 is composed of a version ID, an ID, an attribute name, an attribute data type, and the number of digits, as shown in FIGS. FIG. 13 shows an example of extraction from the attribute name storage unit 10 when the version name is specified as “application”, and FIG. 14 shows an example of extraction when the version name is specified as “basic data definition 2”. is there.

【0036】抽出関連名称保存部16は、データ抽出時
に関連名称保存部12から抽出した結果を保存する抽出
関連名称対応部27を有する。抽出関連名称対応部27
は、図15、図16に示すように、版ID(参照元)、
ID(参照元)、版ID(参照先)、ID(参照先)か
ら構成される。図15は、抽出関連名称対応部27にお
ける、版名称を「アプリケーション」と指定した場合の
抽出例を示し、図16は、版名称を「基礎データの定義
その2」と指定した場合の関連名称保存部12からの抽
出例である。
The extraction-related name storage section 16 has an extraction-related name correspondence section 27 for storing a result extracted from the relation name storage section 12 at the time of data extraction. Extraction related name correspondence unit 27
Is, as shown in FIGS. 15 and 16, the version ID (reference source),
ID (reference source), version ID (reference destination), and ID (reference destination). FIG. 15 shows an example of extraction when the version name is designated as “application” in the extraction related name correspondence unit 27, and FIG. 16 shows the related name when the version name is designated as “basic data definition 2”. 6 is an example of extraction from the storage unit 12.

【0037】抽出識別子保存部17は、抽出したソフト
部品名称保存部14と抽出属性名称保存部15に存在す
る版IDとIDの組を抽出した抽出識別子対応部28を
有する。抽出識別子対応部28は、図17、図18に示
すように、版ID、ID及び表示可否から構成される。
図17は、抽出識別子対応部28における、版名称を
「アプリケーション」と指定した場合の抽出例を示して
おり、抽出識別子で同じIDを持つものは、先頭の一つ
のみ端末装置4に出力される。また、表示されなかった
抽出識別子の参照先がそれまでに出現していない場合に
は、その識別子とその識別子が参照先となっている識別
子は表示されないため、版ID=1でID=1と、版I
D=2でID=103は出力されない。図18は、版名
称を「基礎データの定義その2」と指定した場合の抽出
例であり、版ID=1でID=1と版ID=3のもの全
ては出力されないことを示す。
The extracted identifier storage unit 17 has an extracted identifier corresponding unit 28 that extracts a set of a version ID and an ID existing in the extracted software component name storage unit 14 and the extracted attribute name storage unit 15. As shown in FIGS. 17 and 18, the extraction identifier corresponding unit 28 includes a version ID, an ID, and whether or not display is possible.
FIG. 17 shows an example of extraction in the case where the version name is designated as “application” in the extraction identifier correspondence unit 28. Only one of the extraction identifiers having the same ID is output to the terminal device 4. You. Also, if the reference destination of the extracted identifier that has not been displayed has not appeared so far, the identifier and the identifier to which the identifier refers are not displayed, so that the version ID = 1 and the ID = 1 , Edition I
With D = 2, ID = 103 is not output. FIG. 18 is an example of extraction when the version name is specified as “basic data definition part 2”, and shows that all of the version ID = 1, ID = 1 and version ID = 3 are not output.

【0038】以下、本実施例の動作の全体の流れを説明
する。 (1) 工程1(版登録) まず、新しい版IDを払い出し、版情報を登録する工程
1について説明する。当該工程1は、端末装置1と版管
理部5及び版保存部6により処理される。図19は、本
発明の一実施例の版登録処理のフローチャートである。
Hereinafter, the entire flow of the operation of the present embodiment will be described. (1) Step 1 (version registration) First, step 1 for paying out a new version ID and registering version information will be described. Step 1 is processed by the terminal device 1, the version management unit 5, and the version storage unit 6. FIG. 19 is a flowchart of the plate registration process according to one embodiment of the present invention.

【0039】ステップ31) 版管理部5は、端末装置
1から版名称を受け取る。 ステップ32) 版管理部5は、版名称に版IDを付
け、版保存部6に渡す。 ステップ33) 版保存部6は、受け取った版IDと版
名称を版対応部25に保存する。 ステップ34) 版管理部5は、版IDと版名称の対
を、端末装置1に表示する。
Step 31) The version management section 5 receives the version name from the terminal device 1. Step 32) The version management section 5 attaches a version ID to the version name and passes it to the version storage section 6. Step 33) The version storage unit 6 stores the received version ID and version name in the version correspondence unit 25. Step 34) The version management unit 5 displays the pair of the version ID and the version name on the terminal device 1.

【0040】(2) 工程2(ソフト部品名称登録) 次に、新しいソフト部品名称の追加、または、既存ソフ
ト部品名称を変更する工程2について説明する。当該工
程2は、端末装置2、版蟹部5、版保存部6、ソフト部
品名称登録部7及びソフト部品名称保存部8により処理
される。図20は、本発明の一実施例のソフト部品名称
登録処理のフローチャートである。
(2) Step 2 (Software Part Name Registration) Next, Step 2 for adding a new software part name or changing an existing software part name will be described. Step 2 is processed by the terminal device 2, the plate crab 5, the plate storage 6, the software component name registration unit 7, and the software component name storage 8. FIG. 20 is a flowchart of the software component name registration processing according to one embodiment of the present invention.

【0041】ステップ41) 版管理部5は、端末装置
2から版名称を受け取る。 ステップ42) 版管理部5は、版名称を版保存部6に
渡す。 ステップ43) 版保存部6は、版名称に対応する版I
Dを検索し、見つかった版IDを版管理部5に渡す。 ステップ44) 版管理部5は、端末装置2からソフト
部品名称と部品種別を受け取り、版IDと共にソフト部
品名称登録部7に渡す。
Step 41) The version management section 5 receives the version name from the terminal device 2. Step 42) The version management unit 5 passes the version name to the version storage unit 6. Step 43) The version storage unit 6 stores the version I corresponding to the version name.
D is searched, and the found version ID is passed to the version management unit 5. Step 44) The version management unit 5 receives the software component name and the component type from the terminal device 2 and passes them to the software component name registration unit 7 together with the version ID.

【0042】ステップ45) ソフト部品名称登録部7
は、ソフト部品名称保存部8に、渡されたソフト部品名
称と同じ名称で既に登録されていないか検索する。検索
した結果、既に登録されている場合は、そのIDを、そ
うでなければ新しいIDを使ってソフト部品名称保存部
8に、版IDとIDとソフト部品名称と部品種別の組で
登録する。
Step 45) Software part name registration unit 7
Searches the software component name storage unit 8 to see if it is already registered with the same name as the passed software component name. As a result of the search, if the ID has already been registered, the ID is registered in the software component name storage unit 8 as a set of the version ID, the ID, the software component name, and the component type using the new ID otherwise.

【0043】(3) 工程3(属性名称登録) 次に、新しい属性名称の追加、あるいは、既存属性名称
を変更する工程3について説明する。当該工程3は、端
末装置2、版管理部5、版保存部6、属性名称登録部9
及び属性名称保存部10により処理される。図21は、
本発明の一実施例の属性名称登録処理のフローチャート
である。
(3) Step 3 (Attribute Name Registration) Next, Step 3 for adding a new attribute name or changing an existing attribute name will be described. The process 3 includes a terminal device 2, a version management unit 5, a version storage unit 6, an attribute name registration unit 9
And the attribute name storage unit 10. FIG.
It is a flow chart of attribute name registration processing of one example of the present invention.

【0044】ステップ51) 版管理部5は、端末装置
2から版名称を受け取る。 ステップ52) 版管理部5は、版名称を版保存部6に
渡す。 ステップ53) 版保存部6は、版名称に対応する版I
Dを検索し、見つかった版IDを版管理部5に渡す。 ステップ54) 版管理部5は、端末装置2から属性名
称と属性データタイプと桁数を受け取り、版IDととも
に属性名称登録部9に渡す。
Step 51) The version management section 5 receives the version name from the terminal device 2. Step 52) The version management unit 5 passes the version name to the version storage unit 6. Step 53) The version storage unit 6 stores the version I corresponding to the version name.
D is searched, and the found version ID is passed to the version management unit 5. Step 54) The version management unit 5 receives the attribute name, the attribute data type, and the number of digits from the terminal device 2, and passes the attribute name, the version ID, and the attribute ID to the attribute name registration unit 9.

【0045】ステップ55) 属性名称登録部9は、属
性名称保存部10に渡された属性名称と同じ名称で既に
登録されていないか検索する。検索した結果、既に登録
されている場合は、そのIDを、そうでなければ新しい
IDを使って、属性名称保存部10に、版IDとIDと
属性名称と属性データタイプと桁数の組で登録する。 (4) 工程4(関連名称登録) 次に、新しい関連名称の追加、または、既存関連名称を
変更する工程4について説明する。当該工程4は、端末
装置3、関連名称登録部11および関連名称保存部12
により処理される。
Step 55) The attribute name registering section 9 searches whether the attribute name has already been registered under the same name as the attribute name passed to the attribute name storing section 10. As a result of the search, if the ID is already registered, the ID is used. If not, the ID is stored in the attribute name storage unit 10 using the version ID, the ID, the attribute name, the attribute data type, and the number of digits. register. (4) Step 4 (Registering Related Name) Next, Step 4 for adding a new related name or changing an existing related name will be described. The step 4 includes the terminal device 3, the related name registration unit 11 and the related name storage unit 12
Is processed by

【0046】図22は、本発明の一実施例の関連名称登
録処理のフローチャートである。ステップ61) 関連
名称登録部11は、端末装置3から、参照元と参照先を
表す版IDとIDの対2組を受け取り、関連名称保存部
12に登録する。 (5) 工程5(データ抽出処理) 最後に、登録されたデータを抽出する工程5について説
明する。当該工程4は、先の工程1、工程4と独立に実
行可能である。当該工程4は、端末装置4、版保存部
6、ソフト部品名称保存部8、属性名称保存部10、関
連名称保存部12、抽出管理部13、抽出ソフト部品名
称保存部14、抽出属性名称保存部15、抽出関連名称
保存部16及び抽出識別子保存部17により処理され
る。
FIG. 22 is a flowchart of a related name registration process according to one embodiment of the present invention. Step 61) The related name registration unit 11 receives from the terminal device 3 two pairs of the version ID and the ID representing the reference source and the reference destination, and registers the pair in the related name storage unit 12. (5) Step 5 (Data Extraction Processing) Finally, Step 5 of extracting registered data will be described. This step 4 can be executed independently of the previous steps 1 and 4. The step 4 includes the terminal device 4, the version storage unit 6, the software component name storage unit 8, the attribute name storage unit 10, the related name storage unit 12, the extraction management unit 13, the extracted software component name storage unit 14, and the extraction attribute name storage. The processing is performed by the unit 15, the extraction-related name storage unit 16, and the extraction identifier storage unit 17.

【0047】図23は、本発明の一実施例のデータ抽出
処理のフローチャートである。 ステップ71) 抽出管理部13は、端末装置4から版
名称を受け取る。 ステップ72) 抽出管理部13は、版名称を版保存部
6を渡す。 ステップ73) 版保存部6は、版名称に対応する版I
Dを検索し、見つかった版IDを抽出管理部13に渡
す。
FIG. 23 is a flowchart of the data extracting process according to one embodiment of the present invention. Step 71) The extraction management unit 13 receives the version name from the terminal device 4. Step 72) The extraction management unit 13 passes the version name to the version storage unit 6. Step 73) The version storage unit 6 stores the version I corresponding to the version name.
D is retrieved, and the found version ID is passed to the extraction management unit 13.

【0048】ステップ74) 抽出管理部13は、版I
Dをソフト部品名称保存部8に渡す。 ステップ75) ソフト部品名称保存部8は、渡された
版IDと一致するソフト部品名称を検索し、抽出管理部
13に渡す。 ステップ76) 抽出管理部13は、受け取ったソフト
部品名称を、抽出ソフト部品名称保存部14に渡して追
加する。
Step 74) The extraction management section 13 checks the version I
D is passed to the software component name storage unit 8. Step 75) The software component name storage unit 8 searches for a software component name that matches the passed version ID, and passes it to the extraction management unit 13. Step 76) The extraction management unit 13 passes the received software component name to the extracted software component name storage unit 14 and adds it.

【0049】ステップ77) 抽出管理部13は、版I
Dを属性名称保存部10に渡す。 ステップ78) 属性名称保存部10は、渡された版I
Dと一致する属性名称を検索し、抽出管理部13に渡
す。 ステップ79) 抽出管理部13は、受け取った属性名
称を、抽出属性名称保存部15に渡して追加する。
Step 77) The extraction management unit 13 checks the version I
D is passed to the attribute name storage unit 10. Step 78) The attribute name storage unit 10 transmits the passed version I
An attribute name matching D is retrieved and passed to the extraction management unit 13. Step 79) The extraction management unit 13 passes the received attribute name to the extracted attribute name storage unit 15 and adds it.

【0050】ステップ80) 抽出管理部13は、抽出
ソフト部品名称保存部14と抽出属性名称保存部15か
ら登録されている全ての抽出ソフト部品名称と抽出属性
名称を受け取り、版IDとIDの組だけを関連名称保存
部12に渡す。 ステップ81) 関連名称保存部12は、渡された版I
DとIDの対と、版ID(参照元)とID(参照元)も
しくは、版ID(参照先)とID(参照先)とが一致し
ている関連名称を検索する。検索した結果を、抽出関連
名称保存部16に保存すると共に、版ID(参照元)と
ID(参照元)が一致した場合には版ID(参照先)と
ID(参照先)を、版ID(参照先)とID(参照先)
が一致した場合には版ID(参照元)とID(参照元)
を抜き出し、ソフト部品名称保存部8と属性名称保存部
10に渡す。
Step 80) The extraction management unit 13 receives all the extracted software component names and the extracted attribute names registered from the extracted software component name storage unit 14 and the extracted attribute name storage unit 15, and sets a set of version ID and ID. Is passed to the related name storage unit 12. Step 81) The related name storage unit 12 stores the received version I
A related name in which the pair of D and ID, the version ID (reference source) and ID (reference source), or the version ID (reference destination) and ID (reference destination) match is searched. The search result is stored in the extraction-related name storage unit 16, and when the version ID (reference source) and the ID (reference source) match, the version ID (reference destination) and the ID (reference destination) are replaced with the version ID. (Reference) and ID (reference)
If the IDs match, the version ID (reference source) and the ID (reference source)
Is extracted and passed to the software component name storage unit 8 and the attribute name storage unit 10.

【0051】ステップ82) ソフト部品名称保存部8
と属性名称保存部10は、渡された版IDとIDの対と
一致するソフト部品名称並びに属性名称を検索し、関連
名称保存部12に渡す。 ステップ83) 関連名称保存部12は、ステップ80
で渡された版IDとIDの対と、ステップ82で渡され
たソフト部品名称並びに属性名称の版IDとIDの対を
比較し、ステップ80に存在しないものを抽出ソフト部
品名称保存部14並びに、抽出属性名称保存部15に追
加する。
Step 82) Software part name storage section 8
The attribute name storage unit 10 searches for a software component name and an attribute name that match the passed version ID and ID pair, and passes them to the related name storage unit 12. Step 83) The related name storage unit 12 executes step 80
Is compared with the pair of the version ID and the ID passed in step 82 and the pair of the version ID and ID of the software component name and the attribute name passed in step 82, and those not present in step 80 are extracted. , To the extracted attribute name storage unit 15.

【0052】ステップ84) ステップ83で追加する
ものが存在している間、ステップ80以降の処理を繰り
返す。 ステップ85) 抽出管理部13は、抽出関連名称保存
部16に保存されている関連名称を先頭から1つずつ版
IDとIDの対(参照元・参照先)2組を取り出し、抽
出識別子保存部17に登録していく。表示可否について
は、既に登録済の抽出識別子保存部の内容と比較するこ
とで決定する。参照元・参照先に関わらず今までに既に
同じIDが登録されていれば表示不可とする。次に、参
照元の場合は参照先のIDで表示可能となっている識別
子がある場合は可能とし、なければ不可能とする。参照
先の場合は、参照元と表示可否を一致させる(表示不可
能であれば不可とし、可能であれば可能)。関連名称
は、複数回同じ版IDとIDの対が登録されているの
で、既に抽出識別子保存部17に登録されていなければ
追加しないものとする。この処理を抽出識別子として登
録されているすべてについて実施する。
Step 84) While there is something to be added in step 83, the processing from step 80 is repeated. Step 85) The extraction management unit 13 extracts two pairs of version ID and ID (reference source / reference destination) from the top of the related names stored in the extracted related name storage unit 16 one by one, and Register to 17 Display permission / inhibition is determined by comparing the contents of the extracted identifier storage unit that has already been registered. If the same ID has already been registered regardless of the reference source / reference destination, the display is disabled. Next, in the case of the reference source, if there is an identifier that can be displayed by the ID of the reference destination, it is determined to be possible, and otherwise, it is determined to be impossible. In the case of the reference destination, the reference source and the display permission are matched (if the display is not possible, the display is disabled, and if possible, the display is possible). Since the same name of the version ID and the ID is registered a plurality of times, the related name is not added unless it is already registered in the extraction identifier storage unit 17. This process is performed for all of the items registered as the extraction identifier.

【0053】ステップ86) 抽出管理部13は、抽出
ソフト部品名称保存部14に保存されているソフト部品
名称を先頭から取り出す。取り出したものの版IDとI
Dの対を元に抽出識別子保存部17を検索し、一致した
ものの表示可否に従い、表示可能な場合は、端末装置4
にソフト部品名称の中のIDとソフト部品名称と部品種
別を表示する。また、一致しない場合も、端末装置4に
ソフト部品名称の中のIDとソフト部品名称と部品種別
を表示する。以上を抽出ソフト部品名称保存部14に登
録されている全ての名称について実施する。
Step 86) The extraction management unit 13 extracts the software component name stored in the extracted software component name storage unit 14 from the top. Version ID and I of the retrieved item
The extracted identifier storage unit 17 is searched on the basis of the pair of D, and if it can be displayed according to whether or not it is possible to display a match, the terminal device 4
Of the software component name, the software component name and the component type are displayed. In the case where they do not match, the terminal device 4 displays the ID in the software component name, the software component name, and the component type. The above is performed for all the names registered in the extracted software component name storage unit 14.

【0054】ステップ87) 抽出管理部13は、抽出
属性名称保存部15に保存されている属性名称を先頭か
ら取り出す。取り出したものの版IDとIDの対を元に
抽出識別子保存部17を検索し、一致したものの表示可
否に従い、表示可能な場合は、端末装置4に属性名称の
中のIDと属性名称と属性データタイプと桁数を表示す
る。また、一致しない場合も、端末装置4に属性名称の
中のIDと属性名称と属性データタイプと桁数を表示す
る。以上を抽出属性名称保存部15に登録されている全
ての名称について実施する。
Step 87) The extraction management unit 13 extracts the attribute name stored in the extracted attribute name storage unit 15 from the top. The extracted identifier storage unit 17 is searched based on the pair of the version ID and the ID of the extracted one, and according to whether or not the matched one can be displayed, if it can be displayed, the ID in the attribute name, the attribute name, and the attribute data Display type and number of digits. Also, even when they do not match, the terminal device 4 displays the ID in the attribute name, the attribute name, the attribute data type, and the number of digits. The above is performed for all the names registered in the extracted attribute name storage unit 15.

【0055】ステップ88) 抽出管理部13は、抽出
関連名称保存部16に保存されている関連名称を先頭か
ら取り出す。取り出したものの版IDとIDの対2組
(参照元、参照先)を元に抽出識別子保存部17を検索
し、一致したものの表示可否に従い2組とも表示可能な
場合は、ID(参照元)とID(参照先)を端末装置4
に表示する。表示終了後、抽出ソフト部品名称保存部1
4と抽出属性名称保存部15と抽出関連名称保存部16
と抽出識別子保存部17に保存されている内容を全て消
去する。
Step 88) The extraction management unit 13 extracts the related name stored in the extracted related name storage unit 16 from the top. The extracted identifier storing unit 17 is searched based on two pairs (reference source and reference destination) of the version ID and ID of the extracted one, and if both sets can be displayed depending on whether or not the matched one can be displayed, the ID (reference source) And the ID (reference destination) to the terminal device 4
To be displayed. After the display, the extracted software component name storage unit 1
4, extraction attribute name storage unit 15, and extraction related name storage unit 16
And all the contents stored in the extraction identifier storage unit 17 are deleted.

【0056】また、上記の実施例は、図5の構成に基づ
いて説明したが、同図に示す版管理部5、ソフト部品名
称登録部7、属性名称登録部9、関連名称登録部11、
抽出管理部13の動作をプログラムとして構築し、当該
データ登録装置として利用されるコンピュータに接続さ
れるディスク装置や、フロッピーディスクやCD−RO
M等の可搬記憶媒体に格納しておき、本発明を実施する
際にインストールすることにより容易に本発明を実現す
ることが可能となる。
Although the above embodiment has been described based on the configuration of FIG. 5, the version management unit 5, software component name registration unit 7, attribute name registration unit 9, related name registration unit 11,
The operation of the extraction management unit 13 is constructed as a program, and a disk device connected to a computer used as the data registration device, a floppy disk or a CD-RO
The present invention can be easily realized by storing it in a portable storage medium such as M and installing it when implementing the present invention.

【0057】なお、本発明は、上記の実施例に限定され
ることなく、特許請求の範囲内で種々変更・応用が可能
である。
The present invention is not limited to the above embodiment, but can be variously modified and applied within the scope of the claims.

【0058】[0058]

【発明の効果】上述のように、本発明によれば、データ
を登録する際に、データを登録する時点で関連するデー
タをコピーするのではなく、関連データの参照情報のみ
を持つようにする。また、データ更新時には、元データ
を参照する別のデータとして登録するようにする。そし
て、データを抽出する場合には、データと参照情報を辿
って必要なデータ群を抽出することにより、データ登録
に版を指定することで、データ抽出時にデータ間に矛盾
を生じさせずかつ、関連するデータも取得することがで
きる。
As described above, according to the present invention, when registering data, the related data is not copied at the time of registering the data, but has only the reference information of the related data. . When updating the data, the original data is registered as another data that refers to the original data. When extracting data, by extracting the necessary data group by tracing the data and reference information, by specifying the version in the data registration, no inconsistency occurs between the data at the time of data extraction, and Related data can also be obtained.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の原理を説明するための図である。FIG. 1 is a diagram for explaining the principle of the present invention.

【図2】本発明の原理構成図である。FIG. 2 is a principle configuration diagram of the present invention.

【図3】本発明の動作の概要を説明するための図であ
る。
FIG. 3 is a diagram for explaining an outline of an operation of the present invention.

【図4】本発明の一実施例のデータ登録の工程を示す図
である。
FIG. 4 is a diagram showing a data registration process according to one embodiment of the present invention.

【図5】本発明の一実施例のデータ登録装置の構成図で
ある。
FIG. 5 is a configuration diagram of a data registration device according to an embodiment of the present invention.

【図6】本発明の一実施例の各構成要素を説明するため
の図である。
FIG. 6 is a diagram for explaining each component of an embodiment of the present invention.

【図7】本発明の一実施例のソフト部品名称対応部のデ
ータ例である。
FIG. 7 is an example of data of a software component name corresponding unit according to an embodiment of the present invention.

【図8】本発明の一実施例の属性名称対応部のデータ例
である。
FIG. 8 is an example of data of an attribute name corresponding unit according to an embodiment of the present invention.

【図9】本発明の一実施例の関連名称対応部のデータ例
である。
FIG. 9 is an example of data of a related name corresponding unit according to one embodiment of the present invention.

【図10】本発明の一実施例の版対応部のデータ例であ
る。
FIG. 10 is an example of data of a plate correspondence unit according to an embodiment of the present invention.

【図11】本発明の一実施例の抽出ソフト部品名称対応
部のデータ例(その1)である。
FIG. 11 is an example (No. 1) of data of an extracted software component name corresponding portion according to an embodiment of the present invention.

【図12】本発明の一実施例の抽出ソフト部品名称対応
部のデータ例(その2)である。
FIG. 12 is a data example (part 2) of an extracted software component name corresponding unit according to an embodiment of the present invention.

【図13】本発明の一実施例の抽出属性名称対応部のデ
ータ例(その1)である。
FIG. 13 is an example (No. 1) of data of an extracted attribute name corresponding section according to an embodiment of the present invention.

【図14】本発明の一実施例の抽出属性名称対応部のデ
ータ例(その2)である。
FIG. 14 is an example (No. 2) of data of an extracted attribute name corresponding portion according to an embodiment of the present invention.

【図15】本発明の一実施例の抽出関連名称対応部のデ
ータ例(その1)である。
FIG. 15 is an example (No. 1) of data of an extraction-related name corresponding section according to an embodiment of the present invention.

【図16】本発明の一実施例の抽出関連名称対応部のデ
ータ例(その2)である。
FIG. 16 is an example (No. 2) of data of an extraction-related name corresponding portion according to an embodiment of the present invention.

【図17】本発明の一実施例の抽出識別子対応部のデー
タ例(その1)である。
FIG. 17 is an example (No. 1) of data of an extracted identifier corresponding unit according to an embodiment of the present invention.

【図18】本発明の一実施例の抽出識別子対応部のデー
タ例(その2)である。
FIG. 18 is an example (No. 2) of data of an extracted identifier corresponding unit according to an embodiment of the present invention.

【図19】本発明の一実施例の版登録処理のフローチャ
ートである。
FIG. 19 is a flowchart of a plate registration process according to an embodiment of the present invention.

【図20】本発明の一実施例のソフト部品名称登録処理
のフローチャートである。
FIG. 20 is a flowchart of a software component name registration process according to one embodiment of the present invention.

【図21】本発明の一実施例の属性名称登録処理のフロ
ーチャートである。
FIG. 21 is a flowchart of an attribute name registration process according to an embodiment of the present invention.

【図22】本発明の一実施例の関連名称登録処理のフロ
ーチャートである。
FIG. 22 is a flowchart of a related name registration process according to an embodiment of the present invention.

【図23】本発明の一実施例のデータ抽出処理のフロー
チャート(その1)である。
FIG. 23 is a flowchart (part 1) of a data extraction process according to an embodiment of the present invention.

【図24】本発明の一実施例のデータ抽出処理のフロー
チャート(その2)である。
FIG. 24 is a flowchart (No. 2) of a data extraction process according to an embodiment of the present invention.

【図25】本発明の一実施例のデータ抽出処理のフロー
チャート(その3)である。
FIG. 25 is a flowchart (part 3) of a data extraction process according to an embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1,2,3,4 端末装置 5 版管理部 6 版保存部 7 ソフト部品名称登録部 8 ソフト部品名称保存部 9 属性名称登録部 10 属性名称保存部 11 関連名称登録部 12 関連名称保存部 13 抽出管理部 14 抽出ソフト部品名称保存部 15 抽出属性名称保存部 16 抽出関連名称保存部 17 抽出識別子保存部 21 ソフト部品名称対応部 22 属性名称対応部 23 関連名称対応部 24 版対応部 25 抽出ソフト部品名称対応部 26 抽出属性名称対応部 27 抽出関連名称対応部 28 抽出識別子対応部 100 記録手段 200 参照情報記録手段 1, 2, 3, 4 Terminal device 5 Version management unit 6 Version storage unit 7 Software component name registration unit 8 Software component name storage unit 9 Attribute name registration unit 10 Attribute name storage unit 11 Related name registration unit 12 Related name storage unit 13 Extraction management unit 14 Extraction software component name storage unit 15 Extraction attribute name storage unit 16 Extraction related name storage unit 17 Extraction identifier storage unit 21 Software component name correspondence unit 22 Attribute name correspondence unit 23 Related name correspondence unit 24 Version correspondence unit 25 Extraction software Part name corresponding part 26 Extracted attribute name corresponding part 27 Extraction related name corresponding part 28 Extracted identifier corresponding part 100 Recording means 200 Reference information recording means

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 データを登録するデータ登録処理方法に
おいて、 データ自体とデータを登録したグループ(版)を組で記
録し、 データ間の依存関係(参照関係)を依存元(参照元)と
依存先(参照先)として、データ名と版を用いた2組の
参照情報を記録することを特徴とするデータ登録処理方
法。
In a data registration processing method for registering data, data itself and a group (version) in which the data are registered are recorded as a set, and a dependency relationship (reference relationship) between data is dependent on a dependency source (reference source). A data registration processing method characterized by recording two sets of reference information using a data name and a version as a destination (reference destination).
【請求項2】 データを登録するデータ登録処理方法に
おいて、 データ自体とデータを登録したグループ(版)を組で記
録し、 データ間の依存関係(参照関係)を依存元(参照元)と
依存先(参照先)として、データ名と版を用いた2組の
参照情報を記録し、 前記参照情報を辿りながらデータを抽出することを特徴
とするデータ登録処理方法。
2. A data registration processing method for registering data, wherein the data itself and a group (version) in which the data is registered are recorded as a set, and a dependency (reference relationship) between the data is dependent on a dependency source (reference source). A data registration processing method characterized by recording two sets of reference information using a data name and a version as a reference (reference destination), and extracting data while following the reference information.
【請求項3】 データを登録するデータ登録処理装置で
あって、 データ自体とデータを登録したグループ(版)を組で記
録する記録手段と、 データ間の依存関係(参照関係)を依存元(参照元)と
依存先(参照先)として、データ名と版を用いた2組の
参照情報を記録する参照情報記録手段とを有することを
特徴とするデータ登録処理装置。
3. A data registration processing device for registering data, comprising: recording means for recording a set of data itself and a group (version) in which the data is registered; and a dependency source (reference relationship) between the data. A data registration processing device comprising: reference information recording means for recording two sets of reference information using a data name and a version as a reference source) and a dependence destination (reference destination).
【請求項4】 データを登録するデータ登録処理装置で
あって、 データ自体とデータを登録したグループ(版)を組で記
録する記録手段と、 データ間の依存関係(参照関係)を依存元(参照元)と
依存先(参照先)として、データ名と版を用いた2組の
参照情報を記録する参照情報記録手段と、 前記参照情報を辿りながらデータを抽出するデータ抽出
手段とを有することを特徴とするデータ登録処理装置。
4. A data registration processing device for registering data, comprising: recording means for recording a set of data itself and a group (version) in which the data is registered; and a dependency source (reference relationship) between the data. A reference information recording unit that records two sets of reference information using a data name and a version as a reference source) and a dependence destination (reference destination); and a data extraction unit that extracts data while following the reference information. A data registration processing device characterized by the above-mentioned.
【請求項5】 データを登録するデータ登録装置であっ
て、 データ登録の際に複数の内容を持つ同じデータを識別す
るための版IDを昇順で記録した参照識別情報と、 登録時の版情報を識別するための版ID及び、他のデー
タと識別するためのIDとを有するデータと、 データ間の関連を識別するための版ID及びIDを組と
して有する関連データと、 前記データの登録時に、該データが前記関連データに関
連している場合、該関連データの前記版IDと前記ID
を有する関連データを同時に登録する登録手段とを有す
ることを特徴とするデータ登録処理装置。
5. A data registration apparatus for registering data, comprising: reference identification information in which version IDs for identifying the same data having a plurality of contents at the time of data registration are recorded in ascending order; Data having a version ID for identifying the ID and an ID for identifying the other data, related data having a version ID and an ID for identifying a relationship between the data as a set, and registering the data. If the data is related to the related data, the version ID and the ID of the related data
A registration unit for simultaneously registering related data having the following.
【請求項6】 前記登録手段は、 前記データが変更された場合に、更新された前記参照識
別情報が有する前記版IDを有し、該データのIDを持
つ他のデータとして登録する変更登録手段と、 変更前のデータを有する関連データを同時に登録する関
連データ登録手段とを含む請求項5記載のデータ登録処
理装置。
6. The change registering means, when the data is changed, has the version ID of the updated reference identification information, and registers the version ID as another data having the ID of the data. The data registration processing device according to claim 5, further comprising: related data registration means for simultaneously registering related data having data before the change.
【請求項7】 データを抽出する際に、前記版IDまた
は、版名を指定して、前記参照識別情報に基づいて同じ
版IDを有するデータを抽出するデータ抽出手段を更に
有する請求項5記載のデータ登録処理装置。
7. A data extracting means for extracting data having the same version ID based on the reference identification information by designating the version ID or the version name when extracting data. Data registration processor.
【請求項8】 前記データ抽出手段は、 前記参照識別情報を辿ることが可能なデータで指定され
た版IDを有するデータも合わせて抽出する手段を含む
請求項7記載のデータ登録処理装置。
8. The data registration processing device according to claim 7, wherein said data extracting means includes means for also extracting data having a version ID designated by data capable of tracing said reference identification information.
【請求項9】 データを登録するデータ登録処理プログ
ラムを格納した記憶媒体であって、 データ自体とデータを登録したグループ(版)を組で記
録する記録プロセスと、 データ間の依存関係(参照関係)を依存元(参照元)と
依存先(参照先)として、データ名と版を用いた2組の
参照情報を記録する参照情報記録プロセスとを有するこ
とを特徴とするデータ登録処理プログラムを格納した記
憶媒体。
9. A storage medium storing a data registration processing program for registering data, comprising: a recording process for recording the data itself and a group (version) in which the data is registered as a set; ) As a dependency source (reference source) and a dependency destination (reference destination), and stores a reference information recording process for recording two sets of reference information using a data name and a version. Storage media.
【請求項10】 データを登録するデータ登録処理プロ
グラムを格納した記憶媒体であって、 データ自体とデータを登録したグループ(版)を組で記
録する記録プロセスと、 データ間の依存関係(参照関係)を依存元(参照元)と
依存先(参照先)として、データ名と版を用いた2組の
参照情報を記録する参照情報記録プロセスと、 前記参照情報を辿りながらデータを抽出するデータ抽出
プロセスとを有することを特徴とするデータ登録処理プ
ログラムを格納した記憶媒体。
10. A storage medium storing a data registration processing program for registering data, comprising: a recording process for recording data itself and a group (version) in which the data is registered as a group; ) As a dependency source (reference source) and a dependency destination (reference destination), a reference information recording process for recording two sets of reference information using a data name and a version, and a data extraction for extracting data while following the reference information And a storage medium storing a data registration processing program having a process.
JP10169859A 1998-06-17 1998-06-17 Method and device for data registering process and storage medium having stored data registering process program thereon Pending JP2000010839A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10169859A JP2000010839A (en) 1998-06-17 1998-06-17 Method and device for data registering process and storage medium having stored data registering process program thereon

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10169859A JP2000010839A (en) 1998-06-17 1998-06-17 Method and device for data registering process and storage medium having stored data registering process program thereon

Publications (1)

Publication Number Publication Date
JP2000010839A true JP2000010839A (en) 2000-01-14

Family

ID=15894273

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10169859A Pending JP2000010839A (en) 1998-06-17 1998-06-17 Method and device for data registering process and storage medium having stored data registering process program thereon

Country Status (1)

Country Link
JP (1) JP2000010839A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012226546A (en) * 2011-04-19 2012-11-15 Shimadzu Corp Analysis information file management system
CN112329124A (en) * 2019-07-31 2021-02-05 比亚迪股份有限公司 CAE model error checking method and device, computer equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012226546A (en) * 2011-04-19 2012-11-15 Shimadzu Corp Analysis information file management system
CN112329124A (en) * 2019-07-31 2021-02-05 比亚迪股份有限公司 CAE model error checking method and device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN106033436B (en) Database merging method
US7113951B2 (en) Method and system for detecting tables to be modified
US20020038315A1 (en) Replication system and program
US20090228794A1 (en) Business specification comprehension assistance system and method
JP2000010839A (en) Method and device for data registering process and storage medium having stored data registering process program thereon
JP2007334412A (en) Retrieval program and retrieving device
CN111897837A (en) Data query method, device, equipment and medium
JP2001056809A (en) Document managing system
JP2000132435A (en) Data consistency processor between different kind of data base management systems
JPH05151056A (en) Data controller
JPH11120054A (en) Device and method for managing electronic document, and recording medium recorded with electronic document managing program
JPH05257765A (en) Database management system
JP3008807B2 (en) Data processing device
JPH06332957A (en) Data processing method
US10235438B2 (en) Removal of invisible data packages in data warehouses
JP2000250922A (en) Document retrieval system, device and method and recording medium
JPH06131232A (en) Multiple definition correction assisting device for data dictionary
JP4353574B2 (en) Information retrieval method and apparatus
JP2002007121A (en) Method for controlling history of change of source file and device for the same and medium recording its program
JP4185347B2 (en) Graphic information processing system, graphic information processing method, and program
JPH1011338A (en) Relational database system, method for storing and reading data in it and recording medium for recording program for it
JPH09305684A (en) Form management method and information processing system for executing the method
JP3889067B2 (en) Document management apparatus and document management method
JP2002222104A (en) Master file updating system, its method, and program
JPH06314226A (en) Data update method