JP2003140894A - Relating method of software development resources, and program therefor - Google Patents

Relating method of software development resources, and program therefor

Info

Publication number
JP2003140894A
JP2003140894A JP2001338965A JP2001338965A JP2003140894A JP 2003140894 A JP2003140894 A JP 2003140894A JP 2001338965 A JP2001338965 A JP 2001338965A JP 2001338965 A JP2001338965 A JP 2001338965A JP 2003140894 A JP2003140894 A JP 2003140894A
Authority
JP
Japan
Prior art keywords
program
specifications
changed
program function
data
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
JP2001338965A
Other languages
Japanese (ja)
Inventor
Shiyougo Shimizu
▲将▼吾 清水
Minoru Ogoshi
実 大越
Toshiya Chiba
俊哉 千葉
Takeo Ishii
武夫 石井
Keiji Fujii
啓詞 藤井
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2001338965A priority Critical patent/JP2003140894A/en
Publication of JP2003140894A publication Critical patent/JP2003140894A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To specify a specification created in a downstream process relating to constitutional elements when the description of some constitutional elements in a program function relation drawing created in an upstream process is changed. SOLUTION: A specification creating part 102 creates various specifications 103 from a program function relation drawing 101. Then, a relational information creating part 107 creates relational information between each constitutional element of the program function relation drawing 101 and the corresponding specification 103, and between specifications, in which data input and output relationship exists, and stores the information in affected relational information 108. When some constitutional elements of the program function relation drawing 101 or the specification 103 is changed, a change affected analysis part 109 refers to the affected relation information 108, and specifies the specification or the constitutional elements to be changed and affected.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、ソフトウェア開発
資源間の関連付けを行うソフトウェア開発支援ツールに
関する。
TECHNICAL FIELD The present invention relates to a software development support tool for associating software development resources.

【0002】[0002]

【従来の技術】ソフトウェア開発資源間の関連情報は、
資源の一部に変更が起きた場合に、その変更が波及する
部分を特定するために利用される。従来の資源間関連付
けの方法としては、上流工程において作成された仕様書
とそれに基づいて作成された下流工程の仕様書との間
に、ファイル単位で関連情報を付与するものがある。こ
れに対し、特開平10−105390号公報には、各工
程で作成する仕様書の各々の細粒度項目に対して識別子
を与え、それら項目間の関連性の有無を示すクロスリフ
ァレンス表を作成して関連情報を管理する技術が記載さ
れている。
2. Description of the Related Art Information related to software development resources is
When a change occurs in a part of the resource, it is used to identify the part where the change spreads. As a conventional method for associating resources, there is a method in which related information is added in file units between a specification created in an upstream process and a specification created in a downstream process based on the specification. On the other hand, in Japanese Unexamined Patent Application Publication No. 10-105390, an identifier is given to each fine-grained item of the specifications created in each process, and a cross-reference table showing whether or not there is a relationship between these items is created. The technology for managing related information is described.

【0003】また作業項目と作業担当者との間の関連を
管理する手段として、多くのプロジェクト管理支援用の
ツールが提供されている。これらのツールは各作業項目
の作業工数や完了予定日など、プロジェクトの進捗に関
する情報を管理することを主な目的としている。
Many tools for supporting project management have been provided as means for managing the relationship between work items and workers. The main purpose of these tools is to manage information about the progress of the project, such as the work man-hours of each work item and the planned completion date.

【0004】[0004]

【発明が解決しようとする課題】上記の開発資源間の関
連をファイル単位で管理する手法では、上流工程の仕様
書に変更が生じたとき、それに関連する下流工程の仕様
書すべてが関連をもつことになる。従って上流工程の仕
様書内の一部の構成要素に変更が生じた場合にも、仕様
書単位で関連する下流工程の仕様書すべてが変更対象と
なり、変更になる構成要素に関連する仕様書のみを特定
することができない。また特開平10−105390号
公報に記載されている技術では、変更波及分析を仕様書
内の細粒度項目に対して行うことができるが、クロスリ
ファレンス表を人手で作成する必要があり、項目間の関
連が変更されたとき、クロスリファレンス表を再度人手
で作成する必要がある。
In the above method of managing the relationship between development resources on a file-by-file basis, when the specification of the upstream process is changed, all the specifications of the downstream process related thereto are related. It will be. Therefore, even if some components in the specifications of the upstream process are changed, all the specifications of the related downstream processes are subject to change in units of specifications, and only the specifications related to the components to be changed. Cannot be identified. Further, in the technique described in Japanese Patent Laid-Open No. 10-105390, the change spread analysis can be performed on the fine-grained items in the specification, but it is necessary to manually create the cross-reference table, and When the relation of is changed, it is necessary to manually recreate the cross reference table.

【0005】本発明の目的は、上記問題を解決すること
にある。
An object of the present invention is to solve the above problems.

【0006】[0006]

【課題を解決するための手段】以上の問題を解決するた
めに、本発明では以下に述べる方式によって開発資源間
の関連付けを行う。
In order to solve the above problems, in the present invention, development resources are associated with each other by the method described below.

【0007】開発対象の業務システムを構成するプログ
ラム、データ、表示画面を構成要素とし、これら構成要
素間のデータ入出力関係を記述した図をプログラム機能
関連図と呼ぶ。プログラム機能関連図は、それを構成す
る各々のプログラム要素、データ要素、画面要素および
構成要素間のデータ入出力関係を細粒度項目として管理
する。
A program, data, and a display screen constituting a business system to be developed are used as constituent elements, and a diagram describing a data input / output relationship between these constituent elements is called a program function relation diagram. The program function relation diagram manages the data input / output relationships among the respective program elements, data elements, screen elements and constituent elements constituting the program function fine-grained items.

【0008】またこれらプログラム要素、データ要素お
よび画面要素に対応する仕様書を各々プログラム定義仕
様書、データ定義仕様書、および画面定義仕様書として
管理する。
The specifications corresponding to these program elements, data elements and screen elements are managed as a program definition specification, a data definition specification and a screen definition specification, respectively.

【0009】本発明により、プログラム機能関連図を構
成する構成要素と各種仕様書のうち対応する仕様書との
間に関連を生成し、上記のデータ入出力関係に基づいて
関連する構成要素に対応する仕様書間に関連を生成し、
生成された関連情報を記憶装置に格納する。
According to the present invention, a relation is generated between the constituent elements constituting the program function relation diagram and the corresponding specifications among various specifications, and the related constituent elements are supported based on the above data input / output relation. Generate relationships between specifications
The generated related information is stored in the storage device.

【0010】プログラム機能関連図のある細粒度項目が
変更された際は、上記の関連情報をたどって、変更され
た細粒度項目との間に関連をもつ仕様書を抽出し、その
結果を出力する。これによりプログラム機能関連図の変
更に伴う波及部分を特定できる。
When a fine-grained item having a program function relation diagram is changed, the related information is traced to extract a specification having a relation with the changed fine-grained item, and the result is output. To do. As a result, it is possible to identify the influence part due to the change in the program function relation diagram.

