JP7072918B1 - Development support equipment and development support program - Google Patents

Development support equipment and development support program Download PDF

Info

Publication number
JP7072918B1
JP7072918B1 JP2020194898A JP2020194898A JP7072918B1 JP 7072918 B1 JP7072918 B1 JP 7072918B1 JP 2020194898 A JP2020194898 A JP 2020194898A JP 2020194898 A JP2020194898 A JP 2020194898A JP 7072918 B1 JP7072918 B1 JP 7072918B1
Authority
JP
Japan
Prior art keywords
deliverables
items
development support
definition
deliverable
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.)
Active
Application number
JP2020194898A
Other languages
Japanese (ja)
Other versions
JP2022083537A (en
Inventor
啓一 藤原
Original Assignee
三菱電機ソフトウエア株式会社
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 三菱電機ソフトウエア株式会社 filed Critical 三菱電機ソフトウエア株式会社
Priority to JP2020194898A priority Critical patent/JP7072918B1/en
Application granted granted Critical
Publication of JP7072918B1 publication Critical patent/JP7072918B1/en
Publication of JP2022083537A publication Critical patent/JP2022083537A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Stored Programmes (AREA)

Abstract

【課題】様々なシステム開発の現場において品質の高いシステム開発を行えるようにする。【解決手段】成果物取得部21は、システム開発工程で作成された1つ以上の項目を含む複数の成果物であって、成果物間で関連がある項目同士が関連付けされた複数の成果物を取得する。定義取得部22は、システム開発工程で作成される成果物間で関連付けされるべき項目が定義された接続定義を取得する。判定部23は、成果物取得部21によって取得された複数の成果物において関連付けされた項目と、定義取得部22によって取得された接続定義31で定義された関連付けされるべき項目とが一致するか否かを判定する。【選択図】図1PROBLEM TO BE SOLVED: To enable high quality system development at various system development sites. A deliverable acquisition unit 21 is a plurality of deliverables including one or more items created in a system development process, and a plurality of deliverables in which related items are associated with each other. To get. The definition acquisition unit 22 acquires a connection definition in which items to be associated between deliverables created in the system development process are defined. Does the determination unit 23 match the items associated with the plurality of deliverables acquired by the deliverable acquisition unit 21 and the items to be associated defined in the connection definition 31 acquired by the definition acquisition unit 22? Judge whether or not. [Selection diagram] Fig. 1

Description

本開示は、システムの開発を支援する技術に関する。 This disclosure relates to techniques that support the development of systems.

ソフトウェアシステムと、機械と電子部品とソフトウェアとの複合システムといったシステムを開発する場合には、開発工程において様々な種類の設計書とプログラムのソースコード等の複数の成果物が生成される。
品質の高いシステムを開発するためには、各開発工程で適切な成果物が作成される必要がある。しかし、規模が大きいシステムを開発する場合には多くの作業者によって成果物が作成されることになり、成果物の品質管理が難しくなる。
When developing a system such as a software system and a complex system of a machine, an electronic component, and software, a plurality of deliverables such as various types of design documents and program source code are generated in the development process.
In order to develop a high quality system, it is necessary to create appropriate deliverables in each development process. However, when developing a large-scale system, many workers will create the deliverables, which makes quality control of the deliverables difficult.

特許文献1には、V字モデルと呼ばれる開発モデルにおけるトレーサビリティ管理方式について記載されている。特許文献1では、トレーサビリティ管理を適切に行うことにより、要件漏れのない高品質な開発管理の実現を図っている。 Patent Document 1 describes a traceability management method in a development model called a V-shaped model. In Patent Document 1, high-quality development management without omission of requirements is realized by appropriately performing traceability management.

国際公開第2017/122285号International Publication No. 2017/122285

V字モデルと呼ばれる開発モデルでは、上流工程から下流工程に順に開発工程が進められることが前提となっている。そのため、上流工程で作成された成果物の項目に対応して、下流工程で成果物が作成されるという流れになる。したがって、上流工程で作成された成果物から下流工程で作成された成果物へ順に対応関係を辿ることにより、トレーサビリティが確立されていることを確認可能であった。
しかし、実際の開発では、一部の要件が確定しない状態で他の要件については設計等を進める必要があるといった状況が発生する。この場合には、上流工程の成果物が完成する前に下流工程の一部の成果物が作成されるといったことが起こる。そのため、システム開発中にトレーサビリティが確立されているかを確認することは困難となる場合があった。
本開示は、様々なシステム開発の現場において品質の高いシステム開発を行えるようにすることを目的とする。
In the development model called the V-shaped model, it is premised that the development process proceeds in order from the upstream process to the downstream process. Therefore, the product is created in the downstream process corresponding to the item of the product created in the upstream process. Therefore, it was possible to confirm that traceability was established by tracing the correspondence in order from the deliverables created in the upstream process to the deliverables created in the downstream process.
However, in actual development, there will be situations where it is necessary to proceed with the design of other requirements while some requirements have not been finalized. In this case, a part of the deliverable of the downstream process may be created before the deliverable of the upstream process is completed. Therefore, it may be difficult to confirm whether traceability is established during system development.
The purpose of this disclosure is to enable high-quality system development at various system development sites.

本開示に係る開発支援装置は、
システム開発工程で作成された1つ以上の項目を含む複数の成果物であって、成果物間で関連がある項目同士が関連付けされた複数の成果物を取得する成果物取得部と、
前記システム開発工程で作成される成果物間で関連付けされるべき項目が定義された接続定義を取得する定義取得部と、
前記成果物取得部によって取得された前記複数の成果物において関連付けされた項目と、前記定義取得部によって取得された前記接続定義で定義された関連付けされるべき項目とが一致するか否かを判定する判定部と
を備える。
The development support device related to this disclosure is
A deliverable acquisition unit that acquires a plurality of deliverables including one or more items created in the system development process and in which items related to each other are related to each other.
A definition acquisition unit that acquires connection definitions that define items that should be associated between deliverables created in the system development process.
It is determined whether or not the items associated with the plurality of deliverables acquired by the deliverable acquisition unit and the items to be associated defined in the connection definition acquired by the definition acquisition unit match. It is provided with a determination unit to be used.

前記開発支援装置は、さらに、
前記判定部によって一致しないと判定された項目について、前記複数の成果物において関連付けされていないが、前記接続定義で関連付けされるべき項目と定義されている不接続項目と、前記複数の成果物において関連付けされているが、前記接続定義で関連付けされるべき項目と定義されていない過接続項目とに区別して表示する結果表示部
を備える。
The development support device further
Items determined to be inconsistent by the determination unit are not associated in the plurality of deliverables, but are defined as items to be associated in the connection definition, and in the plurality of deliverables. It is provided with a result display unit that displays the items that are associated but should be associated in the connection definition and the overconnected items that are not defined separately.

前記開発支援装置は、さらに、
前記結果表示部によって表示された前記不接続項目と前記過接続項目との少なくともいずれかを許容することを示す許容入力を受け付ける受付部
を備え、
前記結果表示部は、前記不接続項目及び前記過接続項目のうち、前記受付部によって前記許容入力がされた項目については表示を変更する。
The development support device further
A reception unit that accepts an allowable input indicating that at least one of the unconnected item and the over-connected item displayed by the result display unit is allowed is provided.
The result display unit changes the display of the non-connected item and the over-connected item for which the allowable input is made by the receiving unit.

前記接続定義は、前記システム開発工程で作成されるべき成果物が定義されており、
前記開発支援装置は、さらに、
前記接続定義で定義された成果物を、前記成果物取得部によってその成果物が取得されたか否かによって区別して表示する成果物表示部
を備える。
The connection definition defines the deliverables to be created in the system development process.
The development support device further
It is provided with a deliverable display unit that displays the deliverables defined in the connection definition separately according to whether or not the deliverables have been acquired by the deliverable acquisition unit.

本開示に係る開発支援プログラムは、
システム開発工程で作成された1つ以上の項目を含む複数の成果物であって、成果物間で関連がある項目同士が関連付けされた複数の成果物を取得する成果物取得処理と、
前記システム開発工程で作成される成果物間で関連付けされるべき項目が定義された接続定義を取得する定義取得処理と、
前記成果物取得処理によって取得された前記複数の成果物において関連付けされた項目と、前記定義取得処理によって取得された前記接続定義で定義された関連付けされるべき項目とが一致するか否かを判定する判定処理と
を行う開発支援装置としてコンピュータを機能させる。
The development support program related to this disclosure is
Deliverable acquisition processing to acquire multiple deliverables including one or more items created in the system development process, and items related to each other are related to each other.
Definition acquisition process to acquire the connection definition that defines the items to be associated between the deliverables created in the system development process, and
It is determined whether or not the items associated in the plurality of deliverables acquired by the deliverable acquisition process and the items to be associated defined in the connection definition acquired by the definition acquisition process match. The computer functions as a development support device that performs judgment processing.

前記開発支援プログラムは、さらに、
前記判定処理によって一致しないと判定された項目について、前記複数の成果物において関連付けされていないが、前記接続定義で関連付けされるべき項目と定義されている不接続項目と、前記複数の成果物において関連付けされているが、前記接続定義で関連付けされるべき項目と定義されていない過接続項目とに区別して表示する結果表示処理
を行う開発支援装置としてコンピュータを機能させる。
The development support program further
Items determined to be inconsistent by the determination process are not associated with the plurality of deliverables, but are defined as items to be associated in the connection definition, and are not associated with the plurality of deliverables. The computer functions as a development support device that performs a result display process for displaying the items that are associated but should be associated in the connection definition and the overconnected items that are not defined separately.

前記開発支援プログラムは、さらに、
前記表示処理によって表示された前記不接続項目と前記過接続項目との少なくともいずれかを許容することを示す許容入力を受け付ける受付処理
を行う開発支援装置としてコンピュータを機能させ、
前記表示処理では、前記不接続項目及び前記過接続項目のうち、前記受付処理によって前記許容入力がされた項目については表示を変更する。
The development support program further
The computer is made to function as a development support device that performs a reception process for accepting an allowable input indicating that at least one of the disconnected item and the overconnected item displayed by the display process is allowed.
In the display process, the display is changed for the non-connected item and the over-connected item for which the allowable input has been made by the reception process.

前記接続定義は、前記システム開発工程で作成されるべき成果物が定義されており、
前記開発支援プログラムは、さらに、
前記接続定義で定義された成果物を、前記成果物取得処理によってその成果物が取得されたか否かによって区別して表示する成果物表示処理
を行う開発支援装置としてコンピュータを機能させる。
The connection definition defines the deliverables to be created in the system development process.
The development support program further
The computer functions as a development support device that performs a product display process for displaying the deliverables defined in the connection definition separately according to whether or not the deliverables have been acquired by the deliverable acquisition process.

本開示では、システム開発工程で作成される成果物間で関連付けされるべき項目を接続定義として定義しておき、接続定義に基づき実際に作成された成果物において関連付けされた項目が適切か判定される。これにより、作成された成果物について、トレーサビリティが確立されていない不適切な可能性がある箇所が特定される。特定された箇所について検討を行うことで、成果物の品質を高くすることが可能であり、その結果として品質の高いシステムを開発することが可能である。
特に、本開示では、どのような流れでシステム開発を行った場合においても、システムの開発中に不適切な可能性がある箇所を特定することが可能である。そのため、様々なシステム開発の現場において品質の高いシステム開発を行えるようにすることが可能である。
In this disclosure, items that should be associated between deliverables created in the system development process are defined as connection definitions, and it is determined whether the associated items are appropriate in the deliverables actually created based on the connection definition. To. This identifies areas of the created deliverable that may be inappropriate for which traceability has not been established. By examining the identified parts, it is possible to improve the quality of the deliverables, and as a result, it is possible to develop a high-quality system.
In particular, in the present disclosure, it is possible to identify a part that may be inappropriate during system development regardless of the flow of system development. Therefore, it is possible to develop a high-quality system at various system development sites.

実施の形態1に係る開発支援装置10の構成図。The block diagram of the development support apparatus 10 which concerns on Embodiment 1. FIG. 実施の形態1に係る接続定義31の説明図。The explanatory view of the connection definition 31 which concerns on Embodiment 1. FIG. 実施の形態1に係る接続定義31の接続関係の説明図。The explanatory diagram of the connection relation of the connection definition 31 which concerns on Embodiment 1. FIG. 実施の形態1に係る接続定義31の具体例の説明図。An explanatory diagram of a specific example of the connection definition 31 according to the first embodiment. 実施の形態1に係る運用コンセプト定義41の説明図。The explanatory view of the operation concept definition 41 which concerns on Embodiment 1. FIG. 実施の形態1に係る運用ノード系統図42の説明図。The explanatory view of the operation node system diagram 42 which concerns on Embodiment 1. FIG. 実施の形態1に係るビジネスユースケース定義43の説明図。The explanatory diagram of the business use case definition 43 which concerns on Embodiment 1. FIG. 実施の形態1に係る運用フローモデル44の説明図。The explanatory view of the operation flow model 44 which concerns on Embodiment 1. FIG. 実施の形態1に係るシステム要件仕様45の説明図。The explanatory view of the system requirement specification 45 which concerns on Embodiment 1. FIG. 実施の形態1に係る開発支援装置10の処理のフローチャート。The flowchart of the process of the development support apparatus 10 which concerns on Embodiment 1. 実施の形態1に係る結果表示部24の表示例を示す図。The figure which shows the display example of the result display part 24 which concerns on Embodiment 1. FIG. 変形例1に係る開発支援装置10の構成図。The block diagram of the development support apparatus 10 which concerns on modification 1. FIG. 実施の形態2に係る開発支援装置10の構成図。The block diagram of the development support apparatus 10 which concerns on Embodiment 2. 実施の形態2に係る開発支援装置10の処理のフローチャート。The flowchart of the process of the development support apparatus 10 which concerns on Embodiment 2. 実施の形態2に係る結果表示部24の表示例を示す図。The figure which shows the display example of the result display part 24 which concerns on Embodiment 2. FIG. 実施の形態3に係る開発支援装置10の構成図。The block diagram of the development support apparatus 10 which concerns on Embodiment 3. 実施の形態3に係る開発支援装置10の処理のフローチャート。The flowchart of the process of the development support apparatus 10 which concerns on Embodiment 3. 実施の形態3に係る成果物表示部26の表示例を示す図。The figure which shows the display example of the product display part 26 which concerns on Embodiment 3.

実施の形態1.
***構成の説明***
図1を参照して、実施の形態1に係る開発支援装置10の構成を説明する。
開発支援装置10は、コンピュータである。
開発支援装置10は、プロセッサ11と、メモリ12と、ストレージ13と、通信インタフェース14とのハードウェアを備える。プロセッサ11は、信号線を介して他のハードウェアと接続され、これら他のハードウェアを制御する。
Embodiment 1.
*** Explanation of configuration ***
The configuration of the development support device 10 according to the first embodiment will be described with reference to FIG.
The development support device 10 is a computer.
The development support device 10 includes hardware for a processor 11, a memory 12, a storage 13, and a communication interface 14. The processor 11 is connected to other hardware via a signal line and controls these other hardware.

プロセッサ11は、プロセッシングを行うIC(Integrated Circuit)である。プロセッサ11は、具体例としては、CPU(Central Processing Unit)、DSP(Digital Signal Processor)、GPU(Graphics Processing Unit)である。 The processor 11 is an IC (Integrated Circuit) that performs processing. Specific examples of the processor 11 are a CPU (Central Processing Unit), a DSP (Digital Signal Processor), and a GPU (Graphics Processing Unit).

メモリ12は、データを一時的に記憶する記憶装置である。メモリ12は、具体例としては、SRAM(Static Random Access Memory)、DRAM(Dynamic Random Access Memory)である。 The memory 12 is a storage device that temporarily stores data. As a specific example, the memory 12 is a SRAM (Static Random Access Memory) or a DRAM (Dynamic Random Access Memory).

ストレージ13は、データを保管する記憶装置である。ストレージ13は、具体例としては、HDD(Hard Disk Drive)である。また、ストレージ13は、SD(登録商標,Secure Digital)メモリカード、CF(CompactFlash,登録商標)、NANDフラッシュ、フレキシブルディスク、光ディスク、コンパクトディスク、ブルーレイ(登録商標)ディスク、DVD(Digital Versatile Disk)といった可搬記録媒体であってもよい。 The storage 13 is a storage device for storing data. As a specific example, the storage 13 is an HDD (Hard Disk Drive). The storage 13 includes SD (registered trademark, Secure Digital) memory card, CF (CompactFlash, registered trademark), NAND flash, flexible disk, optical disk, compact disk, Blu-ray (registered trademark) disk, DVD (Digital Versaille Disk), and the like. It may be a portable recording medium.

通信インタフェース14は、外部の装置と通信するためのインタフェースである。通信インタフェース14は、具体例としては、Ethernet(登録商標)、USB(Universal Serial Bus)、HDMI(登録商標,High-Definition Multimedia Interface)のポートである。 The communication interface 14 is an interface for communicating with an external device. As a specific example, the communication interface 14 is a port of Ethernet (registered trademark), USB (Universal Serial Bus), HDMI (registered trademark, High-Definition Multimedia Interface).

開発支援装置10は、機能構成要素として、成果物取得部21と、定義取得部22と、判定部23と、結果表示部24とを備える。開発支援装置10の各機能構成要素の機能はソフトウェアにより実現される。
ストレージ13には、開発支援装置10の各機能構成要素の機能を実現するプログラムが格納されている。このプログラムは、プロセッサ11によりメモリ12に読み込まれ、プロセッサ11によって実行される。これにより、開発支援装置10の各機能構成要素の機能が実現される。
The development support device 10 includes a deliverable acquisition unit 21, a definition acquisition unit 22, a determination unit 23, and a result display unit 24 as functional components. The functions of each functional component of the development support device 10 are realized by software.
The storage 13 stores a program that realizes the functions of each functional component of the development support device 10. This program is read into the memory 12 by the processor 11 and executed by the processor 11. As a result, the functions of each functional component of the development support device 10 are realized.

また、ストレージ13には、接続定義31が記憶される。 Further, the connection definition 31 is stored in the storage 13.

図1では、プロセッサ11は、1つだけ示されていた。しかし、プロセッサ11は、複数であってもよく、複数のプロセッサ11が、各機能を実現するプログラムを連携して実行してもよい。 In FIG. 1, only one processor 11 is shown. However, the number of processors 11 may be plural, and the plurality of processors 11 may execute programs that realize each function in cooperation with each other.

***動作の説明***
図2から図11を参照して、実施の形態1に係る開発支援装置10の動作を説明する。
実施の形態1に係る開発支援装置10の動作手順は、実施の形態1に係る開発支援方法に相当する。また、実施の形態1に係る開発支援装置10の動作を実現するプログラムは、実施の形態1に係る開発支援プログラムに相当する。
*** Explanation of operation ***
The operation of the development support device 10 according to the first embodiment will be described with reference to FIGS. 2 to 11.
The operation procedure of the development support device 10 according to the first embodiment corresponds to the development support method according to the first embodiment. Further, the program that realizes the operation of the development support device 10 according to the first embodiment corresponds to the development support program according to the first embodiment.

図2から図9を参照して、実施の形態1に係る接続定義31を説明する。
図2に示すように、接続定義31は、システム開発工程で作成されるべき成果物と、成果物間で関連付けされるべき関係を示した接続関係とが定義されている。
図2では、システム開発工程で作成されるべき成果物として、運用コンセプト定義41と、運用ノード系統図42と、ビジネスユースケース定義43と、運用フローモデル44と、システム要件仕様45とが定義されている。そして、運用コンセプト定義41と運用ノード系統図42とが関連付けられ、運用ノード系統図42とビジネスユースケース定義43とが関連付けられ、ビジネスユースケース定義43と運用フローモデル44とが関連付けられ、運用フローモデル44とシステム要件仕様45とが関連付けられ、システム要件仕様45と運用コンセプト定義41とが関連付けられるべきであるとする接続関係が定義されている。
なお、図2は、接続定義31によって定義される成果物の一部を示しており、実際には、図2に示すよりも多くの成果物が定義されることが想定される。
The connection definition 31 according to the first embodiment will be described with reference to FIGS. 2 to 9.
As shown in FIG. 2, the connection definition 31 defines a deliverable to be created in the system development process and a connection relationship indicating a relationship to be associated between the deliverables.
In FIG. 2, the operation concept definition 41, the operation node system diagram 42, the business use case definition 43, the operation flow model 44, and the system requirement specification 45 are defined as the deliverables to be created in the system development process. ing. Then, the operation concept definition 41 and the operation node system diagram 42 are associated, the operation node system diagram 42 and the business use case definition 43 are associated, the business use case definition 43 and the operation flow model 44 are associated, and the operation flow. A connection relationship is defined in which the model 44 and the system requirement specification 45 are associated, and the system requirement specification 45 and the operational concept definition 41 should be associated.
Note that FIG. 2 shows a part of the deliverables defined by the connection definition 31, and it is assumed that more deliverables are actually defined than shown in FIG.

図3に示すように、各成果物には、1つ以上の項目が含まれている。接続定義31は、単に成果物間で関連付けされるべき関係を示した接続関係が定義されているのではなく、成果物間で関連付けされるべき項目の関係を示した接続関係が定義されている。つまり、接続定義31は、単に成果物Xと成果物Yとが関連付けされるべきであると定義されるのではなく、成果物Xの項目Iと成果物Yの項目Jとが関連付けされるべきであると定義される。あるいは、接続定義31は、成果物Xの項目Kと成果物Z(成果物Zの全項目)とが関連付けされるべきであると定義される。 As shown in FIG. 3, each deliverable contains one or more items. The connection definition 31 does not simply define a connection relationship that indicates the relationship that should be associated between the deliverables, but defines a connection relationship that indicates the relationship between the items that should be associated between the deliverables. .. That is, the connection definition 31 is not simply defined that the deliverable X and the deliverable Y should be associated, but the item I of the deliverable X and the item J of the deliverable Y should be associated. Is defined as. Alternatively, the connection definition 31 defines that the item K of the deliverable X and the deliverable Z (all items of the deliverable Z) should be associated.

図4から図9を参照して、図2に示す成果物において、どのように項目間の接続関係が定義されるかを説明する。図4は、以下の図5から図9を参照して説明する接続関係を示している。 With reference to FIGS. 4 to 9, how the connection relationship between items is defined in the deliverable shown in FIG. 2 will be described. FIG. 4 shows a connection relationship described with reference to FIGS. 5 to 9 below.

図5に示すように、運用コンセプト定義41は、開発対象のシステムのミッション毎に、ステークホルダと、ビジョンと、ゴールとが定義される。ミッションは、システムの意義又は使命である。ステークホルダは、利害関係者である。ビジョンは、真の目的である。ゴールは、具体的なイメージである。ゴールには、その背景を表す根拠が定義されている。 As shown in FIG. 5, in the operation concept definition 41, stakeholders, visions, and goals are defined for each mission of the system to be developed. The mission is the significance or mission of the system. Stakeholders are stakeholders. Vision is the true purpose. The goal is a concrete image. The goal defines the rationale behind it.

図6に示すように、運用ノード系統図42は、運用コンセプト定義41で定義された全てのステークホルダがどのように関係しているかが定義される。具体的には、全てのステークホルダ間におけるサービスと物と金銭との少なくともいずれかの流れが定義される。
そのため、図4に示すように、接続定義31は、運用コンセプト定義41のステークホルダの項目と、運用ノード系統図42とが関連付けされるべきであると定義される。また、運用コンセプト定義41のゴールについても運用ノード系統図42に表される可能性がある。そのため、接続定義31は、運用コンセプト定義41のステークホルダの項目及びゴールの項目と運用ノード系統図42とが関連付けされるべきであると定義されてもよい。
As shown in FIG. 6, the operation node system diagram 42 defines how all the stakeholders defined in the operation concept definition 41 are related. Specifically, at least one of the flows of services, goods and money between all stakeholders is defined.
Therefore, as shown in FIG. 4, the connection definition 31 is defined that the item of the stakeholder of the operation concept definition 41 should be associated with the operation node system diagram 42. Further, the goal of the operation concept definition 41 may also be shown in the operation node system diagram 42. Therefore, the connection definition 31 may be defined that the stakeholder item and goal item of the operation concept definition 41 should be associated with the operation node system diagram 42.

図7に示すように、ビジネスユースケース定義43は、運用ノード系統図42で定義された各関係がビジネスユースケースとされ、各ステークホルダをアクタとして、処理が分解され階層化されて定義される。
そのため、図4に示すように、接続定義31は、運用ノード系統図42の各ステークホルダを表すノードの項目と、ビジネスユースケース定義43におけるアクタの項目とが関連付けされるべきであると定義される。
As shown in FIG. 7, in the business use case definition 43, each relationship defined in the operation node system diagram 42 is regarded as a business use case, and each stakeholder is used as an actor, and the processing is decomposed and defined in a hierarchical manner.
Therefore, as shown in FIG. 4, the connection definition 31 is defined that the node item representing each stakeholder in the operation node system diagram 42 should be associated with the actor item in the business use case definition 43. ..

図8に示すように、運用フローモデル44は、ビジネスユースケース定義43における最下層の各ビジネスユースケースについて、運用フロー及びシステムユースケースが紐づけられて定義される。
そのため、図4に示すように、接続定義31は、ビジネスユースケース定義43のビジネスユースケースの項目と、運用フローモデル44とが関連付けされるべきであると定義される。
As shown in FIG. 8, the operation flow model 44 is defined by associating the operation flow and the system use case with each business use case at the lowest layer in the business use case definition 43.
Therefore, as shown in FIG. 4, the connection definition 31 is defined that the item of the business use case of the business use case definition 43 should be associated with the operation flow model 44.

図9に示すように、システム要件仕様45は、運用フローモデル44における各システムユースケースについて、システム要件が定義される。また、システム要件仕様45は、運用コンセプト定義41で定義されたゴールが根拠となっている必要がある。
そのため、図4に示すように、接続定義31は、運用フローモデル44のシステムユースケースの項目と、システム要件仕様45とが関連付けされるべきであると定義される。また、接続定義31は、システム要件仕様45と、運用コンセプト定義41のゴールの項目とが関連付けされるべきであると定義される。
As shown in FIG. 9, the system requirement specification 45 defines system requirements for each system use case in the operation flow model 44. Further, the system requirement specification 45 needs to be based on the goal defined in the operation concept definition 41.
Therefore, as shown in FIG. 4, the connection definition 31 is defined that the item of the system use case of the operation flow model 44 should be associated with the system requirement specification 45. Further, the connection definition 31 is defined that the system requirement specification 45 and the goal item of the operation concept definition 41 should be associated with each other.

なお、図4では、関連付けされるべき項目間に〇を設定している。しかし、関係に方向性がある場合には、方向性まで定義されてもよい。例えば、ある行から対応する列への作図トレースがある場合と、ある列から対応する行への作図トレースがある場合と、ある行と対応する列とで双方向の作図トレースがある場合とが考えられる。この場合には、それぞれの場合が区別して定義されてもよい。つまり、接続定義31は、成果物間で関連付けされるべきか否かが、2つの成果物のうちのどちらからどちらへ関連付けがされるかを示す関係の方向性毎に別々に定義されてもよい。 In FIG. 4, 〇 is set between the items to be associated. However, if the relationship has directionality, even directionality may be defined. For example, there may be a construction trace from one row to the corresponding column, a construction trace from one column to the corresponding row, and a bidirectional drawing trace between one row and the corresponding column. Conceivable. In this case, each case may be defined separately. That is, even if the connection definition 31 is defined separately for each direction of the relationship indicating which of the two deliverables is associated with or not between the deliverables. good.

図10を参照して、実施の形態1に係る開発支援装置10の処理を説明する。
図10に示す処理は、開発支援装置10のユーザによって実行の指示がされた場合に開始される。
With reference to FIG. 10, the processing of the development support device 10 according to the first embodiment will be described.
The process shown in FIG. 10 is started when the user of the development support device 10 gives an instruction to execute the process.

前提として、図4に示すような接続定義31が作成され、ストレージ13に記憶されているものとする。また、開発対象のシステムについての開発作業が進められ、少なくとも一部の成果物が作成されているものとする。なお、成果物の作成に当たっては、指定された設計ツール等が用いられ、成果物間で関連がある項目同士が関連付けされているものとする。 As a premise, it is assumed that the connection definition 31 as shown in FIG. 4 is created and stored in the storage 13. In addition, it is assumed that the development work for the system to be developed has been advanced and at least some of the deliverables have been created. It is assumed that the designated design tool or the like is used to create the deliverable, and that the items related to each other are related to each other.

(ステップS11:成果物取得処理)
成果物取得部21は、システム開発工程で作成された1つ以上の項目を含む複数の成果物であって、成果物間で関連がある項目同士が関連付けされた複数の成果物を取得する。つまり、成果物取得部21は、開発対象のシステムについての開発作業が進められ、既に作成された成果物を取得する。
具体的には、作成された成果物がユーザによって指定の記憶装置に記憶される。そして、成果物取得部21は、指定の記憶装置から成果物を読み出すことにより、成果物を取得する。
(Step S11: Deliverable acquisition process)
The deliverable acquisition unit 21 acquires a plurality of deliverables including one or more items created in the system development process, in which items related to each other are associated with each other. That is, the deliverable acquisition unit 21 advances the development work for the system to be developed and acquires the already created deliverable.
Specifically, the created deliverable is stored in a storage device designated by the user. Then, the deliverable acquisition unit 21 acquires the deliverable by reading the deliverable from the designated storage device.

(ステップS12:定義取得処理)
定義取得部22は、システム開発工程で作成される成果物間で関連付けされるべき項目が定義された接続定義31を取得する。
具体的には、定義取得部22は、ストレージ13から接続定義31を読み出すことにより、接続定義31を取得する。
(Step S12: Definition acquisition process)
The definition acquisition unit 22 acquires the connection definition 31 in which the items to be associated between the deliverables created in the system development process are defined.
Specifically, the definition acquisition unit 22 acquires the connection definition 31 by reading the connection definition 31 from the storage 13.

(ステップS13:判定処理)
判定部23は、ステップS11で取得された複数の成果物において関連付けされた項目と、ステップS12で取得された接続定義31で定義された関連付けされるべき項目とが一致するか否かを判定する。
具体的には、判定部23は、ステップS11で取得された成果物において関連付けされた項目毎に、接続定義31で関連付けされるべきであると定義されているか否かを判定する。また、判定部23は、接続定義31で定義された関連付けされるべき項目毎に、ステップS11で取得された成果物において関連付けされているか否かを判定する。
(Step S13: Judgment process)
The determination unit 23 determines whether or not the items associated with the plurality of deliverables acquired in step S11 and the items to be associated defined in the connection definition 31 acquired in step S12 match. ..
Specifically, the determination unit 23 determines whether or not each of the items associated with the deliverable acquired in step S11 is defined to be associated with the connection definition 31. Further, the determination unit 23 determines whether or not each item to be associated defined in the connection definition 31 is associated with the deliverable acquired in step S11.

(ステップS14:結果表示処理)
結果表示部24は、ステップS13で判定された結果を表示する。
具体的には、結果表示部24は、ステップS13で一致しないと判定された項目について、複数の成果物において関連付けされていないが、接続定義31で関連付けされるべき項目と定義されている不接続項目Xと、複数の成果物において関連付けされているが、接続定義31で関連付けされるべき項目と定義されていない過接続項目Yとに区別して表示する。
具体例としては、図11に示すように、結果表示部24は、図4に示す接続定義31と同様の表に、不接続項目X及び過接続項目Yを表示する。
(Step S14: Result display process)
The result display unit 24 displays the result determined in step S13.
Specifically, the result display unit 24 is not associated with the items determined to be inconsistent in step S13 in the plurality of deliverables, but is defined as the item to be associated in the connection definition 31. The item X is displayed separately from the item that is associated with the plurality of deliverables but should be associated with the connection definition 31 and the overconnected item Y that is not defined.
As a specific example, as shown in FIG. 11, the result display unit 24 displays the disconnection item X and the overconnection item Y in the same table as the connection definition 31 shown in FIG.

***実施の形態1の効果***
以上のように、実施の形態1に係る開発支援装置10は、システム開発工程で作成される成果物間で関連付けされるべき項目を接続定義31として定義しておく。そして、開発支援装置10は、接続定義31に基づき実際に作成された成果物において関連付けされた項目が適切であるかを判定する。
これにより、作成された成果物について、トレーサビリティが確立されていない不適切な可能性がある箇所が特定される。特定された箇所について検討を行うことで、成果物の品質を高くすることが可能である。具体的には、不接続項目Xと表示された箇所については、関連付けされていないことによってトレースが確立されなくならないかが検討され、必要に応じて関連付けが行われる。また、過接続項目Yと表示された箇所については、関連付けが適切であるかが検討され、必要に応じて関連付けが外される。そして、その結果として品質の高いシステムを開発することが可能である。
*** Effect of Embodiment 1 ***
As described above, in the development support device 10 according to the first embodiment, the items to be associated between the deliverables created in the system development process are defined as the connection definition 31. Then, the development support device 10 determines whether the associated item is appropriate in the deliverable actually created based on the connection definition 31.
This identifies areas of the created deliverable that may be inappropriate for which traceability has not been established. It is possible to improve the quality of the deliverable by examining the identified parts. Specifically, for the portion displayed as the non-connection item X, it is examined whether or not the trace cannot be established because it is not associated, and the association is performed as necessary. Further, for the portion displayed as the over-connection item Y, it is examined whether the association is appropriate, and the association is removed as necessary. As a result, it is possible to develop a high quality system.

実施の形態1に係る開発支援装置10では、接続定義31を事前に準備しておくことにより、どのような流れでシステム開発を行った場合においても、システムの開発中に不適切な可能性がある箇所を特定することが可能である。そのため、様々なシステム開発の現場において品質の高いシステム開発を行えるようにすることが可能である。
なお、接続定義31は、システムによらず同じものを使用することが可能である。したがって、接続定義31は、システム開発前に事前に準備しておくことが可能である。接続定義31は、システムの種別に応じて多少変更してもよい。例えば、ソフトウェアシステムであるか、複合システムであるかといった種別の違いによって、一部変更してもよい。
In the development support device 10 according to the first embodiment, by preparing the connection definition 31 in advance, there is a possibility that the system is inappropriate during the development of the system regardless of the flow of the system development. It is possible to identify a certain place. Therefore, it is possible to develop a high-quality system at various system development sites.
The same connection definition 31 can be used regardless of the system. Therefore, the connection definition 31 can be prepared in advance before the system development. The connection definition 31 may be slightly changed depending on the type of system. For example, it may be partially changed depending on the difference in type such as whether it is a software system or a complex system.

***他の構成***
<変形例1>
実施の形態1では、各機能構成要素がソフトウェアで実現された。しかし、変形例1として、各機能構成要素はハードウェアで実現されてもよい。この変形例1について、実施の形態1と異なる点を説明する。
*** Other configurations ***
<Modification 1>
In the first embodiment, each functional component is realized by software. However, as a modification 1, each functional component may be realized by hardware. The difference between the first modification and the first embodiment will be described.

図12を参照して、変形例1に係る開発支援装置10の構成を説明する。
各機能構成要素がハードウェアで実現される場合には、開発支援装置10は、プロセッサ11とメモリ12とストレージ13とに代えて、電子回路15を備える。電子回路15は、各機能構成要素と、メモリ12と、ストレージ13との機能とを実現する専用の回路である。
The configuration of the development support device 10 according to the first modification will be described with reference to FIG. 12.
When each functional component is realized by hardware, the development support device 10 includes an electronic circuit 15 in place of the processor 11, the memory 12, and the storage 13. The electronic circuit 15 is a dedicated circuit that realizes the functions of each functional component, the memory 12, and the storage 13.

電子回路15としては、単一回路、複合回路、プログラム化したプロセッサ、並列プログラム化したプロセッサ、ロジックIC、GA(Gate Array)、ASIC(Application Specific Integrated Circuit)、FPGA(Field-Programmable Gate Array)が想定される。
各機能構成要素を1つの電子回路15で実現してもよいし、各機能構成要素を複数の電子回路15に分散させて実現してもよい。
Examples of the electronic circuit 15 include a single circuit, a composite circuit, a programmed processor, a parallel programmed processor, a logic IC, a GA (Gate Array), an ASIC (Application Specific Integrated Circuit), and an FPGA (Field-Programmable Gate Array). is assumed.
Each functional component may be realized by one electronic circuit 15, or each functional component may be distributed and realized by a plurality of electronic circuits 15.

<変形例2>
変形例2として、一部の各機能構成要素がハードウェアで実現され、他の各機能構成要素がソフトウェアで実現されてもよい。
<Modification 2>
As a modification 2, some functional components may be realized by hardware, and other functional components may be realized by software.

プロセッサ11とメモリ12とストレージ13と電子回路15とを処理回路という。つまり、各機能構成要素の機能は、処理回路により実現される。 The processor 11, the memory 12, the storage 13, and the electronic circuit 15 are referred to as a processing circuit. That is, the function of each functional component is realized by the processing circuit.

また、以上の説明における「部」を、「回路」、「工程」、「手順」、「処理」又は「処理回路」に読み替えてもよい。 Further, the "part" in the above description may be read as "circuit", "process", "procedure", "processing" or "processing circuit".

実施の形態2.
実施の形態2は、一致しないと判定された項目について許容することを示す許容入力を受け付ける点が実施の形態1と異なる。実施の形態2では、この異なる点を説明し、同一の点については説明を省略する。
Embodiment 2.
The second embodiment is different from the first embodiment in that it accepts a permissible input indicating that the items determined to be inconsistent are permissible. In the second embodiment, these different points will be described, and the same points will be omitted.

***構成の説明***
図13を参照して、実施の形態2に係る開発支援装置10の構成を説明する。
開発支援装置10は、機能構成要素として、受付部25を備える点が図1に示す開発支援装置10と異なる。受付部25は、他の機能構成要素と同様に、ソフトウェア又はハードウェアによって実現される。
*** Explanation of configuration ***
The configuration of the development support device 10 according to the second embodiment will be described with reference to FIG.
The development support device 10 differs from the development support device 10 shown in FIG. 1 in that the reception unit 25 is provided as a functional component. The reception unit 25 is realized by software or hardware like other functional components.

***動作の説明***
図14及び図15を参照して、実施の形態2に係る開発支援装置10の動作を説明する。
実施の形態2に係る開発支援装置10の動作手順は、実施の形態2に係る開発支援方法に相当する。また、実施の形態2に係る開発支援装置10の動作を実現するプログラムは、実施の形態2に係る開発支援プログラムに相当する。
*** Explanation of operation ***
The operation of the development support device 10 according to the second embodiment will be described with reference to FIGS. 14 and 15.
The operation procedure of the development support device 10 according to the second embodiment corresponds to the development support method according to the second embodiment. Further, the program that realizes the operation of the development support device 10 according to the second embodiment corresponds to the development support program according to the second embodiment.

図14を参照して、実施の形態2に係る開発支援装置10の処理を説明する。
ステップS21からステップS23の処理は図10に示すステップS11からステップS13の処理と同じである。
With reference to FIG. 14, the processing of the development support device 10 according to the second embodiment will be described.
The processing from step S21 to step S23 is the same as the processing from step S11 to step S13 shown in FIG.

(ステップS24:結果表示処理)
結果表示部24は、図10のステップS14と同様に、ステップS23で判定された結果を表示する。つまり、結果表示部24は、ステップS13で一致しないと判定された項目について、不接続項目X又は過接続項目Yを表示する。
但し、結果表示部24は、後述するステップS25で過去に許容入力がされた項目については表示を変更する。具体例としては、結果表示部24は、許容入力がされた項目については不接続項目X又は過接続項目Yの表示をしない、あるいは、図15に示すように、許容入力がされた項目については網掛けをした上で不接続項目X又は過接続項目Yを表示する。
(Step S24: Result display process)
The result display unit 24 displays the result determined in step S23, similarly to step S14 in FIG. That is, the result display unit 24 displays the non-connection item X or the over-connection item Y for the items determined to be inconsistent in step S13.
However, the result display unit 24 changes the display of the items for which the allowable input has been made in the past in step S25 described later. As a specific example, the result display unit 24 does not display the unconnected item X or the overconnected item Y for the items for which the allowable input has been made, or as shown in FIG. 15, for the items for which the allowable input has been made. After shading, the non-connection item X or the over-connection item Y is displayed.

(ステップS25:受付処理)
受付部25は、ステップS24で表示された不接続項目と過接続項目との少なくともいずれかを許容することを示す許容入力を受け付ける。
具体的には、ユーザによって許容する不接続項目又は過接続項目が指定される。すると、受付部25は、指定された不接続項目又は過接続項目については許容するものとして扱う。
(Step S25: Reception process)
The reception unit 25 receives an allowable input indicating that at least one of the unconnected item and the overconnected item displayed in step S24 is allowed.
Specifically, a disconnected item or an overconnected item that is allowed by the user is specified. Then, the reception unit 25 treats the designated unconnected item or over-connected item as acceptable.

***実施の形態2の効果***
以上のように、実施の形態2に係る開発支援装置10は、一致しないと判定された項目について許容することを示す許容入力を受け付ける。これにより、不要な検討作業を行うことを防止可能である。
接続定義31と一致しない箇所についても、システムによっては妥当であるという場合がある。そのため、既に妥当であるという検討結果が得られた箇所については、妥当であるという検討結果が得られていない箇所と区別して表示することで、既に検討済の箇所を改めて検討対象にすることを防止できる。
*** Effect of Embodiment 2 ***
As described above, the development support device 10 according to the second embodiment accepts the allowable input indicating that the items determined to be inconsistent are permitted. This makes it possible to prevent unnecessary examination work from being performed.
Depending on the system, it may be appropriate even if the part does not match the connection definition 31. Therefore, for the parts for which the examination result that has already been examined is obtained, the parts that have already been examined are to be considered again by displaying them separately from the parts for which the examination result that is appropriate is not obtained. Can be prevented.

実施の形態3.
実施の形態3は、成果物が作成されたか否かを表示する点が実施の形態1,2と異なる。実施の形態3では、この異なる点を説明して、同一の点については説明を省略する。
実施の形態3では、実施の形態1に機能を加えた場合について説明するが、実施の形態2に機能を加えることも可能である。
Embodiment 3.
The third embodiment is different from the first and second embodiments in that it displays whether or not the deliverable has been created. In the third embodiment, this different point will be described, and the description of the same point will be omitted.
In the third embodiment, the case where the function is added to the first embodiment will be described, but it is also possible to add the function to the second embodiment.

***構成の説明***
図16を参照して、実施の形態3に係る開発支援装置10の構成を説明する。
開発支援装置10は、機能構成要素として、成果物表示部26を備える点が図1に示す開発支援装置10と異なる。成果物表示部26は、他の機能構成要素と同様に、ソフトウェア又はハードウェアによって実現される。
*** Explanation of configuration ***
The configuration of the development support device 10 according to the third embodiment will be described with reference to FIG.
The development support device 10 differs from the development support device 10 shown in FIG. 1 in that the product display unit 26 is provided as a functional component. The deliverable display unit 26 is realized by software or hardware like other functional components.

***動作の説明***
図17及び図18を参照して、実施の形態3に係る開発支援装置10の動作を説明する。
実施の形態3に係る開発支援装置10の動作手順は、実施の形態3に係る開発支援方法に相当する。また、実施の形態3に係る開発支援装置10の動作を実現するプログラムは、実施の形態3に係る開発支援プログラムに相当する。
*** Explanation of operation ***
The operation of the development support device 10 according to the third embodiment will be described with reference to FIGS. 17 and 18.
The operation procedure of the development support device 10 according to the third embodiment corresponds to the development support method according to the third embodiment. Further, the program that realizes the operation of the development support device 10 according to the third embodiment corresponds to the development support program according to the third embodiment.

図17を参照して、実施の形態3に係る開発支援装置10の処理を説明する。
図17に示す処理は、開発支援装置10のユーザによって実行の指示がされた場合に開始される。
With reference to FIG. 17, the processing of the development support device 10 according to the third embodiment will be described.
The process shown in FIG. 17 is started when the user of the development support device 10 gives an instruction to execute the process.

ステップS31の処理は図10に示すステップS11の処理と同じである。 The process of step S31 is the same as the process of step S11 shown in FIG.

(ステップS32:成果物表示処理)
成果物表示部26は、接続定義31で定義された成果物を、ステップS31でその成果物が取得されたか否かによって区別して表示する。
具体例としては、図18に示すように、成果物表示部26は、接続定義31で定義された、システム開発工程で作成されるべき成果物を箱で示し、成果物間で関連付けされるべき関係を箱間を接続することによって示す。そして、成果物表示部26は、ステップS31で成果物が取得されていない場合には、その成果物に対応する箱を空き箱として表示し、ステップS31で成果物が取得された場合には、その成果物に対応する箱を成果物が入った状態として表示する。
(Step S32: Deliverable display processing)
The deliverable display unit 26 displays the deliverables defined in the connection definition 31 separately according to whether or not the deliverables have been acquired in step S31.
As a specific example, as shown in FIG. 18, the deliverable display unit 26 shows the deliverables to be created in the system development process defined in the connection definition 31 in a box, and should be associated between the deliverables. The relationship is shown by connecting the boxes. Then, the deliverable display unit 26 displays the box corresponding to the deliverable as an empty box when the deliverable is not acquired in step S31, and when the deliverable is acquired in step S31, the deliverable display unit 26 displays the box corresponding to the deliverable. The box corresponding to the deliverable is displayed as containing the deliverable.

***実施の形態3の効果***
以上のように、実施の形態3に係る開発支援装置10は、接続定義31で定義された接続関係とともに、各成果物が作成されたか否かを表示する。これにより、どの成果物が作成され、どの成果物が作成されていないかを容易に特定することが可能である。
実際の開発では、一部の要件が確定しない状態で他の要件については設計等を進める必要があるといった状況が発生する。このような場合には、上流工程の成果物から順に作成されるわけではなくなる。システムの規模が大きいと作成される成果物も多くなり、成果物の管理が煩雑になる。実施の形態3に係る開発支援装置10では、容易に成果物を管理することが可能になる。
*** Effect of Embodiment 3 ***
As described above, the development support device 10 according to the third embodiment displays whether or not each deliverable has been created together with the connection relationship defined in the connection definition 31. This makes it possible to easily identify which deliverables have been created and which have not been created.
In actual development, there will be situations where it is necessary to proceed with the design of other requirements while some requirements have not been finalized. In such a case, the products are not created in order from the deliverables of the upstream process. If the scale of the system is large, the number of deliverables created will increase, and the management of deliverables will become complicated. The development support device 10 according to the third embodiment can easily manage the deliverables.

以上、本開示の実施の形態及び変形例について説明した。これらの実施の形態及び変形例のうち、いくつかを組み合わせて実施してもよい。また、いずれか1つ又はいくつかを部分的に実施してもよい。なお、本開示は、以上の実施の形態及び変形例に限定されるものではなく、必要に応じて種々の変更が可能である。 The embodiments and modifications of the present disclosure have been described above. Some of these embodiments and modifications may be combined and carried out. In addition, any one or several may be partially carried out. The present disclosure is not limited to the above embodiments and modifications, and various modifications can be made as necessary.

10 開発支援装置、11 プロセッサ、12 メモリ、13 ストレージ、14 通信インタフェース、15 電子回路、21 成果物取得部、22 定義取得部、23 判定部、24 結果表示部、25 受付部、26 成果物表示部、31 接続定義、41 運用コンセプト定義、42 運用ノード系統図、43 ビジネスユースケース定義、44 運用フローモデル、45 システム要件仕様。 10 Development support device, 11 Processor, 12 Memory, 13 Storage, 14 Communication interface, 15 Electronic circuit, 21 Deliverables acquisition unit, 22 Definition acquisition unit, 23 Judgment unit, 24 Result display unit, 25 Reception unit, 26 Deliverables display Department, 31 Connection definition, 41 Operation concept definition, 42 Operation node system diagram, 43 Business use case definition, 44 Operation flow model, 45 System requirement specifications.

Claims (8)

システム開発工程で作成された1つ以上の項目を含む複数の成果物であって、成果物間で関連がある項目同士が関連付けされた複数の成果物を取得する成果物取得部と、
前記システム開発工程で作成される成果物間で関連付けされるべき項目が定義された接続定義を取得する定義取得部と、
前記成果物取得部によって取得された前記複数の成果物において関連付けされた項目と、前記定義取得部によって取得された前記接続定義で定義された関連付けされるべき項目とが一致するか否かを判定する判定部と
前記判定部によって一致しないと判定された項目について、前記複数の成果物において関連付けされていないが、前記接続定義で関連付けされるべき項目と定義されている不接続項目と、前記複数の成果物において関連付けされているが、前記接続定義で関連付けされるべき項目と定義されていない過接続項目とに区別して表示する結果表示部と
を備える開発支援装置。
A deliverable acquisition unit that acquires a plurality of deliverables including one or more items created in the system development process and in which items related to each other are related to each other.
A definition acquisition unit that acquires connection definitions that define items that should be associated between deliverables created in the system development process.
It is determined whether or not the items associated with the plurality of deliverables acquired by the deliverable acquisition unit and the items to be associated defined in the connection definition acquired by the definition acquisition unit match. Judgment unit and
Items determined to be inconsistent by the determination unit are not associated in the plurality of deliverables, but are defined as items to be associated in the connection definition, and in the plurality of deliverables. With the result display unit that displays the items that are related but should be related in the connection definition and the over-connected items that are not defined separately.
Development support device equipped with.
前記接続定義は、前記成果物間で関連付けされるべきか否かが、2つの成果物のうちのどちらからどちらへ関連付けがされるかを示す関係の方向性毎に別々に定義された
請求項1に記載の開発支援装置。
The connection definition is claimed separately for each direction of the relationship indicating which of the two deliverables is associated with whether or not it should be associated between the deliverables. The development support device according to 1.
前記開発支援装置は、さらに、
前記結果表示部によって表示された前記不接続項目と前記過接続項目との少なくともいずれかを許容することを示す許容入力を受け付ける受付部
を備え、
前記結果表示部は、前記不接続項目及び前記過接続項目のうち、前記受付部によって前記許容入力がされた項目については表示を変更する
請求項1又は2に記載の開発支援装置。
The development support device further
A reception unit that accepts an allowable input indicating that at least one of the unconnected item and the over-connected item displayed by the result display unit is allowed is provided.
The development support device according to claim 1 or 2 , wherein the result display unit changes the display of the unconnected item and the overconnected item for which the allowable input is made by the receiving unit.
前記接続定義は、前記システム開発工程で作成されるべき成果物が定義されており、
前記開発支援装置は、さらに、
前記接続定義で定義された成果物を、前記成果物取得部によってその成果物が取得されたか否かによって区別して表示する成果物表示部
を備える請求項1からまでのいずれか1項に記載の開発支援装置。
The connection definition defines the deliverables to be created in the system development process.
The development support device further
The item according to any one of claims 1 to 3 , wherein the deliverable defined in the connection definition is provided with a deliverable display unit for displaying the deliverables separately according to whether or not the deliverables have been acquired by the deliverable acquisition unit. Development support device.
システム開発工程で作成された1つ以上の項目を含む複数の成果物であって、成果物間で関連がある項目同士が関連付けされた複数の成果物を取得する成果物取得処理と、
前記システム開発工程で作成される成果物間で関連付けされるべき項目が定義された接続定義を取得する定義取得処理と、
前記成果物取得処理によって取得された前記複数の成果物において関連付けされた項目と、前記定義取得処理によって取得された前記接続定義で定義された関連付けされるべき項目とが一致するか否かを判定する判定処理と
前記判定処理によって一致しないと判定された項目について、前記複数の成果物において関連付けされていないが、前記接続定義で関連付けされるべき項目と定義されている不接続項目と、前記複数の成果物において関連付けされているが、前記接続定義で関連付けされるべき項目と定義されていない過接続項目とに区別して表示する結果表示処理と
を行う開発支援装置としてコンピュータを機能させる開発支援プログラム。
Deliverable acquisition processing to acquire multiple deliverables including one or more items created in the system development process, and items related to each other are related to each other.
Definition acquisition process to acquire the connection definition that defines the items to be associated between the deliverables created in the system development process, and
It is determined whether or not the items associated in the plurality of deliverables acquired by the deliverable acquisition process and the items to be associated defined in the connection definition acquired by the definition acquisition process match. Judgment processing and
Items determined to be inconsistent by the determination process are not associated with the plurality of deliverables, but are defined as items to be associated in the connection definition, and are not associated with the plurality of deliverables. With the result display processing that displays the items that are related but should be related in the connection definition and the over-connected items that are not defined separately.
A development support program that makes a computer function as a development support device.
前記接続定義は、前記成果物間で関連付けされるべきか否かが、2つの成果物のうちのどちらからどちらへ関連付けがされるかを示す関係の方向性毎に別々に定義された
請求項に記載の開発支援プログラム。
The connection definition is claimed separately for each direction of the relationship indicating which of the two deliverables is associated with whether or not it should be associated between the deliverables. The development support program described in 5 .
前記開発支援プログラムは、さらに、
前記表示処理によって表示された前記不接続項目と前記過接続項目との少なくともいずれかを許容することを示す許容入力を受け付ける受付処理
を行う開発支援装置としてコンピュータを機能させ、
前記表示処理では、前記不接続項目及び前記過接続項目のうち、前記受付処理によって前記許容入力がされた項目については表示を変更する
請求項5又は6に記載の開発支援プログラム。
The development support program further
The computer is made to function as a development support device that performs a reception process for accepting an allowable input indicating that at least one of the disconnected item and the overconnected item displayed by the display process is allowed.
The development support program according to claim 5 or 6 , wherein in the display process, the display of the disconnected item and the overconnected item for which the allowable input is made by the reception process is changed.
前記接続定義は、前記システム開発工程で作成されるべき成果物が定義されており、
前記開発支援プログラムは、さらに、
前記接続定義で定義された成果物を、前記成果物取得処理によってその成果物が取得されたか否かによって区別して表示する成果物表示処理
を行う開発支援装置としてコンピュータを機能させる請求項からまでのいずれか1項に記載の開発支援プログラム。
The connection definition defines the deliverables to be created in the system development process.
The development support program further
Claims 5 to 7 that make a computer function as a development support device that performs a deliverable display process for displaying the deliverables defined in the connection definition separately according to whether or not the deliverables have been acquired by the deliverable acquisition process. The development support program described in any one of the above.
JP2020194898A 2020-11-25 2020-11-25 Development support equipment and development support program Active JP7072918B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020194898A JP7072918B1 (en) 2020-11-25 2020-11-25 Development support equipment and development support program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020194898A JP7072918B1 (en) 2020-11-25 2020-11-25 Development support equipment and development support program

Publications (2)

Publication Number Publication Date
JP7072918B1 true JP7072918B1 (en) 2022-05-23
JP2022083537A JP2022083537A (en) 2022-06-06

Family

ID=81707784

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020194898A Active JP7072918B1 (en) 2020-11-25 2020-11-25 Development support equipment and development support program

Country Status (1)

Country Link
JP (1) JP7072918B1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012084019A (en) 2010-10-13 2012-04-26 Fujitsu Ltd Design trace device, design trace program and design trace method
JP2017102745A (en) 2015-12-02 2017-06-08 三菱電機株式会社 Software development support device, software development support method and software development support program
WO2017122285A1 (en) 2016-01-13 2017-07-20 三菱電機株式会社 Development progress management device and development progress management method
JP2020161025A (en) 2019-03-28 2020-10-01 Scsk株式会社 Output system and output program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012084019A (en) 2010-10-13 2012-04-26 Fujitsu Ltd Design trace device, design trace program and design trace method
JP2017102745A (en) 2015-12-02 2017-06-08 三菱電機株式会社 Software development support device, software development support method and software development support program
WO2017122285A1 (en) 2016-01-13 2017-07-20 三菱電機株式会社 Development progress management device and development progress management method
JP2020161025A (en) 2019-03-28 2020-10-01 Scsk株式会社 Output system and output program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
北村 充晴ほか,ソフトウェア開発におけるトレーサビリティリンクの複雑さの表現と単純化方法,電子情報通信学会論文誌D,2014年03月01日,Vol. J97-D, No. 3,pp. 437-449,ISSN: 1880-4535
野尻 周平ほか,大規模並行開発での運用を考慮した成果物間整合保証方式の提案,情報処理学会研究報告,2008年09月19日,Vol. 2008, No. 93,pp. 25-32,ISSN: 0919-6072

Also Published As

Publication number Publication date
JP2022083537A (en) 2022-06-06

Similar Documents

Publication Publication Date Title
CN101983380B (en) Simultaneous collaborative review of document
CN111506444A (en) Form approval method and device, storage medium and electronic equipment
JP2017027116A (en) Process control device and process control program
JP2016218967A (en) Information processing device, and information processing program
CN103686304A (en) Method, device and terminal device for layer composition
DE102004051144A1 (en) System and method for native DVI support and DVI support with a docking station
CN106990960A (en) Code dispositions method and device
CN101990671A (en) Optimization of integrated circuit design and library
CN107220063A (en) Dynamic wallpaper generation method and device
CN115291856B (en) Flow establishing method and device and electronic equipment
WO2023040143A1 (en) Cloud service resource orchestration method and apparatus, and device and storage medium
CN107239923B (en) Method and device for generating material application form
JP7072918B1 (en) Development support equipment and development support program
US8504735B2 (en) Output system and method for restoring location arrangement of output devices
CN111767267B (en) Metadata processing method and device and electronic equipment
CN102857817A (en) Set-top box production system and method capable of realizing dynamical loading
CN112711629B (en) Data and associated data import and export method, device, equipment and storage medium
US10339615B2 (en) Automatic IP core generation system
CN114115864A (en) Interface generation method and device and electronic equipment
US20170199729A1 (en) Application developing method and system
US11797719B2 (en) Dynamic preview generation in a product lifecycle management environment
CN114238724A (en) Data visualization method and device
CN113254455A (en) Dynamic configuration method and device of database, computer equipment and storage medium
US20060265673A1 (en) Facilitating High Level Validation of Integrated Circuits in Parallel with Development of Blocks in a Hierarchical Design Approach
JP7446551B2 (en) Development support equipment, development support method, and development support program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20201214

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220215

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220301

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20220405

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220428

R150 Certificate of patent or registration of utility model

Ref document number: 7072918

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150