JPH09292985A - Program-reusing parts generating method - Google Patents

Program-reusing parts generating method

Info

Publication number
JPH09292985A
JPH09292985A JP10712796A JP10712796A JPH09292985A JP H09292985 A JPH09292985 A JP H09292985A JP 10712796 A JP10712796 A JP 10712796A JP 10712796 A JP10712796 A JP 10712796A JP H09292985 A JPH09292985 A JP H09292985A
Authority
JP
Japan
Prior art keywords
program
data
design information
parts
condition
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
JP10712796A
Other languages
Japanese (ja)
Inventor
Shinichi Akiba
真一 秋庭
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 JP10712796A priority Critical patent/JPH09292985A/en
Publication of JPH09292985A publication Critical patent/JPH09292985A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make the software developing operation efficient by preparing/ providing a program recycling parts of a simple structure. SOLUTION: An existent program is inputted (201), design information is extracted with data in a center (202), and operator inputs a data item desired to make a part (203), and operation and restriction condition is organized and integrated concerning design information on the data item to prepare data parts which can be recycled (204). Next, a data item related with the data component is extracted (205), data parts are prepared similarly concerning corresponding design information and this is repeated concerning all the related data items (206). Finally, plural data parts related to job processing are collected to produce reusable job parts (207).

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータ・ソ
フトウェア開発技術分野に係わり、特にソフトウェア再
構築及び新規ソフトウェア開発作業の効率化を支援する
ための、既存プログラムからのデータを中心の再利用部
品生成方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to the field of computer software development, and in particular, reusable component generation based on data from an existing program for supporting the efficiency of software reconstruction and new software development work. Regarding the method.

【0002】[0002]

【従来の技術】従来、既存プログラムからデータを中心
に設計情報を抽出する方法としては、例えば、特開平6
−214772号公報に記載の2項オブジェクトを用い
たプログラム論理の抽出方法が知られている。ここで
は、既存プログラムの各トランザクションを個々のデー
タ要素に分解し、該分解したデータ要素を一対のデータ
要素(2項オブジェクト)にて表現することで、複雑化
された既存プログラム内の設計情報をデータ単位に抽出
し、更に、該抽出した設計情報を再利用できるように整
理して、新たなプログラム構造を生成する作業の効率化
を図る方法について述べている。
2. Description of the Related Art Conventionally, as a method for extracting design information mainly from data from an existing program, for example, Japanese Patent Laid-Open No.
There is known a method of extracting program logic using a binary object described in Japanese Patent Publication No. 214772. Here, each transaction of the existing program is decomposed into individual data elements, and the decomposed data elements are expressed by a pair of data elements (binary objects), whereby complicated design information in the existing program is obtained. It describes a method of extracting data in a data unit and further organizing the extracted design information so that it can be reused to improve the efficiency of the work of generating a new program structure.

【0003】[0003]

【発明が解決しようとする課題】上記従来技術では、既
存プログラムのデータに着目し、各データに関するプロ
グラムの設計情報の抽出、および、該抽出した情報の直
接の再利用にとどまっている。しかし、プログラムの設
計情報の抽出段階では、データ毎に複数の操作とそれに
関連する複数の制約が抽出されるため、それの直接の再
利用では膨大な再利用部品が作成され、再利用面での効
率化がうまくいかないといった問題があった。
In the above-mentioned conventional technique, attention is paid to the data of the existing program, and only the design information of the program regarding each data is extracted and the extracted information is directly reused. However, in the program design information extraction stage, multiple operations and multiple constraints related to each data are extracted. There was a problem that the efficiency of did not go well.

【0004】本発明の目的は、既存プログラムから抽出
した複数操作と複数制約の関係を整理し、データ単位あ
るいは業務処理上で関連する複数データ単位の再利用部
品を作成/提供する事により、効率的なソフトウェア開
発作業を行えるようにすることにある。
The object of the present invention is to improve the efficiency by organizing the relationship between a plurality of operations and a plurality of constraints extracted from an existing program, and creating / providing a reusable component in a data unit or a plurality of data units related in business processing. It is to be able to carry out general software development work.