【0011】また各種仕様書が変更された際は、上記関
連情報をたどって、変更された仕様書との間に関連をも
つプログラム機能関連図の細粒度項目、および変更され
た仕様書との間に関連をもつ仕様書群を抽出し、その結
果を出力する。これにより各種仕様書の変更に伴う波及
部分を特定できる。
Further, when various specifications are changed, the above-mentioned related information is traced, and the fine-grained items of the program function relation diagram which are related to the changed specifications, and the changed specifications. The specifications that are related to each other are extracted and the result is output. As a result, it is possible to identify the spillover part associated with changes in various specifications.

【0012】[0012]

【発明の実施の形態】以下、図1〜図15を用いて本発
明の第1の実施形態によるソフトウェア開発資源間の関
連付け方法について説明する。
BEST MODE FOR CARRYING OUT THE INVENTION A method of associating software development resources according to a first embodiment of the present invention will be described below with reference to FIGS.

【0013】まず図1を用いて資源間の関連付けを行う
方法の概要について説明する。なお各構成部分の詳細は
後に説明する。プログラム機能関連図101は、開発対
象の業務システムの構成を記述したプログラム機能関連
図であり、ユーザによって作成されたものである。通常
プログラム機能関連図101は、各業務ごとのような単
位で作成される。103はプログラム機能関連図101
に基づいて作成される仕様書群であり、プログラムの詳
細仕様を定義したプログラム定義仕様書104、データ
の詳細仕様を定義したデータ定義仕様書105、および
画面設計を定義した画面定義仕様書106の各ファイル
から成る。あらかじめ作成したプログラム機能関連図1
01を入力として仕様書生成部102を実行すると、プ
ログラム機能関連図101を構成するプログラム、デー
タ、画面の概要仕様情報(各要素の名称など)を基にし
て、各種仕様書104、105、106が自動生成され
る。ここで生成される各仕様書はその保守のために複数
の担当者に分担されるものとする。また仕様書生成部1
02による仕様書生成に伴って、関連情報生成部107
が実行される。これにより生成された各仕様書104〜
106と、対応するプログラム機能関連図101の細粒
度項目との間の対応関係が波及関係情報108に格納さ
れる。ここで細粒度項目とは、プログラム機能関連図1
01を構成する要素である各プログラム、プログラムに
対する入出力データ及びプログラムに対する入出力画面
を指す。具体例については後述する。またプログラム機
能関連図101でデータの受渡しが存在する各構成要素
に対応する仕様書104〜106についても、その波及
関係が波及関係情報108に格納される。
First, an outline of a method for associating resources will be described with reference to FIG. The details of each component will be described later. The program function relation diagram 101 is a program function relation diagram describing the configuration of the business system to be developed, and is created by the user. The normal program function relation diagram 101 is created in units such as each business. 103 is a program function related diagram 101
Of the program definition specifications 104 that define the detailed specifications of the program, the data definition specifications 105 that define the detailed specifications of the data, and the screen definition specifications 106 that define the screen design. It consists of each file. Diagram of program functions created in advance 1
When the specification generation unit 102 is executed with 01 as an input, various specifications 104, 105, and 106 based on the program, data, and screen outline specification information (name of each element, etc.) configuring the program function relation diagram 101. Is automatically generated. Each specification generated here shall be shared by multiple persons in charge of maintenance. In addition, the specification generation unit 1
Along with the specification generation by 02, the related information generation unit 107
Is executed. Each specification 104 generated by this
Correspondences between 106 and corresponding fine-grained items of the program function relation diagram 101 are stored in the spread relation information 108. Here, the fine-grained item is a program function-related diagram 1
Each program that is a component of 01, input / output data for the program, and an input / output screen for the program. A specific example will be described later. Further, with regard to the specifications 104 to 106 corresponding to the respective constituent elements for which data is passed in the program function relation diagram 101, the ripple relation is stored in the ripple relation information 108.

【0014】以上の処理が行われた上で、プログラム機
能関連図101の細粒度項目、または仕様書104〜1
06に変更が行われると、変更波及解析部109によっ
て、変更部分に関連のある部分を波及関係情報108か
ら検索し、その結果を変更波及一覧画面110に出力す
ることによって、変更に伴う波及部分の一覧を得ること
ができる。また担当者情報111は、仕様書の保守を行
う担当者のリストである。各仕様書104〜106、お
よびプログラム機能関連図101の作業担当者を担当者
設定画面112によって設定しておき、その担当者割当
ての情報を担当割当て情報113に保存しておく。担当
者通知処理部114を実行することにより、変更波及解
析部109で得られた波及先の担当者に、変更波及の通
知を行うことができる。
After the above processing is performed, the fine-grained items in the program function relation diagram 101 or the specifications 104 to 1
When the change is made to 06, the change spread analysis unit 109 retrieves a part related to the changed part from the spread relationship information 108, and outputs the result to the change spread list screen 110, so that the spread part associated with the change. You can get a list of. The person-in-charge information 111 is a list of persons in charge of maintaining the specifications. Each of the specifications 104 to 106 and the worker in charge of the program function relation diagram 101 are set on the worker setting screen 112, and information on the worker assignment is stored in the worker assignment information 113. By executing the person-in-charge notification processing unit 114, it is possible to notify the person in charge of the transmission destination obtained by the change transmission analysis unit 109 of the change transmission.

【0015】次に図2を用いて、実施形態の処理を行う
コンピュータのハードウェア構成について説明する。外
部記憶装置201は、プログラムを格納する外部記憶装
置であり、仕様書生成部102、関連情報生成部10
7、変更波及解析部109および担当者通知処理部11
4の各プログラムを格納する。外部記憶装置202は、
プログラムが使用または生成するデータが格納されてい
る外部記憶装置であり、プログラム機能関連図101、
各種仕様書103、波及関係情報108、担当者情報1
11および担当割当て情報113の各ファイルを格納す
る。204は中央処理演算装置、203は主記憶装置で
ある。表示装置205はCRTディスプレイなどの表示
装置、入力装置206はキーボードやマウスなどの入力
装置である。
Next, with reference to FIG. 2, a hardware configuration of a computer that performs the processing of the embodiment will be described. The external storage device 201 is an external storage device that stores programs, and includes a specification generation unit 102 and a related information generation unit 10.
7. Change spread analysis unit 109 and person-in-charge notification processing unit 11
Each program of 4 is stored. The external storage device 202 is
An external storage device in which data used or generated by a program is stored.
Various specifications 103, ripple information 108, personnel information 1
11 and respective files of the assignment information 113 in charge are stored. Reference numeral 204 is a central processing unit, and 203 is a main memory. The display device 205 is a display device such as a CRT display, and the input device 206 is an input device such as a keyboard and a mouse.

