JP2007086929A - Software design support system and method - Google Patents

Software design support system and method Download PDF

Info

Publication number
JP2007086929A
JP2007086929A JP2005272680A JP2005272680A JP2007086929A JP 2007086929 A JP2007086929 A JP 2007086929A JP 2005272680 A JP2005272680 A JP 2005272680A JP 2005272680 A JP2005272680 A JP 2005272680A JP 2007086929 A JP2007086929 A JP 2007086929A
Authority
JP
Japan
Prior art keywords
architecture
functional
characteristic
software
functional characteristics
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
JP2005272680A
Other languages
Japanese (ja)
Inventor
Koji Nishida
廣治 西田
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.)
Fuji Electric Co Ltd
Original Assignee
Fuji Electric Holdings Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Electric Holdings Ltd filed Critical Fuji Electric Holdings Ltd
Priority to JP2005272680A priority Critical patent/JP2007086929A/en
Publication of JP2007086929A publication Critical patent/JP2007086929A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide a software design support system and method that design reusable components while associating architectures of a plurality of products of a product line with functional features and nonfunctional features. <P>SOLUTION: The software design support system comprises a functional feature table 2, a nonfunctional feature table 3, an architecture table 5 for storing definitions of hypotheses of products of a target product line and architectures of existing products, an architecture-functional feature relationship table 6 for storing definitions of relationships between architectures and functional features, a functional feature-reusable component relationship table 7 for storing definitions of relationships between functional features and reusable components, an architecture setting part 8 for setting information in the architecture table 5, and a reusable component setting part 10 for setting information about reusable components associated with functional features in the functional feature-reusable component relationship table 7. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、組み込みソフトウェアを含む製品系列(プロダクトライン)を持つ製品のソフトウェアの設計を実施するにあたって、複数製品の仮説または既存アーキテクチャを評価して再利用コンポーネントの設計を行う技術に関する。   The present invention relates to a technology for designing a reuse component by evaluating a hypothesis or existing architecture of a plurality of products when designing software of a product having a product line (product line) including embedded software.

ソフトウェアの設計支援に関する従来例として、特開平10-40088号公報(特許文献1)は、機能階層を利用した「機能仕様型」を利用してソフトウェア仕様およびそれに基づく開発成果物の再利用性の判断と再利用可能部分の分離を行っている。   As a conventional example of software design support, Japanese Patent Laid-Open No. 10-40088 (Patent Document 1) uses a “functional specification type” that uses a functional hierarchy to determine the reusability of software specifications and development products based on the software specifications. Judgment and separation of reusable parts are performed.

同じく論文 Kyo C Kang 外5 著「FORM : A feature-oriented reuse method with domain-specific reference architectures」(非特許文献1)は、図26の「FORMアーキテクチャへのマッピング」に示すように機能階層に展開した機能特性をアーキテクチャへマッピングする方式の概要を記載している。この場合、参照アーキテクチャは単一のアーキテクチャを想定している。また特性モデルをCapabilities (能力), Operating Environment (動作環境), Domain Technologies (ドメインテクノロジー), Implementation Technologies (実装技術)に階層化し、Reference Architecture (参照アーキテクチャ)はSubsystem (サブシステム), Process (プロセス), Module (モジュール)の各モデルで構成している。アーキテクチャへの機能特性の具体的対応付けについては概念を記載したに止まっている。   Similarly, Kyo C Kang et al. 5 “FORM: A feature-oriented reuse method with domain-specific reference architectures” (Non-patent Document 1) is expanded into a functional hierarchy as shown in “Mapping to FORM architecture” in FIG. The outline of the method of mapping the functional characteristics to the architecture is described. In this case, the reference architecture assumes a single architecture. In addition, the characteristic model is layered into Capabilities, Operating Environment, Domain Technologies, Implementation Technologies, and Reference Architecture is Subsystem, Process. , Module (module) models. The specific mapping of the functional characteristics to the architecture has only described the concept.

また論文 岸知二 著「ソフトウェアアーキテクチャのためのアスペクト指向分析」(非特許文献2)は、図27に示すようにアーキテクチャは機能特性(サービス)および品質特性(非機能特性)を分析して製品間で共通する品質特性による括りをカテゴリ化し、更に基盤に依存か非依存かを評価して基盤に依存するアーキテクチャ(再利用ソフトウェアのかたまり)を抽出している。
特開平10−40088号公報 Kyo C Kang 外5 著「FORM : A feature-oriented reuse method with domain-specific reference architectures」Annals of Software Engineering 5 (1998) 岸 知二 著「ソフトウェアアーキテクチャのためのアスペクト指向分析」ソフトウェア工学研究会報告、Vol.131,No.8,pp.57-64 (2001年)
The paper “Aspect-Oriented Analysis for Software Architecture” written by Tomoji Kishi (Non-Patent Document 2) shows that the architecture analyzes the functional characteristics (services) and quality characteristics (non-functional characteristics) as shown in FIG. We categorize the bundling by quality characteristics common to them, and further evaluate whether they depend on the platform or not, and extract the architecture (reusable software block) that depends on the platform.
Japanese Patent Laid-Open No. 10-40088 Kyo C Kang et al. 5 FORM: A feature-oriented reuse method with domain-specific reference architectures, Annals of Software Engineering 5 (1998) Kishi Tomoji, “Aspect-Oriented Analysis for Software Architecture”, Software Engineering Workshop Report, Vol.131, No.8, pp.57-64 (2001)

上記特許文献1に記載された発明は、機能階層を利用するが特に組み込みソフトウェアで制約事項となるハードウェア構成や基盤ソフトウェア、タスク構造などのアーキテクチャの視点での分析がなく、アーキテクチャが変わった場合の再利用への影響を把握することができず、組み込みソフトウェアでの再利用設計を正確に効率的に実施することは困難である。   The invention described in Patent Document 1 uses a functional hierarchy, but there is no analysis from the viewpoint of architecture such as hardware configuration, basic software, and task structure, which are restrictions in embedded software, and the architecture changes Therefore, it is difficult to accurately and efficiently implement the reuse design with embedded software.

上記非特許文献1に開示された論文内容は、機能階層に展開した機能特性をアーキテクチャへマッピングする方式の概要を記載しているが、マッピングする対象は単一のアーキテクチャについてしか触れていない。アーキテクチャへの機能特性の具体的対応付けや機能特性の分割、再利用コンポーネントの機能特性からのマージについては記載されておらず、具体的な設計作業を展開するのは困難である。   The content of the paper disclosed in Non-Patent Document 1 describes the outline of a method for mapping the functional characteristics developed in the functional hierarchy to the architecture, but the object to be mapped only mentions a single architecture. It does not describe specific correspondence of functional characteristics to the architecture, division of functional characteristics, and merge from the functional characteristics of reusable components, and it is difficult to develop specific design work.

上記非特許文献2に開示された論文内容は、アーキテクチャは機能特性および性能などの非機能特性からカテゴリを導出し、更に基盤ソフトウェアの制約によりアーキテクチャを導出するが、アーキテクチャのサブシステム構成やタスク構成の変化についての対応の記述がなく、また手順が複雑であり、また実情と合わない部分が多い。   The content of the paper disclosed in Non-Patent Document 2 is that the architecture derives a category from the non-functional characteristics such as functional characteristics and performance, and further derives the architecture based on the constraints of the basic software. There is no description of how to deal with changes, the procedure is complicated, and there are many parts that do not match the actual situation.

そこで本発明は製品系列(プロダクトライン)の複数製品のアーキテクチャと機能特性と非機能特性を対応づけながら、再利用コンポーネントの設計を行うことで、誤りや漏れの混入を防止し、作業工数を削減することにより、ソフトウェア開発での品質向上、短納期対応、コスト削減を図ることを目的とする。   Therefore, the present invention prevents reuse of errors and leaks by reducing the number of work steps by designing reusable components while associating the architecture, functional characteristics, and non-functional characteristics of multiple products in a product line (product line). By doing so, the purpose is to improve quality in software development, to meet short delivery times, and to reduce costs.

上記課題を解決するために本発明は、製品系列を持つ製品のソフトウェアを複数のアーキテクチャと機能特性を対応付けながら設計支援するソフトウェア設計支援装置において、製品系列の製品についての仮説又は既存のアーキテクチャの定義を格納するアーキテクチャ記憶手段と、階層化した機能特性の定義を格納する機能特性記憶手段と、階層化した非機能特性の定義を格納する非機能特性記憶手段と、前記アーキテクチャ記憶手段にアーキテクチャを設定するアーキテクチャ設定手段と、前記機能特性記憶手段に格納された機能特性と前記アーキテクチャ記憶手段に設定されたアーキテクチャを読み出し、機能特性とアーキテクチャの対応を記載したマトリックスを生成するマトリックス生成手段と、前記マトリックス生成手段で生成されたマトリックス上で前記機能特性、前記非機能特性及び前記アーキテクチャを相互に連携させてアーキテクチャと整合した機能特性を展開し当該機能特性に基づいて再利用コンポーネントの設計を行う再利用コンポーネント設計手段と、を含むことを特徴とする。   In order to solve the above-mentioned problems, the present invention provides a software design support apparatus that supports design of product software having a product series while associating a plurality of architectures with functional characteristics, and the assumption of a product series product or an existing architecture. Architecture storage means for storing definitions, functional characteristic storage means for storing definition of hierarchical functional characteristics, non-functional characteristic storage means for storing definition of hierarchical non-functional characteristics, and architecture in the architecture storage means Architecture setting means for setting; matrix generating means for reading out the function characteristics stored in the functional characteristic storage means and the architecture set in the architecture storage means; and generating a matrix describing the correspondence between the functional characteristics and the architecture; and Generate by matrix generator Reusable component design means for deploying functional characteristics consistent with the architecture by mutually linking the functional characteristics, the non-functional characteristics and the architecture on the generated matrix and designing a reusable component based on the functional characteristics; , Including.