【0005】[0005]

【課題を解決するための手段】本発明の目的を達成する
ため、本発明では、既存プログラムからデータを中心に
設計情報を抽出したなら、そのデータ毎の操作/制約条
件からデータ単位での再利用部品を作成し、更に業務処
理上で関連するデータの操作/制約条件をまとめた業務
部品を作成して、作業者にこれら情報を提供する。
In order to achieve the object of the present invention, according to the present invention, if design information is extracted mainly from data from an existing program, the operation / constraint condition for each data is re-created in data units. A usage component is created, and further, a business component is created that summarizes the operation / constraint conditions of data related to the business processing, and this information is provided to the worker.

【0006】[0006]

【発明の実施の形態】以下、本発明の一実施例を図面を
用いて詳細に説明する。図1は、本発明に係わるプログ
ラム再利用部品生成方法を実施するシステム構成を示す
ブロック図である。図1において、101はプログラム
に基づく逐次処理機能を有する中央処理装置(CPU)
であり、ここでは図2の処理手順の実行を制御する。1
02はキーボードとマウスとディスプレイ画面を有する
対話端末であり、本システムを用いる作業者が指示や分
析に必要な情報を入力するために用いる。103は主メ
モリで、図2の処理手順を実現するためのプログラムお
よび処理途中結果等が格納される。104は、プログラ
ム再利用部品生成で対象とする既存プログラムが格納さ
れているファイルである。105は既存プログラムを解
析して抽出したプログラム設計情報が格納されるファイ
ルである。106は作成したプログラム再利用部品(デ
ータ部品、業務部品)を格納するファイルである。
BEST MODE FOR CARRYING OUT THE INVENTION An embodiment of the present invention will be described in detail below with reference to the drawings. FIG. 1 is a block diagram showing a system configuration for implementing a program reuse component generation method according to the present invention. In FIG. 1, 101 is a central processing unit (CPU) having a sequential processing function based on a program.
In this case, the execution of the processing procedure shown in FIG. 2 is controlled. 1
Reference numeral 02 denotes an interactive terminal having a keyboard, a mouse and a display screen, which is used by an operator who uses this system to input information necessary for instructions and analysis. Reference numeral 103 denotes a main memory that stores a program for realizing the processing procedure of FIG. Reference numeral 104 is a file that stores an existing program that is a target for program reuse component generation. Reference numeral 105 is a file in which program design information extracted by analyzing an existing program is stored. A file 106 stores the created program reuse parts (data parts, business parts).

【0007】図2は、本発明のプログラム再利用部品生
成方法の一実施例の処理手順を示すフローチャートであ
る。以下に、具体例に基づいて、図2のフローチャート
に従い処理手順を詳細に説明する。なお、具体例では、
COBOL言語を対象にしたプログラム例を示す。
FIG. 2 is a flow chart showing the processing procedure of an embodiment of the program reuse component generating method of the present invention. The processing procedure will be described below in detail with reference to the flowchart of FIG. 2 based on a specific example. In the specific example,
An example program for the COBOL language is shown.

【0008】まず、CPU101は、既存プログラムフ
ァイル104から分析対象の既存プログラムを入力する
(ステップ201)。ここでは、分析対象の既存プログ
ラムを図3乃至図7とする。
First, the CPU 101 inputs an existing program to be analyzed from the existing program file 104 (step 201). Here, the existing programs to be analyzed are shown in FIGS.

