JPH10105390A - Inter-specifications cross-reference table - Google Patents

Inter-specifications cross-reference table

Info

Publication number
JPH10105390A
JPH10105390A JP27547096A JP27547096A JPH10105390A JP H10105390 A JPH10105390 A JP H10105390A JP 27547096 A JP27547096 A JP 27547096A JP 27547096 A JP27547096 A JP 27547096A JP H10105390 A JPH10105390 A JP H10105390A
Authority
JP
Japan
Prior art keywords
identification number
column
software
program
specifying
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
JP27547096A
Other languages
Japanese (ja)
Inventor
Kiyomi Matsumoto
清美 松本
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP27547096A priority Critical patent/JPH10105390A/en
Publication of JPH10105390A publication Critical patent/JPH10105390A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide the inter-specifications cross-reference table through which the influence range of a change in customer's request on respective specifications and a source program can easily be grasped. SOLUTION: An identification number specifying an entry place of software request specifications is entered into a field 2, an identification number specifying an entry place of software design specifications is entered into a field 3, and a mark 61 showing whether or not there is the relativity between the entry places of the software request specifications and software design specifications is entered into a 1st matrix field 6. Similarly, an identification number specifying an entry place of program specifications is entered into a field 4 and a mark 71 showing whether or not there is the relativity between the entry places of the software design specifications and program specifications is entered into a 2nd matrix field 7. Further, an identification number specifying a constitution unit of the source program is entered into a field 5 and a mark 81 showing whether or not there is the relativity between the entry place of the program specifications and the constitution unit of the source program is entered into a 3rd matrix field 8.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ソフトウェア開発
作業において作成される各種仕様書間およびソースプロ
グラムとの関連性が一目瞭然である仕様書間クロスリフ
ァレンス表に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a cross-reference table between specifications, which is created in a software development work, and whose relation to a source program is clear at a glance.

【0002】[0002]

【従来の技術】通常、コンピュータのソースプログラム
はその開発過程を幾つかの工程に分割し、各工程の終了
時に仕様書を作成して次工程に移るという形態で開発が
進められている。図1はこのようなソフトウェア開発過
程と各工程で作成される仕様書との関係を示す。同図に
示すように、ソフトウェア開発の生産物となるソースプ
ログラムAは、顧客要求Bを出発点として、最上流工程
であるソフトウェア分析工程C,次の工程である概略設
計工程D,その次の工程である詳細設計工程E,そして
最下流工程である製造工程Fという4つの工程を経て開
発される。
2. Description of the Related Art Generally, a computer source program is developed by dividing the development process into several steps, creating a specification at the end of each step, and moving to the next step. FIG. 1 shows the relationship between such a software development process and specifications created in each process. As shown in the figure, a source program A, which is a product of software development, has a customer analysis B as a starting point, a software analysis process C which is the most upstream process, a schematic design process D which is the next process, and a next design process D which is the next process. It is developed through four processes: a detailed design process E, which is a process, and a manufacturing process F, which is the most downstream process.

【0003】ソフトウェア分析工程Cでは、顧客要求B
に基づき、システムを取り巻く環境やソフトウェアに要
求される機能,性能等を分析し、これをソフトウェア要
求仕様としてまとめる。このソフトウェア要求仕様の内
容を記載した文書がソフトウェア要求仕様書Gである。
ソフトウェア要求仕様書Gには、システムの概要,各機
能の処理の内容,実装要求仕様等が記載され、以降の各
工程はすべてこのソフトウェア要求仕様書Gに基づいて
進められる。
In a software analysis process C, a customer request B
Based on the above, the environment surrounding the system and the functions and performance required for the software are analyzed, and these are summarized as software requirements specifications. A document describing the contents of the software requirement specification is a software requirement specification G.
The software requirement specification G describes the outline of the system, the contents of processing of each function, the implementation requirement specification, and the like, and all the subsequent steps are performed based on the software requirement specification G.

【0004】次の概略設計工程Dおよび詳細設計工程E
では、ソフトウェア分析工程Cで作成されたソフトウェ
ア要求仕様をコンピュータ上で効率良く実行することが
できるような構造を持つ設計仕様に変換する。このう
ち、概略設計工程Dでは、ソフトウェア要求仕様に基づ
いてシステムを幾つかのプログラムに分割し、さらに各
プログラムを幾つかのモジュールに分割し、これらの間
の接続方法等を決定し、ソフトウェア設計仕様としてま
とめる。このソフトウェア設計仕様の内容を記載した文
書がソフトウェア設計仕様書Hであり、システム階層,
機能階層,モジュール間のインタフェース,個々のモジ
ュールの機能などが記載される。他方、詳細設計工程E
では、概略設計工程Dで作成されたソフトウェア設計仕
様に基づいて、個々のモジュールの処理手順を決定し、
これをプログラム仕様としてまとめ、プログラム仕様書
Iを作成する。このプログラム仕様書Iには、モジュー
ルの構造,ファイルやテーブルの構造,フローチャート
等で表したモジュールの処理手順などが記載される。
The following schematic design process D and detailed design process E
Then, the software requirement specifications created in the software analysis step C are converted into design specifications having a structure that can be efficiently executed on a computer. Of these, in the schematic design process D, the system is divided into several programs based on software requirement specifications, each program is further divided into several modules, a connection method and the like between them are determined, and software design is performed. Summarize as specifications. A document describing the contents of the software design specification is the software design specification H, and the system hierarchy,
The function hierarchy, interfaces between modules, functions of individual modules, and the like are described. On the other hand, detailed design process E
Then, based on the software design specifications created in the schematic design process D, determine the processing procedure of each module,
This is summarized as a program specification, and a program specification I is created. This program specification I describes the module structure, the file and table structures, the processing procedure of the module represented by a flowchart, and the like.

【0005】最後の製造工程Fでは、詳細設計工程Eで
作成されたプログラム仕様に基づいてプログラムのソー
スコードを記述し、複数のモジュール等から構成される
ソースプログラムAを作成する。
In a final manufacturing process F, a source code of the program is described based on the program specifications created in the detailed design process E, and a source program A including a plurality of modules is created.

【0006】[0006]

【発明が解決しようとする課題】ソースプログラムの開
発は上述したような工程で進められ、その過程において
各種の仕様書が作成されているが、各仕様書は独立して
存在し、他の仕様書との相関関係の詳細が記述されてい
ない。このため、各仕様書で記述される項目が他の仕様
書にどのように反映されているのか分かりにくいという
問題点があった。従って、ソースプログラムの製造後に
顧客の要求に変更が生じた場合、各仕様書およびソース
プログラムへの影響範囲の把握が容易でなかった。ま
た、反対にソースプログラムに対して内容の変更(追
加,削除等)が生じた場合、各仕様書のどの項目に影響
がおよび、そして最終的に顧客の要求に対してどの程度
の影響があるのかを把握するのも容易でなかった。
The development of a source program proceeds in the above-described steps, and in the process, various specifications are created. However, each specification exists independently, and other specifications exist. The details of the correlation with the book are not described. For this reason, there is a problem that it is difficult to understand how the items described in each specification are reflected in other specifications. Therefore, if the customer's requirements change after the production of the source program, it is not easy to grasp the influence on each specification and the source program. Conversely, if the contents of the source program are changed (addition, deletion, etc.), it will affect which items in each specification and how much will eventually affect customer requirements. It was not easy to figure out.