本発明によれば、特性モデルの機能特性を仮説または既存製品のアーキテクチャに当てはめ、アーキテクチャと整合した機能特性を展開し、必要に応じて機能特性を分割し、展開した当該機能特性に基づいて再利用コンポーネントを容易に設計することが可能となる。また製品系列における複数のアーキテクチャに対する評価、例えばアーキテクチャのサブシステム構成やタスク構成を連続的に定義して評価することで、アーキテクチャのサブシステム構成やタスク構成の変化についての対応が可能である。さらに新規のアーキテクチャが発生した場合にも同じ方法を敷衍することで簡単に対応することができる。   According to the present invention, the functional characteristics of the characteristic model are applied to the hypothesis or the architecture of an existing product, the functional characteristics consistent with the architecture are expanded, the functional characteristics are divided as necessary, and the functional characteristics are reproduced based on the expanded functional characteristics. It is possible to easily design the usage component. In addition, it is possible to cope with changes in the architecture subsystem configuration and task configuration by evaluating multiple architectures in the product series, for example, by continuously defining and evaluating the architecture subsystem configuration and task configuration. Furthermore, if a new architecture is generated, it can be easily handled by using the same method.

以下、本発明の実施の形態を、図面を参照しながら説明する。
図1は、本発明の実施の形態に係るソフトウェア設計支援装置の構成概要を示すブロック図である。図1において本発明の実施形態に係るソフトウェア設計支援装置は、プログラムを格納し下記各処理部の処理動作および下記各テーブルに対するデータ設定/取得を実行するサーバ1と、階層化した機能特性の定義を格納する機能特性テーブル2と、階層化した非機能特性の定義を格納する非機能特性テーブル3と、階層化した機能特性と非機能特性との関連の定義を格納する機能・非機能特性関連テーブル4と、対象製品系列の製品についての仮説や既存製品のアーキテクチャの定義を格納するアーキテクチャテーブル5と、アーキテクチャと機能特性との関連の定義を格納するアーキテクチャ機能特性関連テーブル6と、機能特性と再利用コンポーネントの関連の定義を格納する機能特性再利用コンポーネント関連テーブル7と、アーキテクチャテーブル5に情報を設定するアーキテクチャ設定処理部8と、機能特性をアーキテクチャへマッピングしアーキテクチャ機能特性関連テーブル6に情報を設定する機能特性マッピング処理部9と、機能特性に対応づけた再利用コンポーネントを機能特性再利用コンポーネント関連テーブル7に情報を設定する再利用コンポーネント設定処理部10と、機能特性・非機能特性マッピング、アーキテクチャ・機能特性マッピング、機能特性・再利用コンポーネントマッピング情報を表示するマッピング情報表示処理部11と、ネットワーク経由でサーバ1と繋がれ、データの設定や処理の起動、データの表示を行うクライアント12と、から構成されている。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a block diagram showing an outline of the configuration of a software design support apparatus according to an embodiment of the present invention. In FIG. 1, a software design support apparatus according to an embodiment of the present invention includes a server 1 that stores a program and executes processing operations of the following processing units and data setting / acquisition for the following tables, and hierarchical functional characteristic definitions. Functional characteristic table 2 for storing the function, non-functional characteristic table 3 for storing the definition of the hierarchized non-functional characteristic, and the function / non-functional characteristic relation for storing the definition of the relation between the hierarchical functional characteristic and the non-functional characteristic A table 4, an architecture table 5 that stores hypotheses about products of the target product line, and architecture definitions of existing products, an architecture function characteristic relation table 6 that stores definitions of relationships between architectures and functional characteristics, and functional characteristics Functional property reuse component relation table 7 for storing the definition of reuse component relation, An architecture setting processing unit 8 for setting information in the cutout table 5, a functional characteristic mapping processing unit 9 for mapping functional characteristics to the architecture and setting information in the architecture functional characteristic related table 6, and a reusable component associated with the functional characteristics The reusable component setting processing unit 10 for setting information in the functional property reuse component relation table 7, and mapping information for displaying the functional property / non-functional property mapping, the architecture / functional property mapping, and the functional property / reuse component mapping information The display processing unit 11 is connected to the server 1 via a network, and includes a client 12 for setting data, starting processing, and displaying data.

図2は本発明の実施形態に係る仮説/既存アーキテクチャの具体例を示す図である。図2においてアーキテクチャは、製品系列内の製品について、サブシステム、タスク、基盤ソフトウェア、サブシステム間の関係を記述したものである。図2の例では、サブシステムaとサブシステムnとの間に何らかの関係があることを示し、そしてサブシステムはタスク1,2,3,・・,n、基盤ソフトウェア1,2,・・,C(共通)を含む。なお仮説/既存アーキテクチャとしているのは、あらかじめ立案した仮説のものや既存のものを包含しているからである。   FIG. 2 is a diagram showing a specific example of a hypothesis / existing architecture according to the embodiment of the present invention. In FIG. 2, the architecture describes the relationships among subsystems, tasks, basic software, and subsystems for products in the product line. The example of FIG. 2 shows that there is some relationship between subsystem a and subsystem n, and the subsystem is task 1, 2, 3,..., N, infrastructure software 1, 2,. Includes C (common). The reason why the hypothesis / existing architecture is used is that it includes a hypothesis prepared in advance or an existing one.

図3は図1に示した機能特性テーブル2に設定する項目例を示す図である。図3に示すように機能特性テーブルは、ドメイン名21と特性名22がインデックスとなっている。ドメイン名21は、ドメイン分析をした結果によって入力され、特性名22には、特性分析の最上位特性を格納する。なお本特性テーブルで定義する「特性」は、Krzysztof Czarnecki 外1 著「Generative Programming Methods, Tools, and Applications」 Addison-Wesley, pp39-48 (2000)(参考文献1)に紹介されている一般的な定義、すなわちFODA(Feature-Oriented Domain Analysis method:特性指向ドメイン分析法)で定義する、エンドユーザに直接影響するシステムのプロパティとして特性を定義したものを用いることにする。具体的には、ソフトウェアシステムあるいはシステムの目立ちそしてエンドユーザに見えるアスペクト、質、または特質を言い、たとえば、車を購入する場合、ユーザが決定しなければならない変速機特性(例.自動または手動)を記述することに相当する。そして特性名22の下位に順次階層化された下位レベル特性名を展開し、下位1レベル特性名23には、最上位特性を特性分割して得られた特性名を入れる。また属性項目24には、図3の下部に示された(2)属性項目に示された項目が入れられる。また下位2レベル特性名25、属性項目26、下位nレベル特性名27、属性項目28には、上述した下位1レベル特性名23および属性項目24と同様に、上位機能特性を特性分割して得られた特性名と当該機能特性の属性項目を格納する。   FIG. 3 is a diagram showing an example of items set in the functional characteristic table 2 shown in FIG. As shown in FIG. 3, in the functional property table, the domain name 21 and the property name 22 are indexes. The domain name 21 is input as a result of the domain analysis, and the characteristic name 22 stores the highest characteristic of the characteristic analysis. The "characteristics" defined in this characteristic table are the general ones introduced in Krzysztof Czarnecki et al. 1 "Generative Programming Methods, Tools, and Applications" Addison-Wesley, pp39-48 (2000) (Reference 1). The definition, that is, the property defined as the property of the system directly affecting the end user, defined by FODA (Feature-Oriented Domain Analysis method) is used. Specifically, it refers to the aspect, quality, or characteristics of the software system or system that is visible and visible to the end user, such as transmission characteristics that the user must determine when purchasing a car (eg, automatic or manual) Is equivalent to describing. Then, the lower level characteristic names that are sequentially hierarchized below the characteristic name 22 are expanded, and the characteristic name obtained by dividing the uppermost characteristic into characteristics is entered in the lower one level characteristic name 23. In addition, the item shown in (2) Attribute Item shown in the lower part of FIG. Similarly to the lower first level characteristic name 23 and the attribute item 24, the upper function characteristic is obtained by dividing the upper functional characteristic into the lower two level characteristic name 25, the attribute item 26, the lower n level characteristic name 27, and the attribute item 28. The specified characteristic name and the attribute item of the functional characteristic are stored.

