JP2007018334A - Support system for software development - Google Patents

Support system for software development Download PDF

Info

Publication number
JP2007018334A
JP2007018334A JP2005200078A JP2005200078A JP2007018334A JP 2007018334 A JP2007018334 A JP 2007018334A JP 2005200078 A JP2005200078 A JP 2005200078A JP 2005200078 A JP2005200078 A JP 2005200078A JP 2007018334 A JP2007018334 A JP 2007018334A
Authority
JP
Japan
Prior art keywords
design
information
software development
change
realization
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
JP2005200078A
Other languages
Japanese (ja)
Inventor
Chigusa Ogura
千草 小倉
Yoshihiro Takahashi
佳宏 高橋
Nobuyuki Ikeda
信之 池田
Hirotaka Totani
浩隆 戸谷
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2005200078A priority Critical patent/JP2007018334A/en
Publication of JP2007018334A publication Critical patent/JP2007018334A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a support system for software development capable of confirming a portion affected by searching it in a short time, when requirement and design changes in the process of development of software. <P>SOLUTION: In the system for supporting preparation of design specifications for software development, the design specifications attributes to one of development phases and have at least one design element forming the design specifications, the design element includes an attainment element for attaining respective elements and a dependant element that depends on the respective elements, design elements information containing the information for attainment element and dependant element is recorded in a recording means; the information for the attainment element and dependant element recorded in a storage at design change is searched; the attainment element for attaining request for change and the dependant element affected by its change are extracted; and the design element necessary for change is obtained and displayed, on the basis of the attainment element and dependant element extracted. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、ソフトウェア開発における設計書の作成を支援する装置に関し、ソフトウェアの開発途中において要件変更や設計変更が生じた場合に、その変更が波及する部分を短時間に検索して確認できるようにしたソフトウェア開発支援装置に関するものである。   The present invention relates to an apparatus for supporting creation of a design document in software development, so that when a requirement change or a design change occurs during software development, a portion where the change is propagated can be searched and confirmed in a short time. The present invention relates to a software development support apparatus.

従来、ソフトウェアの開発においては、複数のプロジェクトにより開発を進行させ、顧客からの要求内容を詳細に分析し、基本設計、詳細設計、プログラム設計等を行い、プログラミング言語で記述されたプログラム(ソースコード)を作成し、総合試験等の各フェーズを経て最終的に製品として出荷するようにしている。   Conventionally, in software development, development is progressed by multiple projects, the contents of requests from customers are analyzed in detail, basic design, detailed design, program design, etc. are performed, and programs written in programming languages (source code ), And finally it is shipped as a product through each phase of comprehensive testing.

ところで、ソフトウェア開発では、要件変更や設計変更がしばしば発生する。しかし設計変更等が生じた場合に、影響を受けるソフトウェア設計要素間の関連把握や、影響が及ぶ範囲を特定する作業には困難が伴い、例えば開発フェーズの上流工程で変更が生じた場合に、その変更がどこまで波及するかを把握するのに時間がかかったり、変更への対応漏れが発生し、結果として設計の一貫性が崩れてしまうという状況が起こりやすい。   By the way, in software development, requirement changes and design changes often occur. However, when a design change occurs, it is difficult to grasp the relationship between affected software design elements and to identify the affected range. For example, when a change occurs in the upstream process of the development phase, It is easy to find a situation where it takes time to figure out how far the change will spread, and there is a lack of response to the change, resulting in inconsistent design.

特許文献1には、顧客要求の変更がソースプログラムに及ぼす影響範囲を把握するため仕様書間のクロスリファレンス表を作成し、ソフトウェア開発作業において作成される各仕様書間およびソースプログラムとの関連性をクロスリファレンス表で確認できるようにした例が記載されている。 しかしながら、特許文献1の例ではクロスリファレンス表の作成において、各種の仕様書識別番号を入力したり、マトリクス欄への記入など、多くの手作業入力を必要とする。
特開平10−105390号公報
In Patent Document 1, a cross-reference table between specifications is created in order to grasp the range of influence of changes in customer requirements on a source program, and the relationship between specifications created in software development work and the source program. Is described in the cross-reference table. However, in the example of Patent Document 1, many manual inputs such as inputting various specification identification numbers and filling in a matrix column are required in creating the cross reference table.
JP-A-10-105390