【0007】なお、特開平6−139061号公報には
ソースプログラム自体からそのソースプログラムの内容
を正確に反映した仕様書を自動生成する技術が記載され
ており、特開平3−110629号公報にはプログラム
に関する機能説明書,取扱説明書,モジュール仕様書等
のドキュメント情報の体系図を作成する技術が記載され
ている。これらの技術を応用すれば、ソースプログラム
に対して内容の変更があった場合のプログラム仕様書に
及ぼす影響範囲をある程度把握することができる。しか
し、更に上流工程のソフトウェア設計仕様書,ソフトウ
ェア要求仕様書への影響範囲は不明であり、従って顧客
の要求に対してどの程度の影響があるのかも不明であ
る。更に、顧客の要求に変更が生じた場合の各仕様書お
よびソースプログラムへの影響範囲の把握には役立たな
い。
Japanese Patent Application Laid-Open No. Hei 6-139061 describes a technique for automatically generating specifications that accurately reflect the contents of a source program from a source program itself. This document describes a technique for creating a system diagram of document information such as a functional manual, an instruction manual, and a module specification document relating to a program. By applying these techniques, it is possible to understand to some extent the range of influence on the program specification when the contents of the source program are changed. However, the range of influence on the software design specification and software requirement specification in the further upstream process is unknown, and therefore, it is also unknown how much influence it has on customer requirements. Further, it is not useful for grasping the range of influence on each specification and the source program when a change occurs in a customer's request.

【0008】本発明はこのような従来の問題点を解決し
たものであり、その目的は、顧客要求の変更が各仕様書
およびソースプログラムに及ぼす影響範囲およびその逆
にソースプログラムの変更が各仕様書および顧客要求に
及ぼす影響範囲を容易に把握することができる仕様書間
クロスリファレンス表を提供することにある。
The present invention solves such a conventional problem. The purpose of the present invention is to change the range of influence of a change in a customer request on each specification and a source program and vice versa. It is an object of the present invention to provide a cross-reference table between specifications which can easily grasp the range of influence on specifications and customer requirements.

【0009】[0009]

【課題を解決するための手段】本発明の仕様書間クロス
リファレンス表は、ソフトウェア開発作業において顧客
要求に基づき作成されるソフトウェア要求仕様書の記載
箇所を特定する識別番号を一列に記載したソフトウェア
要求仕様書識別番号欄と、ソフトウェア開発作業におい
てソフトウェア要求仕様書に基づき作成されるソフトウ
ェア設計仕様書の記載箇所を特定する識別番号を一列に
記載したソフトウェア設計仕様書識別番号欄と、隣接す
る2辺の一方が前記ソフトウェア要求仕様書識別番号欄
に、他方が前記ソフトウェア設計仕様書識別番号欄にそ
れぞれ接するマトリクス欄であって、前記ソフトウェア
要求仕様書識別番号欄に記載された識別番号で特定され
るソフトウェア要求仕様書の記載箇所と、前記ソフトウ
ェア設計仕様書識別番号欄に記載された識別番号で特定
されるソフトウェア設計仕様書の記載箇所との関連性の
有無を、双方の欄の識別番号の記載位置によって定まる
行と列との交点上のマークの有無によって表現した第1
のマトリクス欄と、ソフトウェア開発作業においてソフ
トウェア設計仕様書に基づき作成されるプログラム仕様
書の記載箇所を特定する識別番号を一列に記載したプロ
グラム仕様書識別番号欄と、隣接する2辺の一方が前記
ソフトウェア設計仕様書識別番号欄に、他方が前記プロ
グラム仕様書識別番号欄にそれぞれ接するマトリクス欄
であって、前記ソフトウェア設計仕様書識別番号欄に記
載された識別番号で特定されるソフトウェア設計仕様書
の記載箇所と、前記プログラム仕様書識別番号欄に記載
された識別番号で特定されるプログラム仕様書の記載箇
所との関連性の有無を、双方の欄の識別番号の記載位置
によって定まる行と列との交点上のマークの有無によっ
て表現した第2のマトリクス欄と、ソフトウェア開発作
業においてプログラム仕様書に基づき作成されるソース
プログラムの構成単位を特定する識別番号を一列に記載
したソースプログラム識別番号欄と、隣接する2辺の一
方が前記プログラム仕様書識別番号欄に、他方が前記ソ
ースプログラム識別番号欄にそれぞれ接するマトリクス
欄であって、前記プログラム仕様書識別番号欄に記載さ
れた識別番号で特定されるプログラム仕様書の記載箇所
と、前記ソースプログラム識別番号欄に記載された識別
番号で特定されるソースプログラムの構成単位との関連
性の有無を、双方の欄の識別番号の記載位置によって定
まる行と列との交点上のマークの有無によって表現した
第3のマトリクス欄とから構成されている。
According to the present invention, there is provided a cross-reference table between specifications, wherein a software request in which identification numbers for specifying a description location of a software requirement specification created based on a customer request in software development work are described in a row. A specification identification number column, a software design specification identification number column in which identification numbers for specifying a description portion of a software design specification created based on a software requirement specification in software development work are arranged in a row, and two adjacent sides. One is a matrix column that contacts the software requirement specification identification number column, and the other is a matrix column that contacts the software design specification identification number column, and is specified by the identification number described in the software requirement specification identification number column. The location of the software requirement specification and the software design specification Whether or not there is a relationship with the description part of the software design specification identified by the identification number described in the number column is determined by the presence or absence of a mark on the intersection of the row and column determined by the position of the identification number in both columns The first expressed
A matrix column, a program specification identification number column in which identification numbers for specifying a description portion of a program specification created based on the software design specification in software development work are listed in a row, and one of two adjacent sides is In the software design specification identification number field, the other is a matrix field which is in contact with the program specification specification identification number field, respectively, and the software design specification specification identified by the identification number described in the software design specification identification number field. The presence or absence of a relationship between the description location and the description location of the program specification specified by the identification number described in the program specification identification number column is determined by the row and column determined by the description position of the identification number in both columns. A second matrix column expressed by the presence or absence of a mark on the intersection of A source program identification number column in which identification numbers for specifying constituent units of a source program created based on a program specification are listed in a row, one of two adjacent sides is in the program specification identification number column, and the other is the source. A matrix column that is in contact with each of the program identification number columns, a description portion of the program specification specified by the identification number described in the program specification identification number column, and an identification number described in the source program identification number column And a third matrix field that expresses the relevance of the source program to the constituent units specified in the above by the presence or absence of a mark on the intersection of a row and a column determined by the position of the identification number in both columns. Have been.