【0016】これら装置間の実行時の関係について説明
する。外部記憶装置201に格納されているプログラム
が呼び出されたとき、そのプログラムの内容が主記憶装
置203に読み込まれ、中央処理演算装置204によっ
て実行される。そのプログラムが外部記憶装置202に
格納されているデータを必要としたとき、そのデータが
主記憶装置203に読み込まれ、プログラムの指示内容
に従い中央処理演算装置204によって処理される。プ
ログラムの処理結果は表示装置205に表示される。入
力装置206からユーザによるデータ入力が行われたと
き、プログラムの指示内容に従い中央処理演算装置20
4で入力データが処理され、必要であれば中央処理演算
装置204の処理結果が外部記憶装置202内の該当す
るファイルに書き込まれる。なお表示装置205及び入
力装置206がクライアント計算機側、外部記憶装置2
01及び202がサーバ計算機側というように、システ
ムが複数の計算機から構成されていてもよい。
The relationship between these devices at the time of execution will be described. When a program stored in the external storage device 201 is called, the content of the program is read into the main storage device 203 and executed by the central processing unit 204. When the program requires data stored in the external storage device 202, the data is read into the main storage device 203 and processed by the central processing unit 204 according to the instruction content of the program. The processing result of the program is displayed on the display device 205. When data is input by the user from the input device 206, the central processing unit 20 is operated according to the instruction content of the program.
In step 4, the input data is processed, and if necessary, the processing result of the central processing unit 204 is written to the corresponding file in the external storage device 202. The display device 205 and the input device 206 are the client computer side and the external storage device 2.
The system may be composed of a plurality of computers such that 01 and 202 are on the server computer side.

【0017】図3は、プログラム機能関連図101で管
理されている情報の例を説明のため図式化したものであ
る。301〜304はプログラム、305〜307は入
出力データ、308〜312は表示画面を表す細粒度項
目である。313〜327の矢印は、遷移元の細粒度項
目と遷移先の細粒度項目との間にデータの受け渡しが存
在することを表す細粒度項目である。各細粒度項目に
は、後述する波及関係情報108を管理するための識別
子が付けられている。301〜312にはN01〜N1
2という識別子が付けられている。313〜327には
E01〜E15という識別子が付けられている。またプ
ログラム機能関連図101全体には、後述する担当割当
て情報113を管理するためにAという識別子が付けら
れている。
FIG. 3 is a schematic diagram for explaining an example of information managed in the program function relation diagram 101. Numerals 301 to 304 are programs, 305 to 307 are input / output data, and 308 to 312 are fine grain items representing display screens. Arrows 313 to 327 are fine grain items indicating that data is transferred between the fine grain item of the transition source and the fine grain item of the transition destination. An identifier for managing the propagation relation information 108 described later is attached to each fine-grained item. N01 to N1 for 301 to 312
The identifier 2 is attached. The identifiers E01 to E15 are attached to 313 to 327. Further, the entire program function relation diagram 101 is assigned an identifier A for managing the assignment information 113 to be described later.

【0018】図4は、プログラム機能関連図101に基
づいて作成したプログラム定義仕様書104の例であ
る。プログラム定義仕様書104は、プログラム機能関
連図101に現れる各々のプログラムを表す細粒度項目
について作成される。各仕様書には、プログラム名称、
プログラムが入力として使用するデータを表す入力項
目、プログラムが出力するデータを表す出力項目、プロ
グラムの呼出し元となる入力画面、プログラムの出力結
果が渡される出力画面の名称が記述される。通常その他
プログラムの詳細仕様が記述されるが、ここでは図示を
省略している。プログラム定義仕様書401、402、
403、404は、それぞれプログラム機能関連図10
1のプログラム301、302、303、304に対応
して作成された仕様書である。また各仕様書には波及関
係情報108で利用するための仕様書識別子が付けられ
る。
FIG. 4 is an example of the program definition specification 104 created based on the program function relation diagram 101. The program definition specification 104 is created for each fine-grained item representing each program appearing in the program function relation diagram 101. Each specification has a program name,
Described are the input item representing the data used by the program, the output item representing the data output by the program, the input screen from which the program is called, and the name of the output screen to which the output result of the program is passed. Usually, detailed specifications of other programs are described, but illustration is omitted here. Program definition specifications 401, 402,
403 and 404 are program function related diagrams 10 respectively.
It is a specification created corresponding to the first program 301, 302, 303, 304. Further, each specification is attached with a specification identifier for use in the spread relation information 108.

【0019】図5は、プログラム機能関連図101に基
づいて作成したデータ定義仕様書105の例である。デ
ータ定義仕様書105は、プログラム機能関連図101
に現れる各々のデータを表す細粒度項目について作成さ
れる。各仕様書には、データ定義名称、RDBやファイ
ルなどデータの格納形式を表すデータ定義種別が記述さ
れる。図3で図式化されたデータの形がデータ種別を示
している。なおデータ定義仕様書105には通常データ
の詳細仕様が記述されるが、ここでは図示を省略してい
る。データ定義仕様書501、502、503は、それ
ぞれプログラム機能関連図101の入出力データ30
5、306、307に対応して作成された仕様書であ
る。また各仕様書には波及関係情報108で利用するた
めの仕様書識別子が付けられる。
FIG. 5 shows an example of the data definition specification 105 created based on the program function relation diagram 101. The data definition specification 105 is a program function related diagram 101.
It is created for each fine-grained item that represents each data that appears in. In each specification, a data definition name and a data definition type indicating a data storage format such as RDB or file are described. The form of the data schematized in FIG. 3 indicates the data type. Although detailed specifications of normal data are described in the data definition specification 105, illustration is omitted here. The data definition specifications 501, 502, and 503 are input / output data 30 of the program function relation diagram 101, respectively.
5, 306 and 307 are specifications created in correspondence with each other. Further, each specification is attached with a specification identifier for use in the spread relation information 108.

【0020】図6は、プログラム機能関連図101に基
づいて作成した画面定義仕様書106の例である。画面
定義仕様書はプログラム機能関連図101に現れる各々
の画面を表す細粒度項目について作成される。各仕様書
には、画面名称、次画面名称が記述される。その他画面
仕様の詳細について記述されるが、ここでは図示を省略
している。画面定義仕様書601、602、603、6
04、605は、それぞれプログラム機能関連図101
の画面308、309、310、311、312に対応
して作成された仕様書である。また各仕様書には波及関
係情報108で利用するための仕様書識別子が付けられ
る。
FIG. 6 is an example of the screen definition specification 106 created based on the program function relation diagram 101. The screen definition specification is created for each fine-grained item representing each screen appearing in the program function relation diagram 101. The screen name and the next screen name are described in each specification. Other screen specifications are described in detail, but not shown here. Screen definition specifications 601, 602, 603, 6
04 and 605 are program function related diagrams 101, respectively.
It is a specification created in correspondence with the screens 308, 309, 310, 311, 312. Further, each specification is attached with a specification identifier for use in the spread relation information 108.