図3の下部に示した「(2)属性項目」は、次のように構成される。分類31には、当該特性が共通特性であるか、オプション特性であるか、OR特性であるかのデータを格納する。本情報は特性モデルを構築するために必須の情報である。また、下位マップ32には、当該レベルの下位機能それぞれとの関係を記載する。さらに、関連テーブルID33には、機能特性と非機能特性との関連を示す図1に示した機能・非機能特性関連テーブル4のIDを格納する。これにより当該機能特性と対応する非機能特性が識別される。また備考34には、任意の情報を記入する。なお、図3の下部に示した「(2)属性項目」は随意追加できるようにされている。   “(2) Attribute item” shown at the bottom of FIG. 3 is configured as follows. The classification 31 stores data indicating whether the characteristic is a common characteristic, an optional characteristic, or an OR characteristic. This information is essential information for constructing the characteristic model. The lower map 32 describes the relationship with each lower function of the level. Further, the relation table ID 33 stores the ID of the function / non-function characteristic relation table 4 shown in FIG. 1 showing the relation between the function characteristic and the non-function characteristic. Thereby, the non-functional characteristic corresponding to the functional characteristic is identified. In the remarks 34, arbitrary information is entered. Note that “(2) attribute item” shown at the bottom of FIG. 3 can be arbitrarily added.

図4は図1に示した非機能特性テーブル3に設定する項目例を示す図である。図4に示すように非機能特性テーブルは、ドメイン名41がインデックスとなっている。ここでドメイン名はドメイン分析をした結果によって入力されることは上述したとおりである。品質属性42には、品質の分類を記載する。記載する当該分類として例えばISO/IEC9126の品質特性をデフォルトで設定する。品質特性44には、例えばQFD(Quality Function Deployment:品質機能展開)(JIS Q 9025)の品質表により要求品質を品質特性に変換したものを用いる。シナリオnレベル名46には、例えば品質特性44を入力/状態/応答の観点から展開したシナリオを記載する。なお本特性テーブルで定義する「シナリオ」は、Clements 外2 著「Evaluating Software Architectures」 Addison-Wesley, pp52-55 (2002年)(参考文献2)に「利害関係者とシステムとのやりとりの短い記述である」と定義されているものを用いることにする。   FIG. 4 is a diagram showing an example of items set in the non-functional characteristic table 3 shown in FIG. As shown in FIG. 4, the domain name 41 is an index in the non-functional characteristic table. As described above, the domain name is input based on the result of the domain analysis. The quality attribute 42 describes quality classification. As the classification to be described, for example, quality characteristics of ISO / IEC 9126 are set by default. As the quality characteristic 44, for example, a quality characteristic converted into a quality characteristic by using a quality table of QFD (Quality Function Deployment) (JIS Q 9025) is used. The scenario n level name 46 describes, for example, a scenario in which the quality characteristic 44 is developed from the viewpoint of input / status / response. The “scenario” defined in this characteristic table is described in “Evaluating Software Architectures” by Clements et al. 2 Addison-Wesley, pp52-55 (2002) (reference document 2) “Short description of interaction between stakeholders and system” The one defined as “is” is used.

図4の下部に示した「(2)属性項目」は次のように構成される。図4の上部に示した「(1)非機能特性テーブル」には属性項目として、属性項目43、45、47が、品質属性42、品質特性44、シナリオnレベル名46に対応して設けられているが、ここでは例としてシナリオnレベル名46に対応して設けられた属性項目47だけを取り上げる。そして「(2)属性項目」における分類51には、当該シナリオが入力に関係するものか、状態に関係するものか、応答に関係するものかのデータを格納する。なお本情報は付加情報であり必須ではない。下位マップ52には、当該レベルの下位機能それぞれとの関係があればそれを記載する。関連テーブルID53には、機能特性と非機能特性との関連を示す図1に示した機能・非機能特性関連テーブル4のIDを格納する。関連テーブルID53により当該非機能特性と対応する機能特性が識別される。重要度54には、当該非機能特性の重要度を5段階で評価した値を格納する。リスク55には、当該非機能特性のリスクを5段階で評価した値を格納する。リスクには例えば判断要件が不明確、判断の検討が不十分など、が含まれる。備考56には、必要とされる任意の情報を記入する。なお、例示されなかった属性項目43,45における分類51は現段階では空欄であって、埋めるものがないということで割愛されているものである。そして図4の下部に示す「(2)属性項目」は随意追加できるので適宜埋めることができる。   “(2) Attribute item” shown in the lower part of FIG. 4 is configured as follows. In the “(1) non-functional characteristic table” shown at the top of FIG. 4, attribute items 43, 45, and 47 are provided as attribute items corresponding to the quality attribute 42, the quality characteristic 44, and the scenario n level name 46. However, only the attribute item 47 provided corresponding to the scenario n level name 46 is taken up as an example here. The classification 51 in “(2) Attribute item” stores data indicating whether the scenario is related to input, status, or response. This information is additional information and is not essential. In the lower map 52, if there is a relationship with each lower function of the level, it is described. In the relation table ID 53, the ID of the function / non-function characteristic relation table 4 shown in FIG. 1 indicating the relation between the function characteristic and the non-function characteristic is stored. A function characteristic corresponding to the non-functional characteristic is identified by the association table ID 53. The importance level 54 stores a value obtained by evaluating the importance level of the non-functional characteristic in five stages. The risk 55 stores a value obtained by evaluating the risk of the non-functional characteristic in five stages. Risks include, for example, unclear judgment requirements and insufficient consideration of judgment. In remarks 56, any necessary information is entered. It should be noted that the classification 51 in the attribute items 43 and 45 not illustrated is blank at this stage and is omitted because there is nothing to fill. And "(2) attribute item" shown in the lower part of FIG. 4 can be arbitrarily added and can be filled in as appropriate.

図5は図1に示した機能・非機能特性関連テーブル4に設定する項目例を示す図である。図5に示す機能・非機能特性関連テーブルは、次のようにして構成される。すなわち、ID61には、機能・非機能特性関連テーブル4のレコードを識別するための任意につけたレコードに一意の番号が記載される。機能特性テーブル項目名62には、当該レコードに係る機能特性テーブル2の特性名22を格納する。下位レベルの特性の場合は最上位までの上位特性名も記載する。非機能特性テーブル項目名63には、当該レコードに係る機能特性テーブル2の特性名22に関連する非機能特性名(図4の品質属性42、品質特性44、シナリオnレベル名46を参照)を格納する。下位レベルの特性の場合は最上位までの上位特性名も記載する。条件記述64には、機能特性と非機能特性の関連について条件がある場合は当該条件を格納する。   FIG. 5 is a diagram showing an example of items set in the function / non-functional characteristic relation table 4 shown in FIG. The function / non-function characteristic relation table shown in FIG. 5 is configured as follows. That is, the ID 61 describes a unique number for a record arbitrarily assigned to identify the record in the function / non-function characteristic relation table 4. The function characteristic table item name 62 stores the characteristic name 22 of the functional characteristic table 2 related to the record. In the case of a lower-level characteristic, the upper characteristic name up to the highest level is also described. In the non-functional characteristic table item name 63, a non-functional characteristic name related to the characteristic name 22 of the functional characteristic table 2 related to the record (see the quality attribute 42, the quality characteristic 44, and the scenario n level name 46 in FIG. 4). Store. In the case of a lower-level characteristic, the upper characteristic name up to the highest level is also described. In the condition description 64, if there is a condition regarding the relation between the functional characteristic and the non-functional characteristic, the condition is stored.

図6は図1に示したアーキテクチャテーブル5に設定する項目例を示す図である。アーキテクチャは製品系列内の製品についてサブシステム、タスク、基盤ソフトウェア、サブシステム間の関係を記述したものであって、図2に仮説/既存アーキテクチャの具体例を示す。図6に示すアーキテクチャテーブルは、次のようにして構成される。すなわち、ID71には、アーキテクチャテーブル5のレコードを識別するため任意につけたレコードに一意の番号が記載される。アーキテクチャ名72には、製品系列(プロダクトライン)内の製品の仮説/既存アーキテクチャに付けた名前を格納する。アーキテクチャ属性73には、アーキテクチャ内サブシステムの共通属性、サブシステム間の関係に関する属性情報を格納する。またサブシステム名74には、アーキテクチャ内のサブシステムに付けた名前を格納する。サブシステム属性75には、サブシステム内の共通属性、サブシステム間のタスクや基盤ソフトウェア間の関係に関する属性情報を格納する。タスク名76には、サブシステム内のタスク名を格納する。タスク属性77には、タスクの起動周期や起動イベントなどのタスクに関する属性を格納する。   FIG. 6 shows an example of items set in the architecture table 5 shown in FIG. The architecture describes the relationship between subsystems, tasks, basic software, and subsystems for products in the product line. FIG. 2 shows a specific example of the hypothesis / existing architecture. The architecture table shown in FIG. 6 is configured as follows. That is, the ID 71 describes a unique number for a record arbitrarily assigned to identify the record of the architecture table 5. The architecture name 72 stores the name given to the hypothesis / existing architecture of the product in the product line (product line). The architecture attribute 73 stores common attributes of subsystems in the architecture and attribute information related to the relationship between the subsystems. The subsystem name 74 stores a name assigned to the subsystem in the architecture. The subsystem attribute 75 stores attribute information relating to common attributes within the subsystem, tasks between subsystems, and relationships between infrastructure software. The task name 76 stores the task name in the subsystem. The task attribute 77 stores an attribute relating to a task such as a task start cycle or a start event.