従来のソフトウェア開発においては、要件変更や設計変更が生じた場合に、影響を受けるソフトウェア設計要素間の関連把握や影響範囲の特定作業に時間がかかり、その変更がどこまで波及するかを十分に把握できなかったり変更への対応漏れが発生し、結果として設計の一貫性が崩れてしまうという不具合があった。また、特許文献1の例ではクロスリファレンス表の作成において多くの手作業入力を必要としていた。   In conventional software development, when there is a requirement change or design change, it takes time to understand the relationship between affected software design elements and identify the affected area, and fully understand how far the change will spread. There was a problem that it could not be done or the correspondence to the change was lost, resulting in inconsistent design. Further, in the example of Patent Document 1, many manual inputs are required in creating the cross reference table.

本発明はソフトウェア開発における上記課題に対処したもので、ソフトウェアの開発途中において要件変更や設計変更が生じた場合に、その変更が波及する部分を短時間に検索して確認できるようにしたソフトウェア開発支援装置を提供することを目的とする。   The present invention addresses the above-mentioned problems in software development. When a requirement change or design change occurs in the middle of software development, software development is such that a portion where the change is propagated can be searched and confirmed in a short time. An object is to provide a support device.

本発明は、ソフトウェア開発における設計書作成を支援するソフトウェア開発支援装置であって、前記設計書は開発フェーズの1つに帰属し前記設計書を構成する少なくとも1つの設計要素を有し、設計要素は各要素を実現する実現要素と各要素に依存する依存要素を含み;前記実現要素及び依存要素の情報を含む設計要素情報が記録された記憶手段と;設計変更時に前記記憶装置に記録された前記実現要素と前記依存要素の情報を検索し、設計変更が生じたときに変更の要求を実現する実現要素と、その変更が波及する依存要素とを抽出する検索手段と;前記検索手段によって検索した実現要素と依存要素を基に、変更が必要な設計要素を取得して表示する可視化装置とを具備したことを特徴とする。   The present invention is a software development support apparatus that supports creation of a design document in software development, wherein the design document has at least one design element that belongs to one of the development phases and constitutes the design document. Includes a realization element that realizes each element and a dependent element that depends on each element; storage means in which design element information including information on the realization element and the dependency element is recorded; and recorded in the storage device at the time of design change Search means for searching for information on the realization element and the dependency element, and extracting a realization element that realizes a change request when a design change occurs, and a dependency element that the change spreads; searching by the search means; And a visualization device that acquires and displays a design element that needs to be changed based on the realized element and the dependent element.

また本発明は、ソフトウェア開発における設計書作成を支援するソフトウェア開発支援装置であって、前記設計書は開発フェーズの1つに帰属し前記設計書を構成する少なくとも1つの設計要素を有し、設計要素は各要素を実現する実現要素と各要素に依存する依存要素を含み;設計書作成用のワードプロセッサ部と;前記実現要素及び依存要素の情報を含む設計要素情報を記憶手段に登録するための登録手段と;設計変更時に前記記憶手段に記録された前記実現要素と前記依存要素の情報を検索し、設計変更が生じたときに変更の要求を実現する実現要素と、その変更が波及する依存要素とを抽出する検索手段と;前記検索手段によって検索した実現要素と依存要素を基に、変更が必要な設計要素を取得して表示する可視化装置とを具備したことを特徴とする。   The present invention is also a software development support apparatus for supporting creation of a design document in software development, wherein the design document belongs to one of the development phases and has at least one design element constituting the design document. The element includes a realization element that realizes each element and a dependent element that depends on each element; a word processor unit for creating a design document; and for registering design element information including information on the realization element and the dependent element in the storage means Registration means; search for information on the realization element and the dependency element recorded in the storage means at the time of design change, and realization element that realizes a change request when a design change occurs, and dependency on which the change affects Search means for extracting elements; and a visualization device for acquiring and displaying design elements that need to be changed based on the realization elements and dependent elements searched by the search means. It is characterized in.

本発明によれば、設計変更や要素変更が生じた場合に、その変更がどこまで波及するかを短時間で把握することができ、変更への対応漏れを低減したソフトウェア開発支援装置を提供することができる。   According to the present invention, when a design change or an element change occurs, it is possible to grasp in a short time how far the change will spread, and to provide a software development support device that reduces the omission of correspondence to the change Can do.

以下、この発明の一実施の形態について図面を参照して詳細に説明する。   Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings.

