JPH0311428A - Input picture dependent type interaction processing program generation system - Google Patents

Input picture dependent type interaction processing program generation system

Info

Publication number
JPH0311428A
JPH0311428A JP14626889A JP14626889A JPH0311428A JP H0311428 A JPH0311428 A JP H0311428A JP 14626889 A JP14626889 A JP 14626889A JP 14626889 A JP14626889 A JP 14626889A JP H0311428 A JPH0311428 A JP H0311428A
Authority
JP
Japan
Prior art keywords
processing
input screen
input picture
input
program
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
JP14626889A
Other languages
Japanese (ja)
Inventor
Junjiro Yabu
藪 潤二郎
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP14626889A priority Critical patent/JPH0311428A/en
Publication of JPH0311428A publication Critical patent/JPH0311428A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To describe input picture processing correspondingly to received picture data at the time of the generation of an interaction processing program by using an input picture processing specification group, a reception processing generating means and an input picture processing generating means. CONSTITUTION:When the operation of an input picture dependent type interaction processing program generation system starts, firstly, the reception processing generating means 3 is started. The means 3 generates reception processing 6 in the source program 5 of the interaction processing program based on the reception processing 31 in which a series of fixed logic to be executed at the time of the reception of the picture data is described by procedural language, and transfers the control to the input picture processing generating means 4. The means 4 reads in an input picture processing specification 2 by every one record successively from the input picture processing specification group 1, and makes it an object to be processed. When the object to be processed is an input picture 21, the means 4 sets the input picture 21 to an input picture deciding processing 41, and generates input picture deciding processing 71.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は端末に対して画面データを送受信することによ
り業務を形成する対話処理システムにおける対話処理プ
ログラムの生成方式に関し、特に端末から入力される画
面データに応じて実行すべき処理が決定される入力画面
依存型対話処理プログラム生成方式に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a method for generating a dialogue processing program in a dialogue processing system that forms business by transmitting and receiving screen data to and from a terminal, and particularly relates to a method for generating a dialogue processing program that is input from a terminal. The present invention relates to an input screen dependent interactive processing program generation method in which processing to be executed is determined according to screen data.

〔従来の技術〕[Conventional technology]

従来、この種の入力画面依存型対話処理プログラム生成
方式では、画面データの受信処理、入力した画面データ
の判定処理(以下、単に入力画面判定処理という)およ
び入力した画面データに対応した処理(以下、単に入力
画面処理という)を手続き型言語の命令文を用いて記述
した入力画面依存型対話処理プログラム(以下、単に対
話処理プログラムという)のソースプログラムをプログ
ラマが作成し、この対話処理プログラムのソースプログ
ラムを手続き型言語の言語処理プロセッサに入力するこ
とにより対話処理プログラムのオブジェクトプログラム
が生成されていた。
Conventionally, this type of input screen-dependent interaction processing program generation method includes screen data reception processing, input screen data judgment processing (hereinafter simply referred to as input screen judgment processing), and processing corresponding to input screen data (hereinafter referred to as input screen judgment processing). A programmer creates a source program for an input screen-dependent interaction processing program (hereinafter simply referred to as an interaction processing program) in which the input screen processing (hereinafter simply referred to as input screen processing) is written using instructions in a procedural language. An object program for an interaction processing program has been generated by inputting a program into a language processing processor for a procedural language.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の入力画面依存型対話処理プログラム生成
方式では、画面データの受信処理1入力画面判定処理お
よび入力画面処理を手続き型言語の命令文を用いてプロ
グラマが記述するようになっていたので、作成した対話
処理プログラムにおいて入力した画面データと入力した
画面データに対応した入力画面処理との関係が明確にな
らず、対話処理プログラムの構造が複雑になりやすいと
いう欠点がある。
In the above-mentioned conventional input screen dependent interaction processing program generation method, the programmer writes the screen data reception process 1 input screen judgment process and input screen processing using command statements of a procedural language. In the created dialogue processing program, the relationship between input screen data and input screen processing corresponding to the input screen data is not clear, and the structure of the dialogue processing program tends to become complicated.