図7は、図6に示したアーキテクチャテーブル項目の具体例を示す図であり、一例としてアーキテクチャ名72には「A1、A2」が設定され、サブシステム名74には、アーキテクチャ名「A1」に対応して、サブシステム名74としてサブシステム「テンキー」及びサブシステム「本体」が、またタスク名76としてサブシステム「テンキー」に対応して「a1,a2,a3」が、サブシステム「本体」に対応して「b1」がそれぞれ設定され、さらにアーキテクチャ名「A2」に対応してサブシステム名74がサブシステム「テンキー」、タスク名76が「a21」として設定されている。上記においてID71はタスク名に対応して異なる番号が一意に設定され、さらにタスク属性77においてはタスク名に対応して異なるタスク周期がそれぞれ設定されている。   FIG. 7 is a diagram showing a specific example of the architecture table item shown in FIG. 6. As an example, “A1, A2” is set in the architecture name 72, and the architecture name “A1” is set in the subsystem name 74. Correspondingly, the subsystem name “keypad” and the subsystem “main body” as the subsystem name 74, and the subsystem name “a1, a2, a3” corresponding to the subsystem “tenkey” as the task name 76 are the subsystem “main body”. “B1” is set in correspondence with each other, the subsystem name 74 is set as the subsystem “tenkey”, and the task name 76 is set as “a21” corresponding to the architecture name “A2”. In the above, a different number is set uniquely for ID 71 corresponding to the task name, and a different task cycle is set for task attribute 77 corresponding to the task name.

図8は図1に示したアーキテクチャ機能特性関連テーブル6に設定する項目例を示す図である。図8に示すアーキテクチャ機能特性関連テーブルは、次のようにして構成される。すなわち、ID81には、アーキテクチャ機能特性関連テーブル6のレコードを識別するための任意につけたレコードに一意の番号が記載される。アーキテクチャテーブル項目名82には、当該レコードに係るアーキテクチャテーブル5のタスク名76と当該タスクの上位のサブシステム名74を格納する(図6参照)。機能特性テーブル項目名83には、当該レコードに係るアーキテクチャテーブル項目名82に関連する機能特性名を格納する。下位レベルの特性の場合は最上位までの上位特性名も記載する。条件記述84には、アーキテクチャと機能特性の関連について条件がある場合は当該条件を格納する。   FIG. 8 is a diagram showing an example of items set in the architecture function characteristic relation table 6 shown in FIG. The architecture function characteristic relation table shown in FIG. 8 is configured as follows. That is, in ID 81, a unique number is described in an arbitrarily assigned record for identifying the record of the architecture function characteristic relation table 6. The architecture table item name 82 stores the task name 76 of the architecture table 5 related to the record and the subsystem name 74 above the task (see FIG. 6). The functional characteristic table item name 83 stores a functional characteristic name related to the architecture table item name 82 related to the record. In the case of a lower-level characteristic, the upper characteristic name up to the highest level is also described. In the condition description 84, if there is a condition regarding the relationship between the architecture and the functional characteristics, the condition is stored.

図9は、図8に示したアーキテクチャ機能特性関連テーブル項目の具体例を示す図であり、例えば、ID81が「1」におけるアーキテクチャテーブル項目名82が「A1-a1」で、機能特性テーブル項目名83が「ログ」で、条件記述84が「基盤非依存」であるように設定され、また、ID81が「5」におけるアーキテクチャテーブル項目名82が「A1-a2」で、機能特性テーブル項目名83が「サブシステム間通信-サブシステム間低速通信」で、条件記述84が「基盤依存」であるように設定されている。   FIG. 9 is a diagram showing a specific example of the architecture function characteristic related table item shown in FIG. 8. For example, the architecture table item name 82 with ID 81 “1” is “A1-a1”, and the function characteristic table item name is shown. 83 is set to “log”, and the condition description 84 is set to “base-independent”, the architecture table item name 82 with ID 81 “5” is “A1-a2”, and the function characteristic table item name 83 is set. Is “inter-subsystem communication-low-subsystem low-speed communication”, and the condition description 84 is set to be “base-dependent”.

図10は、図1に示した機能特性再利用コンポーネント関連テーブル7に設定する項目例を示す図である。図10に示す機能特性再利用コンポーネント関連テーブルは、次のようにして構成される。すなわち、ID91には、機能特性再利用コンポーネント関連テーブル7のレコードを識別するための任意につけたレコードに一意の番号が記載される。機能特性テーブル項目名92には、機能特性名を格納する。下位レベルの特性の場合は最上位までの上位特性名も記載する。再利用コンポーネント名93には、当該レコードの機能特性に対応する再利用コンポーネント名を格納する。機能特性出現度数94には、当該機能特性が出現したアーキテクチャIDの数を格納する。   FIG. 10 is a diagram showing an example of items set in the functional property reuse component relation table 7 shown in FIG. The functional property reuse component association table shown in FIG. 10 is configured as follows. That is, the ID 91 describes a unique number for a record arbitrarily assigned to identify a record in the functional property reuse component relation table 7. The function characteristic table item name 92 stores the function characteristic name. In the case of a lower-level characteristic, the upper characteristic name up to the highest level is also described. The reuse component name 93 stores the reuse component name corresponding to the functional characteristics of the record. The function characteristic appearance frequency 94 stores the number of architecture IDs in which the functional characteristic has appeared.

図11は、図10に示した機能特性再利用コンポーネント関連テーブル項目の具体例を示す図であり、例えば、ID91が「1」における機能特性テーブル項目名92が「ログ」で、再利用コンポーネント名93が「C1」で、機能特性出現度数94が「5」であるように設定され、また、ID91が「2」における機能特性テーブル項目名92が「統括管理-統括管理1」で、再利用コンポーネント名93が「C2」で、機能特性出現度数94が「2」であるように設定され、同じくID91が「3」における機能特性テーブル項目名92が「統括管理-統括管理2」で、再利用コンポーネント名93が「C21」で、機能特性出現度数94が「3」であるように設定されている。   FIG. 11 is a diagram showing a specific example of the functional property reuse component related table item shown in FIG. 10. For example, the functional property table item name 92 with ID 91 “1” is “log”, and the reuse component name 93 is set to “C1” and the function characteristic appearance frequency 94 is set to “5”, and the function characteristic table item name 92 with ID 91 “2” is “overall management-overall management 1” and reused. The component name 93 is set to “C2” and the function characteristic appearance frequency 94 is set to “2”. Similarly, the function characteristic table item name 92 having the ID 91 of “3” is “overall management-overall management 2”. The used component name 93 is set to “C21”, and the function characteristic appearance frequency 94 is set to “3”.

図12は、図1に示したアーキテクチャ設定処理部8における処理動作を説明するためのフローチャートである。本処理動作は、図14に示す画面の入力によりアーキテクチャ設定処理動作が起動される。図14のアーキテクチャ設定処理画面は、アーキテクチャ名が「A1」で、基盤ソフトウェアが「Itron,伝送処理」であるように設定され、また、サブシステムとして「テンキー」、「本体」、「システム統括」が関連付けられ、各サブシステムそれぞれにサブシステム属性、タスク、タスク属性が関連付けられて設定されているものである。図12に戻って、ステップ(図ではステップをSと表記している。)11では、設定されたアーキテクチャの情報を読み込み、アーキテクチャテーブル5にその内容を格納する。   FIG. 12 is a flowchart for explaining the processing operation in the architecture setting processing unit 8 shown in FIG. In this processing operation, the architecture setting processing operation is started by the input of the screen shown in FIG. The architecture setting processing screen of FIG. 14 is set so that the architecture name is “A1” and the base software is “Itron, transmission processing”, and “numerical key”, “main body”, “system control” are used as subsystems. , And subsystem attributes, tasks, and task attributes are associated and set for each subsystem. Returning to FIG. 12, in step (step is expressed as S in the figure) 11, the set architecture information is read and the contents are stored in the architecture table 5.

図13A及び図13Bは、図1に示した機能特性マッピング処理部9における処理動作を説明するためのフローチャートである。本処理動作は、具体例として図15、図16及び図17に示した機能特性マッピング処理するための画面の表示要求により起動される。因みに図15は特性機能をアーキテクチャA1へマッピング処理する為の表示画面の第1の具体例、図16は特性機能をアーキテクチャAkへマッピング処理する為の表示画面の具体例、図17は特性機能をアーキテクチャA1へマッピング処理する為の表示画面の第2の具体例を示している。また本処理動作は、パラメータとしてアーキテクチャ名を指定するようにしている。   13A and 13B are flowcharts for explaining the processing operation in the functional characteristic mapping processing unit 9 shown in FIG. This processing operation is started by a display request for a screen for performing the function characteristic mapping processing shown in FIGS. 15, 16, and 17 as a specific example. 15 is a first specific example of a display screen for mapping the characteristic function to the architecture A1, FIG. 16 is a specific example of a display screen for mapping the characteristic function to the architecture Ak, and FIG. The 2nd example of the display screen for mapping to architecture A1 is shown. In this processing operation, an architecture name is designated as a parameter.