図1は本発明のソフトウェア開発支援システムの構成を示す構成図であり、大別すると、端末装置10と、記憶手段である設計情報リポジトリ20と、設計書リポジトリ30から構成される。   FIG. 1 is a block diagram showing the configuration of the software development support system of the present invention. The software development support system is roughly divided into a terminal device 10, a design information repository 20 as a storage means, and a design document repository 30.

端末装置10は、設計文書の作成や設計文書情報の入力、及び各種検索を実施するものであり、ワードプロセッサ部101、設計要素抽出部102、開発フェーズ登録部103、設計書情報・設計要素情報登録部104、帰属情報・要素間関連登録部105、実現関係検索部106、依存関係検索部107、及び可視化
部108と、を有している。
The terminal device 10 creates a design document, inputs design document information, and performs various searches, and includes a word processor unit 101, a design element extraction unit 102, a development phase registration unit 103, and design document information / design element information registration. Unit 104, belonging information / element relation registration unit 105, realization relationship search unit 106, dependency relationship search unit 107, and visualization unit 108.

ワードプロセッサ部101は、自然言語からなる設計文書を作成し、作成した設計書を設計書リポジトリ30に記録する。また、設計要素抽出部102は、ワードプロセッサ101が備える機能から設計文書を構成する章、節などのアウトライン情報を抽出するものである。ワードプロセッサ101がこの機能を備えない場合は、人間系による手作業によるか、文書のメタ情報から機械的に抽出する(XML形式で出力される場合等)。   The word processor unit 101 creates a design document composed of a natural language and records the created design document in the design document repository 30. The design element extraction unit 102 extracts outline information such as chapters and sections constituting a design document from functions provided in the word processor 101. If the word processor 101 does not have this function, it is manually extracted by a human system or mechanically extracted from the meta information of the document (when output in XML format, etc.).

開発フェーズ登録部103は、ソフトウェアの開発組織が実践している開発フェーズと、開発フェーズ間の上流下流関連情報とを設計情報リポジトリ20に登録するものである。設計書情報・設計要素情報登録部104は、作成した設計書の情報、設計要素の情報を設計情報リポジトリ20に登録するものである。   The development phase registration unit 103 registers the development phase practiced by the software development organization and the upstream / downstream related information between the development phases in the design information repository 20. The design document information / design element information registration unit 104 registers the created design document information and design element information in the design information repository 20.

帰属情報・要素間関連登録部105は、設計書の帰属情報及び設計要素間の関連情報(実現要素, 依存要素)を登録するものである。帰属関係及び要素間関連の判断は人間系による
実現関係検索部106は、設計要素の実現要素を検索するもので、依存関係検索部107は、設計要素の依存要素を検索するものである。さらに、可視化部108は、設計要素間の実現要素、依存要素の関係を可視化するものである。
The attribute information / element relation registration unit 105 registers attribute information of design documents and relation information (realization elements, dependency elements) between design elements. Judgment of attribution relationship and inter-element relationship is realized by a human system. The realization relationship search unit 106 searches for realization elements of design elements, and the dependency relationship search unit 107 searches for dependency elements of design elements. Further, the visualization unit 108 visualizes the relationship between the realization elements and the dependency elements between the design elements.

また、設計情報リポジトリ20は、開発フェーズ情報、フェーズ間関係情報、設計書情報、設計要素情報を記録する記憶領域201〜204と、設計要素間関連情報、設計要素帰属情報を記録する記憶領域205,206を有している。さらに、設計書リポジトリ30は、設計文書ファイルを記録するものである。   The design information repository 20 includes storage areas 201 to 204 for recording development phase information, interphase relation information, design document information, and design element information, and a storage area 205 for storing design element related information and design element attribution information. , 206. Furthermore, the design document repository 30 records design document files.

ここで、開発フェーズ情報、設計書情報、設計要素情報の関連を図2を参照して説明する。図2はUML手法による図表であり、開発フェーズは上流の開発フェーズと下流の開発フェーズを有し、1つの開発フェーズに対して0〜n個の設計書がある。設計書に付記した「0..*」は0個からn個の設計書があることを示している。また、設計書1つに対して1〜n個の設計要素がある。設計要素に付記した「1..*」は、1個からn個の設計要素があることを示している。さらに設計要素には0個からn個の実現要素と、0個からn個の依存要素がある。設計要素に付記した「0..*」は0個からn個の実現要素と依存要素があることを示している。   Here, the relationship among development phase information, design document information, and design element information will be described with reference to FIG. FIG. 2 is a chart using the UML method. The development phase has an upstream development phase and a downstream development phase, and there are 0 to n design documents for one development phase. “0... *” Added to the design document indicates that there are 0 to n design documents. There are 1 to n design elements for one design document. “1. *” added to the design element indicates that there are 1 to n design elements. Furthermore, there are 0 to n realization elements and 0 to n dependent elements as design elements. “0... *” Added to the design element indicates that there are 0 to n realization elements and dependency elements.