【0010】また本発明は、ソフトウェア要求仕様書の
記載箇所を特定する識別番号,ソフトウェア設計仕様書
の記載箇所を特定する識別番号およびプログラム仕様書
の記載箇所を特定する識別番号が、各仕様書の目次の各
内容に対して割り当てられた識別番号であり、仕様書区
分−章番号−項番号の形式を有することを特徴とする。
Further, according to the present invention, an identification number for specifying a location of a software requirement specification, an identification number for specifying a location of a software design specification, and an identification number for specifying a location of a program specification are included in each specification. , Which has an identification number assigned to each content of the table of contents, and has a format of specification section-chapter number-item number.

【0011】本発明の仕様書間クロスリファレンス表に
あっては、例えば、顧客要求に基づき作成されたソフト
ウェア要求仕様書の目次の各内容に対して仕様書区分−
章番号−項番号といった識別番号を付与することで記載
箇所を特定し、同じくソフトウェア設計仕様書およびプ
ログラム仕様書の記載箇所を同様な識別番号で特定し、
第1のマトリクス欄上のマークでソフトウェア要求仕様
書とソフトウェア設計仕様書との関連する記載箇所を関
連付け、第2のマトリクス欄上のマークでソフトウェア
設計仕様書とプログラム仕様書との関連する記載箇所を
関連付け、第3のマトリクス欄上のマークでプログラム
仕様書の記載箇所とソースプログラムの構成単位とを関
係付けてあるため、顧客要求の変更が各仕様書およびソ
ースプログラムに及ぼす影響範囲は、第1のマトリクス
欄,第2のマトリクス欄,第3のマトリクス欄を順に調
べることで容易に確認でき、その逆にソースプログラム
の変更が各仕様書および顧客要求に及ぼす影響範囲は、
第3のマトリクス欄,第2のマトリクス欄,第1のマト
リクス欄を順に調べることで容易に確認できる。
In the cross-reference table between specifications according to the present invention, for example, a specification classification is performed for each content of a table of contents of a software requirement specification created based on a customer request.
By specifying an identification number such as a chapter number-item number, the description location is specified, and similarly, the description location of the software design specification and the program specification is specified by the same identification number,
The mark on the first matrix column associates the relevant description places between the software requirement specification and the software design specification, and the mark on the second matrix column shows the relevant description place between the software design specification and the program specification document. And the mark on the third matrix column associates the location of the program specifications with the constituent units of the source program. Therefore, the range of influence of the change in customer requirements on each specification and the source program is as follows. It can be easily confirmed by sequentially examining the first matrix column, the second matrix column, and the third matrix column. Conversely, the range of influence of the change of the source program on each specification and customer requirements is as follows.
This can be easily confirmed by sequentially examining the third matrix column, the second matrix column, and the first matrix column.

【0012】[0012]

【発明の実施の形態】次に本発明の実施の形態の例につ
いて図面を参照して詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0013】図2は本発明の仕様書間クロスリファレン
ス表の一実施例の平面図である。この例の仕様書間クロ
スリファレンス表は、図1を参照して説明したソフトウ
ェア要求仕様書G,ソフトウェア設計仕様書H,プログ
ラム仕様書IおよびソースプログラムA間の相互の関連
性を示す表であり、白用紙等のペーパ1の上に、合計4
つの識別番号欄2,3,4,5と合計3つのマトリクス
欄6,7,8とを描いたものである。
FIG. 2 is a plan view of an embodiment of the cross-reference table between specifications according to the present invention. The inter-specification cross reference table in this example is a table showing the mutual relation between the software requirement specification G, the software design specification H, the program specification I, and the source program A described with reference to FIG. 4 on paper 1 such as white paper
One identification number column 2, 3, 4, 5 and a total of three matrix columns 6, 7, 8 are drawn.

【0014】識別番号欄2は、ソフトウェア要求仕様書
Gの記載箇所を特定する識別番号を縦に一列に記載した
ソフトウェア要求仕様書識別番号欄である。識別番号欄
2には識別番号記載フィールド20が縦に一列に配列さ
れており、その各々に1つの識別番号が記載できるよう
になっている。
The identification number column 2 is a software requirement specification identification number column in which identification numbers for specifying the description location of the software requirement specification G are vertically arranged in a line. In the identification number column 2, identification number description fields 20 are arranged vertically in a line, and one identification number can be described in each of them.

【0015】識別番号欄3は、ソフトウェア設計仕様書
Hの記載箇所を特定する識別番号を横に一列に記載した
ソフトウェア設計仕様書識別番号欄である。識別番号欄
3には識別番号記載フィールド30が横に一列に配列さ
れており、その各々に1つの識別番号が記載できるよう
になっている。
The identification number column 3 is a software design specification identification number column in which identification numbers for specifying the description locations of the software design specification H are described in a row. In the identification number column 3, identification number description fields 30 are arranged in a row in a row, and one identification number can be described in each of them.

【0016】識別番号欄4は、プログラム仕様書Iの記
載箇所を特定する識別番号を縦に一列に記載したプログ
ラム仕様書識別番号欄である。識別番号欄4には識別番
号記載フィールド40が横に一列に配列されており、そ
の各々に1つの識別番号が記載できるようになってい
る。
The identification number column 4 is a program specification identification number column in which identification numbers for specifying the location of the program specification I are vertically arranged in a line. In the identification number column 4, identification number description fields 40 are arranged in a row in a row, and one identification number can be described in each of them.

【0017】識別番号欄5は、ソースプログラムAの構
成単位を特定する識別番号を横に一列に記載したソース
プログラム識別番号欄である。識別番号欄5には識別番
号記載フィールド50が横に一列に配列されており、そ
の各々に1つの識別番号が記載できるようになってい
る。
The identification number column 5 is a source program identification number column in which identification numbers for specifying the constituent units of the source program A are described in a row. In the identification number column 5, identification number description fields 50 are arranged horizontally in a line, and one identification number can be described in each of them.

【0018】第1のマトリクス欄6は、隣接する2辺の
一方が識別番号欄2の縦の辺に、他方が識別番号欄3の
横の辺にそれぞれ接するように描かれており、識別番号
欄2の識別番号記載フィールド20に1対1に対応する
行と識別番号欄3の識別番号記載フィールド30に1対
1に対応する列とからなるマトリクス(格子)60を有
する。
The first matrix column 6 is drawn such that one of two adjacent sides is in contact with the vertical side of the identification number column 2 and the other is in contact with the horizontal side of the identification number column 3, respectively. It has a matrix (lattice) 60 consisting of a row corresponding to the identification number description field 20 in the column 2 on a one-to-one basis and a column corresponding to the identification number description field 30 in the identification number column 3 on a one-to-one basis.