【0021】あらかじめ作成しておいたプログラム機能
関連図101から各種仕様書103を自動生成するには
仕様書生成部102を実行する。仕様書生成部102の
フローチャート例を図7に示す。以下、本フローチャー
トについて説明する。プログラム機能関連図101のプ
ログラムを表す細粒度項目NPに対して(ステップ70
1)、以下のステップ702〜707の処理を繰り返し
行う。まずNPに対応するプログラム定義仕様書Pを新
規に作成し(ステップ702)、Pの名称、入力画面お
よび出力画面を設定する(ステップ703)。プログラ
ム機能関連図101において、もしある入力データを表
す細粒度項目NDIからNPへのデータ入力関係が存在
するならば(ステップ704YES)、Pの入力項目に
NDIの名称を設定する(ステップ705)。プログラ
ム機能関連図101において、もしNPからある出力デ
ータを表す細粒度項目NDOへのデータ出力関係が存在
するならば(ステップ706YES)、Pの出力項目に
NDOの名称を設定する(ステップ707)。次にプロ
グラム機能関連図101のデータを表す各細粒度項目N
Dに対して(ステップ708)、NDに対応するデータ
定義仕様書Dを新規に作成し(ステップ709)、Dの
名称およびデータ種別をNDの記述内容に従って設定す
る(ステップ710)。各NDについてステップ709
及び710を繰り返す。次にプログラム機能関連図10
1の画面を表す細粒度項目NGに対して(ステップ71
1)、以下のステップ712〜715の処理を行う。ま
ずNGに対応する画面定義仕様書Gを新規に作成し(ス
テップ712)、Gの名称を設定する(ステップ71
3)。次にNGからの画面遷移に対して(ステップ71
4)、遷移先となる画面の名称を次画面に設定する(ス
テップ715)。
In order to automatically generate various specifications 103 from the program function relation diagram 101 created in advance, the specification generation unit 102 is executed. FIG. 7 shows an example of a flowchart of the specification generation unit 102. The flowchart will be described below. For the fine-grained item NP representing the program of the program function relation diagram 101 (step 70
1), the following steps 702 to 707 are repeated. First, a program definition specification P corresponding to NP is newly created (step 702), and the name of P, an input screen and an output screen are set (step 703). In the program function relation diagram 101, if there is a data input relationship from the fine-grained item NDI to NP representing certain input data (YES in step 704), the NDI name is set in the P input item (step 705). In the program function relation diagram 101, if there is a data output relationship from the NP to the fine-grained item NDO that represents certain output data (YES in step 706), the name of the NDO is set in the output item of P (step 707). Next, each fine grain item N representing the data of the program function relation diagram 101
For D (step 708), a data definition specification D corresponding to ND is newly created (step 709), and the name and data type of D are set according to the description content of ND (step 710). Step 709 for each ND
And 710 are repeated. Next, program function related diagram 10
For the fine-grained item NG representing the screen of 1 (step 71
1) The following steps 712 to 715 are performed. First, a screen definition specification G corresponding to NG is newly created (step 712), and the name of G is set (step 71).
3). Next, for the screen transition from NG (Step 71
4), the name of the transition destination screen is set in the next screen (step 715).

【0022】図4、図5及び図6に示す仕様書104、
105、106は、図3に示すプログラム機能関連図1
01から図7に示す仕様書生成部102のフローチャー
ト例に従って生成された仕様書である。
The specifications 104 shown in FIGS. 4, 5 and 6,
Reference numerals 105 and 106 are related to the program function shown in FIG.
01 is a specification generated in accordance with the flowchart example of the specification generation unit 102 shown in FIG. 7.

【0023】次に仕様書生成部103の処理結果を用い
て、波及関係情報108を生成するプログラムである関
連情報生成部107について説明する。関連情報生成部
107のフローチャート例を図8に示す。以下、本フロ
ーチャートについて説明する。まずプログラム機能関連
図101の構成要素を表す細粒度項目Nについて(ステ
ップ801)、SをNから作成された仕様書とし(ステ
ップ802)、NからSへの関連を生成する(ステップ
803)。関連はNの識別子とSの識別子とを対応づけ
ることによって表現される。各Nについてステップ80
2及び803を繰り返す。次にプログラム機能関連図1
01のデータ受け渡し関係を表す細粒度項目Eに対して
(ステップ804)、Eのデータを渡す側の細粒度項目
から作成された仕様書をF(ステップ805)、Eのデ
ータを受け取る側の細粒度項目から作成された仕様書を
Tとしたとき(ステップ806)、FからTへの関連を
生成する(ステップ807)。関連はFの識別子とTの
識別子とを対応づけることによって表現される。各Eに
ついてステップ805、806及び807を繰り返す。
Next, using the processing result of the specification generation unit 103, the related information generation unit 107 which is a program for generating the spread relation information 108 will be described. FIG. 8 shows a flowchart example of the related information generating unit 107. The flowchart will be described below. First, for the fine-grain item N representing the constituent elements of the program function relation diagram 101 (step 801), S is a specification created from N (step 802), and the relation from N to S is generated (step 803). The association is expressed by associating N identifiers with S identifiers. Step 80 for each N
Repeat steps 2 and 803. Next, program function related diagram 1
For the fine-grained item E representing the data transfer relation of 01 (step 804), the specification created from the fine-grained item on the side of passing the E data is F (step 805), and the detail on the side of receiving the E data. When the specification created from the granularity item is T (step 806), a relation from F to T is generated (step 807). The association is expressed by associating the identifier of F with the identifier of T. Repeat steps 805, 806 and 807 for each E.

【0024】プログラム機能関連図101および各種仕
様書103から図8に示す関連情報生成部107のフロ
ーチャート例によって生成された波及関係情報108を
図9に示す。各波及関係情報は関連元となるプログラム
機能関連図101の細粒度項目または仕様書の識別子を
表す関連元ID、関連先となる仕様書の識別子を表す関
連先IDから成る。901〜912はプログラム機能関
連図101の細粒度項目301〜312から対応する仕
様書への関連である。913〜927はプログラム機能
関連図101の細粒度項目313〜327に対応する仕
様書間の関連である。
FIG. 9 shows the spread relation information 108 generated by the example of the flow chart of the relation information generating unit 107 shown in FIG. 8 from the program function relation diagram 101 and various specifications 103. Each transmission relation information is composed of an association source ID representing an identifier of a fine-grained item or a specification document of the program function relation diagram 101 which is an association source, and an association destination ID representing an identifier of a specification document which is an association destination. References 901 to 912 are the relationships from the fine-grained items 301 to 312 of the program function relation diagram 101 to the corresponding specifications. Reference numerals 913 to 927 are relationships between specifications corresponding to the fine-grained items 313 to 327 in the program function relationship diagram 101.

