JP2000076062A - System scale estimation supporting device - Google Patents

System scale estimation supporting device

Info

Publication number
JP2000076062A
JP2000076062A JP10248038A JP24803898A JP2000076062A JP 2000076062 A JP2000076062 A JP 2000076062A JP 10248038 A JP10248038 A JP 10248038A JP 24803898 A JP24803898 A JP 24803898A JP 2000076062 A JP2000076062 A JP 2000076062A
Authority
JP
Japan
Prior art keywords
function
data
transaction
complexity
extracted
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
JP10248038A
Other languages
Japanese (ja)
Inventor
Fumine Suzuki
文音 鈴木
Masaya Shozui
雅也 勝瑞
Katsuhiko Yuura
克彦 湯浦
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP10248038A priority Critical patent/JP2000076062A/en
Publication of JP2000076062A publication Critical patent/JP2000076062A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To perform high-reliable estimation in a short time through simple operation while excluding artificial factors as much as possible and utilizing the electronic data of specifications or design drawing prepared in the upstream process of development. SOLUTION: A processor 10 inputs an existent specification 30 and extracts a data function and a transaction function through an analytic part 110 according to rules held in an analytic rule DB 111. The information on the extracted data function and transaction function is held in an analytic DB 112. Based on the information held in the analytic DB 112, a measuring part 113 calculates a function point and outputs it to an input/output device 20 according to the measuring rules of function points.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ソフトウェアシス
テムのシステム規模の見積もりを支援するためのシステ
ム規模見積支援装置に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a system scale estimation support apparatus for supporting estimation of a system scale of a software system.

【0002】[0002]

【従来の技術】ソフトウェアシステムの開発にあたって
は、開発工数、開発規模等を予測し、開発計画が立てら
れる。通常、開発工数、開発規模を予測するのに、ま
ず、ソフトウェアの規模を見積もり、これに基づいて開
発工数と開発期間を予測する手法が取られている。
2. Description of the Related Art In developing a software system, a development plan is made by estimating a development man-hour, a development scale, and the like. Usually, in estimating the development man-hour and the development scale, first, a method of estimating the scale of software and estimating the development man-hour and the development period based on this is adopted.

