JPH0481926A - Distributed development software designing method - Google Patents

Distributed development software designing method

Info

Publication number
JPH0481926A
JPH0481926A JP19749090A JP19749090A JPH0481926A JP H0481926 A JPH0481926 A JP H0481926A JP 19749090 A JP19749090 A JP 19749090A JP 19749090 A JP19749090 A JP 19749090A JP H0481926 A JPH0481926 A JP H0481926A
Authority
JP
Japan
Prior art keywords
message
data
module
message data
definition
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
JP19749090A
Other languages
Japanese (ja)
Inventor
Tsuneo Kanzaki
神崎 統雄
Kinji Mori
森 欣司
Yasuo Suzuki
靖雄 鈴木
Hiroyuki Ogura
宏之 小倉
Kozo Nakai
耕三 中井
Hirokazu Kasashima
広和 笠嶋
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 Microcomputer System Ltd
Hitachi Ltd
Original Assignee
Hitachi Ltd
Hitachi Microcomputer Engineering 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, Hitachi Microcomputer Engineering Ltd filed Critical Hitachi Ltd
Priority to JP19749090A priority Critical patent/JPH0481926A/en
Priority to US07/734,226 priority patent/US5542085A/en
Publication of JPH0481926A publication Critical patent/JPH0481926A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve the development efficiency of the whole system by executing the unification/separation of its input message data and output message data before generating a program, that is, at the time of designing a module. CONSTITUTION:In a computer system, computers 10, 20,..., n0 are connected mutually through a transmission line 1, give and receive data, and also, the computers 10, 20,..., n0 are connected to terminal equipments 11, 21,..., n1. In such a state, at the time of designing a distributed software module and message data, identity and similarity of the definition contents of the message data, and a multiple definition of a data item are checked, and by unifying and separating these definition contents, a data base is formed in a shape whose consistency is taken, and at the time of generating the module, the definition contents are extracted from in the data base and utilized. In such a way, the software productivity by the distributed system is improved.

Description

【発明の詳細な説明】[Detailed description of the invention]