図13A及び図13Bにおいて、ステップ(図ではステップをSと表記している。以下、同じ)21では、アーキテクチャテーブル5と機能特性テーブル2を読み込む。すでにアーキテクチャ機能特性関連テーブル6が設定されている場合は当該テーブルも読み込む。ステップ22では、具体例として図15、図16及び図17に示した機能特性マッピング処理するための画面を表示する。この場合、初期はアーキテクチャと機能特性項目が表示され、すでにアーキテクチャと機能特性項目の関連がアーキテクチャ機能特性関連テーブル6に設定されている場合は関連(白丸‘〇’表記)も表示する。   13A and 13B, in step 21 (in the figure, step is represented as S. The same applies hereinafter) 21, architecture table 5 and functional characteristic table 2 are read. If the architecture function characteristic related table 6 has already been set, the table is also read. In step 22, the screen for performing the function characteristic mapping process shown in FIGS. 15, 16, and 17 is displayed as a specific example. In this case, the architecture and the function characteristic item are initially displayed, and if the relationship between the architecture and the function characteristic item is already set in the architecture function characteristic relation table 6, the relation (indicated by a white circle “◯”) is also displayed.

ステップ23では、設定されたマッピング情報を読み込む。設定はアーキテクチャと機能特性との関連を設計者が機能特性と非機能特性のデータを参照して、当該特性を実現できるサブシステムとタスクの属性を判断して機能特性をタスクに割り付ける。ステップ24では、同一機能特性が複数のタスクにマッピングされている機能特性を抽出し、画面操作をしている設計者にガイダンスする。これは機能特性をアーキテクチャに対応して伝送処理(例えば、プロトコル)を変更し機能特性を分割するか否かなどの判断を促すために行う。なお、ログ機能など複数のタスクでも同一機能でよいものは分割する必要はない。   In step 23, the set mapping information is read. In the setting, the designer refers to the data of the functional characteristics and the non-functional characteristics with reference to the data of the functional characteristics and the non-functional characteristics, determines the attributes of the subsystem and the task that can realize the characteristics, and assigns the functional characteristics to the task. In step 24, function characteristics in which the same function characteristics are mapped to a plurality of tasks are extracted, and guidance is provided to the designer who is operating the screen. This is performed in order to prompt the judgment as to whether or not to divide the functional characteristics by changing the transmission processing (for example, protocol) corresponding to the architecture. Note that it is not necessary to divide a plurality of tasks, such as a log function, which may have the same function.

ステップ25では、アーキテクチャテーブル5のパラメータで設定されたアーキテクチャと前回のアーキテクチャ属性の基盤ソフトウェア変化有無をチェックする。これはOSなどの基盤ソフトウェアがアーキテクチャにより変更がある場合、再利用可能な機能とOSなどの基盤ソフトウェアに依存する機能を分離し、再利用を有効に行うために行う。ステップ26では、基盤ソフトウェアに変化あり、かつ以前のアーキテクチャに同じものなしを判断する。以前のアーキテクチャで同じ基盤ソフトウェアがある場合はすでに機能属性の評価がされていると判断されるので、この場合はステップ28に進む。ステップ26の判断でYESの場合には、ステップ27に進み、ステップ27で基盤ソフト変更ガイダンスを画面操作している設計者にガイダンスする。   In step 25, it is checked whether there is a change in the base software of the architecture set by the parameter of the architecture table 5 and the previous architecture attribute. This is performed in order to separate the reusable function and the function depending on the base software such as the OS and to effectively reuse the base software such as the OS when there is a change depending on the architecture. In step 26, it is determined that the base software has changed and the previous architecture is not the same. If there is the same base software in the previous architecture, it is determined that the function attribute has already been evaluated. In this case, the process proceeds to step 28. If YES in step 26, the process proceeds to step 27, and in step 27, the basic software change guidance is given to the designer who is operating the screen.

図13Bにおいてステップ28では、設計者が入力して設定された機能特性情報を読み込む。この場合、ステップ27におけるガイダンスで機能特性の分割入力がなされている場合があることに注意されたい。ステップ29では、機能特性の分割があるか現状と読み込んだ情報を比較して判断する。ステップ29で機能特性の分割がある場合には、ステップ30に進み、ステップ30において機能・非機能特性関連テーブル4の更新を機能特性の分割に対応して更新するために非機能特性テーブル3および機能・非機能特性関連テーブル4の更新のガイダンスを表示する。   In FIG. 13B, in step 28, the functional characteristic information input and set by the designer is read. In this case, it should be noted that the function characteristics may be divided and input in the guidance in step 27. In step 29, it is determined whether or not there is a division of functional characteristics by comparing the current information with the read information. If there is a division of the functional characteristics in step 29, the process proceeds to step 30. In step 30, in order to update the function / non-functional characteristic related table 4 in accordance with the division of the functional characteristics, the non-functional characteristic table 3 and The update guidance of the function / non-function characteristic relation table 4 is displayed.

ステップ31では、設計者が入力して変更された非機能特性テーブル3、機能・非機能特性関連テーブル4の情報を読み込む。ステップ32では、機能特性テーブル2、非機能特性テーブル3、機能・非機能特性関連テーブル4の情報をそれぞれのテーブルに書き込み、情報を更新する。更新された情報は製品系列(プロダクトライン)の特性情報となる。ステップ32における処理終了およびステップ29で機能特性の分割がない場合には、ステップ33でアーキテクチャ機能特性関連テーブル6のレコードを機能特性の追加、変更に対応して更新する。なお図13A及び図13Bにおける処理の過程で矢印線にて関連するテーブルを参考までにそれぞれ図13A及び図13Bの右側に示している。   In step 31, information in the non-functional property table 3 and the function / non-functional property related table 4 changed by the designer is read. In step 32, the information of the functional characteristic table 2, the non-functional characteristic table 3, and the functional / non-functional characteristic related table 4 is written in the respective tables, and the information is updated. The updated information becomes product series (product line) characteristic information. If the processing ends in step 32 and the functional characteristics are not divided in step 29, the record of the architecture functional characteristic related table 6 is updated in step 33 in accordance with the addition or change of the functional characteristics. Note that, in the course of the processing in FIG. 13A and FIG. 13B, related tables are shown on the right side of FIG. 13A and FIG.

図18は、図1に示した再利用コンポーネント設定処理部10における処理動作を説明するためのフローチャートである。本処理動作は、具体例として図19、図20及び図21に示した再利用コンポーネント設定処理するための画面の表示要求により起動される。因みに図19は再利用コンポーネント設定処理する為の表示画面の第1の具体例、図20はアーキテクチャAk評価後の再利用コンポーネント設定処理する為の表示画面の具体例、図21は再利用コンポーネント設定処理する為の表示画面の第2の具体例を示している。また本処理動作は、パラメータとしてアーキテクチャ名を指定するようにしている。   FIG. 18 is a flowchart for explaining the processing operation in the reuse component setting processing unit 10 shown in FIG. This processing operation is activated by a screen display request for the reusable component setting processing shown in FIGS. 19, 20, and 21 as a specific example. 19 is a first specific example of a display screen for reusable component setting processing, FIG. 20 is a specific example of a display screen for reusable component setting processing after architecture Ak evaluation, and FIG. 21 is a reusable component setting. The 2nd specific example of the display screen for processing is shown. In this processing operation, an architecture name is designated as a parameter.

図18においてステップ(図ではステップをSと表記している。以下、同じ)41では、アーキテクチャテーブル5、機能特性テーブル2、アーキテクチャ機能特性関連テーブル6を読み込む。すでに再利用コンポーネントが機能特性再利用コンポーネント関連テーブル7に設定されている場合は機能特性再利用コンポーネント関連テーブル7も読み込む。ステップ42では、具体例として図19、図20及び図21に示した再利用コンポーネント設定処理するための画面を表示する。図19に示す画面はアーキテクチャのサブシステム、タスク、機能特性、アーキテクチャと機能特性のマップ(白丸‘〇’表記)を表示する。すでに再利用コンポーネントが機能特性再利用コンポーネント関連テーブル7に設定されている場合は当該情報も表示する。   In FIG. 18, in step 41 (step is expressed as S. The same applies hereinafter) 41, the architecture table 5, the function characteristic table 2, and the architecture function characteristic related table 6 are read. If the reuse component has already been set in the function characteristic reuse component relation table 7, the function characteristic reuse component relation table 7 is also read. In step 42, the screen for the reusable component setting process shown in FIGS. 19, 20, and 21 is displayed as a specific example. The screen shown in FIG. 19 displays an architecture subsystem, tasks, functional characteristics, and a map of architecture and functional characteristics (indicated by white circles “◯”). If a reuse component has already been set in the functional property reuse component relation table 7, this information is also displayed.