開発フェーズ、設計書、設計要素の3データと、データ間の関係情報により、設計情報を管理する。データ間の関連は、設計要素の帰属関係を表わす設計要素帰属情報と、設計要素間の関係を表わす設計要素間関連情報からなる。   The design information is managed by the three data of the development phase, the design document, and the design element and the relation information between the data. The relationship between the data includes design element attribution information representing the attribution relationship between the design elements and design element association information representing the relationship between the design elements.

次に、上述した各種のデータについて説明する。設計情報リポジトリ20の記憶領域201に記録される開発フェーズ情報のインスタンスとしては、「要件分析」や「基本設計」「詳細設計」といったソフトウェアの開発組織が決定する開発プロセス名が与えられる。その他適宜開発フェーズに付随する情報を格納する。   Next, the various data described above will be described. As an instance of development phase information recorded in the storage area 201 of the design information repository 20, a development process name determined by a software development organization such as “requirement analysis”, “basic design”, and “detailed design” is given. Other information associated with the development phase is stored as appropriate.

記憶領域202に記録される開発フェーズ間関係情報は、上流及び下流の関係を示す情報である。開発フェーズ間の関連を図3に示す。図3で示すように、ある開発フェーズは、上流フェーズを保持し、ある開発フェーズは、下流フェーズを保持する。   The development phase relationship information recorded in the storage area 202 is information indicating upstream and downstream relationships. Figure 3 shows the relationship between the development phases. As shown in FIG. 3, a certain development phase holds an upstream phase, and a certain development phase holds a downstream phase.

ソフトウェア開発における開発フェーズとしては、要因分析、基本設計、システム設計、詳細設計、プログラミング、最終テスト等のフェーズがある。   Development phases in software development include phases such as factor analysis, basic design, system design, detailed design, programming, and final test.

また、記憶領域203に記録される設計書情報のインスタンスには、「××システム 基本設計書」や「××システム システム設計書」などの設計文書名のほか、設計文書の保存情報(ファイル名等)が与えられる。   In addition, the design document information recorded in the storage area 203 includes design document names such as “XX system basic design document” and “XX system system design document”, as well as design document storage information (file name). Etc.).

さらに、記憶領域204に記録される設計要素インスタンスには、「3.2.1 ユーザ登録処理」のような設計書中のアウトライン名、アウトラインの位置情報などが与えられる。   Further, the design element instance recorded in the storage area 204 is given an outline name, outline position information, etc. in the design document such as “3.2.1 User registration process”.

また、記憶領域205に記録される設計要素帰属情報の1つは、開発フェーズと設計書の関係、つまり設計書が帰属する開発フェーズを把握する情報であり、開発フェーズと設計書との関係は双方向に維持し、ある開発フェーズは0以上複数の設計書を保持する(図2参照)。   One of the design element attribution information recorded in the storage area 205 is information for grasping the relationship between the development phase and the design document, that is, the development phase to which the design document belongs, and the relationship between the development phase and the design document is It is maintained in both directions, and a development phase holds zero or more design documents (see FIG. 2).

また、記憶領域205に記録される設計要素帰属情報のもう1つは、設計書と設計要素の関係、つまり設計要素が帰属する設計書を把握する情報であり、開発フェーズと設計書と同様に管理する。設計書と設計要素との関係も双方向に維持し、設計書は1以上複数の設計要素を保持する。   The other design element attribution information recorded in the storage area 205 is information for grasping the relationship between the design document and the design element, that is, the design document to which the design element belongs, as in the development phase and the design document. to manage. The relationship between the design document and the design element is also maintained in both directions, and the design document holds one or more design elements.