【0009】図3はプログラムIDが「MAINO1」
のメインプログラムである。図4は、図3のメインプロ
グラムの文306でコールされるプログラムIDが「H
ANBAI10」のサブプログラム、図5は、同じく文
307でコールされるプログラムIDが「HANBAI
20」のサブプログラムである。また、図6は、図3の
メインプログラムの文303でコールされるプログラム
IDが「SHOHIN00」のサブプログラム、図7
は、同じく文304でコールされるプログラムIDが
「SHOHIN01」のサブプログラムである。
In FIG. 3, the program ID is "MAINO1".
Is the main program of. In FIG. 4, the program ID called in the statement 306 of the main program in FIG.
In FIG. 5, the program ID called in the statement 307 is “HANBAI10”.
20 "subprogram. 6 is a subprogram whose program ID is "SHOHIN00" called by the statement 303 of the main program of FIG.
Is a subprogram with a program ID “SHOHIN01” which is also called in the statement 304.

【0010】次に、CPU1は、入力された分析対象の
既存プログラムから、データ(データ項目、操作対象デ
ータ等)を中心にプログラム設計情報を抽出する(ステ
ップ202)。これには、例えば特開平6−21477
2号公報に示されている2項オブジェクトを用いたプロ
グラム論理の抽出法を適用すれば便利である。勿論、こ
の抽出法に限る必要はない。
Next, the CPU 1 extracts program design information centered on data (data items, operation target data, etc.) from the input existing program to be analyzed (step 202). This includes, for example, JP-A-6-21477.
It is convenient to apply the method of extracting program logic using the binary object shown in Japanese Patent Publication No. Of course, it is not necessary to limit to this extraction method.

【0011】図8は、図3、図4、図5に示されるプロ
グラムより抽出されたデータ項目「HANBAI−KI
N(販売金額)」に対するプログラム設計情報例を示し
たものである。図において、802は、図4の「HAN
BAI10」プログラム中の「HANBAI−KIN」
を算出するための式(データ操作部)402であり、8
01は、図3の「MAIN01」プログラム中の条件
(制約条件部)301が真、条件305が真、及び、図
4の「HANBAI10」プログラム中の条件401が
真といった、当該式402が実行されるための制約条件
をまとめたものである。同様に、804は、図4のプロ
グラム中の「HANBAI−KIN」を算出するための
式403であり、803は、図3のプログラム中の条件
301が真、条件305が真、図4のプログラム中の条
件401が偽(真の条件の反対の論理式で表示)等の、
当該式403が実行されるための制約条件をまとめたも
のである。また、806は、図5の「HANBAI2
0」プログラム中の「HANBAI−KIN」を算出す
るための式502であり、805は、図3のプログラム
中の条件301が真、条件305が偽、図5のプログラ
ム中の条件501が真等の、当該式502が実行される
ための制約条件をまとめたものである。同様に、808
は、図5のプログラム中の「HANBAI−KIN」を
算出するための式503であり、807は、図3のプロ
グラム中の条件301が真、条件305が偽、図5のプ
ログラム中の条件501が偽等の、当該式503が実行
されるための制約条件をまとめたものである。
FIG. 8 shows a data item "HANBAI-KI" extracted from the programs shown in FIGS.
9 shows an example of program design information for N (sales amount). In the figure, 802 is "HAN" of FIG.
"HANBAI-KIN" in the "BAI10" program
Is a formula (data operation unit) 402 for calculating
01, the expression 402 is executed such that the condition (constraint condition part) 301 in the “MAIN01” program in FIG. 3 is true, the condition 305 is true, and the condition 401 in the “HANBAI10” program in FIG. 4 is true. It is a summary of the constraints for Similarly, 804 is an equation 403 for calculating “HANBAI-KIN” in the program of FIG. 4, and 803 is condition 301 in the program of FIG. 3 is true, condition 305 is true, and the program of FIG. The condition 401 is false (displayed as a logical expression opposite to the true condition),
The constraint conditions for executing the expression 403 are summarized. Further, 806 is “HANBAI2 in FIG.
0 is a formula 502 for calculating “HANBAI-KIN” in the program, and 805 is condition 301 in the program of FIG. 3 is true, condition 305 is false, condition 501 in the program of FIG. Of the constraint conditions for executing the expression 502. Similarly, 808
5 is an expression 503 for calculating “HANBAI-KIN” in the program of FIG. 5, and 807 is condition 501 in the program of FIG. 3 is true, condition 305 is false, condition 501 in the program of FIG. Is a collection of constraint conditions for executing the expression 503 such as false.