本発明の目的は、上述の点に鑑み、対話処理プログラム
は利用者固有の処理の部分のみが対話処理プログラムに
応して異なり、それ以外の部分である受信処理等は共通
していることに着目し、受信処理等の共通したロジック
を固定ロジックとして自動的に生成することにより、プ
ログラマは必要最小限の入力画面処理のみを記述するこ
とで対話処理プログラムを作成することができるように
した入力画面依存型対話処理プログラム性成方式を提供
することにある。
In view of the above-mentioned points, it is an object of the present invention to realize that dialogue processing programs differ only in the user-specific processing part depending on the dialogue processing program, and that other parts such as reception processing are common. By focusing on input processing and automatically generating common logic such as reception processing as fixed logic, programmers can create interaction processing programs by writing only the minimum required input screen processing. The object of the present invention is to provide a screen-dependent interactive processing program creation method.

〔課題を解決するための手段] 本発明の入力画面依存型対話処理プログラム生成方式は
、第1図に示すように、端末から入力される画面データ
に付加される入力画面名21と当該画面データを入力し
たときに行う入力画面名21に対応した入力画面処理7
2を手続き型言語により記述した入力画面処理記述22
とから構成される複数の入力画面処理仕様2からなる入
力画面処理仕様群1と、手続き型言語により記述した画
面データの受信処理6を生成する受信処理生成手段3と
、受信処理生成手段3により生成された受信処理6の後
に入力画面処理仕様群1の入力画面処理仕様2を解析し
て受信処理6で受信した画面データに付加された入力画
面名と入力画面処理仕様2の入力画面名21とを比較し
一致していれば入力画面処理記述22をそのまま展開し
た入力画面処理72を実行し一致していなければ入力画
面処理記述22をスキップする手続き型言語の命令であ
る入力画面判定処理71とこの入力画面判定処理71に
より実行すべき処理であると判定された堝ろに実行され
る一入力画面処理72とが入力画面処理仕様2の個数分
より構成される入力画面処理群7を生成する入力画面処
理生成手段4と、受信処理6および入力画面処理群7か
らなる対話処理プログラムのソースプログラム5とから
構成されている。
[Means for Solving the Problem] As shown in FIG. 1, the input screen dependent interactive processing program generation method of the present invention includes an input screen name 21 added to screen data input from a terminal and the screen data. Input screen processing 7 corresponding to input screen name 21 performed when inputting
Input screen processing description 22 written in procedural language
an input screen processing specification group 1 consisting of a plurality of input screen processing specifications 2, a reception process generation means 3 that generates a screen data reception process 6 written in a procedural language, and a reception process generation means 3. After the generated reception processing 6, the input screen processing specification 2 of the input screen processing specification group 1 is analyzed to obtain the input screen name added to the screen data received in the reception processing 6 and the input screen name 21 of the input screen processing specification 2. Input screen determination processing 71, which is a procedural language command, executes input screen processing 72, which is an expanded form of input screen processing description 22, if they match, and skips input screen processing description 22 if they do not match. and one input screen process 72 to be executed in the process determined to be a process to be executed by this input screen determination process 71 generates an input screen processing group 7 made up of the number of input screen processing specifications 2. The input screen processing generating means 4 includes a source program 5 of an interaction processing program consisting of a reception processing 6 and an input screen processing group 7.

〔作用〕[Effect]