【0019】第2のマトリクス欄7は、隣接する2辺の
一方が識別番号欄3の第1のマトリクス欄6とは反対側
の横の辺に、他方が識別番号欄4の縦の辺にそれぞれ接
するように描かれており、識別番号欄4の識別番号記載
フィールド40に1対1に対応する行と識別番号欄3の
識別番号記載フィールド30に1対1に対応する列とか
らなるマトリクス(格子)70を有する。
In the second matrix column 7, one of two adjacent sides is located on the side opposite to the first matrix column 6 in the identification number column 3, and the other is located on the vertical side of the identification number column 4. A matrix which is drawn so as to be in contact with each other and has a row corresponding to the identification number description field 40 of the identification number column 4 on a one-to-one basis and a column corresponding to the identification number description field 30 of the identification number column 3 on a one-to-one basis. (Grating) 70.

【0020】第3のマトリクス欄8は、隣接する2辺の
一方が識別番号欄4の第2のマトリクス欄7とは反対側
の縦の辺に、他方が識別番号欄5の横の辺にそれぞれ接
するように描かれており、識別番号欄4の識別番号記載
フィールド40に1対1に対応する行と識別番号欄5の
識別番号記載フィールド50に1対1に対応する列とか
らなるマトリクス(格子)80を有する。
In the third matrix column 8, one of two adjacent sides is a vertical side of the identification number column 4 opposite to the second matrix column 7, and the other is a horizontal side of the identification number column 5. The matrix is drawn so as to be in contact with each other, and is made up of a row corresponding to the identification number description field 40 of the identification number column 4 on a one-to-one basis and a column corresponding to the identification number description field 50 of the identification number column 5 on a one-to-one basis. (Grating) 80.

【0021】第1のマトリクス欄6には、識別番号欄2
に記載された識別番号で特定されるソフトウェア要求仕
様書Gの記載箇所と、識別番号欄3に記載された識別番
号で特定されるソフトウェア設計仕様書Hの記載箇所と
の関連性の有無を示すマーク61が適所に表示される。
即ち、双方の欄の識別番号記載フィールド20,30に
よって定まる行と列との交点に、若し、双方のフィール
ドに記載された識別番号で特定されるソフトウェア要求
仕様書Gおよびソフトウェア設計仕様書Hの記載箇所が
互いに関連性を有するならば、例えば○のマーク61が
表示され、そうでないならば○のマーク61は表示され
ない。
The first matrix column 6 contains an identification number column 2
Indicates whether there is a relationship between the description location of the software requirement specification G specified by the identification number described in the above and the description location of the software design specification H specified by the identification number described in the identification number column 3 The mark 61 is displayed at an appropriate place.
That is, at the intersection of the row and the column determined by the identification number description fields 20 and 30 in both columns, the software requirement specification G and the software design specification H specified by the identification numbers described in both fields. Are described, for example, the mark 61 is displayed, otherwise the mark 61 is not displayed.

【0022】第2のマトリクス欄7には、識別番号欄3
に記載された識別番号で特定されるソフトウェア設計仕
様書Hの記載箇所と、識別番号欄4に記載された識別番
号で特定されるプログラム仕様書Iの記載箇所との関連
性の有無を示すマーク71が適所に表示される。即ち、
双方の欄の識別番号記載フィールド30,40によって
定まる行と列との交点に、若し、双方のフィールドに記
載された識別番号で特定されるソフトウェア設計仕様書
Hおよびプログラム仕様書Iの記載箇所が互いに関連性
を有するならば、例えば○のマーク71が表示され、そ
うでないならば○のマーク71は表示されない。
The second matrix column 7 has an identification number column 3
Mark indicating whether or not there is a relationship between the description location of the software design specification H specified by the identification number described in (1) and the description location of the program specification I specified by the identification number described in the identification number column 4 71 is displayed in place. That is,
At the intersection of the row and the column determined by the identification number entry fields 30 and 40 in both fields, the description location of the software design specification H and the program specification I specified by the identification numbers entered in both fields Are related to each other, for example, the mark 71 is displayed. Otherwise, the mark 71 is not displayed.

【0023】第3のマトリクス欄8には、識別番号欄4
に記載された識別番号で特定されるプログラム仕様書I
の記載箇所と、識別番号欄5に記載された識別番号で特
定されるソースプログラムAの構成単位との関連性の有
無を示すマーク81が適所に表示される。即ち、双方の
欄の識別番号記載フィールド40,50によって定まる
行と列との交点に、若し、双方のフィールドに記載され
た識別番号で特性されるプログラム仕様書Iの記載箇所
とソースプログラムAの構成単位とが互いに関連性を有
するならば、例えば○のマーク81が表示され、そうで
ないならば○のマーク81は表示されない。
The third matrix column 8 contains an identification number column 4
Specification I specified by the identification number described in
And a mark 81 indicating whether or not there is a relationship between the described location and the constituent unit of the source program A specified by the identification number described in the identification number column 5 is displayed at an appropriate place. That is, at the intersection of the row and the column determined by the identification number description fields 40 and 50 of both columns, the description location of the program specification I characterized by the identification number described in both fields and the source program A Are associated with each other, for example, the mark 81 is displayed, otherwise the mark 81 is not displayed.

【0024】このような構成の仕様書間クロスリファレ
ンス表によれば、例えば顧客要求に変更があった場合、
その変更にかかるソフトウェア仕様書Gの記載箇所の識
別番号を記載してある識別番号記載フィールド20を識
別番号欄2から探し、このフィールド20に対応する第
1のマトリクス欄6の行上の○マーク61を見つけ、そ
の○マーク61の付いていた行と交差する列に対応する
識別番号欄3の識別番号記載フィールド30中の識別番
号を見れば、影響のおよぶソフトウェア設計仕様書Hの
記載箇所を知ることができる。また、上記の識別番号記
載フィールド30に対応する第2のマトリクス欄7の列
上の○マーク71を見つけ、その○マーク71の付いて
いた列と交差する行に対応する識別番号欄4の識別番号
記載フィールド40中の識別番号を見れば、影響のおよ
ぶプログラム仕様書Iの記載箇所を知ることができる。
さらに、上記の識別番号記載フィールド40に対応する
第3のマトリクス欄8の行上の○マーク81を見つけ、
その○マーク81の付いていた行と交差する列に対応す
る識別番号欄5の識別番号記載フィールド50の識別番
号を見れば、影響のおよぶソースプログラムAの構成単
位を知ることができる。
According to the cross reference table between specifications having such a configuration, for example, when there is a change in a customer request,
An identification number description field 20 in which the identification number of the description part of the software specification G related to the change is described is searched from the identification number column 2, and a circle mark on the row of the first matrix column 6 corresponding to this field 20 61, and by looking at the identification number in the identification number entry field 30 of the identification number column 3 corresponding to the column that intersects with the row marked with the mark 61, it is possible to find the location of the affected software design specification H. You can know. In addition, the O mark 71 on the column of the second matrix column 7 corresponding to the identification number description field 30 is found, and the identification number column 4 corresponding to the row crossing the column where the O mark 71 is attached is identified. By looking at the identification number in the number description field 40, it is possible to know the location where the program specification I is affected.
Further, a circle mark 81 on the row of the third matrix column 8 corresponding to the identification number description field 40 is found,
By looking at the identification number in the identification number entry field 50 of the identification number column 5 corresponding to the column that intersects with the row marked with the mark 81, it is possible to know the constituent units of the source program A affected.