【0012】図9は、図3、図6、図7に示されるプロ
グラムより抽出されたデータ項目「SHOHIN−KI
N(商品金額)」に対するプログラム設計情報例を示し
たものである。図において、902は、図6の「SHO
HIN00」プログラム中の「SHOHIN−KIN」
を算出するための式(データ操作部)602であり、9
01は、図3の「MAIN01」プログラム中の条件
(制約条件部)301が真、条件302が真、図6の
「SHOHIN00」プログラム中の条件601が真と
いった、当該式602が実行されるための制約条件をま
とめたものである。同様に、904は、図6のプログラ
ム中の「SHOHIN−KIN」を算出するための式6
03であり、903は、図3のプログラム中の条件30
1が真、条件302が真、図6のプログラム中の条件6
01が偽等の、当該式603が実行されるための制約条
件をまとめたものである。また、906は、図7の「S
HOHIN01」プログラム中の「SHOHIN−KI
N」を算出するための式702であり、905は、図3
のプログラム中の条件が真、条件302が偽、図7のプ
ログラム中の条件701が真等の、当該式702が実行
されるための制約条件をまとめたものである。908
は、図7のプログラム中の「SHOHIN−KIN」を
算出するための式703であり、907は、図3のプロ
グラム中の条件301が真、条件302が偽、図7のプ
ログラム中の条件701が偽等の、当該式703が実行
されるための制約条件をまとめたものである。
FIG. 9 shows a data item "SHOHIN-KI" extracted from the programs shown in FIGS.
7 shows an example of program design information for N (commodity price). In the figure, 902 is "SHO" of FIG.
"SHOHIN-KIN" in the "HIN00" program
Is an expression (data operation unit) 602 for calculating
01 is because the condition 602 in the “MAIN01” program in FIG. 3 is true, the condition 302 is true, the condition 302 is true, and the condition 601 in the “SHOHIN00” program in FIG. 6 is true. It is a summary of the constraint conditions of. Similarly, 904 is an expression 6 for calculating "SHOHIN-KIN" in the program of FIG.
03 and 903 are conditions 30 in the program of FIG.
1 is true, condition 302 is true, condition 6 in the program of Figure 6
The constraint conditions for executing the expression 603, such as 01 is false, are summarized. Further, 906 is “S
"SHOHIN-KI" in the "HOHIN01" program
3 is an equation 702 for calculating “N”, and 905 is shown in FIG.
The conditions in the program are true, the condition 302 is false, the condition 701 in the program of FIG. 7 is true, and the constraint conditions for executing the expression 702 are summarized. 908
Is a formula 703 for calculating “SHOHIN−KIN” in the program of FIG. 7, and 907 is a condition 701 in the program of FIG. 7, a condition 301 in the program of FIG. 3 is true, a condition 302 is false. Is a set of constraint conditions for executing the expression 703 such as false.

【0013】このようにして、分析対象の既存プログラ
ムからデータ(本実施例ではデータ項目)に着目して抽
出された各プログラム設計情報は、プログラム設計情報
ファイル105に蓄積される。
In this way, each program design information extracted by focusing on the data (data items in this embodiment) from the existing program to be analyzed is accumulated in the program design information file 105.