本発明の入力画面依存型対話処理プログラム生成方式で
は、入力画面処理仕様群lが端末から入力される画面デ
ータに付加される入力画面名21と当該画面データを入
力したときに行う入力画面名21に対応した入力画面処
理72を手続き型言語により記述した入力画面処理記述
22とから構成される複数の入力画面処理仕様2からな
り、受信処理生成手段3が手続き型言語により記述した
画面データの受信処理6を生成し、入力画面処理生成手
段ξが受信処理生成手段3により生成された受信処理6
の後に入力画面処理仕様群1の入力画面処理仕(袈2を
解析して受信処理6で受信した画面データに付加された
入力画面名と入力画面処理仕様2の入力画面名21とを
比較し一致していれば入力画面処理記述22をそのまま
展開した入力画面処理72を実行し一致していなければ
入力画面処理記述22をスキップする手続き型言語の命
令である入力画面判定処理71とこの入力画面判定処理
71により実行すべき処理であると判定された場合に実
行される入力画面処理72とが入力画面処理仕様2の個
数分より構成される入力画面処理群7を生成し、対話処
理プログラムのソースプログラム5が受信処理6および
入力画面処理群7からなる。
In the input screen dependent interactive processing program generation method of the present invention, the input screen processing specification group l includes an input screen name 21 added to screen data input from a terminal and an input screen name 21 to be added when the screen data is input. It consists of a plurality of input screen processing specifications 2 consisting of an input screen processing description 22 in which an input screen processing 72 corresponding to The input screen process generation means ξ generates the reception process 6 generated by the reception process generation means 3.
After that, compare the input screen name added to the screen data received in the reception process 6 with the input screen name 21 of the input screen processing specification group 2 by analyzing the input screen processing specification of the input screen processing specification group 1. If they match, the input screen processing description 22 is expanded as it is to execute the input screen processing 72, and if they do not match, the input screen processing description 22 is skipped.This input screen determination processing 71 is a procedural language command. The input screen processing 72 to be executed when the judgment processing 71 determines that the process should be executed generates an input screen processing group 7 consisting of the number of input screen processing specifications 2, and executes the dialog processing program. The source program 5 consists of a reception process 6 and an input screen process group 7.

〔実施例〕 次に、本発明について図面を参照して詳細に説明する。〔Example〕 Next, the present invention will be explained in detail with reference to the drawings.

第2図は、本発明の一実施例に係る入力画面依存型対話
処理プログラム生成方式の構成を示すブロック図である
0本実施例の入力画面依存型対話処理プログラム生成方
式は、端末(図示せず)から入力される画面データに付
加される入力画面名21と当該画面データを入力したと
きに行う入力画面名21に対応した入力画面処理72を
手続き型言語により記述した入力画面処理記述22とか
ら構成される複数の入力画面処理仕様2からなる入力画
面処理仕様群1と、手続き型言語により記述した受信処
理31に基づいて受信処理6を生成する受信処理生成手
段3と、入力画面処理仕様群lの入力画面処理仕様2を
順次解析し受信処理6で受信した画面データに付加され
た入力画面名と入力画面処理仕様2の入力画面名21と
を比較し一致していれば入力画面処理記述22をそのま
ま展開した入力画面処理72を実行し一致していなけれ
ば入力画面処理記述22をスキップする手続き型言語の
命令である入力画面判定処理71とこの入力画面判定処
理71により実行すべき処理であると判断された場合に
実行される入力画面処理72とが入力画面処理仕様2の
個数分より構成される入力画面処理群7を生成する入力
画面処理生成手段4と、受信処理6および入力画面処理
群7からなる対話処理プログラムのソースプログラム5
と、手続き型言語の言語処理プロセッサ8と、対話処理
プログラムのオブジェクトプログラム9とから構成され
ている。
FIG. 2 is a block diagram showing the configuration of an input screen dependent interactive processing program generation method according to an embodiment of the present invention. an input screen name 21 to be added to the screen data input from 1) and an input screen processing description 22 that describes in a procedural language an input screen process 72 corresponding to the input screen name 21 to be performed when the screen data is input; an input screen processing specification group 1 consisting of a plurality of input screen processing specifications 2, a reception process generation means 3 that generates a reception process 6 based on a reception process 31 written in a procedural language, and an input screen processing specification The input screen processing specifications 2 of group l are sequentially analyzed, and the input screen name added to the screen data received in reception processing 6 is compared with the input screen name 21 of input screen processing specification 2. If they match, input screen processing is performed. An input screen judgment process 71 which is a procedural language command that executes the input screen process 72 which is an expanded version of the description 22 and skips the input screen process description 22 if it does not match, and the process to be executed by this input screen judgment process 71. Input screen processing 72 to be executed when it is determined that Source program 5 of an interaction processing program consisting of screen processing group 7
, a language processing processor 8 for a procedural language, and an object program 9 for an interaction processing program.

次に、このように構成された本実施例の入力画面依存型
対話処理プログラム生成方式の動作について説明する。
Next, the operation of the input screen dependent interactive processing program generation system of this embodiment configured as described above will be explained.

本実施例の入力画面依存型対話処理プログラム生成方式
の動作が開始されると、まず受信処理生成手段3が起動
され、受信処理生成手段3は、画面データの受信時に実
行される一連の固定ロジック(受信命令3受信ステータ
スの解析、エラー時の処理等)を手続き型言語で記述し
た受信処理31に基づいて対話処理プログラムのソース
プログラム5中の受信処理6を生成し、入力画面処理生
成手段4に制御を渡す。
When the operation of the input screen dependent interactive processing program generation method of this embodiment is started, the reception process generation means 3 is first activated, and the reception process generation means 3 is configured to execute a series of fixed logics executed when screen data is received. The input screen processing generation means 4 generates the reception processing 6 in the source program 5 of the interaction processing program based on the reception processing 31 in which the reception command 3 reception status analysis, error processing, etc. are written in a procedural language. Pass control to.