【0025】次にプログラム機能関連図101の一部が
変更された場合の変更波及解析方法について説明する。
図10は、プログラム機能関連図101の一部が変更さ
れた場合の変更波及解析部109のフローチャート例で
ある。以下、本フローチャートについて説明する。まず
Nを変更されたプログラム機能関連図101の細粒度項
目の識別子とする(ステップ1001)。次にNを関連
元IDにもつ波及関係情報を波及関係情報108から検
索し、それを関連先rとする(ステップ1002)。r
は1つ存在する。最後にrの関連先IDをNの変更波及
部分として出力する(ステップ1003)。これにより
関連元Nが変更された場合の変更波及部分を特定でき
る。
Next, a change ripple analysis method in the case where a part of the program function relation diagram 101 is changed will be described.
FIG. 10 is an example of a flowchart of the change spread analysis unit 109 when a part of the program function relation diagram 101 is changed. The flowchart will be described below. First, N is set as the identifier of the fine-grained item in the changed program function relation diagram 101 (step 1001). Next, the ripple relation information having N as the relation origin ID is searched from the ripple relation information 108, and is set as the relation destination r (step 1002). r
There is one. Finally, the related destination ID of r is output as the changed ripple portion of N (step 1003). As a result, it is possible to identify the change influence part when the relation source N is changed.

【0026】例として、プログラム機能関連図101の
細粒度項目であるプログラム302が変更された場合を
考える。このとき図10に示す変更波及解析部109の
フローチャートによって出力されるプログラム302
(商品検索)の変更波及部分は、902の波及関係情報
からの対応付けにより仕様書402となる。
As an example, consider a case where the program 302, which is a fine-grained item in the program function relation diagram 101, is changed. At this time, the program 302 output by the flowchart of the change ripple analysis unit 109 shown in FIG.
The changed spread part of (product search) becomes the specification 402 by associating from the spread relation information of 902.

【0027】次に仕様書が変更された場合の変更波及解
析方法について説明する。図11は、各種仕様書が変更
された場合の変更波及解析部109のフローチャート例
である。以下、本フローチャートについて説明する。ま
ずIに空集合を代入してIを初期化する(ステップ11
01)。次にSを変更された仕様書の識別子とし(ステ
ップ1102)、Sを関連先IDとしてもち、かつ関連
元IDがプログラム機能関連図101の細粒度項目であ
る波及関係情報を波及関係情報108から検索し、それ
を関連元rとする(ステップ1103)。rは1つ存在
する。更にNをrの関連元IDとし(ステップ110
4)、NをIに追加する(ステップ1105)。次にS
を関連元IDまたは関連先IDとして含むr以外のすべ
ての波及関係情報に対して(ステップ1106)、Sで
ない方の関連元IDまたは関連先IDをIに追加する
(ステップ1107)。最後にIをSの変更波及部分と
して出力する(ステップ1108)。これによりSが変
更された場合の変更波及部分を特定できる。
Next, a change ripple analysis method when the specification is changed will be described. FIG. 11 is an example of a flowchart of the change spread analysis unit 109 when various specifications are changed. The flowchart will be described below. First, the empty set is substituted for I to initialize I (step 11
01). Next, S is used as the identifier of the changed specification (step 1102), S is used as the relation destination ID, and the relation origin ID is the fine-grained item of the program function relation diagram 101. A search is performed and it is set as a relation source r (step 1103). There is one r. Further, N is set as the relation source ID of r (step 110).
4), N is added to I (step 1105). Then S
For all the propagation relation information other than r including as the relation source ID or the relation destination ID (step 1106), the relation source ID or the relation destination ID that is not S is added to I (step 1107). Finally, I is output as a changed ripple portion of S (step 1108). As a result, it is possible to identify the change influence part when S is changed.

【0028】例として、仕様書402が変更された場合
を考える。このとき図11に示す変更波及解析部109
のフローチャートによって出力される仕様書402の変
更波及部分は、902、918、919、920の波及
関係情報から識別子をたどることでプログラム302
(商品検索)、仕様書603(商品検索画面)、仕様書
502(商品情報)および仕様書604(一覧出力画
面)となる。
As an example, consider the case where the specification 402 is changed. At this time, the change ripple analysis unit 109 shown in FIG.
The changed ripple portion of the specification document 402 output by the flowchart of FIG. 3 is the program 302 by tracing the identifier from the ripple relation information of 902, 918, 919, and 920.
(Product search), specifications 603 (product search screen), specifications 502 (product information), and specifications 604 (list output screen).

【0029】変更波及解析部109が出力した変更波及
部分は変更波及一覧画面110に一覧表示される。
The change spread parts output by the change spread analysis unit 109 are displayed in a list on the change spread list screen 110.

【0030】次に変更波及部分に属する各仕様書の担当
者に、変更波及の通知を行う機能について説明する。図
12は、担当者情報111の例である。1201〜12
06は各担当者の情報であり、担当者識別子と名前から
成る。担当者情報111はユーザによりあらかじめ作成
される。
Next, the function of notifying the person in charge of each specification belonging to the change spread portion of the change spread will be described. FIG. 12 is an example of the person-in-charge information 111. 1201-12
Reference numeral 06 is information on each person in charge, which is composed of a person in charge identifier and a name. The person-in-charge information 111 is created in advance by the user.

【0031】図13は、担当者設定画面112を介して
設定された担当割当て情報113の例である。1301
〜1313は各担当割当ての情報であり、プログラム機
能関連図または仕様書を表す識別子とその作業担当者を
表す担当者識別子から構成される。
FIG. 13 is an example of the assignment assignment information 113 set via the assignment setting screen 112. 1301
Information 131313 is information on assignment in charge, and is composed of an identifier representing a program function relation diagram or a specification and a worker identifier representing a worker in charge of the work.

【0032】担当者通知処理部114は、変更波及解析
部109が出力した各変更波及部分の作業担当者に対し
て、変更が行われたことを通知するプログラムである。
担当者通知処理部114のフローチャート例を図14に
示す。以下、本フローチャートについて説明する。変更
波及解析部109が出力した各変更波及部分である仕様
書識別子iについて(ステップ1401)、担当割当て
情報113よりiの担当者識別子pを求め(ステップ1
402)、担当者情報111を参照してpに対応する担
当者に変更波及の通知を行う(ステップ1403)。
The person-in-charge notification processing unit 114 is a program for notifying the worker in charge of each change-spreading portion output by the change-spreading analysis unit 109 that a change has been made.
FIG. 14 shows a flowchart example of the person-in-charge notification processing unit 114. The flowchart will be described below. For the specification identifier i, which is each change spread part output by the change spread analysis unit 109 (step 1401), the person identifier p of i is obtained from the assigned assignment information 113 (step 1
402), referring to the person-in-charge information 111, the person in charge corresponding to p is notified of the change spread (step 1403).