【0014】次に、作業者が対話端末102より部品化
したいデータ項目を入力すると(ステップ203)、C
PU101は、該入力されたデータ項目に対するプログ
ラム設計情報をプログラム設計情報ファイル105から
読み出し、該データ項目についてのデータ部品を作成す
る(ステップ204)。さらに、CPU101は、当該
データ部品に関係のあるデータ項目を抽出し(ステップ
205)、同様に、そのデータ項目に対するプログラム
設計情報をプログラム設計情報ファイル105から読み
出し、対応するデータ部品を作成する。これを関連する
すべてのデータ項目について繰り返す(ステップ20
6)。ここでは、対話端末102より「HANBAI−
KIN(販売金額)」が入力されたものとして、それに
関連するデータ部品の作成について説明する。
Next, when the operator inputs a data item to be made into a component from the interactive terminal 102 (step 203), C
The PU 101 reads the program design information for the input data item from the program design information file 105 and creates a data component for the data item (step 204). Further, the CPU 101 extracts a data item related to the data component (step 205), similarly reads out the program design information for the data item from the program design information file 105 and creates a corresponding data component. Repeat this for all relevant data items (step 20).
6). Here, from the interactive terminal 102, “HANBAI-
Assuming that "KIN (sales amount)" has been input, the creation of data parts related thereto will be described.