入力画面処理生成手段4は、入力画面処理仕様群1から
入力画面処理仕様2をルコードずつ順に読み込んで処理
対象とする。処理対象が入力画面名21であるときには
、入力画面処理生成手段4は、入力画面判定処理41に
入力画面名21を設定して入力画面判定処理71を生成
する。処理対象が入力画面処理記述22である場合には
、入力画面処理生成手段4は、入力画面処理記述22を
そのまま対話処理プログラムのソースプログラム5中の
入力画面処理72として入力画面判定処理71の次に生
成する。上述の処理を入力画面処理仕様群1の入力画面
処理仕様2が終了するまで繰り返す。
The input screen processing generation means 4 sequentially reads the input screen processing specifications 2 from the input screen processing specification group 1 code by code and sets them as processing targets. When the processing target is the input screen name 21, the input screen process generation means 4 sets the input screen name 21 in the input screen determination process 41 and generates the input screen determination process 71. When the processing target is the input screen processing description 22, the input screen processing generation means 4 uses the input screen processing description 22 as it is as the input screen processing 72 in the source program 5 of the interaction processing program after the input screen determination processing 71. to be generated. The above process is repeated until input screen processing specification 2 of input screen processing specification group 1 is completed.

この結果、対話処理プログラムのソースプログラム5が
生成され、この対話処理プログラムのソースプログラム
5は言語処理プロセッサ8に渡される。
As a result, a source program 5 for the interaction processing program is generated, and this source program 5 for the interaction processing program is passed to the language processing processor 8.

言語処理プロセッサ8は、対話処理プログラムのソース
プログラム5から目的とする対話処理プログラムのオブ
ジェクトプログラム9を生成する。
The language processor 8 generates an object program 9 of the target interaction processing program from the source program 5 of the interaction processing program.

このように、本実施例の入力画面依存型対話処理プログ
ラム生成方式では、入力画面名21とそれに対応する入
力画面処理記述22との対応が入力ソースプログラムと
なる入力画面処理仕様群1上において明確に規定されて
いるため、対話処理プログラムの保守が容易になる。換
言すれば、これまで1つの手続き中に複数個の画面に対
する処理を記述していたが、それを各画面ごとに分割す
ることにより対話処理プログラムが保守性に冨むように
なる。
In this way, in the input screen dependent interactive processing program generation method of this embodiment, the correspondence between the input screen name 21 and the corresponding input screen processing description 22 is clearly defined in the input screen processing specification group 1 which becomes the input source program. This makes maintenance of interaction processing programs easier. In other words, while processing for multiple screens has been described in one procedure up to now, by dividing it into individual screens, the dialog processing program becomes easier to maintain.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、入力画面処理仕様群、受
信処理生成手段および入力画面処理生成手段を利用する
ことにより、対話処理プログラムの作成時において受信
した画面データに対応して入力画面処理を記述すること
ができ、入力画面名と入力画面処理とを明確に管理する
ことができるので、対話処理プログラムの保守性に優れ
るとともに、対話処理プログラムの作成時の固定ロジ。
As explained above, the present invention utilizes the input screen processing specification group, the reception processing generation means, and the input screen processing generation means to perform input screen processing in response to screen data received when creating an interaction processing program. Since the input screen name and input screen processing can be clearly managed, the maintainability of the interaction processing program is excellent and a fixed logic is maintained when creating the interaction processing program.

りである受信処理の記述を不要としてコーディングステ
ノブを減少させることができるという効果がある。
This has the effect that it is possible to reduce the coding process by eliminating the need to describe the reception process.

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