ステップ43では、アーキテクチャID単位でカウントした機能特性出現度数について機能特性再利用コンポーネント関連テーブル7を参照してインクリメントする。ステップ44では、出現度数1の機能特性があるか評価する。ステップ44における評価がYESの場合には、ステップ45に進み、ステップ45で再利用対象外のガイダンスを画面操作している設計者に行う。そしてガイダンスにより特定の製品用の機能特性と見なすか否かの判断を依頼する。ステップ44における評価がNOの場合には、ステップ46に進み、ステップ46で設計者が入力して設定された再利用コンポーネント名を読み込む。ステップ47では、設定された再利用コンポーネント名を機能特性再利用コンポーネント関連テーブル7に格納する。なお図18における処理の過程で矢印線にて関連するテーブルを参考までにそれぞれ図18の右側に示している。   In step 43, the function characteristic appearance frequency counted in architecture ID units is incremented with reference to the function characteristic reuse component relation table 7. In step 44, it is evaluated whether or not there is a functional characteristic having an appearance frequency of 1. When the evaluation in step 44 is YES, the process proceeds to step 45, and in step 45, guidance that is not to be reused is given to the designer who is operating the screen. Then, it is requested to determine whether or not to consider the functional characteristic for a specific product by the guidance. When the evaluation in step 44 is NO, the process proceeds to step 46, and the reused component name input and set by the designer in step 46 is read. In step 47, the set reuse component name is stored in the functional property reuse component relation table 7. Note that, in the course of processing in FIG. 18, related tables are shown on the right side of FIG. 18 for reference by arrow lines.

このように本実施形態によれば、あらかじめ立案した仮説または既製品のアーキテクチャを設定し、特性モデルの機能特性を上記設定した仮説または既製品のアーキテクチャに当てはめ、アーキテクチャと整合した機能特性を展開し、必要に応じて機能特性を分割し、展開した機能特性に基づいて再利用コンポーネントを容易に設計することが可能となる。また製品系列における複数のアーキテクチャへの評価、例えばアーキテクチャのサブシステム構成やタスク構成を連続的に定義して評価することで、サブシステム構成やタスク構成の変化についての対応が可能である。さらに新規のアーキテクチャが発生した場合にも仮説や既存のアーキテクチャ評価の場合と全く同じ方法で容易に対応できる。   As described above, according to the present embodiment, a preliminarily prepared hypothesis or an off-the-shelf architecture is set, the functional characteristics of the characteristic model are applied to the above-set hypothesis or off-the-shelf architecture, and functional characteristics consistent with the architecture are developed. It is possible to divide the functional characteristics as necessary and easily design the reuse component based on the developed functional characteristics. In addition, it is possible to cope with changes in the subsystem configuration and task configuration by evaluating a plurality of architectures in the product series, for example, by continuously defining and evaluating the subsystem configuration and task configuration of the architecture. Furthermore, when a new architecture occurs, it can be easily handled in exactly the same way as the hypothesis and the existing architecture evaluation.

また機能特性から再利用コンポーネントをマージしているので、再利用コンポーネント抽出の作業を容易かつ正確に実施することができる。以上に説明したように、複数製品のアーキテクチャと機能特性と非機能特性を対応づけながら、再利用コンポーネントの設計と適用を行うことで、誤りや漏れの混入を防止し、作業工数を削減することにより、ソフトウェア開発での生産性向上、品質向上、短納期対応、コスト削減を図ることができる。いずれにしても本実施形態に係るソフトウェア設計支援装置はファームウェアの設計などハードウェアや基盤ソフトウェアなどのアーキテクチャの制約があるソフトウェアの実際設計に即したものであるので、非常に有利なものである。   In addition, since the reusable components are merged from the functional characteristics, the reusable component extraction operation can be easily and accurately performed. As described above, design and application of reusable components while associating the architecture, functional characteristics, and non-functional characteristics of multiple products, thereby preventing errors and leaks from being mixed and reducing work man-hours. As a result, productivity improvement, quality improvement, quick delivery, and cost reduction in software development can be achieved. In any case, the software design support apparatus according to the present embodiment is very advantageous because it is in conformity with the actual design of software having hardware and infrastructure software constraints such as firmware design.

図22は、図1に示したマッピング情報表示処理部11により表示処理されたマッピング情報表示の第1の具体例を示す図である。図22に示すマッピング情報表示は、機能特性及び非機能特性に関する情報に基づいて機能・非機能特性関連情報をマッピング表示するものであって、マッピング情報表示処理部11は指定された機能特性/非機能特性のデータを機能特性テーブル2、非機能特性テーブル3から取得し、機能特性ツリーを当該テーブルのデータにより表示する(図22に示す表示画面の左上部参照)。なお図示された機能特性ツリーは、プロダクトライン・テンキーサブシステムの例を示すものである。同様に、非機能特性ツリーを当該テーブルのデータにより表示する(図22に示す表示画面の左下部参照)。さらに機能・非機能特性関連テーブル4を参照して指定された下位レベルのマトリックスの項目(枠の項目)を表示する(図22に示す表示画面の右側参照)。マトリックスの項目(枠の項目)において関連するデータをマップ表示(白丸‘〇’表記)する。   FIG. 22 is a diagram showing a first specific example of mapping information display processed by the mapping information display processing unit 11 shown in FIG. The mapping information display shown in FIG. 22 displays function / non-functional characteristic related information on the basis of information on functional characteristics and non-functional characteristics. The mapping information display processing unit 11 displays the specified functional characteristics / non-functional characteristics. Functional characteristic data is acquired from the functional characteristic table 2 and the non-functional characteristic table 3, and a functional characteristic tree is displayed by the data of the table (see the upper left portion of the display screen shown in FIG. 22). The illustrated functional property tree shows an example of the product line / tenkey subsystem. Similarly, the non-functional characteristic tree is displayed by the data of the table (see the lower left part of the display screen shown in FIG. 22). Further, the lower-level matrix items (frame items) designated with reference to the function / non-functional characteristic relation table 4 are displayed (see the right side of the display screen shown in FIG. 22). Data related to matrix items (frame items) is displayed as a map (white circle ‘O’).

図23は、図1に示したマッピング情報表示処理部11により表示処理されたマッピング情報表示の第2の具体例を示す図である。図23に示すマッピング情報表示は、アーキテクチャ及び機能特性に関する情報に基づいてアーキテクチャ機能特性関連情報をマッピング表示するものであって、マッピング情報表示処理部11は指定されたアーキテクチャおよび機能特性のデータをアーキテクチャテーブル5、機能特性テーブル2から取得してアーキテクチャに関連付けられたサブシステムを当該テーブルのデータにより表示する(図23に示す表示画面の左上部参照)。なお図示されたアーキテクチャに関連付けられたサブシステムは、アーキテクチャA1についてのものである。また機能特性ツリーを当該テーブルのデータにより表示する(図23に示す表示画面の左下部参照)。なお図示された機能特性ツリーは、プロダクトライン機能特性を示すものである。さらにアーキテクチャ機能特性関連テーブル6を参照して指定された機能特性及びアーキテクチャについてのマトリックスの項目(枠の項目)を表示する(図23に示す表示画面の右側参照)。マトリックスの項目(枠の項目)において関連するデータをマップ表示(白丸‘〇’表記)する。   FIG. 23 is a diagram illustrating a second specific example of the mapping information display displayed by the mapping information display processing unit 11 illustrated in FIG. The mapping information display shown in FIG. 23 is for mapping and displaying the architecture function characteristic related information based on the information about the architecture and the function characteristics, and the mapping information display processing unit 11 displays the data of the designated architecture and function characteristics as the architecture. Subsystems obtained from the table 5 and the functional characteristic table 2 and associated with the architecture are displayed by the data of the table (see the upper left of the display screen shown in FIG. 23). Note that the subsystems associated with the illustrated architecture are for architecture A1. Further, the function characteristic tree is displayed by the data of the table (see the lower left portion of the display screen shown in FIG. 23). The illustrated functional property tree shows product line functional properties. Further, the matrix function items (frame items) about the function characteristics and architecture designated with reference to the architecture function characteristics relation table 6 are displayed (see the right side of the display screen shown in FIG. 23). Data related to matrix items (frame items) is displayed as a map (white circle ‘O’).

図24は、図1に示したマッピング情報表示処理部11により表示処理されたマッピング情報表示の第3の具体例を示す図である。図24に示すマッピング情報表示は、機能特性及びアーキテクチャに関する情報に基づいて機能特性再利用コンポーネント関連情報をマッピング表示するものであって、マッピング情報表示処理部11は指定された機能特性データを機能特性テーブル2から取得して機能特性ツリーを当該テーブルのデータにより表示する(図24に示す表示画面の左側参照)。なお図示された機能特性ツリーは、プロダクトライン機能特性を示すものである。図25に機能特性ツリーの具体例を示す。機能特性ツリーの表示方法については上記で紹介した参考文献1に表記方法が具体的に記載されているので適宜参考にされたい。   FIG. 24 is a diagram illustrating a third specific example of the mapping information display displayed by the mapping information display processing unit 11 illustrated in FIG. The mapping information display shown in FIG. 24 displays the function characteristic reuse component related information on the basis of the information on the function characteristics and the architecture, and the mapping information display processing unit 11 displays the specified function characteristic data as the function characteristics. The function characteristic tree obtained from the table 2 is displayed with the data of the table (see the left side of the display screen shown in FIG. 24). The illustrated functional property tree shows product line functional properties. FIG. 25 shows a specific example of the function characteristic tree. Regarding the display method of the functional characteristic tree, the notation method is specifically described in Reference Document 1 introduced above, so please refer to it appropriately.