【0015】CPU101は、部品化したいデータ項目
として「HANBAI−KIN(販売金額)」が入力さ
れると、プログラム設計情報ファイル105から、ま
ず、「HANBAI−KIN」に対するプログラム設計
情報(ここでは、図8の情報)を読み出し、そのデータ
操作部/制約条件部を整理・統合して、販売金額算出用
のデータ部品を作成する。
When "HANBAI-KIN (sales amount)" is input as a data item to be made into a component, the CPU 101 first reads from the program design information file 105 the program design information for "HANBAI-KIN" (here, in FIG. (8 information) is read out, and the data operation unit / restriction condition unit is organized and integrated to create a data component for calculating the sales amount.

【0016】図10は、図8のプログラム設計情報で作
成される「HANBAI−KIN(販売金額)」算出用
のデータ部品例を示したものである。プログラム設計情
報の整理は、「同一式の制約」、「各式の共通する制
約」、「相反する制約(真/偽の関係)」の順に行う。
図8の例では、同一式がないため、まず各式で共通する
制約条件を抽出する。その結果、「SYORI−KBN
(処理区分)=‘1’」が全体の制約条件として括り出
される(1001)。次に、式802と式804で共通
の制約条件「KEIYAKU−NEN >= 10」
と、式806と式808で共通する制約条件「KEIY
AKU−NEN < 10」を整理する(1002)。
また、この2つの制約条件は「相反する制約(真/偽の
関係)」になっているので、ここで、制約条件1002
の分岐処理(THENとELSE)にさせる。また、次
の階層では、「SHOHIN−KIN >= 1000
000」と「SHOHIN−KIN < 100000
0」が「相反する制約(真/偽の関係)」になっている
ので、ここでも、制約条件1003,1006の分岐処
理とさせる。このようにして、制約条件を整理した後、
各式802,804,806,808を、抽出された条
件下に整理し(1004,1005,1007,100
8)、図10の販売金額算出データ部品が完成する。
FIG. 10 shows an example of data parts for calculating "HANBAI-KIN (sales amount)" created by the program design information of FIG. The program design information is organized in the order of "constraint of the same expression", "constraint common to each expression", and "consecutive constraint (true / false relationship)".
In the example of FIG. 8, since there is no same expression, the constraint condition common to each expression is first extracted. As a result, "SYORI-KBN
(Processing category) = '1''is bundled as an overall constraint condition (1001). Next, the constraint condition “KEIYAKU-NEN> = 10” common to the equations 802 and 804.
And the constraint condition “KEIY” common to the expressions 806 and 808.
Organize AKU-NEN <10 (1002).
Further, since these two constraint conditions are “reciprocal constraints (true / false relationship)”, here, the constraint condition 1002
Branch processing (THEN and ELSE). In the next layer, “SHOHIN-KIN> = 1000
000 ”and“ SHOHIN-KIN <100,000 ”
Since “0” is a “conflicting constraint (true / false relationship)”, the branching process of the constraint conditions 1003 and 1006 is performed here as well. After organizing the constraints in this way,
Each expression 802, 804, 806, 808 is arranged under the extracted conditions (1004, 1005, 1007, 100
8), the sales amount calculation data part of FIG. 10 is completed.

【0017】次に、CPU101は、図10のデータ部
品に関係のあるデータ項目として「SHOHIN−KI
N(商品金額)」を抽出し、プログラム設計情報ファイ
ル105から、「SHOHIN−KIN」に対応するプ
ログラム設計情報(ここでは、図9の情報)を読み出
し、同様にして商品金額算出用のデータ部品を作成す
る。
Next, the CPU 101 determines "SHOHIN-KI" as a data item related to the data part of FIG.
“N (commodity price)” is extracted, the program design information (here, the information of FIG. 9) corresponding to “SHOHIN-KIN” is read from the program design information file 105, and in the same manner, a data component for calculating the commodity price. To create.

【0018】図11は、図9のプログラム設計情報で作
成される「SHOHIN−KIN(販売金額)」算出用
のデータ部品例を示したものである。まず、同一式であ
る式902,906と式904、908に対する制約条
件を整理する。制約の方法としては先に示した順に行
う。図11において、1101は、各式共通の制約条件
として抽出し、残りの制約条件に関しては、異なる式1
103、1104同士で「相反する制約」となっている
ため、最終的に、1102に示す制約条件の真/偽(T
HEN/ELSEの関係)として部品化する。また、式
902、906は式1103に、式904、908は式
1104として整理される。
FIG. 11 shows an example of data parts for calculating "SHOHIN-KIN (sales amount)" created by the program design information of FIG. First, the constraint conditions for the equations 902 and 906 and the equations 904 and 908, which are the same equations, will be summarized. The restriction method is performed in the order shown above. In FIG. 11, 1101 is extracted as a constraint condition common to all expressions, and the remaining constraint conditions are different from Expression 1.
Since 103 and 1104 are “conflicting constraints”, the true / false (T
HEN / ELSE relationship). Expressions 902 and 906 are arranged as Expression 1103, and Expressions 904 and 908 are arranged as Expression 1104.

【0019】以上の処理を繰り返して、関連するすべて
のデータ部品を作成し、それらを再利用部品情報として
再利用部品情報ファイル106に格納する。
The above processing is repeated to create all related data parts and store them in the reusable part information file 106 as reusable part information.

【0020】次に、CPU101は、再利用部品情報フ
ァイル106からデータ部品を読み出し、業務処理上で
関連するデータ部品をまとめて業務部品を作成する(ス
テップ207)。この業務部品の作成では、作業者の指
定したデータ項目から順次関連するデータ部品を追加し
ていく。
Next, the CPU 101 reads out the data parts from the reusable parts information file 106 and collects the related data parts in the business processing to create the business parts (step 207). In creating this business part, related data parts are sequentially added from the data item designated by the worker.

【0021】図12は、図10、図11のデータ部品か
ら作成される販売金額算出用業務部品例を示したもので
ある。業務部品の作成においては、図10と図11のデ
ータ部品内で共通する制約条件「SYORI−KBN
(処理区分)」1001、1101を括り出し(120
1)、各データ部品の実行順序(本例では、販売金額を
算出する前に商品金額を算出していないといけないとい
う順序)から、図11の商品金額算出のデータ部品(1
202)、図10の販売金額算出のデータ部品(120
3)の順に配置する。
FIG. 12 shows an example of a sales price calculation business component created from the data components of FIGS. In creating the business component, the constraint condition “SYORI-KBN” common in the data components of FIGS. 10 and 11 is used.
(Processing category) "1001, 1101 are grouped (120
1) From the execution order of each data component (in this example, the order in which the product price must be calculated before calculating the sales price), the data component (1
202), the data component for calculating the sales amount of FIG.
Arrange in the order of 3).

【0022】このようにして作成された業務部品は、先
のデータ部品と同様に、後日の再利用部品情報として再
利用部品情報ファイル106に格納しておく。
The business component thus created is stored in the reusable component information file 106 as the reusable component information at a later date, like the previous data component.