さらに、記憶領域206に記録される設計要素間関連情報は、設計要素と依存要素、設計要素と実現要素を関連付けるための情報で、関係は原則として一方向で維持する。例えばある設計要素は、実現要素を0以上複数保持する(できれば1以上)。また、ある設計要素は、依存要素を0以上複数保持する。   Furthermore, the inter-design element related information recorded in the storage area 206 is information for associating the design elements with the dependent elements and the design elements with the realization elements, and the relationship is maintained in one direction in principle. For example, a design element holds zero or more realization elements (preferably one or more). Also, a certain design element holds zero or more dependent elements.

ここで、実現要素とは、設計変更があったときに変更の要求を実現する要素を示すもので、依存要素とは、設計変更があったときに見直しが必要となる要素であり変更が波及する要素を指す。   Here, the realization element indicates the element that realizes the change request when there is a design change, and the dependent element is the element that needs to be reviewed when there is a design change. Refers to the element to be.

開発フェーズと設計書との関連、設計書と設計要素との関連、及び設計要素間の関連を図4に示す。図4において、開発フェーズは開発フェーズφ1〜φnからなり、1つの開発フェーズφ1には、設計書1〜設計書nが含まれ、1つの設計書には設計要素1〜設計要素nが含まれている。また、1つの設計要素には実現要素1〜実現要素nが含まれ、さらに依存要素1〜依存要素nが含まれている。   FIG. 4 shows the relationship between the development phase and the design document, the relationship between the design document and the design element, and the relationship between the design elements. In FIG. 4, the development phase is composed of development phases φ1 to φn. One development phase φ1 includes design documents 1 to n, and one design document includes design elements 1 to n. ing. One design element includes realization elements 1 to n, and further includes dependency elements 1 to n.

次に、本発明のソフトウェア開発システムの動作について説明する。先ず、設計書の文書作成は、端末装置10のワードプロセッサ部101を用いて行う。設計書は自然言語を用いて作成し、設計書リポジトリ30に記録する。次に開発フェーズ登録部103により、設計情報リポジトリ20の記憶領域201に開発フェーズの登録を行う。ここでは、組織が決定する開発プロセスで定義する開発フェーズ情報を登録する。また、開発フェーズ間の上流・下流関係を記憶領域202に記録する。   Next, the operation of the software development system of the present invention will be described. First, the design document is created using the word processor unit 101 of the terminal device 10. The design document is created using a natural language and recorded in the design document repository 30. Next, the development phase registration unit 103 registers the development phase in the storage area 201 of the design information repository 20. Here, development phase information defined in the development process determined by the organization is registered. Further, the upstream / downstream relationship between the development phases is recorded in the storage area 202.

また、設計書情報・設計要素情報登録部104では、設計書情報、設計要素情報の登録を行う。ここでは、設計書を構成する章や節などのアウトライン情報を抽出し、設計書の名称、ファイル名等の設計書情報を記憶領域203に記録する。さらに章や節の名称、設計書中の位置情報などの設計要素情報を記憶領域204に記録する。   The design document information / design element information registration unit 104 registers design document information and design element information. Here, outline information such as chapters and sections constituting the design document is extracted, and design document information such as a design document name and a file name is recorded in the storage area 203. Further, design element information such as chapter and section names and position information in the design document is recorded in the storage area 204.

帰属情報・設計要素間関連情報登録部105では、設計書が帰属する開発フェーズの判断を操作者に促し記憶領域205に記録する。また設計書と設計書に帰属する設計要素との関係情報を記憶領域205に記録する。さらに各設計要素毎にこれまでに登録した設計要素のどの要素を実現しているのかの判断を操作者に促し記憶領域206に記録する。また各設計要素毎に、これまでに登録した設計要素のどの要素に依存しているかの判断を操作者に促し記憶領域206に記録する。こうして、必要な情報が設計情報リポジトリ20に記録される。   The belonging information / design element related information registration unit 105 prompts the operator to determine the development phase to which the design document belongs and records it in the storage area 205. Also, the relationship information between the design document and the design elements belonging to the design document is recorded in the storage area 205. Furthermore, the operator is prompted to determine which of the design elements registered so far for each design element is recorded in the storage area 206. Further, for each design element, the operator is prompted to determine which element of the design elements registered so far and is recorded in the storage area 206. In this way, necessary information is recorded in the design information repository 20.

次に実現関係検索部106によって実現要素の検索を行う。実現要素は図4で示すように、設計要素に関連づけられ、設計変更があったときにそれに対処する実現方法であり、実現関係検索部106によって検索が行われると、図5のフローチャートに従って検索を行う。   Next, a realization element search is performed by the realization relationship search unit 106. As shown in FIG. 4, the realization element is an implementation method that is associated with a design element and copes with the design change. When a search is performed by the realization relationship search unit 106, the search is performed according to the flowchart of FIG. Do.