【0025】他方、ソースプログラムAの或る構成単位
に変更があった場合、その変更にかかる構成単位の識別
番号を記載してある識別番号記載フィールド50を識別
番号欄5から探し、このフィールド50に対応する第3
のマトリクス欄8の列上の○マーク81を見つけ、その
○マーク81の付いていた列と交差する行に対応する識
別番号欄4の識別番号記載フィールド40中の識別番号
を見れば、影響のおよぶプログラム仕様書Iの記載箇所
を知ることができる。また、上記の識別番号記載フィー
ルド40に対応する第2のマトリクス欄7の行上の○マ
ーク71を見つけ、その○マーク71の付いていた行と
交差する列に対応する識別番号欄3の識別番号記載フィ
ールド30中の識別番号を見れば、影響のおよぶソフト
ウェア設計仕様書Hの記載箇所を知ることができる。さ
らに、上記の識別番号記載フィールド30に対応する第
1のマトリクス欄6の列上の○マーク61を見つけ、そ
の○マーク61の付いていた列と交差する行に対応する
識別番号欄2の識別番号記載フィールド20中の識別番
号を見れば、影響のおよぶソフトウェア要求仕様書Gの
記載箇所、従って顧客要求への影響を知ることができ
る。
On the other hand, when a certain structural unit of the source program A is changed, an identification number description field 50 in which the identification number of the structural unit related to the change is described is searched from the identification number column 5. The third corresponding to
Is found on the column of the matrix column 8 of the above, and by looking at the identification number in the identification number description field 40 of the identification number column 4 corresponding to the row intersecting the column where the circle mark 81 is attached, It is possible to know the places described in the extended program specification I. In addition, the O mark 71 on the row of the second matrix column 7 corresponding to the identification number description field 40 is found, and the identification number column 3 corresponding to the column intersecting the row where the O mark 71 is attached is identified. By looking at the identification number in the number description field 30, it is possible to know the description location of the affected software design specification H. Further, the O mark 61 on the column of the first matrix column 6 corresponding to the identification number description field 30 is found, and the identification number column 2 corresponding to the row intersecting the column where the O mark 61 is attached is identified. By looking at the identification number in the number description field 20, it is possible to know the description location of the affected software requirement specification G, and therefore the impact on the customer requirement.

【0026】次に本発明にかかる仕様書間クロスリファ
レンス表の作成方法の例について説明する。
Next, an example of a method for creating a cross reference table between specifications according to the present invention will be described.

【0027】まず、識別番号欄2,3,4に記載する識
別番号について説明する。
First, the identification numbers described in the identification number columns 2, 3, and 4 will be described.

【0028】通常の書籍等と同様に、一般にソフトウェ
ア要求仕様書G,ソフトウェア設計仕様書Hおよびプロ
グラム仕様書Iには目次が付いている。また、目次は、
第1章,第2章といった章分けがなされ、更に各章は第
1項,第2項といった項わけがなされていることが多
い。このため、目次レベルで仕様書の記載箇所を特定す
ることができる。また、異なる仕様書の識別にはその仕
様書の名前の略語を用いることで区別できる。図3
(a)はこのような考えに基づく識別番号の一般的なフ
ォーマット例を示す。
As with ordinary books, the software requirement specification G, software design specification H, and program specification I generally have a table of contents. The table of contents is
Chapters such as Chapter 1 and Chapter 2 are divided, and each chapter is often divided into Sections 1 and 2. For this reason, it is possible to specify the description portion of the specification at the table of contents level. Further, different specifications can be identified by using abbreviations of the names of the specifications. FIG.
(A) shows a general format example of an identification number based on such a concept.

【0029】図3(a)において、「仕様書区分」は個
々の仕様書を他の仕様書と区別するためのコードで、例
えば図3(b)に示すように、ソフトウェア要求仕様書
に対しては「REQ」を、ソフトウェア設計仕様書に対
しては「DSG」を、プログラム仕様書に対しては「P
RG」を、それぞれ割り当てる。
In FIG. 3A, "specification class" is a code for distinguishing each specification from other specifications. For example, as shown in FIG. "REQ" for software design specifications, "DSG" for software design specifications, and "P
RG "are respectively assigned.

【0030】図3(a)において、「章番号」は各仕様
書の目次に現れる大分類に属する区分の各々を識別する
ためのコードであり、「項番号」はこの区分された各々
の部分を更に分類するためのコードである。
In FIG. 3A, the "chapter number" is a code for identifying each of the sections belonging to the major category appearing in the table of contents of each specification, and the "section number" is the part of each section. Is a code for further classifying.

【0031】図4にソフトウェア要求仕様書Gの目次の
一例と識別番号の割り当て例とを示す。ソフトウェア要
求仕様書Gの仕様書区分は図3(b)からREQとなる
ため、全ての識別番号の先頭はREQとなっている。こ
の例の目次は、「第1章 概要」,「第2章 機能要求
仕様」,「第3章 実装要求仕様」,「第4章 外部イ
ンタフェース要求仕様」,「第5章 設計要求条件」の
5つの章から成っており、それが大分類に相当する。こ
のため、各々に対応してREQ−1〜REQ−5の識別
番号が割り当てられている。また、各章は第2章におい
て「1.機能グループ1」,「2.機能グループ2」の
如く例示するように、幾つかの項目に分かれるため、項
番号を付与して、例えば「1.機能グループ1」に対し
てREQ−2−1,「2.機能グループ2」に対してR
EQ−2−2のような識別番号とする。
FIG. 4 shows an example of a table of contents of the software requirement specification G and an example of assignment of identification numbers. Since the specification category of the software requirement specification G is REQ from FIG. 3B, the head of all identification numbers is REQ. The table of contents for this example is described in “Chapter 1 Overview”, “Chapter 2 Function Requirements Specifications”, “Chapter 3 Implementation Requirements Specifications”, “Chapter 4 External Interface Requirements Specifications”, and “Chapter 5 Design Requirements”. It consists of five chapters, which correspond to major categories. For this reason, identification numbers REQ-1 to REQ-5 are assigned to each of them. Further, since each chapter is divided into several items as exemplified in “Chapter 2. Function Group 1” and “2. Function Group 2” in Chapter 2, item numbers are assigned, and for example, “1. REQ-2-1 for "Function group 1", R for "2. Function group 2"
An identification number such as EQ-2-2 is used.