【0023】なお、図2のフローチャートにおいて、ス
テップ203とステップ204は順序が逆でもよい。こ
の場合、プログラム設計情報の抽出では、既存プログラ
ムから、作業者の指定した部品化したいデータ項目に関
連のある設計情報を抽出するだけですむ。
In the flowchart of FIG. 2, step 203 and step 204 may be performed in reverse order. In this case, in extracting the program design information, it is only necessary to extract the design information related to the data item desired by the operator to be made into a component from the existing program.

【0024】[0024]

【発明の効果】本発明によれば、既存プログラムから抽
出した再利用可能な設計情報を整理し、データ単位ある
いは業務処理上で関係する複数データ単位の、プログラ
ム構造が簡潔な再利用部品を提供する事が可能になり、
効率的なソフトウェア開発作業を行うことができるよう
になる。
According to the present invention, reusable design information extracted from an existing program is organized, and a reusable component having a simple program structure of a data unit or a plurality of data units related to business processing is provided. Is possible,
You will be able to perform efficient software development work.

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

【図1】本発明のプログラム再利用部品生成方法を実施
するシステム構成を示すブロック図である。
FIG. 1 is a block diagram showing a system configuration for implementing a program reuse component generation method of the present invention.

【図2】本発明方法の一実施例の処理手順を示すフロー
チャートである。
FIG. 2 is a flowchart showing a processing procedure of an embodiment of the method of the present invention.

【図3】分析対象の既存のメインプログラムの具体例で
ある。
FIG. 3 is a specific example of an existing main program to be analyzed.

【図4】分析対象の既存サブプログラムの具体例であ
る。
FIG. 4 is a specific example of an existing subprogram to be analyzed.

【図5】分析対象の既存サブプログラムの具体例であ
る。
FIG. 5 is a specific example of an existing subprogram to be analyzed.

【図6】分析対象の既存サブプログラムの具体例であ
る。
FIG. 6 is a specific example of an existing subprogram to be analyzed.

【図7】分析対象の既存サブプログラムの具体例であ
る。
FIG. 7 is a specific example of an existing subprogram to be analyzed.

【図8】図3、図4、図5の分析対象プログラムから抽
出されたプログラム設計情報例である。
8 is an example of program design information extracted from the analysis target programs of FIGS. 3, 4, and 5. FIG.

【図9】図3、図6、図7の分析対象プログラムから抽
出されたプログラム設計情報例である。
9 is an example of program design information extracted from the analysis target program of FIGS. 3, 6, and 7. FIG.

【図10】図8のプログラム設計情報例により作成され
た再利用可能なデータ部品例である。
10 is an example of reusable data parts created by the program design information example of FIG. 8;

【図11】図9のプログラム設計情報例により作成され
た再利用可能なデータ部品例である。
FIG. 11 is an example of reusable data parts created by the program design information example of FIG. 9;

【図12】図10、図11のデータ部品例により作成さ
れた再利用可能な業務部品例である。
FIG. 12 is an example of a reusable business component created by the data component examples of FIGS. 10 and 11;

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

101 CPU 102 対話端末 103 主メモリ 104 既存プログラム格納ファイル 105 プログラム設計情報格納ファイル 106 再利用部品格納ファイル 101 CPU 102 Interactive Terminal 103 Main Memory 104 Existing Program Storage File 105 Program Design Information Storage File 106 Reusable Parts Storage File

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 既存プログラムからデータを中心にプロ
グラム設計情報を抽出し、前記抽出したプログラム設計
情報について、データ毎の操作/制約条件を整理・統合
して再構築し、データ単位の再利用部品を生成すること
を特徴とするプログラム再利用部品生成方法。
1. Reusable parts for each data unit, by extracting program design information mainly from data from an existing program, reorganizing and reconstructing operation / constraint conditions for each data in the extracted program design information. A method for generating a program reuse component, the method comprising:
【請求項2】 請求項1記載のプログラム再利用部品生
成方法において、前記生成されたデータ単位の再利用部
品から、業務処理上関連する部品をまとめて業務部品を
生成することを特徴とするプログラム再利用部品生成方
法。
2. The program reusable component generating method according to claim 1, wherein the reusable components of the generated data unit collectively generate the business components related to the business processing. Reusable parts generation method.
JP10712796A 1996-04-26 1996-04-26 Program-reusing parts generating method Pending JPH09292985A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10712796A JPH09292985A (en) 1996-04-26 1996-04-26 Program-reusing parts generating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10712796A JPH09292985A (en) 1996-04-26 1996-04-26 Program-reusing parts generating method