[産業上の利用分野] 本発明は、ソフトモジュールを分散システムで開発する
ときの自律分散ソフトモジュールおよびメツセージデー
タの設計方法に関し、特に部分的にシステムを開発する
ときのシステム全体の生産性を向上させるのに好適な分
散開発ソフト設計方法に関する。 〔従来の技術〕 従来、プログラムをモジュール構造で構成し、各モジュ
ールを別々に作成するプログラム開発支援システムでは
、プログラムの変更を容易にするため、例えば特開昭6
3−273132号公報に記載されているように、プロ
グラムソースの変更部分を解析し、波及範囲を調べる方
法が提案されている。なお、この方法では、ソフト設計
時の設計データの整合性を確保して、プログラム開発を
支援する方法については述べられていない。 また、一般に自律分散ソフトモジュールを開発する場合
、入力メツセージおよび出力メツセージを決めてから、
その処理内容を設計している。特に、分散開発するとき
には、既に開発済みのモジュール、メツセージデータと
の整合性を確保するために、モジュールが使用するメッ
セージデータの未定義、多重定義のチェックおよびその
統合・分離を、設計仕様書に基づいて行っている。 〔発明が解決しようとする課題〕 上記従来技術では、ソフトを分散開発すると、既に定義
したメツセージデータと同一または類似のメツセージデ
ータを定義する恐れがある。 なお、同一構成のメツセージデータの存在は、後から定
義したメツセージデータが不要または統合可能であるこ
とを示す。また、類似構成のメツセージデータの存在は
、これらが真に必要であるか否か、すなわち、これらの
統合・分離を再考するのに役立つ。 また、既に定義したデータ項目を多重定義する恐れもあ
る。 本発明の目的は、このような問題点を改善し、自律分散
ソフトモジュールの設計段階で、メツセージデータの多
重定義および類似性を発見してこれらを統合・分離し、
整合性を確保することで、モジュールの作成段階での効
率を向上させ、さらに、作成したモジュールを既存シス
テムに容易に追加可能とすることにより、システム全体
の開発効率を向上させる分散開発ソフト設計方法を提供
することにある。 〔課題を解決するための手段〕 上記目的を達成するため、本発明の分散開発ソフト設計
方法は、分散ソフトモジュールおよびメツセージデータ
の設計時に、メツセージデータの定義内容の同一性およ
び類似性と、データ項目の多重定義とをチェックし、こ
れらの定義内容を統合・分離して整合性のとれた形状で
データベース化しておき、モジュールの作成時には、デ
ータベースの中から定義内容を抽出して利用することに
よって、分散システムでのソフト生産性向上を実現する
ことに特徴がある。 〔作用〕 本発明においては、モジュールは、モジュール名称、入
力メツセージ名称、および出力メツセージ名称で定義す
る。また、メツセージは、メツセージ名称およびこれを
構成するデータ項目名称で定義する。さらに、データ項
目は、データ項目名称と属性および配列数で定義する。 このような定義方法において、メツセージデータを定義
するとき、そのメツセージを構成するデータ項目名称が
同一のメツセージが、既に定義済みであれば、そのメツ
セージと同一内容のメツセージが既に存在することを示
している。 また、メツセージデータを定義するとき、そのメツセー
ジを構成するデータ項目名称のうちの幾つかが同一のメ
ツセージが、既に定義済みであれば、そのメツセージと
類似内容のメツセージが既に存在すること、すなわち、
メツセージの統合・分離の可能性を示している。 さらに、データ項目を定義するとき、そのデータ項目名
称と同一のデータ項目が既に定義済みであれば、そのデ
ータ項目と同一内容のデータ項目が既に存在することを
示している。 こうして多重定義、類似性をチェックした後、これらを
統合・分離して整合性を確保した定義内容をデータベー
ス化しておき、モジュール作成時に、必要な入出力メツ
セージおよびデータ項目をデータベースから取り出し、
プログラムとして展開する。 これにより、仕様書を見ながら、モジュールを汎用エデ
ィタで作成するよりも、生産性を向上させることができ
る。さらに、作成したモジュールの入出力メツセージデ
ータは、本発明で設計・開発したモジュールおよびメツ
セージデータで構成される既存のシステムと矛盾がない
ことがわかっているため、作成したモジュールを矛盾が
ない状態でローディングでき、システム全体としての生
産性も向上する。
[Industrial Field of Application] The present invention relates to a method for designing autonomous distributed software modules and message data when software modules are developed in a distributed system, and in particular improves the productivity of the entire system when partially developing the system. This invention relates to a distributed development software design method suitable for [Prior Art] Conventionally, in a program development support system in which a program is configured in a module structure and each module is created separately, in order to make it easy to change the program, for example,
As described in Japanese Patent No. 3-273132, a method has been proposed in which a changed portion of a program source is analyzed to examine the influence range. Note that this method does not describe a method for supporting program development by ensuring consistency of design data during software design. In general, when developing an autonomous decentralized software module, after determining the input and output messages,
The processing contents are designed. In particular, when performing distributed development, in order to ensure consistency with already developed modules and message data, check for undefined and overloaded message data used by modules, as well as their integration and separation, in the design specifications. Based on this. [Problems to be Solved by the Invention] In the above-mentioned conventional technology, when software is developed in a distributed manner, there is a risk that message data that is the same as or similar to already defined message data may be defined. Note that the existence of message data having the same configuration indicates that message data defined later is unnecessary or can be integrated. Furthermore, the existence of message data with similar configurations helps to reconsider whether or not these are truly necessary, that is, their integration/separation. Additionally, there is a risk of over-defining already defined data items. The purpose of the present invention is to improve such problems by discovering overloaded definitions and similarities in message data and integrating and separating them at the design stage of an autonomous decentralized software module.
A distributed development software design method that improves the efficiency of the module creation stage by ensuring consistency, and also improves the development efficiency of the entire system by making it possible to easily add created modules to existing systems. Our goal is to provide the following. [Means for Solving the Problems] In order to achieve the above object, the distributed development software design method of the present invention takes into consideration the identity and similarity of the definition contents of message data and the data when designing distributed software modules and message data. Check for overloaded definitions of items, integrate and separate these definitions into a database in a consistent format, and when creating a module, extract the definitions from the database and use them. , is characterized by its ability to improve software productivity in distributed systems. [Operation] In the present invention, a module is defined by a module name, an input message name, and an output message name. Further, a message is defined by a message name and data item names that constitute the message. Furthermore, a data item is defined by a data item name, attribute, and number of arrays. In this definition method, when defining message data, if a message with the same data item name constituting the message has already been defined, this indicates that a message with the same content as that message already exists. There is. Furthermore, when defining message data, if a message with some of the same data item names constituting the message has already been defined, it means that a message with similar content already exists, that is,
It shows the possibility of integrating and separating messages. Furthermore, when defining a data item, if a data item with the same data item name has already been defined, this indicates that a data item with the same content as that data item already exists. After checking for overloaded definitions and similarities, the definitions are integrated and separated to ensure consistency and created in a database. When creating a module, necessary input/output messages and data items are retrieved from the database.
Deploy it as a program. This can improve productivity compared to creating modules using a general-purpose editor while looking at specifications. Furthermore, since it is known that the input/output message data of the created module is consistent with the existing system composed of the module and message data designed and developed by the present invention, the created module can be used without any inconsistencies. It also improves the productivity of the system as a whole.