【0003】ソフトウェアの規模を見積もる手法とし
て、ソフトウェア内部で使用されたり生成されたりする
データからソフトウェアの機能を測定し、定量化するフ
ァンクションポイント法という手法が知られている。フ
ァンクションポイント法には、種々のバリエーションが
あるが、例えば、IFPUG(International Function
Point Users Group)により作成された「ファンクショ
ンポイント算出マニュアル」リリース4.0に基づけ
ば、以下のようにしてファンクションポイントが算出さ
れる(IFPUG法)。
As a technique for estimating the scale of software, a technique called a function point method for measuring and quantifying the function of software from data used or generated inside the software is known. The function point method has various variations. For example, an IFPUG (International Function
Based on the “Function Point Calculation Manual” Release 4.0 created by the Point Users Group, function points are calculated as follows (IFPUG method).

【0004】まず、第1のステップとして、算出するフ
ァンクションポイントの種類を、アプリケーションソフ
トウェアの大きさを表すファンクションポイント、新規
開発プロジェクトの規模を知るために使用するファンク
ションポイント、及び機能改良のため、既に存在するア
プリケーション変更するプロジェクトの規模を知るため
に使用するファンクションポイントの3種類の中から選
択する。
First, as a first step, the types of function points to be calculated are determined based on the function points indicating the size of the application software, the function points used to know the scale of the new development project, and the function points for improving the functions. Select from three types of function points used to know the scale of the existing application change project.

【0005】次のステップでは、ファンクションポイン
トを測定する範囲(計測境界)を設定する。
In the next step, a range (measurement boundary) for measuring a function point is set.

【0006】第3のステップでは、ユーザが認識できる
論理的なデータの纏まりをデータファンクションとして
抽出し、内部論理ファイルと外部インタフェースファイ
ルの2つのタイプに分類する。そして、タイプ毎に用意
された複雑さ決定表に従って複雑さを計測する。
In the third step, a group of logical data recognizable by the user is extracted as a data function and classified into two types, an internal logical file and an external interface file. Then, the complexity is measured according to the complexity determination table prepared for each type.

【0007】第4のステップでは、アプリケーションに
対するデータの出入りを伴う処理をトランザクションフ
ァンクションとして抽出し、第2のステップで決定した
計測境界を越えてシステムにデータを入力する機能であ
る外部入力、同じく、計測境界を越えてシステムにデー
タを出力する機能である外部出力、計測境界内のデータ
を参照する機能である外部照会の3つのファンクション
タイプに分類する。そして、データファンクションの場
合と同様、複雑さ決定表に従って複雑さを計測する。
In a fourth step, a process involving data entry / exit with respect to the application is extracted as a transaction function, and an external input, which is a function for inputting data to the system beyond the measurement boundary determined in the second step, It is classified into three function types: external output, which is a function of outputting data to the system beyond the measurement boundary, and external inquiry, which is a function of referring to data within the measurement boundary. Then, similarly to the case of the data function, the complexity is measured according to the complexity determination table.

【0008】第5のステップでは、ステップ3、ステッ
プ4の結果を基に、種類別、重み別に個数を数え、それ
ぞれに対して重み付けをし、加え合わせて未調整ファン
クションポイントを得る。
In a fifth step, based on the results of steps 3 and 4, the number is counted for each type and weight, each is weighted and added to obtain an unadjusted function point.

【0009】第6のステップでは、14の項目に分けら
れたシステム特性を6段階で評価して、全ての評価値の
合計を影響度として求める。そして、 調整計数=0.65+(影響度/100) から調整計数を算出する。
In a sixth step, the system characteristics divided into 14 items are evaluated in six steps, and the total of all the evaluation values is determined as the degree of influence. Then, the adjustment count is calculated from the adjustment count = 0.65 + (degree of influence / 100).

【0010】最後に、未調整ファンクションポイントと
調整計数を用いて最終ファンクションポイントを算出す
る。
Finally, a final function point is calculated using the unadjusted function points and the adjusted count.

【0011】[0011]

【発明が解決しようとする課題】現在のプロジェクトで
は、正確かつ短時間に精度の良い見積りを行い、システ
ム開発に専念することが必要である。しかし、現状で
は、専門家が膨大な設計書等を読みながらファンクショ
ンポイントを算出し、システム規模の見積もりを行って
いる。このため、ソフトウェアシステムの規模の見積も
りに多くの時間を要するという問題がある。
In the current project, it is necessary to perform accurate and accurate estimation in a short time and to concentrate on system development. However, at present, specialists calculate function points while reading huge design documents and the like, and estimate the system scale. Therefore, there is a problem that much time is required for estimating the scale of the software system.

【0012】また、ソフトウェアシステムの規模の見積
もりは、プロジェクト管理者の経験に依存しているた
め、同じファンクションポイント法を用いて計測したと
しても、管理者によってその値が違って来るといった問
題もある。
Further, since the estimation of the scale of the software system depends on the experience of the project manager, there is a problem that even if the measurement is performed using the same function point method, the value differs depending on the manager. .

【0013】また、システムをより早く開発するために
は、早期の段階でソフトウェアシステムの規模を見積っ
て、システム開発計画を立てなければならない。
Further, in order to develop a system more quickly, it is necessary to estimate the scale of the software system at an early stage and make a system development plan.

【0014】本発明の目的は、人為的な要因をできる限
り排除するとともに、開発の上流行程で作成される仕様
書や設計書の電子データを利用して、簡単な操作でかつ
短い時間内で信頼性の高い見積もりを行うことのできる
システム規模の見積支援方法及び装置を提供することに
ある。
An object of the present invention is to eliminate an artificial factor as much as possible and to use electronic data of specifications and design documents created in the course of development in a simple operation in a short time. It is an object of the present invention to provide a system-scale estimation support method and apparatus capable of performing highly reliable estimation.

【0015】[0015]

【課題を解決するための手段】上記の目的を達成するた
めに、本発明によるシステム規模の見積支援装置は、規
模の見積もりを行うシステムに関する仕様書であって、
データのまとまりと、データの流れとを表す情報を有す
る仕様書ファイルを入力する手段と、予め与えられた解
析ルールに従って、前記仕様書ファイルより、データフ
ァンクション、トランザクションションファンクション
を抽出する手段と、前記抽出手段により抽出されたデー
タファンクション、トランザクションファンクションを
用いて、所定の規則に従ってファンクションポイントを
算出する手段と、算出されたファンクションポイントを
出力する出力手段とを有する。
In order to achieve the above object, a system scale estimation support device according to the present invention is a specification relating to a system for estimating a scale,
Means for inputting a specification file having information representing a data set and a data flow; means for extracting a data function and a transaction function from the specification file according to a given analysis rule; It has means for calculating function points according to a predetermined rule using the data function and transaction function extracted by the extracting means, and output means for outputting the calculated function points.

【0016】[0016]

【発明の実施の形態】図1は、本発明の一実施形態にお
けるシステム規模見積支援装置の構成図である。なお、
本実施の形態では、IFPUG法を適用したシステム規
模の見積支援について説明する。
FIG. 1 is a configuration diagram of a system scale estimation support apparatus according to an embodiment of the present invention. In addition,
In the present embodiment, a description will be given of a system scale estimation support to which the IFPUG method is applied.

【0017】システム規模見積もり支援支援装置は、処
理装置10と入出力装置20を有する。処理装置10
は、解析部110、解析ルールデータベース(解析ルー
ルDB)111、解析データベース(解析DB)11
2、計測部113、計測データベース(計測DB)11
4、インタフェース部115、及び修正ルールデータベ
ース(修正ルールDB)116を有する。本実施の形態
において、処理装置10は、例えば、パーソナルコンピ
ュータ、ワークステーションなどの計算機をにより実現
され、入出力装置20は、それに付随するディスプレ
イ、プリンタ、キーボードなどの入出力装置として実現
できる。解析部110、計測部113、インタフェース
部115は、ソフトウェア的に後述する処理を実現可能
とするプログラムにより達成される。
The system size estimation support support device has a processing device 10 and an input / output device 20. Processing device 10
Is an analysis unit 110, an analysis rule database (analysis rule DB) 111, an analysis database (analysis DB) 11
2, measurement unit 113, measurement database (measurement DB) 11
4, an interface unit 115, and a correction rule database (correction rule DB) 116. In the present embodiment, the processing device 10 is realized by, for example, a computer such as a personal computer and a workstation, and the input / output device 20 can be realized as an input / output device such as a display, a printer, and a keyboard attached thereto. The analysis unit 110, the measurement unit 113, and the interface unit 115 are achieved by a program that can realize processing described later in software.

【0018】解析部110は、仕様書30を入力情報と
して、入力された要求仕様書30からファンクションポ
イントの算出に必要な情報を抽出する。解析ルールDB
111は、解析部110が情報抽出するために必要な規
則を保持している。解析DB112は、解析部110に
より抽出された情報を記憶するための記憶手段である。
計測部114は、解析DB112に保持された情報を用
いて、ファンクションポイントの算出を行う。計測部1
13により算出されたファンクションポイントは、計測
DB114に格納される。計測DB114に格納された
計測結果は、インタフェース部115によって、入出力
装置20に出力される。ユーザは、この出力を入出力装
置20により修正することができる。
The analysis unit 110 uses the specification 30 as input information and extracts information necessary for calculating function points from the input required specification 30. Analysis rule DB
Reference numeral 111 stores rules necessary for the analysis unit 110 to extract information. The analysis DB 112 is a storage unit for storing information extracted by the analysis unit 110.
The measurement unit 114 calculates a function point using the information held in the analysis DB 112. Measurement unit 1
The function points calculated by 13 are stored in the measurement DB 114. The measurement results stored in the measurement DB 114 are output to the input / output device 20 by the interface unit 115. The user can correct this output using the input / output device 20.

【0019】仕様書30は、規模を計測しようとするソ
フトウェアシステムに関して、データのまとまり(エン
ティティ、あるいはオブジェクトともいう)と、データ
の流れ(関連、あるいは、メッセージなどともいう)を
表す情報である。ここでは、開発しようとするソフトウ
ェアシステムに対する要求仕様が、ストーリー、シナリ
オ、シーン、キャラクタという概念で定義された仕様書
を用いるものとする。このような仕様書は、例えば、特
開平9−81611号公報に記載されるような技術によ
り作成される。特開平9−81611号公報に記載され
る技術では、ソフトウェアシステムによる対象業務を構
成する要素であるキャラクターを定義し、キャラクター
に持たせるデータや手続きを使って実世界の業務をシー
ンと呼ばれるシナリオの断片的な具体例として入力して
いくことで要求仕様が定義される。
The specification 30 is information indicating a data set (also referred to as an entity or an object) and a data flow (also referred to as a relation or a message) for a software system whose scale is to be measured. Here, it is assumed that the required specification for the software system to be developed uses a specification defined by the concepts of story, scenario, scene, and character. Such a specification is created by a technique described in, for example, Japanese Patent Application Laid-Open No. 9-81611. According to the technique described in Japanese Patent Application Laid-Open No. 9-81611, a character which is an element constituting a target business by a software system is defined, and real-world business is performed using data and procedures provided to the character in a scenario called a scene. The required specifications are defined by inputting as fragmentary concrete examples.

【0020】図2は、仕様書30の一例を説明するため
の概念構成図である。ストーリー200は、要求仕様の
断片的な具体例の集合である。ストーリー200中の要
求仕様の断片的な具体例は、複数のシナリオ210とし
て表される。シナリオ210は、「人」あるいは「も
の」を表すキャラクタと、その「振る舞い」(動作・処
理)の流れから構成され、複数のシーン220、221
を有する。一つのシーン220、221は、キャラクタ
の一つの振る舞いの流れを表しており、キャラクタの関
与状況やキャラクタが持つデータあるいは属性の変化の
様子が表される。
FIG. 2 is a conceptual configuration diagram for explaining an example of the specification 30. The story 200 is a set of fragmentary examples of the required specifications. A fragmentary example of a requirement in a story 200 is represented as a plurality of scenarios 210. The scenario 210 is composed of a character representing “person” or “thing” and a flow of “behavior” (action / processing).
Having. One scene 220, 221 represents a flow of one behavior of the character, and represents a state of involvement of the character and a change in data or attribute of the character.

【0021】図中、220、221、222、及び22
3は、シーン220に現れるキャラクタを表している。
キャラクタ220、221、222、223は、その名
称、そのイメージを表現する表示図形情報、保持する内
部データ情報と内部手続き情報を持っている。キャラク
ターが保持する内部データ情報を属性と言い、キャラク
ターが保持する内部手続情報をメッセージと言う。内部
手続とは、例えば、計算機からデータベースにアクセス
するといった、キャラクタ間で参照や更新などのアクセ
スを行い実行する作業または処理のようなキャラクタの
「振る舞い」を意味する。図において、実線240は、
振る舞いを表しており、破線241は、キャラクタ間の
関与状況を表している。
In the figure, 220, 221, 222 and 22
3 represents a character appearing in the scene 220.
Each of the characters 220, 221, 222, and 223 has its name, display graphic information representing the image, retained internal data information, and internal procedure information. The internal data information held by the character is called an attribute, and the internal procedure information held by the character is called a message. The internal procedure means a “behavior” of a character, such as an operation or a process of performing an access such as reference or update between characters, such as accessing a database from a computer. In the figure, the solid line 240 is
The behavior is shown, and the broken line 241 shows the state of involvement between the characters.

【0022】図3は、処理装置10を用いて行われるフ
ァンクションポイントの計測処理のフローチャートであ
る。
FIG. 3 is a flowchart of a function point measurement process performed by using the processing device 10.

【0023】計測処理においては、まず、仕様書30が
入力される(ステップ300)。仕様書30が入力され
ると、計測境界が設定される。ここでは、計測境界を上
述したストーリー単位とし、ユーザからストーリーファ
イルの指定を受け、指定されたファイルを計測境界とす
る(ステップ302)。
In the measurement process, first, the specification 30 is input (step 300). When the specification 30 is input, a measurement boundary is set. Here, the measurement boundary is set to the above-mentioned story unit, the story file is specified by the user, and the specified file is set as the measurement boundary (step 302).

【0024】解析部110は、指定されたファイルに保
持された仕様書から、解析ルールDB111に保持され
た解析ルールに従ってデータファンクションを抽出し、
そのデータファンクションの複雑性を決める要素レコー
ド数とデータ項目数を抽出して、これらの情報を解析D
B112に格納する。解析ルールによりこれらの情報が
抽出できない場合には、ユーザへの問い合わせを行う。
The analysis unit 110 extracts a data function from the specification held in the designated file according to the analysis rule held in the analysis rule DB 111,
The number of element records and the number of data items that determine the complexity of the data function are extracted, and the information is analyzed.
B112. If such information cannot be extracted due to the analysis rules, an inquiry is made to the user.

【0025】データファンクションの抽出に関連して解
析ルールDB111に格納される解析ルールとしては、
例えば、「データベースのビットマップで表現されたキ
ャラクタをデータファンクションとする」、「ユーザが
定義したキャラクタをデータファンクションにする」と
いったルールがある。これらのルールは、開発システム
におけるデータベースなどのデータのまとまりを仕様書
から抽出するものである。また、データファンクション
のタイプに関して、「データが更新されるものを内部フ
ァイル、更新されないものを外部インタフェースファイ
ルとする」といったルールがある。一方、データ項目の
抽出に関しては、「データファンクションの持つ属性を
そのデータファンクションのデータ項目とする」といっ
たルールが保持される(ステップ304)。
The analysis rules stored in the analysis rule DB 111 in connection with the extraction of the data function include:
For example, there are rules such as "use a character represented by a database bitmap as a data function" and "use a user-defined character as a data function". These rules are for extracting a group of data such as a database in the development system from the specification. In addition, there is a rule regarding the type of the data function, such that a file whose data is updated is defined as an internal file, and a data that is not updated is defined as an external interface file. On the other hand, regarding the extraction of the data item, a rule such as “use the attribute of the data function as the data item of the data function” is held (step 304).

【0026】次に、解析部110は、仕様書から解析ル
ールDB111に保持された解析ルールに従って、トラ
ンザクションファンクションを抽出し、トランザクショ
ンファンクションの複雑性を決めるデータ項目を抽出し
て、これらの情報を解析DB112に格納する。ファイ
ル数と変更するデータ項目数の情報が不足であれば、利
用者による入力指定が行われる。
Next, the analysis unit 110 extracts a transaction function from the specification according to the analysis rules held in the analysis rule DB 111, extracts data items that determine the complexity of the transaction function, and analyzes these information. It is stored in the DB 112. If there is not enough information on the number of files and the number of data items to be changed, the user inputs and specifies.

【0027】トランザクションファンクションの抽出に
関して、解析ルールDB111は、例えば、「データフ
ァンクションになるデータのまとまりと関わっている全
てのデータの流れから抽出する」といった解析ルールを
保持する。また、トランザクションファンクションのタ
イプを判別するために、データファンクションの更新の
有無、出力されたデータ項目の比較に基づくルールを持
つ。データ項目に関しては、「トランザクションファン
クションによって関連するデータファンクションのデー
タが変更されたデータ項目をデータ項目とする」といっ
たルールが保持される(ステップ306)。
Regarding the extraction of a transaction function, the analysis rule DB 111 holds an analysis rule such as “extract from all data flows related to a data unit to be a data function”. In addition, in order to determine the type of the transaction function, there is a rule based on whether the data function is updated and a comparison between the output data items. As for the data item, a rule such as “a data item whose data of a related data function has been changed by a transaction function is set as a data item” is held (step 306).

【0028】計測部113は、解析DB112に格納さ
れた情報をもとに、データファンクション、トランザク
ションファンクションのデータ項目数をカウントする。
そして、データ項目数に応じて複雑さを定義した複雑さ
決定表に従ってデータファンクション、トランザクショ
ンファンクションそれぞれについて、複雑さを決定す
る。さらに、この複雑さから未調整ファンクションポイ
ントの算出を行う。
The measuring unit 113 counts the number of data items of the data function and the transaction function based on the information stored in the analysis DB 112.
Then, the complexity is determined for each of the data function and the transaction function according to a complexity determination table in which the complexity is defined according to the number of data items. Further, an unadjusted function point is calculated from the complexity.

【0029】計測部113は、さらに、ユーザから与え
られるシステム特性の影響度の入力をインタフェース部
115を介して受付け、この影響度を用いて調整係数を
算出する。そして、未調整ファンクションポイントと調
整係数からファンクションポイントを算出して計測DB
にその結果を格納する。インタフェース部115は、こ
の結果を計測DB114から取り出し、入出力装置20
に出力する(ステップ308)。
The measuring section 113 further receives an input of the degree of influence of the system characteristic given by the user via the interface section 115, and calculates an adjustment coefficient using this degree of influence. Then, a function point is calculated from the unadjusted function point and the adjustment coefficient, and the measurement DB
To store the result. The interface unit 115 extracts the result from the measurement DB 114, and
(Step 308).

【0030】ステップ310では、システム開発段階を
意識した修正ルールによって、算出されたファンクショ
ンポイントを修正する。具体的には、システム開発の各
段階で計算されたファンクションポイントを蓄積してお
き、蓄積されたファンクションポイントに基づいてシス
テム開発の各段階における修正値を修正ルールとして修
正ルールDB116に保持する。修正ルールDB116
には、例えば、「要求仕様の開発段階では、見積ったフ
ァンクションポイントに対してプラス10%の修正をす
る」といったルールが保持される。このような修正によ
り、ファンクションポイントの正確性を向上することが
できる。
In step 310, the calculated function points are corrected according to a correction rule that is conscious of the system development stage. Specifically, the function points calculated at each stage of the system development are accumulated, and the modification values at each stage of the system development are held as modification rules in the modification rule DB 116 based on the accumulated function points. Correction rule DB 116
For example, a rule such as "correct the estimated function points by plus 10% at the development stage of the required specifications" is held. Such a modification can improve the accuracy of the function point.

【0031】図4は、ステップ308の結果として得ら
れる情報に基づいて出力されるデータファンクションに
関する情報の出力の一例を示す説明図である。
FIG. 4 is an explanatory diagram showing an example of the output of information relating to the data function output based on the information obtained as a result of step 308.

【0032】401は、データファンクション(図中、
DFと略記)と判定されたデータのまとまりの名前であ
る。202は、抽出されたデータファンクションのファ
ンクションポイント法において規定される種類を示して
いる。図中、「IFL」は、ファンクションポイント法
における内部論理ファイルを表し、「EIF」は、ファ
ンクションポイント法における外部インタフェースファ
イルを表している。403は、算出されたレコード数で
ある。404は、計算されたデータ項目数である。40
5は、データファンクションと定義されたデータのまと
まりの複雑さを示している。データファンクションに関
してこのような一覧を出力することにより、判定された
データファンクションの適切性について簡単に検証を行
うことができる。不適切な部分に対して、ユーザは、入
出力装置20により修正を加えることができ、この修正
は、計測DB114に反映される。
Reference numeral 401 denotes a data function (in the figure,
DF). Reference numeral 202 denotes a type defined in the function point method of the extracted data function. In the figure, “IFL” represents an internal logical file according to the function point method, and “EIF” represents an external interface file according to the function point method. 403 is the calculated number of records. 404 is the calculated number of data items. 40
5 shows the complexity of a unit of data defined as a data function. By outputting such a list of data functions, the appropriateness of the determined data function can be easily verified. The user can make a correction to the inappropriate part by using the input / output device 20, and this correction is reflected in the measurement DB 114.

【0033】図5は、ステップ308の結果として得ら
れる情報に基づいて出力されるトランザクションファン
クションに関する情報の出力の一例を示す説明図であ
る。
FIG. 5 is an explanatory diagram showing an example of the output of information relating to the transaction function output based on the information obtained as a result of step 308.

【0034】501は、トランザクションファンクショ
ン(図中、TFと略記)と判定されたものを表し、例え
ば、メッセージを発信したものの名前(from)と受理し
たもの名前(to)が設定される。502は、抽出された
トランザクションファンクションのファンクションポイ
ント法における種類を示している。「EI」は、そのト
ランザクションファンクションが外部入力であることを
示し、「EO」は外部出力、「EQ」は外部参照をそれ
ぞれ示している。503は、算出された関連ファイル数
である。504は、そのトランザクションファンクショ
ンによって変更されたデータ項目数である。505は、
トランザクションファンクションの複雑さを示してい
る。データファンクションの場合と同様、このような一
覧を出力することにより、判定されたトランザクション
ファンクションの適切性について、簡単に検証を行うこ
とができる。不適切な部分に対して、ユーザは、入出力
装置20により修正を加えることができ、この修正は、
計測DB114に反映される。
Reference numeral 501 denotes a transaction function (abbreviated as TF in the figure), which is set with, for example, the name of the sender of the message (from) and the name of the receiver of the message (to). Reference numeral 502 denotes the type of the extracted transaction function in the function point method. “EI” indicates that the transaction function is an external input, “EO” indicates an external output, and “EQ” indicates an external reference. 503 is the calculated number of related files. 504 is the number of data items changed by the transaction function. 505 is
Indicates the complexity of the transaction function. By outputting such a list as in the case of the data function, the appropriateness of the determined transaction function can be easily verified. The user can make a correction to the inappropriate part by using the input / output device 20, and this correction is
This is reflected in the measurement DB 114.

【0035】図6は、ステップ310において出力され
る修正後の計測結果の一例である。
FIG. 6 shows an example of the corrected measurement result output in step 310.

【0036】601には、プロジェクトの名称が設定さ
れる。602には、入力された仕様書がどこの開発段階
に属しているかを示す情報が設定される。603には、
ファンクションポイント法にしたがって算出された未調
整ファンクションポイント(未調整FP)が設定され
る。604には、ファンクションポイント法にしたがっ
て調整された後のファンクションポイント(調整後F
P)が設定される。605は、ステップ310で行われ
た修正の度合いを示す修正度が設定される。606に
は、調整後ファンクションポイント604と修正度60
5から得られる最終的な計測結果である最終ファンクシ
ョンポイント(最終FP)が設定される。
In 601, a project name is set. In 602, information indicating to which development stage the input specification belongs is set. In 603,
An unadjusted function point (unadjusted FP) calculated according to the function point method is set. A function point 604 after adjustment according to the function point method (adjusted F
P) is set. In a step 605, a correction degree indicating the degree of correction performed in step 310 is set. 606 includes an adjusted function point 604 and a correction degree 60;
A final function point (final FP), which is the final measurement result obtained from 5, is set.

【0037】例えば、図において、第1行目には、プロ
ジェクト名が「欠品処理システム」の「要求仕様」段階
での計測結果が示されていることが分かる。この例で
は、未調整ファンクションポイントが「20」、調整後
のファンクションポイントが「18」であって、修正度
が「+10%」である。そして、最終的なファンクショ
ンポイントは、19.8であることが示されている。
For example, in the figure, it can be seen that the first line shows the measurement result at the “required specification” stage of the “out-of-stock processing system”. In this example, the unadjusted function point is “20”, the adjusted function point is “18”, and the degree of correction is “+ 10%”. And it is shown that the final function point is 19.8.

【0038】以上説明したように、本実施の形態におけ
るシステム規模見積支援装置によれば、ソフトウェアシ
ステムのシステム規模を人為的な要因をできる限り排除
して短時間で求めることができる。
As described above, according to the system scale estimation support apparatus of the present embodiment, the system scale of a software system can be obtained in a short time while eliminating artificial factors as much as possible.

【0039】また、入力情報として、開発工程の上流で
作成される仕様書や基本設計書などの情報を用いること
ができ、システム開発の早期の段階で見積を行うことが
可能となる。
Further, as input information, information such as specifications and basic design documents created upstream of the development process can be used, and estimation can be performed at an early stage of system development.

【0040】さらに、ファンクションポイントのカウン
ト内容を一覧表示することにより、算出したファンクシ
ョンポイント値の根拠を知り、ファンクションポイント
値を補正することができる。
Further, by displaying the count contents of the function points in a list, it is possible to know the basis of the calculated function point value and correct the function point value.

【0041】[0041]

【発明の効果】人為的な要因をできる限り排除し、簡単
な操作でかつ短い時間内で信頼性の高い見積もりを行う
ことが可能となる。
According to the present invention, it is possible to eliminate a human factor as much as possible and to perform a highly reliable estimation with a simple operation in a short time.

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

【図1】本発明の一実施形態におけるシステム規模見積
支援装置の構成図である。
FIG. 1 is a configuration diagram of a system scale estimation support device according to an embodiment of the present invention.

【図2】仕様書30の一例を説明するための概念構成図
である。
FIG. 2 is a conceptual configuration diagram for explaining an example of a specification sheet 30.

【図3】ファンクションポイントの計測処理のフローチ
ャートである。
FIG. 3 is a flowchart of a function point measurement process.

【図4】データファンクションに関する情報の出力の一
例を示す説明図である。
FIG. 4 is an explanatory diagram illustrating an example of output of information regarding a data function.

【図5】トランザクションファンクションに関する情報
の出力の一例を示す説明図である。
FIG. 5 is an explanatory diagram illustrating an example of output of information regarding a transaction function.

【図6】計測結果の出力の一例を示す説明図である。FIG. 6 is an explanatory diagram illustrating an example of an output of a measurement result.

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

10・・・処理装置、 20・・・入出力装置、 30・・・仕様書、 110・・・解析部、 111・・・解析ルール、 112・・・解析DB、 113・・・計測部、 114・・・計測DB、 115・・・インタフェース部。 DESCRIPTION OF SYMBOLS 10 ... Processing device, 20 ... Input / output device, 30 ... Specification, 110 ... Analysis part, 111 ... Analysis rule, 112 ... Analysis DB, 113 ... Measurement part, 114: measurement DB 115: interface unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 湯浦 克彦 神奈川県横浜市都筑区加賀原二丁目2番 株式会社日立製作所システム開発本部内 Fターム(参考) 5B076 DF01  ──────────────────────────────────────────────────続 き Continuing on the front page (72) Katsuhiko Yuura, Inventor 2-2-2 Kagahara, Tsuzuki-ku, Yokohama-shi, Kanagawa Prefecture F-term in the System Development Division, Hitachi, Ltd. 5B076 DF01

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】規模の見積もりを行うシステムに関する仕
様書であって、データのまとまりと、データの流れとを
表す情報を有する仕様書ファイルを入力する手段と、 予め与えられた解析ルールに従って、前記仕様書ファイ
ルより、データファンクション、トランザクションショ
ンファンクションを抽出する手段と、 前記抽出手段により抽出されたデータファンクション、
トランザクションファンクションを用いて、所定の規則
に従ってファンクションポイントを算出する手段と、算
出されたファンクションポイントを出力する出力手段と
を有することを特徴とするシステム規模見積支援装置。
1. A specification relating to a system for estimating a scale, comprising: means for inputting a specification file having information indicating a data collection and data flow; and Means for extracting a data function and a transaction function from the specification file; and a data function extracted by the extracting means;
A system scale estimation support device, comprising: means for calculating a function point according to a predetermined rule using a transaction function; and output means for outputting the calculated function point.
【請求項2】前記抽出手段は、前記仕様書に含まれる除
法からデータのまとまりとして認識される情報を抽出す
ることを特徴とする請求項1記載のシステム規模見積支
援装置。
2. The system scale estimation support apparatus according to claim 1, wherein said extracting means extracts information recognized as a data unit from a division included in said specification.
【請求項3】前記抽出手段は、データファンクションと
して抽出されたデータのまとまりに関連する機能をトラ
ンザクションファンクションとして抽出することを特徴
とする請求項2記載のシステム規模見積支援装置。
3. The system scale estimation support apparatus according to claim 2, wherein said extraction means extracts a function related to a set of data extracted as a data function as a transaction function.
【請求項4】前記所定の規則は、抽出されたデータファ
ンクション及びトランザクションファンクションのそれ
ぞれについて、そのデータ項目数から複雑さを決定する
ための規則と、複雑さから未調整のファンクションポイ
ントを決定するための規則とを含み、前記算出手段は、
前記抽出手段により抽出されたデータファンクション、
トランザクションファンクションのそれぞれについて、
前記所定の規則に従った複雑さを決定し、該複雑さを基
に未調整ファンクションポイントを求めることを特徴と
する請求項1乃至3記載のシステム規模見積支援装置。
4. The predetermined rule includes a rule for determining complexity from the number of data items of each of the extracted data function and transaction function, and a rule for determining an unadjusted function point from the complexity. Wherein the calculating means comprises:
A data function extracted by the extraction means,
For each of the transaction functions,
4. The system scale estimation support apparatus according to claim 1, wherein a complexity according to the predetermined rule is determined, and an unadjusted function point is obtained based on the complexity.
【請求項5】前記出力手段は、抽出されたデータファン
クションまたはトランザクションファンクションをカウ
ントされたデータ項目数及び前記複雑さと共に一覧表示
することを特徴とする請求項4記載のシステム規模見積
支援装置。
5. The system scale estimation support device according to claim 4, wherein said output means displays a list of the extracted data functions or transaction functions together with the number of counted data items and the complexity.
JP10248038A 1998-09-02 1998-09-02 System scale estimation supporting device Pending JP2000076062A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10248038A JP2000076062A (en) 1998-09-02 1998-09-02 System scale estimation supporting device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10248038A JP2000076062A (en) 1998-09-02 1998-09-02 System scale estimation supporting device

Publications (1)

Publication Number Publication Date
JP2000076062A true JP2000076062A (en) 2000-03-14

Family

ID=17172281

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10248038A Pending JP2000076062A (en) 1998-09-02 1998-09-02 System scale estimation supporting device

Country Status (1)

Country Link
JP (1) JP2000076062A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007122358A (en) * 2005-10-27 2007-05-17 Fujitsu Ltd Unexpected demand detection system and unexpected demand detection program
JP2007272417A (en) * 2006-03-30 2007-10-18 Mizuho Information & Research Institute Inc System scale estimation system, system scale estimation method, and system scale estimation program
JP2010113639A (en) * 2008-11-10 2010-05-20 Toshiba Information Systems (Japan) Corp Apparatus and program for measuring software scale

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007122358A (en) * 2005-10-27 2007-05-17 Fujitsu Ltd Unexpected demand detection system and unexpected demand detection program
JP2007272417A (en) * 2006-03-30 2007-10-18 Mizuho Information & Research Institute Inc System scale estimation system, system scale estimation method, and system scale estimation program
JP2010113639A (en) * 2008-11-10 2010-05-20 Toshiba Information Systems (Japan) Corp Apparatus and program for measuring software scale

Similar Documents

Publication Publication Date Title
Gencel et al. Functional size measurement revisited
US8862622B2 (en) Analysis, inference, and visualization of social networks
CN110619506B (en) Post image generation method, post image generation device and electronic equipment
JP4920023B2 (en) Inter-object competition index calculation method and system
CN109784381A (en) Markup information processing method, device and electronic equipment
CN114462616A (en) Machine learning model for preventing sensitive data from being disclosed online
CN111078880A (en) Risk identification method and device for sub-application
CN110362601A (en) Mapping method, device, equipment and the storage medium of metadata standard
KR101838162B1 (en) Method for providing total brand management using brand identitiy for customer value and server for the same
KR102144352B1 (en) Electronic terminal device capable of calculating a predicted reading time for a document and operating method thereof
CN107067276A (en) Determine the method and device of object influences power
JP2000076062A (en) System scale estimation supporting device
CN107729424A (en) A kind of data visualization method and equipment
CN116127450A (en) Model evaluation method and device
CN116402596A (en) Data analysis method, device, computer equipment and readable storage medium
CN114691894A (en) Paperless financial data management method for electronic information full-link knowledge graph
CN113674079A (en) Financial risk control system and method based on relational graph and customer portrait
JP6605683B1 (en) Estimating method, billing method, computer, and program
JP2021056659A (en) Information processing device, information processing method and information processing program
JP7368899B1 (en) information processing system
US20220374950A1 (en) Consideration calculation device, control method, and non-transitory storage medium
CN116629980B (en) Pricing method of software engineering, terminal equipment and storage medium
KR20120058417A (en) Method and system for machine-learning based optimization and customization of document similarities calculation
KR102295229B1 (en) Method, Apparatus and System for Recommending Promotion Time
CN110363554B (en) Image material quality evaluation method, device and computer readable storage medium

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050215

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050614