【0033】例として、仕様書402が変更された場合
の変更波及解析部109および担当割当て情報113か
ら抽出された変更波及部分である仕様書識別子と担当者
識別子との対応を図15に示す。1501〜1504は
それぞれ1303、1307、1311、1312から
抽出された担当割当て情報である。
As an example, FIG. 15 shows the correspondence between the specification identifier, which is the change spreading part extracted from the change spreading analysis unit 109 and the assigned assignment information 113 when the specification 402 is changed, and the person in charge identifier. 1501 to 1504 are assigned assignment information extracted from 1303, 1307, 1311, and 1312, respectively.

【0034】担当者への通知手段の実現方法としては、
メールシステムと連携することにより、変更が起こった
際に各変更波及部分の作業担当者に自動的にメールを送
信する、といった方法がある。これにより変更波及先の
担当者に対し、変更波及の通知を自動的に行うことがで
きる。
As a method of realizing the notification means to the person in charge,
By linking with a mail system, there is a method in which when a change occurs, an email is automatically sent to the worker in charge of each change spread part. As a result, the person in charge of the change influence can be automatically notified of the change influence.

【0035】次に図16〜図17を用いて、本発明の第
2の実施形態によるソフトウェア開発資源間の関連付け
方法について説明する。
Next, a method for associating software development resources according to the second embodiment of the present invention will be described with reference to FIGS.

【0036】最初に図16を用いて、第2の実施形態に
よる資源間関連付け方法の概要について説明する。第2
の実施形態は、図1の各仕様書生成部102の代わり
に、プログラム機能関連図作成部115を追加したもの
である。ユーザはあらかじめ作成しておいた各種仕様書
103の中から使用する仕様書群を拾い出し、それらを
入力としてプログラム機能関連図作成部115を実行す
ることによりプログラム機能関連図101を作成する。
First, the outline of the method for associating resources according to the second embodiment will be described with reference to FIG. Second
In the embodiment, a program function relation diagram creation unit 115 is added instead of each specification generation unit 102 in FIG. The user creates a program function relationship diagram 101 by picking up a specification group to be used from the various specification documents 103 created in advance and executing the program function relationship diagram creation unit 115 with them.

【0037】プログラム機能関連図作成部115のフロ
ーチャート例を図17に示す。以下、本フローチャート
について説明する。まずユーザによって選択された各仕
様書について(ステップ1701)、それに対応するプ
ログラム機能関連図の細粒度項目Pを作成する(ステッ
プ1702)。すなわち各仕様書の名称と付与した細粒
度項目の識別子とを対応づける。次にユーザによって選
択された各プログラム定義仕様書Pについて(ステップ
1703)、以下のステップ1704〜1714の処理
を行う。まずステップ1702で作成した細粒度項目P
に対応する識別子をNPとする(ステップ1704)。
次にもしPの入力項目にDIが設定されているならば
(ステップ1705YES)、ステップ1702で作成
したDIに対応する細粒度項目をNDIとし(ステップ
1706)、NDIからNPへのデータ入力関係を作成
する(ステップ1707)。もしPの出力項目にDOが
設定されているならば(ステップ1708YES)、ス
テップ1702で作成したDOに対応する細粒度項目を
NDOとし(ステップ1709)、NPからNDOへの
データ出力関係を作成する(ステップ1710)。更に
GIをPの入力画面、NGIをステップ1702で作成
したGIに対応する細粒度項目としたとき(ステップ1
711)、NGIからNPへのデータ入力関係を作成す
る(ステップ1712)。同様にGOをPの出力画面、
NGOをステップ1702で作成したGOに対応する細
粒度項目としたとき(ステップ1713)、NPからN
GOへのデータ出力関係を作成する(ステップ171
4)。
FIG. 17 shows an example of a flow chart of the program function relation diagram creating section 115. The flowchart will be described below. First, for each specification selected by the user (step 1701), a fine-grained item P of the program function relation diagram corresponding thereto is created (step 1702). That is, the name of each specification is associated with the assigned fine-grained item identifier. Next, for each program definition specification P selected by the user (step 1703), the following steps 1704 to 1714 are performed. First, the fine-grained item P created in step 1702
The identifier corresponding to is set to NP (step 1704).
Next, if DI is set in the P input item (YES in step 1705), the fine-grained item corresponding to the DI created in step 1702 is set to NDI (step 1706), and the data input relationship from NDI to NP is set. Create (step 1707). If DO is set in the output item of P (YES in step 1708), the fine-grained item corresponding to the DO created in step 1702 is set to NDO (step 1709), and a data output relationship from NP to NDO is created. (Step 1710). Furthermore, when GI is the input screen of P and NGI is the fine-grained item corresponding to the GI created in step 1702 (step 1
711), a data input relationship from NGI to NP is created (step 1712). Similarly, GO to P output screen,
When the NGO is the fine-grained item corresponding to the GO created in step 1702 (step 1713), NP to N
Create a data output relationship to GO (step 171)
4).

【0038】プログラム機能関連図101を作成した後
の処理は、第1の実施形態と同様である。
The process after creating the program function relation diagram 101 is the same as that of the first embodiment.

【0039】[0039]

【発明の効果】本発明によれば、プログラム機能関連図
内の構成要素と各仕様書、および各作業の担当者との間
の関連情報を利用することにより、プログラム機能関連
図内の構成要素や各仕様書を変更したときに、その変更
波及部分を検出でき、各変更波及部分の作業担当者に変
更の旨を自動的に通知することができる。
According to the present invention, the constituent elements in the program function relation diagram are utilized by utilizing the related information between the constituent elements in the program function relation diagram and each specification and the person in charge of each work. When each or each specification is changed, the affected part can be detected, and the person in charge of each affected part can be automatically notified of the change.

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

【図1】実施形態の構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of an embodiment.

【図2】実施形態のコンピュータのハードウェア構成図
である。
FIG. 2 is a hardware configuration diagram of a computer according to the embodiment.

【図3】プログラム機能関連図101の例を示す図であ
る。
FIG. 3 is a diagram showing an example of a program function relation diagram 101.

【図4】プログラム定義仕様書104の例を示す図であ
る。
FIG. 4 is a diagram showing an example of a program definition specification 104.

【図5】データ定義仕様書105の例を示す図である。5 is a diagram showing an example of a data definition specification 105. FIG.

【図6】画面定義仕様書106の例を示す図である。6 is a diagram showing an example of a screen definition specification 106. FIG.

【図7】仕様書生成部102のフローチャート例を示す
図である。
FIG. 7 is a diagram showing an example of a flowchart of a specification generation unit 102.