【実施例〕【Example〕

以下、本発明の一実施例を図面により説明する。 第2図は、本発明の分散開発ソフト設計方法を適用する
コンピュータシステムの構成図である。 本実施例では、コンピュータ10,20゜noは、伝送
路1を介して相互接続され、データを授受する。また、
コンピュータ10,20.・・・noは、それぞれ、端
末装置11,2 l、・−、n 1に接続される。 第3図は、本発明の一実施例におけるコンピュータの機
能構成を示す説明図である。 第3図において、101は定義・チェック・編集を行う
プログラム、102はモジュールソースを作成するプロ
グラム、103はモジュール定義ファイル、104はメ
ツセージデータ定義ファイル、105はデータ項目定義
ファイル、106はモジュールソースである。 本実施例では、例えば第2図のコンピュータ10では、
デイスプレィ12を有する端末装置11から入力された
データ、すなわち定義データは、プログラム101によ
りチェックされ、対話的に修正された後、定義ファイル
103〜105に格納される。 このようにして整合性を確保した定義データを、プログ
ラム102が定義ファイル103〜105から取り出し
、モジュールのソースとしてファイル106に格納する
。 第4図は、本発明の一実施例におけるモジュール定義フ
ァイルのファイル形式を示す説明図であ本実施例では、
1つのモジュール定義は、モジュール名格納領域ill
、当該モジュールの入力メツセージを示す入力メッセー
ジ名格納領域112、および当該モジュールの出力メツ
セージを示す出力メッセージ名格納領域113から構成
される。 第5図は、本発明の一実施例におけるメツセージデータ
定義ファイルのファイル形式を示す説明図である。 本実施例では、1つのメツセージデータ定義は、メツセ
ージデータ名格納領域114、およびメツセージデータ
を構成するデータ項目名格納領域115から構成される
。 第6図は、本発明の一実施例におけるデータ項目定義フ
ァイルのファイル形式を示す説明図である。 本実施例では、1つのデータ項目定義は、データ項目名
格納領域116、当該データ項目の属性を示すデータ属
性格納領域117、および当該データ項目の配列数を示
す配列数格納領域118から構成される。 第7図は、本発明の一実施例における定義・チェック・
編集プログラムの処理を示すフローチャートである。 第3図に示したプログラム101は、第7図のように、
定義ファイル103〜105を読み込み(701)、対
話的に定義と編集を行って(702)、チェック画面表
示を行う(703)。 そして、表示画面のチェックがOKならば(704)、
定義内容を定義ファイル103〜105へ格納する(7
05)、また、ステップ704でチェックがNGならば
、定義と編集へ戻る(702)。 第1図は、本発明の一実施例におけるメツセージデータ
の統合および分離の概念を示す説明図である。 本実施例のメツセージデータ統合の概念は、(a)に示
すとおりである。 すなわち、メツセージデータ統合前は、モジュールA2
11はメツセージA201を入力して、メツセージC2
03を出力する。また、モジュールB212はメツセー
ジB2O2を入力し、メツセージD204を出力する。 ここで、メツセージA201とメツセージB2O2の内
容が同一、またはメツセージA201にメツセージB2
O2が含まれるならば、これらはメツセージA201に
統合可能である。従って、メツセージデータの統合後は
、モジュールA211およびモジュールB212は、と
もにメツセージA201を入力して、それぞれメツセー
ジC203およびメツセージD204を出力する。 また、メツセージデータ分離の概念は、(b)に示すと
おりである。 すなわち、メツセージデータ分離前は、モジュールC2
13はメツセージE205を入力して、メツセージF2
06を出力する。また、モジュールD214はメツセー
ジE205を入力とし、メツセージG207を出力する
。ここで、メツセージE205中のデータ項目を、モジ
ュールC213のみで使用するデータ項目とモジュール
D214のみで使用するデータ項目とに分離できれば、
分離後は、例えばメツセージE205はメツセージH2
O3とメツセージI209に分離される。 第8図は、本発明の一実施例におけるメツセージデータ
とデータ項目の定義内容チェック画面例図である。 本実施例では、メツセージデータの統合・分離のために
メツセージデータとデータ項目の定義内容をチェックす
る場合、自律分散ソフトモジュールが使用するメツセー
ジデータと、メツセージを構成するデータ項目とをクロ
スリファレンスする。 すなわち、チェック画面の横軸にメツセージデータ名称
を、縦軸にデータ項目名称をとり、定義内容に基づいて
、各メツセージデータを構成するデータ項目の位置に“
*′ を表示する。 第8図において、メツセージA201は、データ項目2
20〜223から構成されることを示している。また、
メツセージデータB2O2は、データ項目221.22
’2から構成されることを示している。この場合、メツ
セージB2O2は、メツセージA201に含まれ、メツ
セージA201に統合可能であることがわかる。 また、メツセージH2O3とメツセージI209は、メ
ツセージE205をメツセージH2O3とメツセージI
209に分離したものである。 第9図は、本発明の一実施例におけるメツセージデータ
とデータ項目の定義内容チェックを示すフローチャート
である。 本実施例では、第2図に示したメツセージデータ定義フ
ァイル104から先頭のメツセージデータ定義内容を取
り出しく901)、データ項目定義ファイル105から
先頭のデータ項目定義内容を取り出す(902)。 そして、メツセージデータ定義ファイル104から取り
出したデータ項目名と、データ項目定義ファイル105
から取り出したデータ項目名が合致すれば(903)、
 ′*′ を当該位置に表示する(904)。また、合