図5のステップS1では、ある開発フェーズに属す設計書の設計要素を変更する場合、設計書が属すフェーズを取り出し、ステップS2では次フェーズを取り出す。さらにステップS3では次フェーズに含まれる設計書(群)を取得し、ステップS4では取得した設計書に含まれる設計要素(群)を取得する。そしてステップS5では、変更した設計要素に対処する実現要素を取得し検索する。   In step S1 of FIG. 5, when a design element of a design document belonging to a certain development phase is changed, a phase to which the design document belongs is extracted, and in step S2, a next phase is extracted. In step S3, a design document (group) included in the next phase is acquired, and in step S4, a design element (group) included in the acquired design document is acquired. In step S5, a realization element that deals with the changed design element is acquired and searched.

検索結果が0の場合、実現要素が存在しないことを意味し、設計の網羅性を確認することが出来る。また、設計変更や要件を変更した場合、直接、変更が必要となる設計要素を知ることが出来る。   When the search result is 0, it means that there is no realization element, and the completeness of the design can be confirmed. In addition, when a design change or requirement is changed, it is possible to directly know a design element that needs to be changed.

次に依存関係検索部107によって依存要素の検索を行う。依存要素は図4で示すように、設計要素に関連づけられ、設計変更があったときに設計の見直しが必要となる要素であり、依存関係検索部107によって検索が行われると、図6のフローチャートに従って検索を行う。   Next, the dependency relationship search unit 107 searches for dependency elements. As shown in FIG. 4, the dependency element is an element that is associated with the design element and needs to be redesigned when the design is changed. Search according to.

図6のステップS6からS9は、図5のフローチャートと同様に、ある開発フェーズに属す設計書の設計要素を変更する場合、設計書が属すフェーズ、及び次フェーズを取り出し(ステップS6,S7)、次フェーズに含まれる設計書(群)を取得して(ステップS8)、それに含まれる設計要素(群)を取得する(ステップS9)。そしてステップS10では、設計変更したときに見直しが必要となる要素(依存要素)を取得する。これにより、設計変更をする場合に、その変更が波及する部分を短時間で特定することができる。   Steps S6 to S9 in FIG. 6 take out the phase to which the design document belongs and the next phase when the design element of the design document belonging to a certain development phase is changed (steps S6 and S7), as in the flowchart of FIG. A design document (group) included in the next phase is acquired (step S8), and a design element (group) included therein is acquired (step S9). In step S10, an element (dependent element) that needs to be reviewed when the design is changed is acquired. As a result, when a design change is made, it is possible to specify in a short time the portion of the change.

また、可視化部108では、実現要素検索と依存要素検索の検索結果を組合せ再帰的に表示することにより、設計変更時にはある設計要素の実現要素及び依存要素を取得して表示することができる。   Further, the visualization unit 108 can acquire and display the realization element and the dependency element of a certain design element at the time of design change by combining and recursively displaying the search results of the realization element search and the dependency element search.

このように、本発明のソフトウェア開発支援システムでは、設計変更や要素変更が生じた場合に、その変更がどこまで波及するかを短時間で把握することができ、変更への対応漏れを防ぎ、結果として設計の一貫性を維持することができる。   In this way, in the software development support system of the present invention, when a design change or element change occurs, it is possible to grasp in a short time how far the change will spread, preventing a failure to respond to the change, and the result As a design consistency can be maintained.

尚、以上の説明に限定されることなく、特許請求の範囲を逸脱しない範囲で種々の変形が可能である。   The present invention is not limited to the above description, and various modifications can be made without departing from the scope of the claims.

本発明のソフトウェア開発支援装置の構成を説明する構成図。The block diagram explaining the structure of the software development assistance apparatus of this invention. 同実施形態における開発フェーズ情報、設計書情報、設計要素情報の関連を示す説明図。Explanatory drawing which shows the relationship of the development phase information in the same embodiment, design document information, and design element information. 同実施形態における開発フェーズを説明する説明図。Explanatory drawing explaining the development phase in the embodiment. 同実施形態における開発フェーズ、設計書、設計要素の関連を示す説明図。Explanatory drawing which shows the relationship of the development phase in the same embodiment, a design document, and a design element. 同実施形態の動作を説明するフローチャート。The flowchart explaining operation | movement of the embodiment. 同実施形態の他の動作を説明するフローチャート。The flowchart explaining other operation | movement of the embodiment.