またアーキテクチャのデータをアーキテクチャテーブル5から取得するとともにアーキテクチャ機能特性関連テーブル6から機能特性とアーキテクチャの関連情報を取得し、さらに機能特性再利用コンポーネント関連テーブル7を参照して指定された機能特性及び再利用コンポーネントについてのマトリックスの項目(枠の項目)をマッピング情報表示する(図25に示す表示画面の右側参照)。   In addition, the architecture data is acquired from the architecture table 5, the function characteristics and the related information of the architecture are acquired from the architecture function characteristics related table 6, and the function characteristics specified by referring to the function characteristics reuse component related table 7 Mapping information is displayed for matrix items (frame items) for the used components (see the right side of the display screen shown in FIG. 25).

上記のように図22〜図24に示されたマッピング情報表示は、すくなくとも特性ツリー(階層図)とマトリックスを含む表でもって示され、これにより関連する項目が明確に示されることになるので、誤りや漏れの混入を防止し、作業工数を削減することができる。   As described above, the mapping information display shown in FIGS. 22 to 24 is shown as a table including at least a characteristic tree (hierarchical diagram) and a matrix, and thus related items are clearly shown. It is possible to prevent mistakes and leaks from being mixed, and to reduce work man-hours.

本発明の実施形態に係るソフトウェア設計支援装置の構成概要を示すブロック図である。It is a block diagram which shows the structure outline | summary of the software design support apparatus which concerns on embodiment of this invention. 本発明の実施形態に係る仮説/既存アーキテクチャの具体例を示す図である。It is a figure which shows the specific example of the hypothesis / existing architecture which concerns on embodiment of this invention. 図1に示した機能特性テーブルに設定する項目例を示す図である。It is a figure which shows the example of an item set to the functional characteristic table shown in FIG. 図1に示した非機能特性テーブルに設定する項目例を示す図である。It is a figure which shows the example of an item set to the non-functional characteristic table shown in FIG. 図1に示した機能・非機能特性関連テーブルに設定する項目例を示す図である。It is a figure which shows the example of an item set to the functional / non-functional characteristic related table shown in FIG. 図1に示したアーキテクチャテーブルに設定する項目例を示す図である。It is a figure which shows the example of an item set to the architecture table shown in FIG. 図6に示したアーキテクチャテーブル項目の具体例を示す図である。It is a figure which shows the specific example of the architecture table item shown in FIG. 図1に示したアーキテクチャ機能特性関連テーブルに設定する項目例を示す図である。It is a figure which shows the example of an item set to the architecture function characteristic related table shown in FIG. 図8に示したアーキテクチャ機能特性関連テーブル項目の具体例を示す図である。It is a figure which shows the specific example of the architecture function characteristic related table item shown in FIG. 図1に示した機能特性再利用コンポーネント関連テーブルに設定する項目例を示す図である。It is a figure which shows the example of an item set to the functional characteristic reuse component related table shown in FIG. 図10に示した機能特性再利用コンポーネント関連テーブル項目の具体例を示す図である。It is a figure which shows the specific example of the functional characteristic reuse component related table item shown in FIG. 図1に示したアーキテクチャ設定処理部における処理動作を説明するためのフローチャートである。3 is a flowchart for explaining a processing operation in an architecture setting processing unit shown in FIG. 1. 図1に示した機能特性マッピング処理部における処理動作を説明するためのフローチャートである。3 is a flowchart for explaining a processing operation in a functional characteristic mapping processing unit shown in FIG. 1. 図1に示した機能特性マッピング処理部における処理動作を説明するためのフローチャートである。3 is a flowchart for explaining a processing operation in a functional characteristic mapping processing unit shown in FIG. 1. 本発明の実施形態に係るアーキテクチャ設定処理画面の具体例を示す図である。It is a figure which shows the specific example of the architecture setting process screen which concerns on embodiment of this invention. 本発明の実施形態に係る特性機能をアーキテクチャA1へマッピング処理する為の表示画面の第1の具体例を示す図である。It is a figure which shows the 1st specific example of the display screen for mapping the characteristic function which concerns on embodiment of this invention to architecture A1. 本発明の実施形態に係る特性機能をアーキテクチャAkへマッピング処理する為の表示画面の具体例を示す図である。It is a figure which shows the specific example of the display screen for mapping the characteristic function which concerns on embodiment of this invention to architecture Ak. 本発明の実施形態に係る特性機能をアーキテクチャA1へマッピング処理する為の表示画面の第2の具体例を示す図である。It is a figure which shows the 2nd specific example of the display screen for mapping the characteristic function which concerns on embodiment of this invention to architecture A1. 図1に示した再利用コンポーネント設定処理部における処理動作を説明するためのフローチャートである。It is a flowchart for demonstrating the processing operation in the reuse component setting process part shown in FIG. 本発明の実施形態に係る再利用コンポーネント設定処理する為の表示画面の第1の具体例を示す図である。It is a figure which shows the 1st specific example of the display screen for the reuse component setting process which concerns on embodiment of this invention. 本発明の実施形態に係るアーキテクチャAk評価後の再利用コンポーネント設定処理する為の表示画面の具体例を示す図である。It is a figure which shows the specific example of the display screen for the reuse component setting process after architecture Ak evaluation which concerns on embodiment of this invention. 本発明の実施形態に係る再利用コンポーネント設定処理する為の表示画面の第2の具体例示す図である。It is a figure which shows the 2nd specific example of the display screen for the reuse component setting process which concerns on embodiment of this invention. 図1に示したマッピング情報表示処理部により表示処理されたマッピング情報表示の第1の具体例を示す図である。It is a figure which shows the 1st specific example of the mapping information display processed by the mapping information display process part shown in FIG. 図1に示したマッピング情報表示処理部により表示処理されたマッピング情報表示の第2の具体例を示す図である。It is a figure which shows the 2nd specific example of the mapping information display processed by the mapping information display process part shown in FIG. 図1に示したマッピング情報表示処理部により表示処理されたマッピング情報表示の第3の具体例を示す図である。It is a figure which shows the 3rd specific example of the mapping information display processed by the mapping information display process part shown in FIG. 本発明の実施形態に係る機能特性ツリーの具体例を示す図である。It is a figure which shows the specific example of the functional characteristic tree which concerns on embodiment of this invention. 機能特性をアーキテクチャへマッピングする従来方式の概要を説明するための図である。It is a figure for demonstrating the outline | summary of the conventional system which maps a functional characteristic to an architecture. 基盤に依存するアーキテクチャを抽出する従来方式の概要を説明するための図である。It is a figure for demonstrating the outline | summary of the conventional system which extracts the architecture depending on a foundation | substrate.

符号の説明Explanation of symbols

1 サーバ
2 機能特性テーブル
3 非機能特性テーブル
4 機能・非機能特性関連テーブル
5 アーキテクチャテーブル
6 アーキテクチャ機能特性関連テーブル
7 機能特性再利用コンポーネント関連テーブル
8 アーキテクチャ設定処理部
9 機能特性マッピング処理部
10 再利用コンポーネント設定処理部
11 マッピング情報表示処理部
12 クライアント
DESCRIPTION OF SYMBOLS 1 Server 2 Functional characteristic table 3 Non-functional characteristic table 4 Functional / non-functional characteristic related table 5 Architecture table 6 Architectural functional characteristic related table 7 Functional characteristic reuse component related table 8 Architecture setting processing part 9 Functional characteristic mapping processing part 10 Reuse Component setting processing unit 11 Mapping information display processing unit 12 Client

Claims (7)