致しなければ、何もしない。 次に、次のデータ項目の有無をチェックして(905)
、それがあれば、ステップ902に戻ってそのデータ項
目を取り出す。また、次のデータ、項目がなければ、次
のメツセージデータの有無をチェックしく906)、あ
れば、ステップ902に戻ってそのメツセージデータを
取り出す。なお、ステップ906で次のメツセージデー
タがなければ、処理を終了する。 第10図は、本発明の一実施例におけるソフトモジュー
ルとメツセージデータの定義チェック画面例図である。 本実施例では、自律分散ソフトモジュールとメツセージ
データの定義チェックを行う場合、ソフトモジュールと
メツセージデータのクロスリファレンスを行う。すなわ
ち、チェック画面の横軸にモジュール名称を、縦軸にメ
ツセージデータ名称をとり、定義内容に基づいて、各モ
ジュールの入力となるメツセージの位置に′I′ を、
出力となるメツセージの位置にO′ を表示する。 第1O図において、モジュールA2】1は、メツセージ
A201を入力して、メツセージC203を出力するこ
とを示す。また、モジュールB21:2は、メツセージ
B2O2を入力して、メツセージD204を出力するこ
とを示す。また、モジュールC213は、メツセージE
205を入力して、メツセージF20.6を出力するこ
とを示す。 また、モジュールD214は、メツセージE205を入
力して、メツセージG207を出力することを示してい
る。 このような表示により、メツセージを統合・分離したと
き、ソフトモジュールの入力、出力がどのようになるか
を把握できる。 第11図は、本発明の一実施例におけるソフトモジュー
ルとメツセージデータの定義チェック画面作成を示すフ
ローチャートである。 本実施例で仲、第2図に示したモジュール定義ファイル
103から先頭のモジュール定義内容を取り出しく11
01)、メツセージデータ定義ファイル104から先頭
のメツセージデータ定義内容を取り出す(1102)。 そして、モジュール定義ファイル103がら取り出した
メツセージ名と、メツセージデータ定義ファイル104
から取り出したメツセージデータ名が合致しく1103
)、それが入力メツセージであれば、 ′■′ を当該
位置に表示する(1104)。 また、それが出力メツセージであれば、 ○′ を当該
位置に表示する(1105)。なお、ステップ1102
で合致しなければ、何もしない。 さらに、次のメツセージデータの有無をチェックしく1
006)、あれば、ステップ1102に戻ってそれを取
り出す。また、次のメツセージデータがなければ、次の
モジュールの有無をチェックしく1107)、あれば、
ステップ1102に戻ってそれを取り出す、なお、ステ
ップ1107で次のモジュールがなければ、処理を終了
する。 このように、既定義内容と比較して、同一内容(すなわ
ち不要な部分)は削除し、入力ミスであれば、これを修
正して、さらに、メツセージデータの統合・分離を行い
、その結果を定義ファイル103〜105に格納する。 第12図は、本発明の一実施例におけるモジュールソー
ス作成プログラムの処理を示すフローチャートである。 本実施例では、定義ファイル103〜105を読み込み
(1201)、作成しようとするモジュールの入出力メ
ッセージ名から、これらのメツセージを構成するデータ
項目を求める(1202)。 次に、ステップ1202で求めたデータ項目名から、こ
れらのデータ項目の属性と配列数を求める(1203)
。 次に、ステップ1203で求めたデータ項目の内容から
、プログラム言語に応じたデータ宣言文を作成する(1
204)。 このようにして作成した結果をモジュールソースファイ
ル106に格納する(1205)。 〔発明の効果〕 本発明によれば、プログラム作成前、すなわち、モジュ
ール設計時に、その入力メツセージデータ、出力メツセ
ージデータの統合・分離ができるので、メツセージデー
タの多重定義等の無駄が省け、この設計結果を使用する
ことで、プログラム作成時の作業効率が向上する。 また、本発明の方法で作成したシステムに、モジュール
を追加するときにも、モジュールが使用するメツセージ
データと既存システムとの整合性が確保されていること
がわかっているので、システムの動作が保証される。
An embodiment of the present invention will be described below with reference to the drawings. FIG. 2 is a configuration diagram of a computer system to which the distributed development software design method of the present invention is applied. In this embodiment, computers 10 and 20° are interconnected via a transmission path 1 to exchange data. Also,
Computers 10, 20. ...no are connected to the terminal devices 11, 2 l, . . . , n 1, respectively. FIG. 3 is an explanatory diagram showing the functional configuration of a computer in an embodiment of the present invention. In FIG. 3, 101 is a program for defining, checking, and editing, 102 is a program for creating module source, 103 is a module definition file, 104 is a message data definition file, 105 is a data item definition file, and 106 is a module source. be. In this embodiment, for example, the computer 10 in FIG.
Data input from a terminal device 11 having a display 12, that is, definition data, is checked by a program 101, and after interactively modified, is stored in definition files 103-105. The program 102 extracts the definition data whose consistency has been ensured in this manner from the definition files 103 to 105 and stores it in the file 106 as a module source. FIG. 4 is an explanatory diagram showing the file format of the module definition file in one embodiment of the present invention.
One module definition is a module name storage area ill
, an input message name storage area 112 indicating the input message of the module, and an output message name storage area 113 indicating the output message of the module. FIG. 5 is an explanatory diagram showing the file format of a message data definition file in one embodiment of the present invention. In this embodiment, one message data definition consists of a message data name storage area 114 and a data item name storage area 115 that constitutes the message data. FIG. 6 is an explanatory diagram showing the file format of a data item definition file in one embodiment of the present invention. In this embodiment, one data item definition is composed of a data item name storage area 116, a data attribute storage area 117 indicating the attributes of the data item, and an array number storage area 118 indicating the number of arrays of the data item. . FIG. 7 shows the definition, check, and
3 is a flowchart showing processing of an editing program. The program 101 shown in FIG. 3 is as shown in FIG.
The definition files 103 to 105 are read (701), defined and edited interactively (702), and a check screen is displayed (703). Then, if the display screen check is OK (704),
Store the definition contents in definition files 103 to 105 (7
05), and if the check is NG in step 704, the process returns to definition and editing (702). FIG. 1 is an explanatory diagram showing the concept of integrating and separating message data in an embodiment of the present invention. The concept of message data integration in this embodiment is as shown in (a). That is, before message data integration, module A2
11 inputs message A201, and then inputs message C2
Outputs 03. Further, the module B212 inputs the message B2O2 and outputs the message D204. Here, if the contents of message A201 and message B2O2 are the same, or if message A201 and message B2
If O2 is included, these can be integrated into message A201. Therefore, after integrating the message data, module A211 and module B212 both input message A201 and output message C203 and message D204, respectively. Furthermore, the concept of message data separation is as shown in (b). That is, before message data separation, module C2
13 inputs the message E205 and the message F2
Outputs 06. Furthermore, module D214 receives message E205 as input and outputs message G207. Here, if the data items in the message E205 can be separated into data items used only by module C213 and data items used only by module D214,
After separation, for example, message E205 becomes message H2.
It is separated into O3 and message I209. FIG. 8 is an example of a message data and data item definition content check screen in an embodiment of the present invention. In this embodiment, when checking the definition contents of message data and data items in order to integrate and separate message data, the message data used by the autonomous decentralized software module and the data items that constitute the message are cross-referenced. In other words, the horizontal axis of the check screen is the message data name, the vertical axis is the data item name, and based on the definition contents, "
Display *′. In FIG. 8, message A201 is data item 2.
20 to 223. Also,
Message data B2O2 is data item 221.22
' indicates that it is composed of 2. In this case, it can be seen that message B2O2 is included in message A201 and can be integrated into message A201. Also, message H2O3 and message I209 are similar to message E205, message H2O3 and message I
It is separated into 209 parts. FIG. 9 is a flowchart showing checking of the definition contents of message data and data items in one embodiment of the present invention. In this embodiment, the first message data definition content is extracted from the message data definition file 104 shown in FIG. 2 (901), and the first data item definition content is extracted from the data item definition file 105 (902). Then, the data item name extracted from the message data definition file 104 and the data item definition file 105
If the data item name extracted from matches (903),
'*' is displayed at the relevant position (904). Also, if it doesn't match, do nothing. Next, check whether the following data item exists (905).
, if so, return to step 902 and retrieve that data item. If there is no next data or item, check whether there is next message data (906), and if there is, return to step 902 to extract that message data. Note that if there is no next message data in step 906, the process ends. FIG. 10 is an example of a software module and message data definition check screen in an embodiment of the present invention. In this embodiment, when checking the definition of an autonomous decentralized software module and message data, a cross reference is made between the software module and the message data. That is, the horizontal axis of the check screen is the module name, the vertical axis is the message data name, and based on the definition contents, 'I' is placed at the position of the message that is input to each module.
Display O' at the position of the output message. In FIG. 1O, module A2]1 indicates that message A201 is input and message C203 is output. Further, module B21:2 indicates that message B2O2 is input and message D204 is output. In addition, the module C213 sends message E
205 is input to indicate that message F20.6 is to be output. Furthermore, module D214 is shown to input message E205 and output message G207. This kind of display allows you to understand what the input and output of the software module will be when messages are integrated or separated. FIG. 11 is a flowchart showing creation of a software module and message data definition check screen in one embodiment of the present invention. In this embodiment, the first module definition content is extracted from the module definition file 103 shown in FIG.
01), the first message data definition content is extracted from the message data definition file 104 (1102). Then, the message name extracted from the module definition file 103 and the message data definition file 104
The message data name extracted from matches 1103
), if it is an input message, '■' is displayed at the corresponding position (1104). If it is an output message, ○' is displayed at the corresponding position (1105). Note that step 1102
If it doesn't match, do nothing. In addition, please check whether the following message data exists.
006), return to step 1102 and extract it. Also, if there is no next message data, check whether the next module exists (1107), and if there is,
The process returns to step 1102 and takes it out. If it is determined in step 1107 that there is no next module, the process ends. In this way, by comparing the predefined content, the same content (that is, unnecessary parts) is deleted, any input errors are corrected, and the message data is integrated and separated, and the results are It is stored in definition files 103 to 105. FIG. 12 is a flowchart showing the processing of the module source creation program in one embodiment of the present invention. In this embodiment, definition files 103 to 105 are read (1201), and data items constituting these messages are determined from the input/output message names of the module to be created (1202). Next, the attributes and number of arrays of these data items are determined from the data item names determined in step 1202 (1203).
. Next, from the contents of the data item obtained in step 1203, a data declaration statement according to the programming language is created (1
204). The result created in this manner is stored in the module source file 106 (1205). [Effects of the Invention] According to the present invention, input message data and output message data can be integrated and separated before program creation, that is, at the time of module design. Using the results improves work efficiency when creating programs. Furthermore, even when adding a module to a system created using the method of the present invention, it is known that the message data used by the module is consistent with the existing system, so system operation is guaranteed. be done.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例におけるメツセージデータの
統合および分離の概念を示す説明図、第2図は本発明の
分散開発ソフト設計方法を適用するコンピュータシステ
ムの構成図、第3図は本発明の一実施例におけるコンピ
ュータの機能構成を示す説明図、第4図は本発明の一実
施例におけるモジュール定義ファイルのファイル形式を
示す説明図、第5図は本発明の一実施例におけるメツセ
ージデータ定義ファイルのファイル形式を示す説明図、
第6図は本発明の一実施例におけるデータ項目定義ファ
イルのファイル形式を示す説明図、第7図は本発明の一
実施例における定義・チェック・編集プログラムの処理
を示すフローチャート、第8図は本発明の一実施例にお
けるメツセージデータとデータ項目の定義内容チェック
画面例図、第9図は本発明の一実施例におけるメツセー
ジデータとデータ項目の定義内容チェックを示すフロー
チャート、第10図は本発明の一実施例におけるソフト
モジュールとメツセージデータの定義チェック画面例図
、第11図は本発明の一実施例におけるソフトモジュー
ルとメツセージデータの定義チェック画面作成を示すフ
ローチャート、第12図は本発明の一実施例におけるモ
ジュールソース作成プログラムの処理を示すフローチャ
ートである。 l:伝送路、ICI〜no::Iンビュータ2.11〜
n1:端末装置、101:定義・チェック・編集プログ
ラム、102:モジュールソース作成プログラム、10
3:モジュール定義ファイル、104:メツセージデー
タ定義ファイル、、105:データ項目定義ファイル、
IO’6:モジュールソース、111:モジュール名格
納領域、112:入カメッセージ名格納領域、l’13
:出力メッセージ名格納領域、114:メッセージデー
タ名格納領域、115:データ項目名格納領域、116
:データ項目名格納領域、117:データ属性格納領域
、118:配列数格納領域、201〜209:メッセー
ジデータ、211〜214:ソフトモジュール、220
〜224:データ項目。 ロー r”+ 第 図 第 図 第 図 第 第 図 図 第 図 第 図 第 図
FIG. 1 is an explanatory diagram showing the concept of integrating and separating message data in an embodiment of the present invention, FIG. 2 is a configuration diagram of a computer system to which the distributed development software design method of the present invention is applied, and FIG. 3 is a diagram of the present invention. FIG. 4 is an explanatory diagram showing the functional configuration of a computer in an embodiment of the invention. FIG. 4 is an explanatory diagram showing the file format of a module definition file in an embodiment of the invention. FIG. 5 is an illustration of message data in an embodiment of the invention. An explanatory diagram showing the file format of the definition file,
FIG. 6 is an explanatory diagram showing the file format of the data item definition file in one embodiment of the present invention, FIG. 7 is a flowchart showing the processing of the definition/check/edit program in one embodiment of the present invention, and FIG. FIG. 9 is a flowchart showing a check of the definition contents of message data and data items in an embodiment of the present invention; FIG. FIG. 11 is a flowchart showing creation of a definition check screen for software modules and message data in an embodiment of the present invention, and FIG. It is a flowchart which shows the process of the module source creation program in an Example. l: Transmission line, ICI~no::I viewer 2.11~
n1: terminal device, 101: definition/check/edit program, 102: module source creation program, 10
3: Module definition file, 104: Message data definition file, 105: Data item definition file,
IO'6: Module source, 111: Module name storage area, 112: Input message name storage area, l'13
: Output message name storage area, 114: Message data name storage area, 115: Data item name storage area, 116
: Data item name storage area, 117: Data attribute storage area, 118: Array number storage area, 201-209: Message data, 211-214: Software module, 220
~224: Data item. Row r”+ Figure Figure Figure Figure Figure Figure Figure Figure Figure Figure Figure Figure Figure Figure Figure Figure Figure Figure Figure