【0032】更に、これらの項目が、「1.機能グルー
プ1」中に例示するように「(1)機能1−1」,
「(2)機能1−2」のように更に分類される場合、
「(1)機能1−1」に対してREQ−2−11,
「(2)機能1−2」に対してREQ−2−12のよう
に、親となる「1.機能グループ1」の識別番号REQ
−2−1の項番号の末尾に連番となる数値を付加した識
別番号とする。また更に、「(1)機能1−1」のよう
にその中が更に幾つかに分かれている場合には、親の識
別番号の項番号の末尾に連番を付与して区別する。例え
ば、「一般的な記述」に対してREQ−2−111,
「コマンド処理の記述」に対してREQ−2−112,
「アラーム処理の記述」に対してREQ−2−113,
「状態遷移」に対してREQ−2−114,「インタフ
ェース」に対してREQ−2−115,「性能要求」に
対してREQ−2−116を割り当てる。同様にこれら
の内容をさらに細かく区分する場合には、親の識別番号
の項番号の末尾に連番を付与して対応する。図4では、
「コマンド処理の記述」を詳細化するためにREQ−2
−1121〜REQ−2−112mが使用され、「アラ
ーム処理の記述」を詳細化するためにREQ−2−11
31〜REQ−2−113nが使用されている。
Further, as shown in “1. Function Group 1”, these items are “(1) Function 1-1”,
If it is further classified as “(2) Function 1-2”,
REQ-2-11 for "(1) Function 1-1"
The identification number REQ of the parent “1. Function group 1” as in REQ-2-12 for “(2) Function 1-2”
The identification number is obtained by adding a numerical value to be a serial number to the end of the item number of -2-1. Further, when the content is further divided into several parts as in “(1) Function 1-1”, the identification number of the parent is distinguished by adding a serial number to the end of the item number. For example, REQ-2-111, "General description"
REQ-2-112 for “Description of command processing”,
REQ-2-113, "Description of alarm processing"
REQ-2-114 is assigned to “state transition”, REQ-2-115 is assigned to “interface”, and REQ-2-116 is assigned to “performance request”. Similarly, when these contents are further subdivided, a serial number is added to the end of the item number of the parent identification number. In FIG.
REQ-2 for refining "description of command processing"
−1121 to REQ-2-112m are used, and REQ-2-11 is used to refine the “description of alarm processing”.
31 to REQ-2-113n are used.

【0033】以上のようなユニークな識別番号をソフト
ウェア要求仕様書Gの目次の各部分に記載することによ
り、ソフトウェア開発作業において顧客要求に基づき作
成されるソフトウェア要求仕様書Gの記載箇所を特定す
ることができる。同様にして、ソフトウェア設計仕様書
Hおよびプログラム仕様書Iの記載箇所を特定すること
ができる。
By describing the unique identification numbers as described above in each part of the table of contents of the software requirement specification G, the description location of the software requirement specification G created based on customer requirements in software development work is specified. be able to. Similarly, it is possible to specify the description places of the software design specification H and the program specification I.

【0034】次に、識別番号欄5に記載する識別番号に
ついて説明する。識別番号欄5に記載される識別番号
は、ソースプログラムAの構成単位を特定する識別番号
である。ソースプログラムAは各仕様書G,H,Iと異
なり目次というものがないため、各構成単位毎のユニー
クな名前を識別番号とする。例えば、一般に各モジュー
ルにはユニークなモジュール名が付与されているため、
このモジュール名を識別番号とすることができる。
Next, the identification numbers described in the identification number column 5 will be described. The identification number described in the identification number column 5 is an identification number that specifies a constituent unit of the source program A. Since the source program A has no table of contents unlike the specifications G, H, and I, a unique name for each structural unit is used as the identification number. For example, each module generally has a unique module name,
This module name can be used as an identification number.

【0035】さて、各仕様書G,H,Iの記載箇所を特
定する識別番号およびソースプログラムAの構成単位の
識別番号を決定したら、それらを図1の識別番号欄2,
3,4,5に一列に並べて記載する。そして、ソフトウ
ェア要求仕様書Gの記載箇所とソフトウェア設計仕様書
Hの記載箇所との関連性を調べて、第1のマトリクス欄
6の該当する位置に○マーク61を付与し、ソフトウェ
ア設計仕様書Hの記載箇所とプログラム仕様書Iの記載
箇所との関連性を調べて、第2のマトリクス欄7の該当
する位置に○マーク71を付与し、プログラム仕様書I
の記載箇所とソースプログラムAの構成単位との関連性
を調べて、第3のマトリクス欄8の該当する位置に○マ
ーク81を付与し、仕様書間クロスリファレンス表を完
成させる。
Now, once the identification numbers for specifying the places to be described in the specifications G, H, and I and the identification numbers of the constituent units of the source program A are determined, they are entered into the identification number fields 2 and 3 in FIG.
Described in a line in 3, 4, and 5. Then, the relevance between the description location of the software requirement specification G and the description location of the software design specification H is checked, and the corresponding mark in the first matrix column 6 is marked with a circle 61, and the software design specification H Of the program specification I is checked by checking the relevance between the description part of the program specification I and the mark 71 at the corresponding position in the second matrix column 7.
Of the description unit and the constitutional unit of the source program A, a mark 81 is added to a corresponding position of the third matrix column 8, and a cross reference table between specifications is completed.

【0036】[0036]

【発明の効果】以上説明したように本発明によれば以下
のような効果を得ることができる。
As described above, according to the present invention, the following effects can be obtained.

【0037】第1のマトリクス欄,第2のマトリクス
欄,第3のマトリクス欄を順に調べることで、顧客要求
の変更が各仕様書およびソースプログラムに及ぼす影響
範囲を容易に確認できる。
By sequentially examining the first matrix column, the second matrix column, and the third matrix column, it is possible to easily confirm the influence range of the change of the customer request on each specification and the source program.

【0038】その逆に第3のマトリクス欄,第2のマト
リクス欄,第1のマトリクス欄を順に調べることで、ソ
ースプログラムの変更が各仕様書および顧客要求に及ぼ
す影響範囲を容易に確認できる。
Conversely, by sequentially examining the third matrix column, the second matrix column, and the first matrix column, it is possible to easily confirm the influence range of the change of the source program on each specification and customer requirements.

【0039】このようにソフトウェア開発作業において
作成される各種仕様書間およびソースプログラムとの関
連性が本発明の仕様書間クロスリファレンス表によって
一目瞭然となることにより、顧客要求の変更に伴う各種
仕様書およびソースプログラムの変更作業を迅速に実施
することができ、その逆にソースプログラムの変更に伴
う各種仕様書の変更作業や顧客要求に対する影響評価を
迅速に実施することができ、ソフトウェア開発作業の効
率化が可能となる。
As described above, the relevance between the various specifications created in the software development work and the relationship with the source program is made clear at a glance by the inter-specification cross reference table of the present invention. In addition, it is possible to quickly carry out the work of changing the source program, and conversely, it is possible to carry out the work of changing various specifications accompanying the change of the source program and to evaluate the impact on customer requirements promptly, thus improving the efficiency of software development work. Is possible.