Publications (1)

Publication Number Publication Date
JPH09292985A true JPH09292985A (en) 1997-11-11

Family

ID=14451189

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10712796A Pending JPH09292985A (en) 1996-04-26 1996-04-26 Program-reusing parts generating method

Country Status (1)

Country Link
JP (1) JPH09292985A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001350624A (en) * 2000-06-07 2001-12-21 Nec Corp Device and method for proposing module subdivision, and recording medium
US7895050B2 (en) 2002-04-12 2011-02-22 International Business Machines Corporation Packaging and distributing service elements
US7904304B2 (en) 2002-04-12 2011-03-08 International Business Machines Corporation Method of facilitating management of service elements
US7941321B2 (en) 2002-04-12 2011-05-10 International Business Machines Corporation Facilitating management of service elements usable in providing information technology service offerings
JP2012098902A (en) * 2010-11-02 2012-05-24 Hitachi Ltd Software asset arrangement method and device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001350624A (en) * 2000-06-07 2001-12-21 Nec Corp Device and method for proposing module subdivision, and recording medium
US7895050B2 (en) 2002-04-12 2011-02-22 International Business Machines Corporation Packaging and distributing service elements
US7904304B2 (en) 2002-04-12 2011-03-08 International Business Machines Corporation Method of facilitating management of service elements
US7941321B2 (en) 2002-04-12 2011-05-10 International Business Machines Corporation Facilitating management of service elements usable in providing information technology service offerings
JP2012098902A (en) * 2010-11-02 2012-05-24 Hitachi Ltd Software asset arrangement method and device

Similar Documents

Publication Publication Date Title
US5185867A (en) Method and apparatus for automatically generating software specifications
EP2979176B1 (en) Method for transforming first code instructions in a first programming language into second code instructions in a second programming language
EP0560619B1 (en) Method and apparatus for designing computer programs for business
EP2369502A2 (en) SQL generation
Burd et al. Extracting reusable modules from legacy code: Considering the issues of module granularity
EP1217515A1 (en) Workflow system
US8572551B2 (en) Difference log production for model merging
Moreland et al. Minimizing development costs for efficient many-core visualization using MCD3
JP7055064B2 (en) Database migration support system and program
JPH09292985A (en) Program-reusing parts generating method
JP4791660B2 (en) Data flow automatic generation apparatus, data flow automatic generation method, and computer-readable recording medium
CN112114817B (en) COBOL language-based data dictionary field information acquisition method and device
Tran et al. Name-based view integration for enhancing the reusability in process-driven SOAs
Burd et al. A method for the identification of reusable units through the reengineering of legacy code
KR100407009B1 (en) Program reproducing method and device, and medium on which a program for program reproduction recording
JPH11327884A (en) System for re-constituting and using existing system processing information
JP3153371B2 (en) Method for extracting program logic using binary object
JP2001166928A (en) Device for automatically generating job net
JP2007226358A (en) Application generation device, application generation method, and application generation program
JPH0588863A (en) Program development supporting system
CA2144483A1 (en) Methods and apparatus for reverse engineering a program and generating an object-oriented redesign
JP3245635B2 (en) Standardization and analysis of software products
JPH10254691A (en) Support method for developing program and storage medium having program for implementing the same
JP4663526B2 (en) Form creation support device, form creation support method, and form creation support program
JPH01147621A (en) Automatic program producing method