【図8】関連情報生成部107のフローチャート例を示
す図である。
FIG. 8 is a diagram showing an example of a flowchart of a related information generation unit 107.

【図9】波及関係情報108の例を示す図である。FIG. 9 is a diagram showing an example of spread relation information 108.

【図10】プログラム機能関連図の一部が変更された場
合の変更波及解析部109のフローチャート例を示す図
である。
FIG. 10 is a diagram showing an example of a flowchart of a change spread analysis unit 109 when a part of the program function relation diagram is changed.

【図11】各種仕様書が変更された場合の変更波及解析
部109のフローチャート例を示す図である。
FIG. 11 is a diagram showing an example of a flowchart of a change spread analysis unit 109 when various specifications are changed.

【図12】担当者情報111の例を示す図である。FIG. 12 is a diagram showing an example of person-in-charge information 111.

【図13】担当割当て情報113の例を示す図である。FIG. 13 is a diagram showing an example of assignment assignment information 113.

【図14】担当者通知処理部114のフローチャート例
を示す図である。
FIG. 14 is a diagram showing an example of a flowchart of a person-in-charge notification processing unit 114.

【図15】変更波及部分とその作業担当者との対応の例
を示す図である。
FIG. 15 is a diagram showing an example of the correspondence between a changed spread portion and its worker.

【図16】本発明の第2の実施形態の構成を示すブロッ
ク図である。
FIG. 16 is a block diagram showing a configuration of a second exemplary embodiment of the present invention.

【図17】プログラム機能関連図作成部115のフロー
チャート例を示す図である。
FIG. 17 is a diagram showing an example of a flowchart of a program function relation diagram creation unit 115.

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

101…プログラム機能関連図、102…仕様書生成
部、104…プログラム定義仕様書、105…データ定
義仕様書、106…画面定義仕様書、107…関連情報
生成部、108…波及関係情報、109…変更波及解析
部、111…担当者情報、113…担当割当て情報、1
14…担当者通知処理部、115…プログラム機能関連
図作成部
101 ... Program function relation diagram, 102 ... Specification generation unit, 104 ... Program definition specification document, 105 ... Data definition specification document, 106 ... Screen definition specification document, 107 ... Related information generation unit, 108 ... Ripple relation information, 109 ... Change spread analysis unit, 111 ... Person information, 113 ... Assignment information, 1
14 ... Personnel notification processing unit, 115 ... Program function relation diagram creation unit

フロントページの続き (72)発明者 千葉 俊哉 神奈川県川崎市麻生区王禅寺1099番地 株 式会社日立製作所システム開発研究所内 (72)発明者 石井 武夫 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所ソフトウェア事業部内 (72)発明者 藤井 啓詞 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所ソフトウェア事業部内 Fターム(参考) 5B076 DD00 DD02 EC00 EC07 EC08Continued front page    (72) Inventor Toshiya Chiba             1099 Ozenji, Aso-ku, Kawasaki City, Kanagawa Prefecture             Ceremony company Hitachi Systems Development Laboratory (72) Inventor Takeo Ishii             5030 Totsuka Town, Totsuka Ward, Yokohama City, Kanagawa Prefecture             Ceremony company Hitachi Ltd. software division (72) Inventor Kei Fujii             5030 Totsuka Town, Totsuka Ward, Yokohama City, Kanagawa Prefecture             Ceremony company Hitachi Ltd. software division F term (reference) 5B076 DD00 DD02 EC00 EC07 EC08

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】記憶装置に格納されるプログラム機能関連
図と各種仕様書とからソフトウェア開発資源間の関連付
けをする方法であって、 前記プログラム機能関連図は、開発対象の業務システム
を構成するプログラム、データ及び表示画面を各々構成
要素として定義し、前記構成要素間のデータ入出力関係
を記述するものであり、前記各種仕様書は、前記プログ
ラム、データ及び表示画面に対応して作成された各々プ
ログラム定義仕様書、データ定義仕様書および画面定義
仕様書を含み、 前記プログラム機能関連図を構成する前記構成要素と前
記各種仕様書のうち対応する仕様書との間に関連を生成
し、前記データ入出力関係に基づいて関連する前記構成
要素に対応する仕様書間に関連を生成し、生成された関
連情報を記憶装置に格納することを特徴とするソフトウ
ェア開発資源間の関連付け方法。
1. A method of associating software development resources from a program function relationship diagram stored in a storage device and various specifications, wherein the program function relationship diagram is a program constituting a business system to be developed. , Data and display screens are defined as constituent elements, and data input / output relationships between the constituent elements are described. The various specifications are created in correspondence with the programs, data, and display screens. A program definition specification, a data definition specification, and a screen definition specification are included, and a relationship is generated between the constituent elements forming the program function relation diagram and a corresponding specification among the various specifications, and the data is generated. A relationship may be generated between specifications corresponding to the related component based on the input / output relationship, and the generated related information may be stored in a storage device. The association process between the software development resources, wherein.
【請求項2】前記プログラム機能関連図を構成するいず
れかの前記構成要素の仕様が変更されるときに、前記関
連情報を参照して変更される前記構成要素に対応する前
記仕様書を抽出してその結果を出力し、 前記仕様書のいずれかの仕様が変更されるときに、前記
関連情報を参照して変更される前記仕様書に対応する前
記構成要素および変更される前記仕様書と前記データ入
出力関係に基づいて関連をもつ前記仕様書を抽出してそ
の結果を出力することを特徴とする請求項1記載のソフ
トウェア開発資源間の関連付け方法。
2. When the specification of any of the constituent elements of the program function relation diagram is changed, the specification information corresponding to the changed constituent element is extracted with reference to the related information. And outputs the result, and when any one of the specifications is changed, the constituent element corresponding to the specification changed and the specification changed and The method for associating software development resources according to claim 1, wherein the specifications having a relationship are extracted based on a data input / output relationship and the result is output.
【請求項3】前記仕様書とその作業担当者との対応を記
録する担当割当情報および前記関連情報を参照して、変
更される前記仕様書と前記データ入出力関係に基づいて
関連をもつ前記仕様書に対応する前記作業担当者の識別
子を抽出し、その結果を出力することを特徴とする請求
項2記載のソフトウェア開発資源間の関連付け方法。
3. The assignment specification information for recording the correspondence between the specification sheet and a worker in charge thereof and the related information are referred to, and the specification sheet to be changed is associated with the data input / output relationship. 3. The method for associating software development resources according to claim 2, wherein the identifier of the worker in charge corresponding to the specification is extracted and the result is output.
【請求項4】コンピュータに、記憶装置に格納されるプ
ログラム機能関連図と各種仕様書とからソフトウェア開
発資源間の関連付けを実行させるためのプログラムであ
って、 前記プログラム機能関連図は、開発対象の業務システム
を構成するプログラム、データ及び表示画面を各々構成
要素として定義し、前記構成要素間のデータ入出力関係
を記述するものであり、前記各種仕様書は、前記プログ
ラム、データ及び表示画面に対応して作成された各々プ
ログラム定義仕様書、データ定義仕様書および画面定義
仕様書を含み、 前記コンピュータに、前記プログラム機能関連図を構成
する前記構成要素と前記各種仕様書のうち対応する仕様
書との間に関連を生成する手順、前記データ入出力関係
に基づいて関連する前記構成要素に対応する仕様書間に
関連を生成する手順、および生成された関連情報を記憶
装置に格納する手順を実行させるためのプログラム。
4. A program for causing a computer to execute association between software development resources from a program function relation diagram stored in a storage device and various specifications, wherein the program function relation diagram is a development target. The programs, data, and display screens that make up the business system are defined as components, and the data input / output relationship between the components is described. The various specifications correspond to the programs, data, and display screens. Including the program definition specifications, the data definition specifications and the screen definition specifications created by the computer, and the computer corresponding to the constituent elements constituting the program function related diagram and the corresponding specifications among the various specifications. A procedure for generating a relation between the two, and a specification corresponding to the related component based on the data input / output relationship Program for executing a procedure for storing instructions to generate a link between, and the generated related information to the storage device.
【請求項5】前記コンピュータに、前記プログラム機能
関連図を構成するいずれかの前記構成要素の仕様が変更
されるときに、前記関連情報を参照して変更される前記
構成要素に対応する前記仕様書を抽出してその結果を出
力する手順、および前記仕様書のいずれかの仕様が変更
されるときに、前記関連情報を参照して変更される前記
仕様書に対応する前記構成要素および変更される前記仕
様書と前記データ入出力関係に基づいて関連をもつ前記
仕様書を抽出してその結果を出力する手順を実行させる
ための請求項4記載のプログラム。
5. When the specification of any of the constituent elements of the program function relation diagram is changed in the computer, the specification corresponding to the constituent element changed with reference to the related information. A procedure for extracting a document and outputting the result, and when any of the specifications of the specification is changed, the component corresponding to the specification that is changed with reference to the related information and the changed 5. The program according to claim 4, for executing a procedure of extracting the specification having a relationship based on the data input / output relationship with the specification and outputting the result.
JP2001338965A 2001-11-05 2001-11-05 Relating method of software development resources, and program therefor Pending JP2003140894A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001338965A JP2003140894A (en) 2001-11-05 2001-11-05 Relating method of software development resources, and program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001338965A JP2003140894A (en) 2001-11-05 2001-11-05 Relating method of software development resources, and program therefor