製品系列を持つ製品のソフトウェアを複数のアーキテクチャと機能特性を対応付けながら設計支援するソフトウェア設計支援装置において、製品系列の製品についての仮説又は既存のアーキテクチャの定義を格納するアーキテクチャ記憶手段と、階層化した機能特性の定義を格納する機能特性記憶手段と、階層化した非機能特性の定義を格納する非機能特性記憶手段と、前記アーキテクチャ記憶手段にアーキテクチャを設定するアーキテクチャ設定手段と、前記機能特性記憶手段に格納された機能特性と前記アーキテクチャ記憶手段に設定されたアーキテクチャを読み出し、機能特性とアーキテクチャの対応を記載したマトリックスを生成するマトリックス生成手段と、前記マトリックス生成手段で生成されたマトリックス上で前記機能特性、前記非機能特性及び前記アーキテクチャを相互に連携させてアーキテクチャと整合した機能特性を展開し当該機能特性に基づいて再利用コンポーネントの設計を行う再利用コンポーネント設計手段と、を含むことを特徴とするソフトウェア設計支援装置。   In a software design support apparatus that supports design of product software having a product series while associating multiple architectures with functional characteristics, architecture storage means for storing hypotheses about the products of the product series or definitions of existing architectures, and hierarchization Functional characteristic storage means for storing defined functional characteristic definitions, non-functional characteristic storage means for storing hierarchical non-functional characteristic definitions, architecture setting means for setting an architecture in the architecture storage means, and the functional characteristic storage Reading out the function characteristics stored in the means and the architecture set in the architecture storage means, generating a matrix describing the correspondence between the function characteristics and the architecture, and on the matrix generated by the matrix generation means Functional characteristics Reusable component design means for developing a reusable component design based on the non-functional property and the architecture by coordinating the architecture with each other to develop a functional property consistent with the architecture. Design support device. 前記アーキテクチャ設定手段は、アーキテクチャとしてサブシステム、基盤ソフトウェア、タスクとそれぞれの属性を定義し、設定したアーキテクチャを前記アーキテクチャ記憶手段に格納することを特徴とする請求項1記載のソフトウェア設計支援装置。   2. The software design support apparatus according to claim 1, wherein the architecture setting means defines subsystems, basic software, and tasks and attributes as an architecture, and stores the set architecture in the architecture storage means. 前記再利用コンポーネント設計手段は、前記マトリックス生成手段により生成されたマトリックス上に当該アーキテクチャに係るサブシステム、基盤ソフトウェア、タスクとそれぞれの属性を展開し、展開した当該アーキテクチャと当該機能特性との対応関係から再利用コンポーネントを抽出することを特徴とする請求項1記載のソフトウェア設計支援装置。   The reusable component design unit expands the subsystem, the base software, the task, and the attributes of the architecture on the matrix generated by the matrix generation unit, and the correspondence relationship between the expanded architecture and the functional characteristics The reusable component is extracted from the software design support apparatus according to claim 1. 前記再利用コンポーネント設計手段は、機能特性出現度数を計測し、計測した機能特性出現度数を目安に再利用コンポーネントを抽出することを特徴とする請求項3記載のソフトウェア設計支援装置。   4. The software design support apparatus according to claim 3, wherein the reuse component design means measures the functional characteristic appearance frequency and extracts the reuse component based on the measured functional characteristic appearance frequency. 前記再利用コンポーネント設計手段は、再利用コンポーネントを抽出する際にツリー階層図と表によりマッピング情報を表示することを特徴とする請求項3記載のソフトウェア設計支援装置。   4. The software design support apparatus according to claim 3, wherein the reusable component design means displays mapping information in a tree hierarchy diagram and a table when extracting the reusable component. 製品系列を持つ製品のソフトウェアを複数のアーキテクチャと機能特性を対応付けながら設計支援するソフトウェア設計支援方法において、製品系列の製品についての仮説又は既存のアーキテクチャの定義を格納するアーキテクチャテーブル、階層化した機能特性の定義を格納する機能特性テーブルおよび階層化した非機能特性の定義を格納する非機能特性テーブルを生成する段階と、生成したアーキテクチャテーブルにアーキテクチャを設定する段階と、格納された機能特性および設定されたアーキテクチャを読み出し、機能特性とアーキテクチャの対応を記載したマトリックスを生成する段階と、生成されたマトリックス上で機能特性、非機能特性及びアーキテクチャを相互に連携させてアーキテクチャと整合した機能特性を展開し当該機能特性に基づいて再利用コンポーネントの設計を行う段階、を含むことを特徴とするソフトウェア設計支援方法。   In a software design support method that supports design of product software having product series by associating multiple architectures with functional characteristics, an architecture table that stores hypotheses about the products in the product series or definitions of existing architectures, and hierarchical functions Generates a functional characteristic table that stores characteristic definitions and a non-functional characteristic table that stores hierarchical non-functional characteristic definitions, sets the architecture in the generated architecture table, and stores the functional characteristics and settings Read out the generated architecture, generate a matrix that describes the correspondence between the functional characteristics and the architecture, and develop functional characteristics that are consistent with the architecture by linking the functional characteristics, non-functional characteristics, and the architecture on the generated matrix. The relevant Software design support method characterized by comprising, for performing a design of reusable components, on the basis of the Performance Characteristics. 製品系列の製品についての仮説又は既存のアーキテクチャの定義を格納するアーキテクチャテーブルと、階層化した機能特性の定義を格納する機能特性テーブルと、階層化した非機能特性の定義を格納する非機能特性テーブルを備え、製品系列を持つ製品のソフトウェアを複数のアーキテクチャと機能特性を対応付けながら設計支援するソフトウェア設計支援プログラムであって、コンピュータに、生成したアーキテクチャテーブルにアーキテクチャを設定する手順と、格納された機能特性および設定されたアーキテクチャを読み出し、機能特性とアーキテクチャの対応を記載したマトリックスを生成する手順と、生成されたマトリックス上で機能特性、非機能特性及びアーキテクチャを相互に連携させてアーキテクチャと整合した機能特性を展開し当該機能特性に基づいて再利用コンポーネントの設計を行う手順を実行させるためのソフトウェア設計支援プログラム。   An architecture table that stores hypotheses or existing architecture definitions for products in a product line, a functional characteristic table that stores hierarchical functional characteristic definitions, and a non-functional characteristic table that stores hierarchical non-functional characteristic definitions A software design support program that supports design of product software having a product line by associating multiple architectures with functional characteristics, and storing the procedure for setting the architecture in the generated architecture table on the computer. Read out the functional characteristics and the configured architecture, and generate a matrix that describes the correspondence between the functional characteristics and the architecture, and coordinate the functional characteristics, non-functional characteristics and architecture with each other on the generated matrix. Functional characteristics Software design support program for executing the expanded procedure for re-use components designed based on the functional properties.
JP2005272680A 2005-09-20 2005-09-20 Software design support system and method Pending JP2007086929A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005272680A JP2007086929A (en) 2005-09-20 2005-09-20 Software design support system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005272680A JP2007086929A (en) 2005-09-20 2005-09-20 Software design support system and method

Publications (1)

Publication Number Publication Date
JP2007086929A true JP2007086929A (en) 2007-04-05

Family

ID=37973879

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005272680A Pending JP2007086929A (en) 2005-09-20 2005-09-20 Software design support system and method

Country Status (1)

Country Link
JP (1) JP2007086929A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009053951A (en) * 2007-08-27 2009-03-12 Toshiba Corp Software development information management device and program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07225680A (en) * 1994-02-15 1995-08-22 Nippon Telegr & Teleph Corp <Ntt> Method and device for confirming software review check item comprehensibility
JP2001188673A (en) * 1999-12-28 2001-07-10 Mitsubishi Electric Corp Software reuse assisting device
JP2002157144A (en) * 2000-11-17 2002-05-31 Mitsubishi Electric Corp Automatic test system for software
JP2005100078A (en) * 2003-09-25 2005-04-14 Hitachi Ltd Software asset management system
JP2005234814A (en) * 2004-02-18 2005-09-02 Fujitsu Ltd Program, program construction method, storage medium, program construction system and terminal equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07225680A (en) * 1994-02-15 1995-08-22 Nippon Telegr & Teleph Corp <Ntt> Method and device for confirming software review check item comprehensibility
JP2001188673A (en) * 1999-12-28 2001-07-10 Mitsubishi Electric Corp Software reuse assisting device
JP2002157144A (en) * 2000-11-17 2002-05-31 Mitsubishi Electric Corp Automatic test system for software
JP2005100078A (en) * 2003-09-25 2005-04-14 Hitachi Ltd Software asset management system
JP2005234814A (en) * 2004-02-18 2005-09-02 Fujitsu Ltd Program, program construction method, storage medium, program construction system and terminal equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009053951A (en) * 2007-08-27 2009-03-12 Toshiba Corp Software development information management device and program

Similar Documents

Publication Publication Date Title
Suh et al. Axiomatic design of software systems
US6944514B1 (en) Innovation information management model
US7644370B2 (en) Method of componentisation of a graphically defined formula
CN107122364A (en) Data manipulation method and data management server
US7805284B2 (en) Simulation model defining system for generating a simulation program for a simulator simulating a behavior of economy or society regarded as a system of phenomena and events
US20120124550A1 (en) Facilitating database application code translation from a first application language to a second application language
JP2007264768A (en) System development support program, apparatus and method
CN111784108B (en) Modeling method and device of main data management platform
Blumöhr et al. Variant configuration with SAP
EP3113016A1 (en) Tracing dependencies between development artifacts in a development project
US8572551B2 (en) Difference log production for model merging
US11188307B2 (en) Modelizing resources and external data of a program for procedural language coding
JP4084229B2 (en) Product data management system and program
JP2007086929A (en) Software design support system and method
KR100987053B1 (en) Cad drawing standardization apparatus
KR101687970B1 (en) Connection and communication apparatus and method of the 3D model viewer for shipbuilding CAD
Staron et al. Using models to develop measurement systems: a method and its industrial use
CN112131855B (en) Bank certificate template generation method and device
Walker et al. Configuration management of the model-based design process
CN112348403B (en) Wind control model construction method and device and electronic equipment
Mulder et al. Towards enterprise-grade tool support for DEMO
White et al. Environment modeling for evaluating system variants in model-based systems engineering
US20050198616A1 (en) Pattern system generation apparatus and pattern application apparatus
JP2007058791A (en) Apparatus and method for supporting software design
JP5243908B2 (en) Computer system, method and computer program for verifying model quality

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080812

A977 Report on retrieval

Effective date: 20110413

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Effective date: 20110419

Free format text: JAPANESE INTERMEDIATE CODE: A131

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110614

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110705