Claims (1)

【特許請求の範囲】[Claims] 1、メッセージデータの交換によって結ばれた複数のソ
フトモジュールから構成される分散ソフトシステムの分
散開発ソフト設計方法において、ソフトモジュールおよ
びメッセージデータの設計時に、メッセージデータの定
義内容の同一性および類似性と、該メッセージデータを
構成するデータ項目の多重定義とをチェックし、定義内
容を統合・分離して整合性を確保した後、データベース
化しておき、ソフトモジュール作成時に利用することを
特徴とする分散開発ソフト設計方法。
1. In the distributed development software design method for a distributed software system consisting of multiple software modules connected by exchanging message data, when designing software modules and message data, it is necessary to check the identity and similarity of the definition contents of message data. , Distributed development characterized by checking for multiple definitions of data items that make up the message data, integrating and separating the definition contents to ensure consistency, and then creating a database and using it when creating software modules. Software design method.
JP19749090A 1990-07-24 1990-07-24 Distributed development software designing method Pending JPH0481926A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP19749090A JPH0481926A (en) 1990-07-24 1990-07-24 Distributed development software designing method
US07/734,226 US5542085A (en) 1990-07-24 1991-07-22 Method for producing program modules

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19749090A JPH0481926A (en) 1990-07-24 1990-07-24 Distributed development software designing method