符号の説明Explanation of symbols

10…端末装置
20…設計情報リポジトリ
30…設計書リポジトリ
101…ワードプロセッサ部
102…設計要素抽出部
103…開発フェーズ登録部
104…設計書情報・設計要素情報登録部
105…帰属情報・要素間関連登録部
106…実現関係検索部
107…依存関係検索部
108…可視化部
DESCRIPTION OF SYMBOLS 10 ... Terminal device 20 ... Design information repository 30 ... Design document repository 101 ... Word processor part 102 ... Design element extraction part 103 ... Development phase registration part 104 ... Design document information / design element information registration part 105 ... Attribution information / inter-element relation registration Unit 106 ... Realization Relationship Search Unit 107 ... Dependency Relationship Search Unit 108 ... Visualization Unit

Claims (6)

ソフトウェア開発における設計書作成を支援するソフトウェア開発支援装置であって、
前記設計書は開発フェーズの1つに帰属し前記設計書を構成する少なくとも1つの設計要素を有し、設計要素は各要素を実現する実現要素と各要素に依存する依存要素を含み、
前記実現要素及び依存要素の情報を含む設計要素情報が記録された記憶手段と、
設計変更時に前記記憶装置に記録された前記実現要素と前記依存要素の情報を検索し、設計変更が生じたときに変更の要求を実現する実現要素と、その変更が波及する依存要素とを抽出する検索手段と、
前記検索手段によって検索した実現要素と依存要素を基に、変更が必要な設計要素を取得して表示する可視化装置とを具備したことを特徴とするソフトウェア開発支援装置。
A software development support device for supporting design creation in software development,
The design document belongs to one of the development phases and has at least one design element constituting the design document. The design element includes an implementation element that realizes each element and a dependent element that depends on each element.
Storage means in which design element information including information on the realization element and the dependency element is recorded;
The information of the realization element and the dependency element recorded in the storage device at the time of design change is searched, and the realization element that realizes the request for the change when the design change occurs and the dependency element that the change spreads are extracted Search means to
A software development support device comprising: a visualization device that acquires and displays a design element that needs to be changed based on an implementation element and a dependency element searched by the search means.
前記記憶手段には、前記設計書と前記設計要素の帰属関係を表す帰属情報と、前記設計要素間の関係を表す要素間関連情報が記録されたことを特徴とする請求項1記載のソフトウェア開発支援装置。   2. The software development according to claim 1, wherein the storage means stores attribute information representing an attribute relationship between the design document and the design element, and element related information indicating a relationship between the design elements. Support device. 前記開発フェーズは上流フェーズと下流フェーズで構成され、前記検索手段は、上流から下流のフェーズに属する設計書情報の中から順次に帰属する設計要素を取得して前記実現要素と前記依存要素を検索することを特徴とする請求項1記載のソフトウェア開発支援装置。   The development phase is composed of an upstream phase and a downstream phase, and the retrieval means retrieves design elements belonging to the design document information belonging to the upstream to downstream phases in order and retrieves the realization element and the dependent element. The software development support apparatus according to claim 1. ソフトウェア開発における設計書作成を支援するソフトウェア開発支援装置であって、
前記設計書は開発フェーズの1つに帰属し前記設計書を構成する少なくとも1つの設計要素を有し、設計要素は各要素を実現する実現要素と各要素に依存する依存要素を含み、
設計書作成用のワードプロセッサ部と、
前記実現要素及び依存要素の情報を含む設計要素情報を記憶手段に登録するための登録手段と、
設計変更時に前記記憶手段に記録された前記実現要素と前記依存要素の情報を検索し、設計変更が生じたときに変更の要求を実現する実現要素と、その変更が波及する依存要素とを抽出する検索手段と、
前記検索手段によって検索した実現要素と依存要素を基に、変更が必要な設計要素を取得して表示する可視化装置とを具備したことを特徴とするソフトウェア開発支援装置。
A software development support device for supporting design creation in software development,
The design document belongs to one of the development phases and has at least one design element constituting the design document. The design element includes an implementation element that realizes each element and a dependent element that depends on each element.
A word processor for creating design documents;
Registration means for registering design element information including information on the realization element and the dependency element in a storage means;
The information of the realization element and the dependency element recorded in the storage means at the time of design change is searched, and the realization element that realizes the request for change when the design change occurs, and the dependent element that the change spreads are extracted Search means to
A software development support device comprising: a visualization device that acquires and displays a design element that needs to be changed based on an implementation element and a dependency element searched by the search means.
前記記憶手段には、前記登録手段により前記設計書と前記設計要素の帰属関係を表す帰属情報と、前記設計要素間の関係を表す要素間関連情報が登録されることを特徴とする請求項4記載のソフトウェア開発支援装置。   5. The storage means registers attribute information representing the attribution relationship between the design document and the design element and element related information representing a relationship between the design elements by the registration means. The software development support apparatus described. 前記開発フェーズは上流フェーズと下流フェーズで構成され、前記検索手段は、上流から下流のフェーズに属する設計書情報の中から順次に帰属する設計要素を取得して前記実現要素と前記依存要素を検索することを特徴とする請求項4記載のソフトウェア開発支援装置。   The development phase is composed of an upstream phase and a downstream phase, and the retrieval means retrieves design elements belonging to the design document information belonging to the upstream to downstream phases in order and retrieves the realization element and the dependent element. The software development support apparatus according to claim 4, wherein
JP2005200078A 2005-07-08 2005-07-08 Support system for software development Pending JP2007018334A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005200078A JP2007018334A (en) 2005-07-08 2005-07-08 Support system for software development

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005200078A JP2007018334A (en) 2005-07-08 2005-07-08 Support system for software development