【0040】また、ソフトウェア設計仕様書識別番号欄
が第1および第2のマトリクス欄で共通であり、プログ
ラム仕様書識別番号欄が第2および第3のマトリクス欄
で共通であることから、ソフトウェア要求仕様書識別番
号欄からソースプログラム識別番号欄への方向又はその
逆方向に関連する識別番号をトレースしていく作業が行
い易く、また必要な用紙面積も少なくて済む利点があ
る。
Since the software design specification identification number column is common to the first and second matrix columns and the program specification identification number column is common to the second and third matrix columns, the software There is an advantage that the work of tracing the identification number related to the direction from the specification identification number column to the source program identification number column or the opposite direction can be easily performed, and the required paper area can be reduced.

【0041】更に、マトリクス欄を使用したので1対n
の関係も容易に表現できる。
Further, since the matrix column is used, one to n
Can also be easily expressed.

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

【図1】ソフトウェア開発過程と各工程で作成される仕
様書との関係を示す図である。
FIG. 1 is a diagram showing a relationship between a software development process and specifications created in each process.

【図2】本発明の仕様書間クロスリファレンス表の一実
施例の平面図である。
FIG. 2 is a plan view of an embodiment of a cross reference table between specifications according to the present invention.

【図3】ソフトウェア要求仕様書識別番号欄,ソフトウ
ェア設計仕様書識別番号欄およびプログラム仕様書識別
番号欄に設定される識別番号の一般的なフォーマット例
と、各仕様書の仕様書区分のコードの例とを示す図であ
る。
FIG. 3 shows a general format example of identification numbers set in a software requirement specification identification number column, a software design specification identification number column, and a program specification identification number column, and a code of a specification classification code of each specification. It is a figure which shows an example.

【図4】ソフトウェア要求仕様書の目次の一例と識別番
号の割り当て例とを示す図である。
FIG. 4 is a diagram showing an example of a table of contents of a software requirement specification and an example of assignment of identification numbers.

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

1…ペーパ 2…ソフトウェア要求仕様書識別番号欄 3…ソフトウェア設計仕様書識別番号欄 4…プログラム仕様書識別番号欄 5…ソースプログラム識別番号欄 6…第1のマトリクス欄 7…第2のマトリクス欄 8…第3のマトリクス欄 20,30,40,50…識別番号記載フィールド 61,71,81…関連性ありを示すマーク DESCRIPTION OF SYMBOLS 1 ... Paper 2 ... Software requirement specification identification number column 3 ... Software design specification identification number column 4 ... Program specification identification number column 5 ... Source program identification number column 6 ... 1st matrix column 7 ... 2nd matrix column 8: Third matrix field 20, 30, 40, 50 ... Identification number description field 61, 71, 81 ... Mark indicating relevance

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 ソフトウェア開発作業において顧客要求
に基づき作成されるソフトウェア要求仕様書の記載箇所
を特定する識別番号を一列に記載したソフトウェア要求
仕様書識別番号欄と、 ソフトウェア開発作業においてソフトウェア要求仕様書
に基づき作成されるソフトウェア設計仕様書の記載箇所
を特定する識別番号を一列に記載したソフトウェア設計
仕様書識別番号欄と、 隣接する2辺の一方が前記ソフトウェア要求仕様書識別
番号欄に、他方が前記ソフトウェア設計仕様書識別番号
欄にそれぞれ接するマトリクス欄であって、前記ソフト
ウェア要求仕様書識別番号欄に記載された識別番号で特
定されるソフトウェア要求仕様書の記載箇所と、前記ソ
フトウェア設計仕様書識別番号欄に記載された識別番号
で特定されるソフトウェア設計仕様書の記載箇所との関
連性の有無を、双方の欄の識別番号の記載位置によって
定まる行と列との交点上のマークの有無によって表現し
た第1のマトリクス欄と、 ソフトウェア開発作業においてソフトウェア設計仕様書
に基づき作成されるプログラム仕様書の記載箇所を特定
する識別番号を一列に記載したプログラム仕様書識別番
号欄と、 隣接する2辺の一方が前記ソフトウェア設計仕様書識別
番号欄に、他方が前記プログラム仕様書識別番号欄にそ
れぞれ接するマトリクス欄であって、前記ソフトウェア
設計仕様書識別番号欄に記載された識別番号で特定され
るソフトウェア設計仕様書の記載箇所と、前記プログラ
ム仕様書識別番号欄に記載された識別番号で特定される
プログラム仕様書の記載箇所との関連性の有無を、双方
の欄の識別番号の記載位置によって定まる行と列との交
点上のマークの有無によって表現した第2のマトリクス
欄と、 ソフトウェア開発作業においてプログラム仕様書に基づ
き作成されるソースプログラムの構成単位を特定する識
別番号を一列に記載したソースプログラム識別番号欄
と、 隣接する2辺の一方が前記プログラム仕様書識別番号欄
に、他方が前記ソースプログラム識別番号欄にそれぞれ
接するマトリクス欄であって、前記プログラム仕様書識
別番号欄に記載された識別番号で特定されるプログラム
仕様書の記載箇所と、前記ソースプログラム識別番号欄
に記載された識別番号で特定されるソースプログラムの
構成単位との関連性の有無を、双方の欄の識別番号の記
載位置によって定まる行と列との交点上のマークの有無
によって表現した第3のマトリクス欄とから構成される
仕様書間クロスリファレンス表。
1. A software requirement specification identification number field in which identification numbers for specifying a description location of a software requirement specification created based on a customer request in a software development operation are listed in a row, and a software requirement specification document in the software development operation. A software design specification identification number field in which identification numbers for specifying the description places of the software design specification document created based on the above are described in a row, one of the two adjacent sides is in the software requirement specification identification number field, and the other is on the other side. A matrix field adjacent to the software design specification identification number field, a description location of a software requirement specification identified by an identification number described in the software requirement specification identification number field, and a software design specification identification The software settings identified by the identification number described in the number column A first matrix column expressing the presence or absence of relevance to the specification location by the presence or absence of a mark on the intersection of a row and a column determined by the location of the identification number in both columns; A program specification identification number column in which identification numbers for specifying a description portion of a program specification created based on a design specification are described in a row, and one of two adjacent sides is in the software design specification identification number column, and the other is in the other side. Is a matrix column that is in contact with the program specification identification number column, respectively, a description location of the software design specification identified by the identification number described in the software design specification identification number column, and the program specification identification number In both columns, the presence or absence of relevance to the location of the program specification specified by the identification number described in the column is identified. A second matrix column expressed by the presence or absence of a mark on the intersection of a row and a column determined by the description position of a number, and an identification number for specifying a constituent unit of a source program created based on a program specification in software development work A source program identification number column described in a line, and a matrix column in which one of two adjacent sides is in contact with the program specification identification number column and the other is a matrix column in contact with the source program identification number column. Column, the location of the program specification specified by the identification number described in the column, and the presence or absence of association with the source program configuration unit specified by the identification number described in the source program identification number column, Expressed by the presence or absence of a mark on the intersection of the row and column determined by the position of the column identification number Cross-reference table between the composed specification from three of the matrix column.
【請求項2】 ソフトウェア要求仕様書の記載箇所を特
定する識別番号,ソフトウェア設計仕様書の記載箇所を
特定する識別番号およびプログラム仕様書の記載箇所を
特定する識別番号が、各仕様書の目次の各内容に対して
割り当てられた識別番号であることを特徴とする請求項
1記載の仕様書間クロスリファレンス表。
2. An identification number for specifying a location of a software requirement specification, an identification number for specifying a location of a software design specification, and an identification number for specifying a location of a program specification are listed in the table of contents of each specification. 2. The cross-reference table between specifications according to claim 1, wherein the identification number is an identification number assigned to each content.
【請求項3】 ソフトウェア要求仕様書の記載箇所を特
定する識別番号,ソフトウェア設計仕様書の記載箇所を
特定する識別番号およびプログラム仕様書の記載箇所を
特定する識別番号が仕様書区分−章番号−項番号の形式
を有することを特徴とする請求項2記載の仕様書間クロ
スリファレンス表。
3. An identification number for specifying a place to be described in a software requirement specification, an identification number for specifying a place to be described in a software design specification, and an identification number for specifying a place to be described in a program specification are classified into specification sections-chapter numbers-. 3. The cross-reference table between specifications according to claim 2, wherein the cross-reference table has an item number format.
JP27547096A 1996-09-26 1996-09-26 Inter-specifications cross-reference table Pending JPH10105390A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27547096A JPH10105390A (en) 1996-09-26 1996-09-26 Inter-specifications cross-reference table

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27547096A JPH10105390A (en) 1996-09-26 1996-09-26 Inter-specifications cross-reference table