第1図は本発明の入力画面依存型対話処理ブロダラム生
成方式の構成を示すブロック図、第2図は本発明の一実
施例に係る入力画面依存型対話処理プログラム生成方式
の構成を示すブロック図である。 図において、 1・・・入力画面処理仕様群、 2・・・入力画面処理仕様、 3・・・受信処理生成手段、 4・・・入力画面処理生成手段、 5・・・対話処理プログラムのソースプログラム、 6・・・受信処理、 7・・・入力画面処理群、 8・・・言語処理プロセッサ、 9・・・対話処理プログラムのオブジェクトプログラム
、 21・・入力画面名、 22・・入力画面処理記述、 31・・受信処理、 41・・入力画面判定処理、 ・入力画面判定処理、 72 ・ ・入力画面処理である。
FIG. 1 is a block diagram showing the configuration of an input screen dependent interactive processing program generation method according to the present invention, and FIG. 2 is a block diagram showing the configuration of an input screen dependent interactive processing program generation method according to an embodiment of the present invention. It is. In the figure, 1... Input screen processing specification group, 2... Input screen processing specification, 3... Reception process generation means, 4... Input screen processing generation means, 5... Source of dialogue processing program Program, 6... Reception processing, 7... Input screen processing group, 8... Language processing processor, 9... Object program of dialogue processing program, 21... Input screen name, 22... Input screen processing Description, 31... Reception processing, 41... Input screen judgment processing, - Input screen judgment processing, 72... Input screen processing.

Claims (1)

【特許請求の範囲】 端末から入力される画面データに付加される入力画面名
と当該画面データを入力したときに行う入力画面処理を
手続き型言語により記述した入力画面処理記述とから構
成される複数の入力画面処理仕様からなる入力画面処理
仕様群と、 手続き型言語により記述した画面データの受信処理を生
成する受信処理生成手段と、 この受信処理生成手段により生成された受信処理の後に
前記入力画面処理仕様群の入力画面処理仕様を解析して
入力画面処理記述が当該画面データの入力時に実行すべ
き処理かどうかを判定する入力画面判定処理とこの入力
画面判定処理により実行すべき処理であると判定された
場合に実行される入力画面処理とから構成される入力画
面処理群を生成する入力画面処理生成手段と を有することを特徴とする入力画面依存型対話処理プロ
グラム生成方式。
[Claims] A plurality of input screen names added to screen data input from a terminal and an input screen processing description that describes the input screen processing to be performed when the screen data is input in a procedural language. an input screen processing specification group consisting of an input screen processing specification; a reception process generation means for generating a reception process for screen data written in a procedural language; Input screen judgment processing that analyzes the input screen processing specifications of the processing specification group and determines whether the input screen processing description is a process that should be executed when inputting the screen data, and the process that should be executed by this input screen judgment processing. 1. An input screen dependent interactive processing program generation method, comprising: an input screen processing generation means for generating an input screen processing group consisting of an input screen processing to be executed when a determination is made.
JP14626889A 1989-06-08 1989-06-08 Input picture dependent type interaction processing program generation system Pending JPH0311428A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14626889A JPH0311428A (en) 1989-06-08 1989-06-08 Input picture dependent type interaction processing program generation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14626889A JPH0311428A (en) 1989-06-08 1989-06-08 Input picture dependent type interaction processing program generation system

Publications (1)

Publication Number Publication Date
JPH0311428A true JPH0311428A (en) 1991-01-18

Family

ID=15403896

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14626889A Pending JPH0311428A (en) 1989-06-08 1989-06-08 Input picture dependent type interaction processing program generation system

Country Status (1)

Country Link
JP (1) JPH0311428A (en)

Similar Documents

Publication Publication Date Title
JPH05100833A (en) Data processor having code forming means and method of forming code
JPH0311428A (en) Input picture dependent type interaction processing program generation system
JPH10187461A (en) Language processing system
JPH0667871A (en) Automatic program updating system
KR100190131B1 (en) Method and apparatus for robot control
JPH0210429A (en) Program structure processing system
JP2723805B2 (en) Simulation program generation method
JPH05127945A (en) Program execution situation analysis system
JPH0250730A (en) Language converting system based upon common machine word
JP2001134431A (en) Method for deciding reinput possibility of function
JPH02253443A (en) Program generating method
JPS62135958A (en) Simulation system
JPH07129384A (en) Conversion system of operation procedure into natural language format file
JPS63640A (en) Execution control system for partial unit of data flow
JPH038021A (en) Function executing system
Petravick et al. A multi-process user interface
JPH05334121A (en) Distributed program debugging system
JPH0468446A (en) Debugging supporting device
JPH04370865A (en) Command input processor
JPH05197572A (en) Task loader
JP2001175482A (en) Method and device for processing message analysis
JPH04274518A (en) Device for preparing picture signal processing program by dsp
JPH04115347A (en) Automatic formation system for interactive program
JPH04342023A (en) Load module preparing system
JPH11143734A (en) Backward execution method of sequence program