Publications (1)

Publication Number Publication Date
JP2007018334A true JP2007018334A (en) 2007-01-25

Family

ID=37755447

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005200078A Pending JP2007018334A (en) 2005-07-08 2005-07-08 Support system for software development

Country Status (1)

Country Link
JP (1) JP2007018334A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009104336A (en) * 2007-10-22 2009-05-14 Nippon Telegr & Teleph Corp <Ntt> Software deliverable management system and its method and program
JP2009104291A (en) * 2007-10-22 2009-05-14 Nippon Telegr & Teleph Corp <Ntt> Software product management system, method, and its program
JP2009104290A (en) * 2007-10-22 2009-05-14 Nippon Telegr & Teleph Corp <Ntt> Software product management system, method, and its program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009104336A (en) * 2007-10-22 2009-05-14 Nippon Telegr & Teleph Corp <Ntt> Software deliverable management system and its method and program
JP2009104291A (en) * 2007-10-22 2009-05-14 Nippon Telegr & Teleph Corp <Ntt> Software product management system, method, and its program
JP2009104290A (en) * 2007-10-22 2009-05-14 Nippon Telegr & Teleph Corp <Ntt> Software product management system, method, and its program

Similar Documents

Publication Publication Date Title
US6279006B1 (en) Structured data management system and computer-readable recording medium storing structured data management program
US7720814B2 (en) Repopulating a database with document content
JP2016045545A (en) Influence investigation system, influence investigation method, and influence investigation program
JP4795446B2 (en) Operation verification apparatus and operation verification program
JP2007018334A (en) Support system for software development
JP4795404B2 (en) Operation verification apparatus and operation verification program
JP4846029B2 (en) Operation verification apparatus, operation verification method, and operation verification program
CA2692588A1 (en) Display method, corresponding computer program and device
JP2006023968A (en) Unique expression extracting method and device and program to be used for the same
JP2001256043A (en) Correction history managing method and correction history management system of program source
JP2003316829A (en) Design operation support device
JP5400688B2 (en) Proposed specification creation support method, program, and proposed specification creation support device
JP2008257286A (en) Project progress management system and method
JPH11126160A (en) Specification change and maintenance work supporting system, and recording medium recording processing program therefor
JP2013037580A (en) Information processor
US7222296B2 (en) Configurable display of web site content
JP2009064347A (en) Work support information display, and work support information display method
JP2004362495A (en) Method for supporting of error log information analysis, executing system thereof, and processing program thereof
JPH05307472A (en) Program parts information reusing device
JP6132325B1 (en) System development support device
JP3034264B2 (en) Software component display device
JP2000181691A (en) Program structure analysis system
JP2009157470A (en) Electronic document processor and program
JP2002108875A (en) Electronic manual unit and electronic manual change method
JP4405187B2 (en) Dictionary evaluation program, system and method