Publications (1)

Publication Number Publication Date
JPH10105390A true JPH10105390A (en) 1998-04-24

Family

ID=17555994

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27547096A Pending JPH10105390A (en) 1996-09-26 1996-09-26 Inter-specifications cross-reference table

Country Status (1)

Country Link
JP (1) JPH10105390A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006172036A (en) * 2004-12-15 2006-06-29 Methodologysoft Corp Design computer program
JP2007115163A (en) * 2005-10-24 2007-05-10 Honda Motor Co Ltd Software management system
JP2007199755A (en) * 2006-01-23 2007-08-09 Hitachi Ltd Design information management method and system
JP2008192059A (en) * 2007-02-07 2008-08-21 Nec Corp Inter-requirement link setting support system, method, and program
JP2009075788A (en) * 2007-09-20 2009-04-09 Fuji Electric Systems Co Ltd Software development support device
JP2010039751A (en) * 2008-08-05 2010-02-18 Fujitsu Ltd Software development system
JP2013020437A (en) * 2011-07-11 2013-01-31 Fuji Electric Co Ltd Requirements management support device
JP2013246644A (en) * 2012-05-25 2013-12-09 Mitsubishi Electric Corp Software object correction support device, software object correction support method and program
JP2014149683A (en) * 2013-02-01 2014-08-21 Nec Corp Software asset utilization device, software asset utilization method, and program
JP2015082121A (en) * 2013-10-21 2015-04-27 日本電気株式会社 Software asset utilization device, software asset utilization method, and program
JP2015109016A (en) * 2013-12-05 2015-06-11 日本電気株式会社 Software asset management device, software asset management method, and software asset management program

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006172036A (en) * 2004-12-15 2006-06-29 Methodologysoft Corp Design computer program
JP2007115163A (en) * 2005-10-24 2007-05-10 Honda Motor Co Ltd Software management system
JP2007199755A (en) * 2006-01-23 2007-08-09 Hitachi Ltd Design information management method and system
JP2008192059A (en) * 2007-02-07 2008-08-21 Nec Corp Inter-requirement link setting support system, method, and program
JP2009075788A (en) * 2007-09-20 2009-04-09 Fuji Electric Systems Co Ltd Software development support device
JP2010039751A (en) * 2008-08-05 2010-02-18 Fujitsu Ltd Software development system
JP2013020437A (en) * 2011-07-11 2013-01-31 Fuji Electric Co Ltd Requirements management support device
JP2013246644A (en) * 2012-05-25 2013-12-09 Mitsubishi Electric Corp Software object correction support device, software object correction support method and program
JP2014149683A (en) * 2013-02-01 2014-08-21 Nec Corp Software asset utilization device, software asset utilization method, and program
JP2015082121A (en) * 2013-10-21 2015-04-27 日本電気株式会社 Software asset utilization device, software asset utilization method, and program
JP2015109016A (en) * 2013-12-05 2015-06-11 日本電気株式会社 Software asset management device, software asset management method, and software asset management program

Similar Documents

Publication Publication Date Title
CN100409169C (en) Document processing apparatus and document processing method
US6279006B1 (en) Structured data management system and computer-readable recording medium storing structured data management program
JP4153883B2 (en) Hierarchical database device and product selection method and program in hierarchical database device
EP0855655A2 (en) Parts selection apparatus and parts selection system with cad function
JPH10105390A (en) Inter-specifications cross-reference table
EP0106651B1 (en) Method for making common blank form for a plurality of card images in a data processing system
JP4832952B2 (en) Database analysis system, database analysis method and program
GB2326958A (en) Process information management system
JP3445470B2 (en) Maintenance information management support apparatus and method
JP2002014845A (en) Method for automatically generating test script part and device for the same
JPH10187319A (en) Method for guiding unprocessing and device therefor and storage medium for storing unprocessing guiding program
US5551036A (en) Method and system for generating operation specification object information
JP2004220548A (en) Medium production information system
WO2000043883A1 (en) Peripheral unit of programmable controller
JPS6165333A (en) Evaluation system for system structure
JP2001142885A (en) Inquiry sql generator by job name designation
JP2001249980A (en) Storage medium having disaster measure job supporting processing program stored thereon
JPH04181455A (en) Picture transiting specification preparing method
JP2824270B2 (en) Component position detection and display method for hierarchical structure drawings
JPH10177584A (en) Document retrieval system
JPH11265383A (en) Help desk system and its information processing method
CN116594529A (en) Man-machine interaction interface display system of engineering machinery product display equipment
JPH0844589A (en) Test item design supporting system
JPH08249371A (en) Automatic generating method for cad drawing
JPH0380368A (en) Check processing system for sql specification range