Publications (1)

Publication Number Publication Date
JP2003140894A true JP2003140894A (en) 2003-05-16

Family

ID=19153380

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001338965A Pending JP2003140894A (en) 2001-11-05 2001-11-05 Relating method of software development resources, and program therefor

Country Status (1)

Country Link
JP (1) JP2003140894A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005128737A (en) * 2003-10-23 2005-05-19 Daikin Ind Ltd Specification creation support device, program, and method
JP2008004029A (en) * 2006-06-26 2008-01-10 Fuji Electric Holdings Co Ltd System and method for confirming correction of software
JP2008204333A (en) * 2007-02-22 2008-09-04 Exa Corp Project management system based on traceability of specification and program for specification change management method
JP2009104290A (en) * 2007-10-22 2009-05-14 Nippon Telegr & Teleph Corp <Ntt> Software product management system, method, and its program
JP2011096111A (en) * 2009-10-30 2011-05-12 Toshiba Corp Apparatus and program for managing specification information
JP2012141916A (en) * 2011-01-06 2012-07-26 Hitachi Information & Control Solutions Ltd Program modification supporting method and program modification supporting apparatus
WO2014045554A1 (en) * 2012-09-18 2014-03-27 日本電気株式会社 Process database, process administration device, process database creation method, process database search method, and program

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005128737A (en) * 2003-10-23 2005-05-19 Daikin Ind Ltd Specification creation support device, program, and method
JP2008004029A (en) * 2006-06-26 2008-01-10 Fuji Electric Holdings Co Ltd System and method for confirming correction of software
JP2008204333A (en) * 2007-02-22 2008-09-04 Exa Corp Project management system based on traceability of specification and program for specification change management method
JP4601632B2 (en) * 2007-02-22 2010-12-22 株式会社エクサ Project management system and specification change management program based on traceability of specifications
JP2009104290A (en) * 2007-10-22 2009-05-14 Nippon Telegr & Teleph Corp <Ntt> Software product management system, method, and its program
JP2011096111A (en) * 2009-10-30 2011-05-12 Toshiba Corp Apparatus and program for managing specification information
JP2012141916A (en) * 2011-01-06 2012-07-26 Hitachi Information & Control Solutions Ltd Program modification supporting method and program modification supporting apparatus
WO2014045554A1 (en) * 2012-09-18 2014-03-27 日本電気株式会社 Process database, process administration device, process database creation method, process database search method, and program
JPWO2014045554A1 (en) * 2012-09-18 2016-08-18 日本電気株式会社 Process database, process management device, process database creation method, process database search method, and program

Similar Documents

Publication Publication Date Title
CN105760168A (en) Automatic code file generation method and system
TW201405452A (en) Workflow management device and workflow management method
US20040083238A1 (en) Method, system, and storage medium for integrating project management tools
JP5194581B2 (en) Document processing apparatus and document processing program
CN112116516A (en) Method and device for uniformly processing multiple types of government affairs items
JP6268435B2 (en) Database reconstruction method, database reconstruction program, and database reconstruction device
US6671855B1 (en) Outline information generating apparatus and computer-readable recording medium recording thereon outline information generating program
JP6723893B2 (en) Data integration device and data integration method
JP2003140894A (en) Relating method of software development resources, and program therefor
JP2005242904A (en) Document group analysis device, document group analysis method, document group analysis system, program and storage medium
JP5530173B2 (en) Directory system having organization structure management directory and program thereof
JP2008269515A (en) Method for dynamically generating image layout by parameter
GB2509853A (en) Method for generating workflow from business specification; program; and system
JP2001076045A (en) Operation flowchart generation assisting device and recording medium thereof
JP6626327B2 (en) Gantt chart generation program, Gantt chart generation device, and Gantt chart generation method
CN112463141A (en) BPMN-based micro-service workflow deployment method
CN114258524A (en) Program development support system and program development support method
JP2008015986A (en) Method for assigning person in workflow system
CN110096377A (en) A kind of implementation method of customized software publication
JP2005215857A (en) Resource assignment system for solution business
JP2000011030A (en) Plant design support device
JP6747668B2 (en) Business application construction support system and program
JP6603637B2 (en) User interface connection device and program
JP3311067B2 (en) Program development management device
JP2000099597A (en) Work flow system