Publications (1)

Publication Number Publication Date
JPH0481926A true JPH0481926A (en) 1992-03-16

Family

ID=16375339

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19749090A Pending JPH0481926A (en) 1990-07-24 1990-07-24 Distributed development software designing method

Country Status (1)

Country Link
JP (1) JPH0481926A (en)

Similar Documents

Publication Publication Date Title
US6507855B1 (en) Method and apparatus for extracting data from files
US5799193A (en) Scenario based iterative method for development of an object oriented system model
CN101968800B (en) Metadata driving based method for realizing dynamic form
US8533207B2 (en) Information processing method, apparatus and program in XML driven architecture
US20040031015A1 (en) System and method for manipulation of software
JP3779431B2 (en) Relational database management device, intermediate link table automatic creation processing method, and program storage medium
JP2000148461A (en) Software model and existing source code synchronizing method and device
CN102736915A (en) Automatic program generation device, method, and computer program
JPH07191840A (en) Automatic program generator
CN113641719A (en) Data processing method, data processing device, computer and storage medium
JPH11232090A (en) Automatic data base generation system
JP6692289B2 (en) Screen information generating device, screen information generating method, and program
CN109948133B (en) Data form realization method based on Layu
JPH0481926A (en) Distributed development software designing method
CN112114794B (en) Automatic generation method and device of website application program and computer storage medium
US7437714B1 (en) Category partitioning markup language and tools
CN102841918A (en) Method and device for processing binary system long-object fluidized data
CN111523294A (en) PDF file-based comment separation processing method and device
KR100373397B1 (en) Method for constructing internet site using node library and structure for processing data thereof
CN112052418B (en) Data configuration method and device
JP2010157165A (en) Information processor, information processing method, and program
JP3830579B2 (en) Information analysis / editing system
JP4120879B2 (en) Program generation system and method and program thereof
CN115794863A (en) Data lake-based automatic generation system for data middling platform API
CN117370338A (en) Method, device and terminal for storing wide-table data