JPH1139145A - Device to support programming and storage medium - Google Patents

Device to support programming and storage medium

Info

Publication number
JPH1139145A
JPH1139145A JP9198865A JP19886597A JPH1139145A JP H1139145 A JPH1139145 A JP H1139145A JP 9198865 A JP9198865 A JP 9198865A JP 19886597 A JP19886597 A JP 19886597A JP H1139145 A JPH1139145 A JP H1139145A
Authority
JP
Japan
Prior art keywords
module
tile
processing
tiles
computer
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
JP9198865A
Other languages
Japanese (ja)
Inventor
Takehiko Mizoguchi
岳彦 溝口
Masaharu Meki
正治 目木
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP9198865A priority Critical patent/JPH1139145A/en
Priority to US09/120,212 priority patent/US6243858B1/en
Priority to EP98113718A priority patent/EP0893757B1/en
Priority to DE69835919T priority patent/DE69835919T2/en
Publication of JPH1139145A publication Critical patent/JPH1139145A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To recognize data flow with the lapse of time from the start to the end of a job application program along by arranging module tiles in which basic processing are respectively incorporated and visualized on a prescribed grid, providing connection relation and producing the job application program. SOLUTION: In a job application configuring system of this device, respective kinds of module tiles for defining basic processing contents for constituting a job application are prepared as a module palette 20, while a grid panel 30 for which grids for arranging the module tiles are set is prepared. Then, just by selecting the module tile required for the job application from the module palette 20 by the drag-and-drop operation of a mouse and arranging it on the grid panel 30, components of the job application are easily provided.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、業務用アプリケー
ションプログラムの構築を支援するプログラム構築支援
装置及びそのプログラムを格納する記憶媒体に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a program construction support apparatus for supporting construction of a business application program, and a storage medium for storing the program.

【0002】[0002]

【従来の技術】従来、企業における業務用コンピュータ
に適用される業務アプリケーションプログラムは、デー
タレコードの入力、データレコードの加工、データレコ
ードの出力等の各基本処理ステップで構成されることが
多い。例えば、伝票発行処理の場合は、以下に示す処理
ステップで構成される。
2. Description of the Related Art Conventionally, a business application program applied to a business computer in a company often includes basic processing steps such as data record input, data record processing, and data record output. For example, in the case of a slip issuance process, the process includes the following processing steps.

【0003】・キーボードやCRTなどの入力/表示装
置からの伝票データの入力 ・メモリ上でのデータレコードの加工 ・データファイルへのデータレコードの更新 ・プリンタなどの出力装置におけるデータレコードの印
刷 また、例えば、マスタメンテナンス処理の場合は、以下
に示す処理ステップで構成される。
Slip data input from an input / display device such as a keyboard or CRT. Processing of data records on a memory. Update of data records to a data file. Printing of data records on an output device such as a printer. For example, in the case of the master maintenance process, it is configured by the following processing steps.

【0004】・入力/表示装置からの検索条件の入力 ・データファイルからのデータレコードの検索 ・表示装置におけるデータレコードの表示 ・対象データレコードの訂正 ・メモリ上でのデータレコードの加工 ・データファイルへのデータレコードの更新 さらに、例えば、元帳印刷処理の場合は、以下に示す処
理ステップで構成される。
Input of search conditions from input / display device Search of data record from data file Display of data record on display device Correction of target data record Processing of data record on memory Data file Further, for example, in the case of the ledger printing process, the process is configured by the following processing steps.

【0005】・入力装置からの検索条件の入力 ・データファイルからのデータレコードの検索 ・メモリ上でのデータレコードの加工 ・印刷装置におけるデータレコードの印刷 以上のように、基本的に業務アプリケーションプログラ
ムの処理ステップでは、各種データレコードの転記処理
の連続であり、これらのデータ転記処理を設定するもの
が業務アプリケーション構築ツールである。
Input of search conditions from an input device Search of data records from a data file Processing of data records on a memory Printing of data records on a printing device As described above, basically, a business application program In the processing step, a series of transfer processing of various data records is performed, and a task application construction tool sets the data transfer processing.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、このよ
うな従来の業務アプリケーション構築ツールにあって
は、上記各種処理ステップをテキスト形式、例えば、C
言語、BASIC言語や、表形式(各種データベースツ
ール)により記述して作成していたため、データがどの
ように発生し、どのように加工され、どのように出力さ
れるかといったデータの流れの全容は、設計者であるS
E(システムエンジニア)であっても把握することが容
易でなかった。
However, in such a conventional business application construction tool, the above-mentioned various processing steps are performed in a text format, for example, C format.
Language, BASIC language, and tabular format (various database tools) to create and describe the data flow, how data is generated, how it is processed, and how it is output , The designer S
E (system engineer) was not easy to grasp.

【0007】また、近年、このデータの流れを把握し易
くするため、視覚的にファイルや画面・データ処理など
をモジュール化し、そのモジュール間のつながりを線で
つなげることで表現する業務アプリケーション構築ツー
ルがあるが、このような構築ツールの多くは単にデータ
の流れを表現するにとどまっており、モジュール間のイ
ンターフェースであるデータレコードの定義内容や、時
間の経過とともに変化するデータの内容を的確に把握す
ることが容易でなかった。
In recent years, in order to make it easier to grasp the flow of data, a business application construction tool that visually modularizes files, screens, data processing, and the like, and expresses the connection between the modules by connecting lines has been developed. However, many of these construction tools simply represent the flow of data, and accurately grasp the definition of data records, which are interfaces between modules, and the contents of data that changes over time. It was not easy.

【0008】また、特にこのような視覚的にデータの流
れが表現された業務アプリケーション構築ツールでは、
実際に業務アプリケーションを実行する実行プログラム
との関係が密でない場合が多く、モジュール単位でのテ
スト実行やデバッグが容易に行えない場合が多い。
In particular, in such a business application construction tool in which the flow of data is visually represented,
In many cases, the relationship with the execution program that actually executes the business application is not tight, and in many cases, test execution and debugging in module units cannot be performed easily.

【0009】本発明の課題は、基本処理をそれぞれモジ
ュール化して視覚化したモジュールタイルを所定のグリ
ッド上で配置して接続関係を設定して業務アプリケーシ
ョンプログラムを構築可能とすることで、その業務アプ
リケーションプログラムの開始から終了までのデータの
流れを、時間の経過とともに把握することを可能とする
ことである。
SUMMARY OF THE INVENTION An object of the present invention is to provide a business application program by arranging module tiles obtained by modularizing and visualizing the basic processing on a predetermined grid and setting a connection relationship so that a business application program can be constructed. An object of the present invention is to make it possible to grasp the flow of data from the start to the end of a program over time.

【0010】[0010]

【課題を解決するための手段】請求項1記載の発明は、
データ処理を構成する複数のプログラムモジュールを記
憶する記憶手段と、この記憶手段に記憶された各プログ
ラムモジュールを表現する複数のモジュールタイルを記
憶するモジュールタイル記憶手段と、このモジュールタ
イル記憶手段に記憶されたモジュールタイルを表示画面
上の指示に応じて配置する配置手段と、この配置手段に
より配置されたモジュールタイルの配置状態に基づい
て、前記記憶手段に記憶されたプログラムモジュールを
組み合わせて一連のデータ処理プログラムを構築するプ
ログラム構築手段と、を備えたことを特徴としている。
According to the first aspect of the present invention,
Storage means for storing a plurality of program modules constituting data processing, module tile storage means for storing a plurality of module tiles representing each program module stored in the storage means, and storage means for storing in the module tile storage means Means for arranging the module tiles in accordance with the instructions on the display screen, and a program module stored in the storage means based on the arrangement state of the module tiles arranged by the arranging means. Program construction means for constructing a program.

【0011】この請求項1記載の発明のプログラム構築
支援装置によれば、データ処理を構成する複数のプログ
ラムモジュールを記憶手段に記憶し、この記憶手段に記
憶された各プログラムモジュールを表現する複数のモジ
ュールタイルをモジュールタイル記憶手段に記憶し、こ
のモジュールタイル記憶手段に記憶されたモジュールタ
イルを表示画面上の指示に応じて配置手段により配置す
ると、この配置されたモジュールタイルの配置状態に基
づいて、プログラム構築手段により、前記記憶手段に記
憶されたプログラムモジュールを組み合わせて一連のデ
ータ処理プログラムを構築する。
According to the program construction support apparatus of the present invention, a plurality of program modules constituting data processing are stored in the storage means, and the plurality of program modules representing each program module stored in the storage means are stored. When the module tile is stored in the module tile storage means, and the module tile stored in the module tile storage means is arranged by the arrangement means in accordance with an instruction on the display screen, based on the arrangement state of the arranged module tile, The program construction means constructs a series of data processing programs by combining the program modules stored in the storage means.

【0012】したがって、業務アプリケーションのコン
ポーネントを容易に構築することが可能となる。
Therefore, it is possible to easily construct the components of the business application.

【0013】請求項2記載の発明は、コンピュータが実
行可能なプログラムを格納した記憶媒体であって、デー
タ処理を構成する複数のプログラムモジュールを表現す
る複数のモジュールタイルを表示画面上に配置させるた
めのコンピュータが実行可能なプログラムコードと、こ
の配置されたモジュールタイルの配置状態に基づいて、
複数の前記プログラムモジュールを記憶手段から読み出
して組み合わせて一連のデータ処理プログラムを構築さ
せるためのコンピュータが実行可能なプログラムコード
と、を含むプログラムを格納したことを特徴としてい
る。
According to a second aspect of the present invention, there is provided a storage medium storing a computer-executable program, wherein a plurality of module tiles representing a plurality of program modules constituting data processing are arranged on a display screen. Based on the program code executable by the computer and the arrangement state of the arranged module tiles,
A computer-executable program code for constructing a series of data processing programs by reading and combining a plurality of the program modules from a storage unit is stored.

【0014】この請求項2記載の発明の記憶媒体によれ
ば、データ処理を構成する複数のプログラムモジュール
を表現する複数のモジュールタイルを表示画面上に配置
させるためのコンピュータが実行可能なプログラムコー
ドと、この配置されたモジュールタイルの配置状態に基
づいて、複数の前記プログラムモジュールを記憶手段か
ら読み出して組み合わせて一連のデータ処理プログラム
を構築させるためのコンピュータが実行可能なプログラ
ムコードと、を含むプログラムを格納する。
According to the storage medium of the present invention, a computer-executable program code for arranging a plurality of module tiles representing a plurality of program modules constituting data processing on a display screen is provided. A computer-executable program code for reading a plurality of the program modules from the storage unit and combining them based on the arrangement state of the arranged module tiles to construct a series of data processing programs. Store.

【0015】したがって、業務アプリケーションのコン
ポーネントを容易に構築させるプログラムをコンピュー
タで実行することができる。
Therefore, it is possible to execute a program for easily constructing the components of the business application on the computer.

【0016】この場合、請求項3に記載する発明のよう
に、請求項2記載の記憶媒体において、前記配置された
各モジュールタイルにおける入出力データを定義させる
ためのコンピュータが実行可能なプログラムコードと、
前記配置された各モジュールタイルにおけるデータ処理
内容を定義させるためのコンピュータが実行可能なプロ
グラムコードと、前記各モジュールタイルに定義された
入出力データと、データ処理内容と、に基づいて該各モ
ジュール間のデータの整合性を判別させるためのコンピ
ュータが実行可能なプログラムコードと、を更に含むプ
ログラムを格納することが有効である。
In this case, as in the third aspect of the present invention, in the storage medium according to the second aspect, a computer-executable program code for defining input / output data in each of the arranged module tiles is provided. ,
A computer-executable program code for defining data processing contents in each of the arranged module tiles, input / output data defined in each of the module tiles, and data processing contents It is effective to store a program further including a computer-executable program code for determining the data consistency.

【0017】この請求項3記載の発明の記憶媒体によれ
ば、前記配置された各モジュールタイルにおける入出力
データを定義させるためのコンピュータが実行可能なプ
ログラムコードと、前記配置された各モジュールタイル
におけるデータ処理内容を定義させるためのコンピュー
タが実行可能なプログラムコードと、前記各モジュール
タイルに定義された入出力データと、データ処理内容
と、に基づいて該各モジュール間のデータの整合性を判
別させるためのコンピュータが実行可能なプログラムコ
ードと、を更に含むプログラムを格納する。
According to the storage medium of the third aspect of the present invention, a computer-executable program code for defining input / output data in each of the arranged module tiles, and a program code in each of the arranged module tiles A computer-executable program code for defining data processing content, input / output data defined in each module tile, and data processing content are used to determine data consistency between the modules. And a computer-executable program code for storing the program.

【0018】したがって、業務アプリケーションの全体
処理のアウトライン、モジュールタイル間のインターフ
ェースとなる入出力データレコードの定義、個々のデー
タレコードに対する処理内容を階層化して設計していく
ための各種定義内容の設定が簡単な操作で可能となり、
その業務アプリケーションを構成する各モジュールタイ
ル間のデータの流れ等の全体像を、設計者が容易に把握
することができる。
Therefore, the outline of the entire processing of the business application, the definition of input / output data records serving as interfaces between module tiles, and the setting of various definition contents for hierarchically designing the processing contents for individual data records are required. It becomes possible with simple operation,
The designer can easily grasp the whole image such as the flow of data between the module tiles constituting the business application.

【0019】また、請求項4に記載する発明のように、
請求項3記載の記憶媒体において、前記配置された各モ
ジュールタイルにおける入出力データを定義する際に、
先に配置されたモジュールタイルで定義された出力デー
タと、このモジュールタイルの後に配置されたモジュー
ルタイルに定義する入力データと、を一致させるための
コンピュータが実行可能なプログラムコードを更に含む
プログラムを格納することが有効である。
Also, as in the invention described in claim 4,
4. The storage medium according to claim 3, wherein when defining input / output data in each of the arranged module tiles,
Stores a program further including computer-executable program code for matching output data defined in a previously arranged module tile with input data defined in a module tile placed after this module tile. It is effective to do.

【0020】この請求項4記載の発明の記憶媒体によれ
ば、前記配置された各モジュールタイルにおける入出力
データを定義する際に、先に配置されたモジュールタイ
ルで定義された出力データと、このモジュールタイルの
後に配置されたモジュールタイルに定義する入力データ
と、を一致させるためのコンピュータが実行可能なプロ
グラムコードを更に含むプログラムを格納する。
According to the storage medium of the present invention, when defining the input / output data in each of the arranged module tiles, the output data defined by the previously arranged module tile and the A program that further includes computer-executable program code for matching input data defined in a module tile arranged after the module tile is stored.

【0021】したがって、処理の開始から終了までの各
モジュールタイルの処理定義をデータレコード処理の順
に定義していくことが可能になり、モジュールタイル間
で処理されるデータの整合性を容易に取ることが可能と
なる。
Therefore, it is possible to define the processing definition of each module tile from the start to the end of the processing in the order of the data record processing, and to easily obtain consistency of data processed between the module tiles. Becomes possible.

【0022】また、請求項5に記載する発明のように、
請求項2、3あるいは4記載の記憶媒体において、前記
モジュールタイルの配置に際して、分岐処理を示すモジ
ュールタイルが配置されると、この分岐条件を設定する
ための設定画面を表示して、分岐条件を設定させるため
のコンピュータが実行可能なプログラムコードと、この
分岐処理モジュールタイルの前後に配置されたモジュー
ルタイルとの間に、前記設定された分岐条件に応じた接
続線を接続して表示させるためのコンピュータが実行可
能なプログラムコードと、この分岐処理モジュールタイ
ルに設定された分岐条件に基づいて、複数の前記プログ
ラムモジュールを記憶手段から読み出して組み合わせて
一連の分岐処理を含むデータ処理プログラムを構築させ
るためのコンピュータが実行可能なプログラムコード
と、を更に含むプログラムを格納することが有効であ
る。
Also, as in the invention described in claim 5,
5. The storage medium according to claim 2, wherein, when the module tile is arranged, when a module tile indicating a branching process is arranged, a setting screen for setting the branch condition is displayed, and the branch condition is set. A connection line corresponding to the set branch condition is displayed between a computer-executable program code for setting and a module tile arranged before and after the branch processing module tile for display. Based on a computer-executable program code and a branch condition set in the branch processing module tile, a plurality of the program modules are read from a storage unit and combined to construct a data processing program including a series of branch processing. Computer-executable program code. It is effective to store the ram.

【0023】この請求項5記載の発明の記憶媒体によれ
ば、前記モジュールタイルの配置に際して、分岐処理を
示すモジュールタイルが配置されると、この分岐条件を
設定するための設定画面を表示して、分岐条件を設定さ
せるためのコンピュータが実行可能なプログラムコード
と、この分岐処理モジュールタイルの前後に配置された
モジュールタイルとの間に、前記設定された分岐条件に
応じた接続線を接続して表示させるためのコンピュータ
が実行可能なプログラムコードと、この分岐処理モジュ
ールタイルに設定された分岐条件に基づいて、複数の前
記プログラムモジュールを記憶手段から読み出して組み
合わせて一連の分岐処理を含むデータ処理プログラムを
構築させるためのコンピュータが実行可能なプログラム
コードと、を更に含むプログラムを格納する。
According to the storage medium of the present invention, when a module tile indicating a branching process is arranged at the time of arranging the module tile, a setting screen for setting the branch condition is displayed. Connecting a connection line according to the set branch condition between a computer-executable program code for setting a branch condition and module tiles arranged before and after the branch processing module tile. A data processing program including a series of branch processing by reading and combining a plurality of the program modules from storage means based on a program code executable by a computer for displaying and a branch condition set in the branch processing module tile Computer-executable program code for causing To store the free program.

【0024】したがって、業務用アプリケーションの設
計者が条件分岐の存在する業務用アプリケーションを設
計する際にも、その全体像を把握しながら開発を進める
ことができる。
Therefore, even when a designer of a business application designs a business application having a conditional branch, the development can be performed while grasping the entire image.

【0025】請求項6記載の発明は、コンピュータが実
行可能なプログラムを格納した記憶媒体であって、複数
のプログラムモジュールにより構成された各種データ処
理プログラムを表現する複数種類の処理タイルを含むパ
レットを表示させるためのコンピュータが実行可能なプ
ログラムコードと、このパレットに表示された複数種類
の処理タイルをドラッグ操作とドロップ操作で表示画面
上に選択して配置させるためのコンピュータが実行可能
なプログラムコードと、この表示画面上に選択配置され
た処理タイルに対応する前記複数のモジュールタイルを
モジュールタイル記憶手段から読み出して該表示画面上
に展開表示させるためのコンピュータが実行可能なプロ
グラムコードと、前記モジュールタイル記憶手段に記憶
されたモジュールタイルを表示画面上の指示に応じて、
前記展開されたモジュールタイル間に挿入配置させるた
めのコンピュータが実行可能なプログラムコードと、こ
の挿入配置されたモジュールタイルの挿入位置に応じ
て、該挿入位置前後のモジュールタイルを移動して配置
させ、このモジュールタイルの配置状態に基づいて、前
記プログラムモジュールを記憶手段から読み出して組み
合わせて一連のデータ処理プログラムを構築させるため
のコンピュータが実行可能なプログラムコードと、を含
むプログラムを格納したことを特徴としている。
According to a sixth aspect of the present invention, there is provided a storage medium storing a computer-executable program, wherein a pallet including a plurality of types of processing tiles representing various data processing programs constituted by a plurality of program modules is provided. A computer-executable program code for displaying and a computer-executable program code for selecting and arranging a plurality of types of processing tiles displayed on this palette on a display screen by dragging and dropping. A computer-executable program code for reading the plurality of module tiles corresponding to the processing tiles selected and arranged on the display screen from module tile storage means and developing and displaying the module tiles on the display screen; Module stored in storage means Yl in accordance with an instruction on the display screen,
A computer-executable program code for inserting and arranging between the expanded module tiles, and according to the insertion position of the inserted and arranged module tile, move and arrange the module tiles before and after the insertion position, And a computer-executable program code for reading and combining the program modules from the storage means to construct a series of data processing programs based on the arrangement state of the module tiles. I have.

【0026】この請求項6記載の発明の記憶媒体によれ
ば、複数のプログラムモジュールにより構成された各種
データ処理プログラムを表現する複数種類の処理タイル
を含むパレットを表示させるためのコンピュータが実行
可能なプログラムコードと、このパレットに表示された
複数種類の処理タイルをドラッグ操作とドロップ操作で
表示画面上に選択して配置させるためのコンピュータが
実行可能なプログラムコードと、この表示画面上に選択
配置された処理タイルに対応する前記複数のモジュール
タイルをモジュールタイル記憶手段から読み出して該表
示画面上に展開表示させるためのコンピュータが実行可
能なプログラムコードと、前記モジュールタイル記憶手
段に記憶されたモジュールタイルを表示画面上の指示に
応じて、前記展開されたモジュールタイル間に挿入配置
させるためのコンピュータが実行可能なプログラムコー
ドと、この挿入配置されたモジュールタイルの挿入位置
に応じて、該挿入位置前後のモジュールタイルを移動し
て配置させ、このモジュールタイルの配置状態に基づい
て、前記プログラムモジュールを記憶手段から読み出し
て組み合わせて一連のデータ処理プログラムを構築させ
るためのコンピュータが実行可能なプログラムコード
と、を含むプログラムを格納する。
According to the storage medium of the present invention, a computer for displaying a palette including a plurality of kinds of processing tiles representing various data processing programs constituted by a plurality of program modules can be executed. A program code, a program code executable by a computer for selecting and arranging a plurality of types of processing tiles displayed on this palette on a display screen by a drag operation and a drop operation, and a program code which is selected and arranged on the display screen. A computer-executable program code for reading the plurality of module tiles corresponding to the processed tiles from the module tile storage unit and displaying the module tiles on the display screen, and a module tile stored in the module tile storage unit. According to the instruction on the display screen, A computer-executable program code for inserting and placing the inserted module tiles, and moving and arranging the module tiles before and after the insertion position according to the insertion position of the inserted module tile, And a computer-executable program code for reading and combining the program modules from the storage unit based on the arrangement state of the tiles to construct a series of data processing programs.

【0027】したがって、処理タイルを複数設定したパ
レット上で必要な処理タイルを選択し、必要なモジュー
ルタイルを挿入配置するだけで目的の業務アプリケーシ
ョンのコンポーネントを構築することが可能となり、設
計者の業務アプリケーション構築時の設定作業量を削減
することができる。
Therefore, it is possible to construct a component of a target business application simply by selecting a required processing tile on a pallet in which a plurality of processing tiles are set, and inserting and arranging a required module tile. The amount of setting work when building an application can be reduced.

【0028】[0028]

【発明の実施の形態】以下、図を参照して本発明の実施
の形態を詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0029】(第1の実施の形態)図1〜図10は、本
発明のプログラム構築支援装置及び記憶媒体を適用した
第1の実施の形態のアプリケーション構築システムを示
す図である。
(First Embodiment) FIGS. 1 to 10 are diagrams showing an application construction system according to a first embodiment to which a program construction support device and a storage medium according to the present invention are applied.

【0030】まず、構成を説明する。First, the configuration will be described.

【0031】図1は、本第1の実施の形態のアプリケー
ション構築システム1の要部構成を示す図である。この
図1において、アプリケーション構築システム1は、コ
ンピュータシステムとして構成され、実行されるソフト
ウエアの機能と使用されるハードウエアで見るとアプリ
ケーション構築装置2、入力装置3、表示装置4、メモ
リ5、検索処理詳細設定エディタ6、印刷処理詳細設定
エディタ7、その他の詳細設定エディタ8、ハードディ
スク9及びアプリケーション実行装置10により構成さ
れている。
FIG. 1 is a diagram showing a main configuration of an application construction system 1 according to the first embodiment. In FIG. 1, an application construction system 1 is configured as a computer system, and when viewed in terms of functions of software to be executed and hardware used, an application construction device 2, an input device 3, a display device 4, a memory 5, a search, and the like. It comprises a processing detailed setting editor 6, a printing processing detailed setting editor 7, other detailed setting editors 8, a hard disk 9, and an application execution device 10.

【0032】アプリケーション構築装置2は、図示しな
いCPUとこのCPUで実行されるソフトウエアから成
り、このソフトウエアは機能的に、インターフェース部
2a、表示エンジン部2b、モジュール管理部2c、グ
リッド管理部2d、モジュール管理情報生成部2e、モ
ジュール情報読出部2f、アプリケーションスペック生
成部2g、及びスペック書込部2hにより構成されてい
る。
The application construction apparatus 2 comprises a CPU (not shown) and software executed by the CPU. This software functionally includes an interface unit 2a, a display engine unit 2b, a module management unit 2c, and a grid management unit 2d. , A module management information generating unit 2e, a module information reading unit 2f, an application specification generating unit 2g, and a specification writing unit 2h.

【0033】インターフェース部2aは、入力装置3か
ら入力される各種キー入力信号やマウス操作信号を所定
の信号形態に変換して各種入力データとして表示エンジ
ン部2bやに出力するとともに、その各種入力データを
必要に応じてアプリケーション構築装置2内の各部に出
力する。また、インターフェース部2aは、表示エンジ
ン部2bから入力される表示データを所定の表示信号に
変換して表示装置4に出力する。
The interface unit 2a converts various key input signals and mouse operation signals input from the input device 3 into predetermined signal formats and outputs them as various input data to the display engine unit 2b and the like. Is output to each unit in the application construction apparatus 2 as necessary. The interface unit 2a converts display data input from the display engine unit 2b into a predetermined display signal and outputs the signal to the display device 4.

【0034】表示エンジン部2bは、インターフェース
部2aから入力される入力データや各部から入力される
処理データ等から表示データを生成してインターフェー
ス部2aに出力する。また、表示エンジン部2bは、グ
リッド管理部2dから入力されるグリッド管理情報の内
容に基づいてグリッド表示データを生成してインターフ
ェース部2aに出力する。
The display engine unit 2b generates display data from input data input from the interface unit 2a and processing data input from each unit, and outputs the display data to the interface unit 2a. Further, the display engine unit 2b generates grid display data based on the contents of the grid management information input from the grid management unit 2d and outputs the data to the interface unit 2a.

【0035】モジュール管理部2cは、モジュール管理
情報を管理し、メモリ5内に格納されたモジュール管理
情報の削除、修正等を行うとともに、モジュール内容の
詳細設定のために検索処理詳細設定エディタ6、印刷処
理詳細設定エディタ7あるいは、その他の詳細設定エデ
ィタ8を起動する。
The module management section 2c manages the module management information, deletes and corrects the module management information stored in the memory 5, and performs a search processing detailed setting editor 6 for detailed setting of module contents. The print processing detailed setting editor 7 or other detailed setting editor 8 is started.

【0036】グリッド管理部2dは、グリッド管理情報
を管理し、メモリ5内に格納されたグリッド管理情報
(業務アプリケーションにおけるモジュールタイルの連
なりを管理する情報)においてモジュールタイルの移
動、削除、並べ替え等の処理を実行する。
The grid management unit 2d manages grid management information, and moves, deletes, rearranges, etc., module tiles in the grid management information (information for managing a series of module tiles in the business application) stored in the memory 5. Execute the processing of

【0037】モジュール管理情報生成部2eは、所望の
モジュールスペック情報の読み出しをモジュール情報読
出部2fに要求し、モジュール情報読出部2fによりハ
ードディスク9内のモジュールスペックファイル9aか
ら読み出されるモジュールスペック情報をモジュール管
理情報(業務アプリケーション毎にモジュールタイル構
成を管理する情報)に変換して生成してメモリ5内に格
納する。
The module management information generation unit 2e requests the module information reading unit 2f to read out desired module specification information, and sends the module specification information read from the module specification file 9a in the hard disk 9 by the module information reading unit 2f to the module. The information is converted into management information (information for managing the module tile configuration for each business application), generated, and stored in the memory 5.

【0038】モジュール情報読出部2fは、モジュール
管理情報生成部2eから入力されるモジュールスペック
情報の読み出し要求に応じてハードディスク9内のモジ
ュールスペックファイル9aからモジュールスペック情
報(モジュールタイルに係る詳細情報)を読み出してモ
ジュール管理情報生成部2eに転送する。
The module information reading section 2f reads module specification information (detailed information on module tiles) from the module specification file 9a in the hard disk 9 in response to a module specification information reading request input from the module management information generation section 2e. It is read and transferred to the module management information generation unit 2e.

【0039】アプリケーションスペック生成部2gは、
メモリ5内に格納されたグリッド管理情報をアプリケー
ションスペック情報に変換する処理を実行するととも
に、モジュール間のインターフェース(接続情報)を自
動設定する処理を実行する。
The application specification generation unit 2g
A process for converting grid management information stored in the memory 5 into application specification information is executed, and a process for automatically setting an interface (connection information) between modules is executed.

【0040】スペック書込部2hは、アプリケーション
スペック生成部2gにより変換生成されたアプリケーシ
ョンスペック情報をハードディスク9内のアプリケーシ
ョンスペックファイル9bに書き込む処理を実行する。
The specification writing unit 2h executes a process of writing the application specification information converted and generated by the application specification generation unit 2g to the application specification file 9b in the hard disk 9.

【0041】メモリ5は、図1中に示すように、グリッ
ド管理部2dにより管理されるグリッド管理情報と、モ
ジュール管理情報生成部2eにより生成されるモジュー
ル管理情報を、それぞれグリッド管理情報ファイル5a
とモジュール管理情報ファイル5bに格納する。このメ
モリ5に格納されるグリッド管理情報とモジュール管理
情報の一例を図2に示す。この図2において、グリッド
管理情報は業務アプリケーションにおけるモジュールタ
イル(始点、終点モジュールタイルを含む)の連なりを
管理する情報であり、モジュール管理情報はグリッド管
理情報における業務アプリケーションのモジュールタイ
ル構成を業務アプリケーション種別に管理する情報であ
る。なお、グリッド管理情報における個々のタイルの詳
細情報は、図3に示すモジュールタイル情報とリンクし
ている。
As shown in FIG. 1, the memory 5 stores grid management information managed by the grid management unit 2d and module management information generated by the module management information generation unit 2e in a grid management information file 5a.
Is stored in the module management information file 5b. FIG. 2 shows an example of grid management information and module management information stored in the memory 5. In FIG. 2, the grid management information is information for managing a series of module tiles (including a start point and an end point module tile) in the business application, and the module management information indicates the module tile configuration of the business application in the grid management information. Is information to be managed. The detailed information of each tile in the grid management information is linked to the module tile information shown in FIG.

【0042】図3に示すモジュールタイル情報として
は、そのモジュールタイルが配置されるグリッド位置を
示す「位置」と、そのモジュールタイルのサイズを示す
「サイズ」と、そのモジュールタイルの種別を示す「種
別」と、そのモジュールタイルを選択するための選択ボ
タン情報を示す「選択情報」と、そのモジュールタイル
の処理機能を視覚化するための種別毎のアイコン情報等
を示す「詳細情報」と、が設定されている。
The module tile information shown in FIG. 3 includes "position" indicating the grid position where the module tile is arranged, "size" indicating the size of the module tile, and "type" indicating the type of the module tile. "," Selection information "indicating selection button information for selecting the module tile, and" detailed information "indicating icon information for each type for visualizing the processing function of the module tile. Have been.

【0043】検索処理詳細設定エディタ6は、アプリケ
ーション実行装置10においてアプリケーションスペッ
クに基づいて各種業務アプリケーションに対応するモジ
ュール処理として検索処理を実行させるための詳細な検
索条件設定を記述するためのエディタである。
The search processing detailed setting editor 6 is an editor for describing detailed search condition settings for causing the application execution device 10 to execute search processing as module processing corresponding to various business applications based on application specifications. .

【0044】印刷処理詳細設定エディタ7は、アプリケ
ーション実行装置10においてアプリケーションスペッ
クに基づいて各種業務アプリケーションに対応するモジ
ュール処理として印刷処理を実行させるための詳細な印
刷条件設定を記述するためのエディタである。
The print processing detailed setting editor 7 is an editor for describing detailed print condition settings for causing the application execution device 10 to execute print processing as module processing corresponding to various business applications based on application specifications. .

【0045】その他の詳細設定エディタ8は、アプリケ
ーション実行装置10においてアプリケーションスペッ
クに基づいて各種業務アプリケーションに対応するモジ
ュール処理としてその他の処理を実行させるための詳細
な処理条件設定を記述するためのエディタである。
The other detailed setting editor 8 is an editor for describing detailed processing condition settings for causing the application execution device 10 to execute other processing as module processing corresponding to various business applications based on application specifications. is there.

【0046】ハードディスク9は、図1中に示すよう
に、業務アプリケーションを構築するため予め用意され
たモジュールタイルに係る上記モジュールスペック情報
(業務アプリケーションを構築するための各種基本モジ
ュールタイルに係る詳細情報)を複数格納するモジュー
ルスペックファイル9aと、上記スペック書込部2hに
より書き込まれるアプリケーションスペック情報(各種
業務アプリケーションを構成する各種モジュールタイル
の詳細情報)を複数格納するアプリケーションスペック
ファイル9bと、を格納する。
As shown in FIG. 1, the hard disk 9 has the module specification information (detailed information on various basic module tiles for constructing the business application) related to the module tile prepared in advance for building the business application. Is stored, and an application specification file 9b storing a plurality of application specification information (detailed information of various module tiles constituting various business applications) written by the specification writing unit 2h is stored.

【0047】アプリケーション実行装置10は、図1中
に示すように、スペック読出部10a、スペック解釈部
10b、検索処理モジュール10c、印刷処理モジュー
ル10d、及びその他のモジュール10eにより構成さ
れている。
As shown in FIG. 1, the application execution device 10 includes a specification reading unit 10a, a specification interpretation unit 10b, a search processing module 10c, a print processing module 10d, and other modules 10e.

【0048】スペック読出部10aは、ハードディスク
9内のアプリケーションスペックファイル9bに格納さ
れたアプリケーションスペック情報を読み出してスペッ
ク解析部10bに転送する。スペック解析部10bは、
スペック読出部10aから転送されるアプリケーション
スペック情報を解析し、すなわち、その業務アプリケー
ションに係るモジュールの詳細情報を解析して、そのモ
ジュール詳細情報に基づく各種モジュール処理として検
索処理モジュール10c、印刷処理モジュール10b、
あるいはその他のモジュール10eにおいて必要な各処
理を指示して実行させる。
The specification reading section 10a reads the application specification information stored in the application specification file 9b in the hard disk 9, and transfers it to the specification analysis section 10b. The spec analysis unit 10b
The application specification information transferred from the specification reading unit 10a is analyzed, that is, detailed information of a module related to the business application is analyzed, and a search processing module 10c and a print processing module 10b are performed as various module processes based on the module detailed information. ,
Alternatively, the other modules 10e instruct and execute necessary processes.

【0049】検索処理モジュール10cは、スペック解
析部10における業務アプリケーションに係るモジュー
ルの詳細情報の解析結果により指示される検索処理を、
上記検索処理詳細設定エディタ6により設定された検索
処理設定条件に従って実行する。
The search processing module 10c executes a search process instructed by the result of analyzing the detailed information of the module relating to the business application in the specification analysis unit 10,
It is executed in accordance with the search processing setting conditions set by the search processing detailed setting editor 6.

【0050】印刷処理モジュール10bは、スペック解
析部10における業務アプリケーションに係るモジュー
ルの詳細情報の解析結果により指示される印刷処理を、
上記印刷処理詳細設定エディタ7により設定された印刷
処理設定条件に従って実行する。
The print processing module 10b executes the print processing indicated by the analysis result of the detailed information of the module relating to the business application in the specification analysis unit 10,
It is executed in accordance with the print processing setting conditions set by the print processing detailed setting editor 7.

【0051】その他のモジュール10cは、スペック解
析部10における業務アプリケーションに係るモジュー
ルの詳細情報の解析結果により指示されるその他の処理
を、上記その他の詳細設定エディタ8により設定された
その他の処理設定条件に従って実行する。
The other module 10c performs other processing instructed by the analysis result of the detailed information of the module relating to the business application in the specification analysis unit 10 by using the other processing setting conditions set by the other detailed setting editor 8. Execute according to.

【0052】次に、本第1の実施の形態における動作を
説明する。
Next, the operation of the first embodiment will be described.

【0053】まず、本業務アプリケーション構築システ
ム1内のアプリケーション構築装置2により実行される
業務アプリケーションの作成処理について図4に示すフ
ローチャートに基づいて説明する。なお、本第1の実施
の形態の業務アプリケーションの作成処理では、伝票発
行業務用アプリケーションを作成する場合を説明するも
のとする。
First, a process of creating a business application executed by the application building device 2 in the business application building system 1 will be described with reference to a flowchart shown in FIG. In the process of creating a business application according to the first embodiment, a case in which a slip issuing business application is created will be described.

【0054】アプリケーション構築装置2は、図4に示
す業務アプリケーションの作成処理を開始すると、ま
ず、ハードディスク9内のモジュールスペックファイル
9aに格納された全モジュールスペック情報(始点終点
モジュールタイルを含む)に対応するアイコンをパネル
状に表示するモジュールタイルパレットと、そのモジュ
ールタイルを配置するグリッド(格子)を設定したグリ
ッドパネルと、を表示エンジン部2b及びインターフェ
ース部2aにより図5(a)に示す初期画面として表示
装置4に表示させる(ステップS1)。
When the application building apparatus 2 starts the process of creating the business application shown in FIG. 4, first, it corresponds to all the module specification information (including the start and end module tiles) stored in the module specification file 9a in the hard disk 9. A module tile pallet for displaying icons to be displayed in a panel shape and a grid panel on which a grid (lattice) for arranging the module tiles are set are displayed as initial screens shown in FIG. It is displayed on the display device 4 (step S1).

【0055】この図5(a)に示す初期画面において、
モジュールパレット20に表示されたモジュールタイル
のアイコンとして、図中の最上段左側のアイコンが「処
理開始」を示すモジュールタイル、その右側のアイコン
が「処理終了」を示すモジュールタイル、2段目左側の
アイコンが「更新処理」を示すモジュールタイル、その
右側のアイコンが「検索処理」を示すモジュールタイ
ル、3段目左側のアイコンが「データ加工処理」を示す
モジュールタイル、その右側のアイコンが「条件分岐処
理」を示すモジュールタイル、4段目左側のアイコンが
「入力処理」を示すモジュールタイル、その右側のアイ
コンが「印刷処理」を示すモジュールタイルである。
In the initial screen shown in FIG.
As the icons of the module tiles displayed on the module palette 20, the icon on the top left in the figure is a module tile indicating "processing start", and the icon on the right is a module tile indicating "processing end", and the icon on the second left is The module tile whose icon indicates “update processing”, the icon on the right side indicates “search processing”, the third icon on the left side indicates “data processing processing”, and the icon on the right side indicates “conditional branch”. The module tile indicating “processing” is the module tile indicating the “input processing”, and the icon on the left side of the fourth row is the module tile indicating “printing processing”.

【0056】また、図5(a)に示す初期画面では、グ
リッドパネル30にはモジュールパレット20に表示さ
れたモジュールタイルのアイコンを配置するためのグリ
ッド(格子)が表示されており、図中には「処理開始」
モジュールタイルアイコンと、「処理終了」モジュール
タイルアイコンと、が最初から表示された状態を示して
いる。なお、グリッドパネル30上に設定された縦グリ
ッド線と横グリッド線とにより形成される表示領域は、
モジュールタイルアイコンと同一サイズであり、そのグ
リッド線で囲まれた表示領域にのみモジュールタイルア
イコンを配置することが可能であり、それ以外の場所
(グリッド線上及びグリッド線交点)に配置することは
できない。
In the initial screen shown in FIG. 5A, a grid (grid) for arranging icons of the module tiles displayed on the module palette 20 is displayed on the grid panel 30. Is "Start processing"
The module tile icon and the “processing completed” module tile icon are displayed from the beginning. The display area formed by the vertical grid lines and the horizontal grid lines set on the grid panel 30 is:
The module tile icon has the same size as the module tile icon, and the module tile icon can be arranged only in the display area surrounded by the grid line, and cannot be arranged at any other place (on the grid line and at the grid line intersection). .

【0057】次いで、入力装置3におけるマウスのクリ
ック及びドラッグ操作に応じたモジュールタイルの選択
挿入処理を実行する(ステップS2)。すなわち、業務
アプリケーションにおいてデータレコード処理に必要な
モジュール処理(本第1の実施の形態の場合は入力装置
3からの入力処理)をモジュールパレット20で選択し
てグリッドパネル30上の開始・終了モジュールタイル
アイコン間に挿入配置する。このため、モジュールパレ
ット20から所望のモジュールタイルアイコンをマウス
のクリック操作により選択し、その選択したモジュール
タイルアイコンをマウスのドラッグ操作によりグリッド
パネル30の「処理開始」モジュールタイルアイコン
と、「処理終了」モジュールタイルアイコンとの間に挿
入する操作を行う。
Next, a process of selecting and inserting a module tile in accordance with a mouse click and drag operation on the input device 3 is executed (step S2). That is, the module processing (input processing from the input device 3 in the case of the first embodiment) necessary for the data record processing in the business application is selected on the module palette 20 and the start / end module tile on the grid panel 30 is selected. Insert and place between icons. For this reason, a desired module tile icon is selected from the module palette 20 by a mouse click operation, and the selected module tile icon is dragged with a mouse to “process start” module tile icon of the grid panel 30 and “process end” Perform the operation to insert between the module tile icon.

【0058】このモジュールタイルアイコンの選択挿入
処理の詳細について、図6に示すフローチャートに基づ
いて説明する。
The details of the module tile icon selection and insertion process will be described with reference to the flowchart shown in FIG.

【0059】図6のモジュールタイルアイコンの選択挿
入処理において、まず、図5(a)のモジュールパレッ
ト20においてモジュールタイルアイコンが選択される
のを待ち(ステップS21)、マウスのクリック操作に
よりモジュールタイルアイコンが選択されると、その選
択状態からマウスのドラッグ操作によりグリッドパネル
30上に移動されて(ステップS22)、マウスのドロ
ップ操作によりグリッドパネル30上の所定位置に配置
されたことを確認すると(ステップS23)、そのグリ
ッドパネル30上のドロップされたタイル位置を確認す
る(ステップS24)。
In the process for selecting and inserting a module tile icon shown in FIG. 6, first, it is waited for a module tile icon to be selected in the module palette 20 shown in FIG. 5A (step S21). Is selected, the selected state is moved to the grid panel 30 by a mouse drag operation (step S22), and it is confirmed that the mouse is dropped at a predetermined position on the grid panel 30 by a mouse drop operation (step S22). S23), the position of the dropped tile on the grid panel 30 is confirmed (step S24).

【0060】そして、確認したタイル位置がグリッドパ
ネル30上の「処理開始」モジュールタイルアイコンと
「処理終了」モジュールタイルアイコンとの間に位置す
るか否かを確認する(ステップS25)。すなわち、図
5(a)の初期画面状態から同図(b)に示すように、
モジュールパレット20において「ファイルからの検
索」モジュールタイルアイコンが選択されると、選択さ
れたことを示すため当該モジュールタイルアイコンの表
示色を変更表示する。そして、ドラッグ操作及びドロッ
プにより「処理開始」モジュールタイルアイコンと「処
理終了」モジュールタイルアイコンとの間に配置された
ことを確認すると、その配置されたモジュールタイルア
イコン位置に基づいて、図5(c)に示すように、「処
理開始」モジュールタイルアイコンと「処理終了」モジ
ュールタイルアイコンの各配置位置を自動的にずらして
再配置表示して(ステップS26)、本モジュールタイ
ルアイコンの選択挿入処理を終了する。
Then, it is confirmed whether or not the confirmed tile position is located between the “processing start” module tile icon and the “processing end” module tile icon on the grid panel 30 (step S25). That is, from the initial screen state of FIG. 5A, as shown in FIG.
When the "search from file" module tile icon is selected in the module palette 20, the display color of the module tile icon is changed and displayed to indicate that it has been selected. Then, when it is confirmed that the module tile icon is disposed between the “processing start” module tile icon and the “processing end” module tile icon by the drag operation and the drop, FIG. 5 (c) ), The respective positions of the “processing start” module tile icon and the “processing end” module tile icon are automatically shifted and rearranged and displayed (step S26), and the selective insertion processing of this module tile icon is performed. finish.

【0061】また、選択されたモジュールタイルアイコ
ンが、「処理開始」モジュールタイルアイコンと「処理
終了」モジュールタイルアイコンとの間に配置されなか
った場合は、モジュールタイルアイコンの再配置表示は
行わず、無効放置して(ステップS27)、本モジュー
ルタイルアイコンの選択挿入処理を終了する。
If the selected module tile icon is not arranged between the “processing start” module tile icon and the “processing end” module tile icon, the module tile icon is not rearranged and displayed. It is left invalid (step S27), and the module tile icon selection and insertion process ends.

【0062】したがって、このモジュールタイルアイコ
ンの選択挿入操作に際しては、開始・終了モジュールタ
イルアイコンの間を明示的に拡げる必要はなく、開始モ
ジュールタイルアイコンと終了モジュールタイルアイコ
ンの間にまたがるように選択したモジュールタイルアイ
コンを配置することにより、グリッドパネル30側が自
動的に配置したモジュールタイルアイコンの挿入・配置
が行われる。
Therefore, in the selection and insertion operation of the module tile icon, it is not necessary to explicitly expand between the start and end module tile icons, and the selection is made so as to straddle between the start module tile icon and the end module tile icon. By arranging the module tile icons, insertion and arrangement of the module tile icons automatically arranged by the grid panel 30 are performed.

【0063】以上のモジュールタイルアイコンの選択挿
入処理を繰返し実行することにより、伝票発行業務アプ
リケーションのアウトラインが形成されることになる。
The outline of the slip issuing business application is formed by repeatedly executing the above-described process of selecting and inserting the module tile icon.

【0064】この伝票発行業務アプリケーションのアウ
トラインを形成した後、再度図4のステップS3の処理
に戻り、グリッドパネル30に配置したモジュールタイ
ルアイコンに名称を設定するため、例えば、図7に示す
ようにグリッドパネル30上に配置された伝票発行を示
すモジュールタイルのコンポーネント(「処理開始」+
「入力処理」+「更新処理」+「印刷処理」+「処理終
了」)に対して、サブウインドウ形式のモジュールのプ
ロパティシート(モジュールタイルの条件設定シート)
40を表示して、グリッド上の全体構成を把握しながら
名称の設定を行う。この図7の名称設定画面では、グリ
ッドパネル30上のモジュールタイルアイコン「入力処
理」を選択して、プロパティシート40内の名称枠に
「入力処理1」が入力された場合を示している。但し、
この名称設定処理では、グリッドパネル30に配置され
たモジュールタイルアイコンのうち「処理開始」、「処
理終了」モジュールタイルは名称設定対象とはならな
い。
After the outline of the slip issuing business application is formed, the process returns to step S3 in FIG. 4 again, and a name is set to the module tile icon arranged on the grid panel 30. For example, as shown in FIG. The component of the module tile indicating the issuance of the slip arranged on the grid panel 30 (“processing start” +
For "input processing" + "update processing" + "print processing" + "processing end"), the property sheet of the sub-window type module (condition setting sheet for module tile)
40 is displayed, and the name is set while grasping the entire configuration on the grid. The name setting screen of FIG. 7 shows a case where the module tile icon “input processing” on the grid panel 30 is selected and “input processing 1” is input in the name frame in the property sheet 40. However,
In this name setting process, the “process start” and “process end” module tiles among the module tile icons arranged on the grid panel 30 are not targeted for name setting.

【0065】このモジュールタイルに設定される名称情
報は、モジュール管理情報生成部2eにより伝票発行ア
プリケーションにおけるモジュール管理情報としてメモ
リ5内のモジュール管理情報ファイルに格納される。
The name information set in the module tile is stored in the module management information file in the memory 5 as module management information in the slip issuing application by the module management information generation unit 2e.

【0066】なお、上記名称設定処理において、特に明
示的に名称の設定が必要でない場合は、そのモジュール
タイルアイコンにはデフォルトで予め名称が設定されて
いるため、そのデフォルト名称をそのまま使用するよう
にしてもよい。
In the above-mentioned name setting process, if it is not necessary to explicitly set a name, the default name is set in advance for the module tile icon by default, so that the default name is used as it is. You may.

【0067】次いで、モジュールタイル間の入出力イン
ターフェースであるデータレコードの定義を行う(ステ
ップS4)。このデータレコードの定義とは、そのモジ
ュールタイルアイコンの連なりで視覚化された伝票発行
業務アプリケーションにおいて、その各モジュールタイ
ル、及びそのモジュールタイル間で処理されるデータレ
コード自身の名称、及びデータレコードに含まれる項目
の名称(必要に応じてデータレコード形式も含む)を定
義することである。すなわち、図7のグリッドパネル3
0に配置された票発行アプリケーションのモジュールタ
イルコンポーネントにおいて、そのモジュールタイル間
で同一のデータレコードを定義する必要が有る。
Next, a data record as an input / output interface between module tiles is defined (step S4). The definition of this data record is the name of each module tile, the data record itself processed between the module tiles, and the data record included in the slip issuing business application visualized by the series of module tile icons. Is to define the name of the item (including the data record format if necessary). That is, the grid panel 3 in FIG.
In the module tile component of the vote issuance application arranged at 0, it is necessary to define the same data record between the module tiles.

【0068】この図7のグリッドパネル30上に配置さ
れた伝票発行アプリケーションのモジュールタイルコン
ポーネントにおいてモジュールタイル間で表示されず隠
蔽されているデータレコードを定義するため、図8に示
すようなモジュールタイルに対するデータレコード定義
画面を表示装置4に表示する。
In order to define data records that are not displayed and hidden between module tiles in the module tile component of the slip issuing application arranged on the grid panel 30 shown in FIG. The data record definition screen is displayed on the display device 4.

【0069】まず、図8(a)に示すように隣接するモ
ジュールタイル「入力処理1」と「更新処理」を選択す
る。そして、同図(b)に示すように、サブウインドウ
形式のデータレコード定義画面50をグリッドパネル3
0上に表示して、その画面内の名称枠に「入力データ
1」が入力されて、レコード項目一覧からレコード項目
を選択することにより、モジュールタイル「入力処理
1」と「更新処理」との間で処理されるデータレコード
が同一名称で同一内容で定義されたことになる。
First, as shown in FIG. 8A, the adjacent module tiles “input processing 1” and “update processing” are selected. Then, as shown in FIG. 6B, the data record definition screen 50 in the sub-window format is displayed on the grid panel 3.
0, and “Input data 1” is input in the name box on the screen, and a record item is selected from the record item list, so that the module tiles “Input process 1” and “Update process” are displayed. The data records to be processed between them are defined with the same name and the same contents.

【0070】このデータレコード定義処理を繰り返すこ
とにより、モジュールタイル間で入出力されるデータレ
コードの定義が完了する。
By repeating this data record definition process, the definition of data records input and output between module tiles is completed.

【0071】また、このデータレコード定義は、各モジ
ュールタイルによって異なるが、入力データレコードの
項目を参照して、出力データレコードを出力するという
処理は、各モジュールタイルで共通であるため、各モジ
ュールタイルにおけるデータレコードの定義を自動的に
処理することができる。
Although the definition of the data record differs depending on each module tile, the process of outputting the output data record by referring to the item of the input data record is common to each module tile. Can automatically process the definition of a data record.

【0072】このモジュールタイルにおけるデータレコ
ードの自動定義処理の詳細について、図9に示す入出力
I/F自動設定処理のフローチャートに基づいて説明す
る。
Details of the automatic definition processing of the data record in the module tile will be described with reference to the flowchart of the input / output I / F automatic setting processing shown in FIG.

【0073】まず、図7のグリッドパネル30上に配置
された伝票発行アプリケーションのモジュールタイルコ
ンポーネントにおいて、モジュールタイル「入力処理
1」のモジュール管理情報を、モジュール管理部2cに
よりメモリ5内のモジュール管理情報ファイルから取得
し(ステップS51)その取得した各モジュール管理情
報に入力データレコードが定義されているか否かをチェ
ックする(ステップS52)。入力データレコードが定
義されていれば、1つ前のモジュールタイルに定義され
た出力データレコードと定義内容が同じか否かを確認す
る(ステップS53)。
First, in the module tile component of the slip issuing application arranged on the grid panel 30 in FIG. 7, the module management information of the module tile “input processing 1” is transmitted to the module management information in the memory 5 by the module management unit 2c. It is acquired from a file (step S51), and it is checked whether or not an input data record is defined in each of the acquired module management information (step S52). If an input data record has been defined, it is checked whether or not the definition is the same as the output data record defined in the previous module tile (step S53).

【0074】また、ステップS52において入力データ
レコードが定義されていなければ、1つ前のモジュール
タイルに定義された出力データレコードの定義内容に合
わせて、その入力データレコードの定義内容を自動設定
して(ステップS58)、ステップS55の処理に移行
する。
If the input data record is not defined in step S52, the definition of the input data record is automatically set in accordance with the definition of the output data record defined in the immediately preceding module tile. (Step S58), and the process proceeds to step S55.

【0075】入力データレコードが1つ前のモジュール
タイルに定義された出力データレコードと定義内容が同
じでなければ、表示エンジン部2b、及び入力インター
フェース部2aにより表示装置4に警告情報を表示して
(ステップS54)、入力データレコードの定義内容が
間違っていることをユーザーに通知して、定義内容の訂
正を促す。この警告情報を表示した後、あるいは入力デ
ータレコードが1つ前のモジュールタイルに定義された
出力データレコードと定義内容が同じであれば、ステッ
プS55に移行して、モジュールタイル「入力処理1」
のモジュール管理情報に出力データレコードが定義され
ているか否かを確認する。
If the input data record does not have the same definition as the output data record defined in the previous module tile, the display engine unit 2b and the input interface unit 2a display warning information on the display device 4. (Step S54), the user is notified that the definition of the input data record is incorrect, and the user is prompted to correct the definition. After displaying this warning information, or if the input data record has the same definition as the output data record defined in the previous module tile, the process proceeds to step S55, and the module tile “input processing 1”
Check whether the output data record is defined in the module management information of the above.

【0076】出力データレコードが定義されていなけれ
ば、その出力データレコードの定義内容を入力データレ
コードの定義内容に合わせて自動設定する(ステップS
56)。この出力データレコードの定義内容を設定した
後、あるいは出力データレコードが定義されていれば、
図7のグリッドパネル30上に配置された伝票発行アプ
リケーションのモジュールタイルコンポーネントにおい
て、モジュールタイル「入力処理1」の次のモジュール
タイルが配置されているか否かを確認し(ステップS5
7)、図7のグリッドパネル30上には次のモジュール
タイルとして「更新処理」が配置されているため、ステ
ップS51の処理に戻って、そのモジュールタイル「更
新処理」の入力データレコード、及び出力データレコー
ドの各定義内容の設定処理を繰返し実行する。
If the output data record is not defined, the definition of the output data record is automatically set according to the definition of the input data record (step S).
56). After setting the definition of this output data record, or if the output data record is defined,
In the module tile component of the slip issuing application arranged on the grid panel 30 in FIG. 7, it is confirmed whether or not the module tile next to the module tile “input processing 1” is arranged (step S5).
7) Since “update processing” is arranged as the next module tile on the grid panel 30 in FIG. 7, the processing returns to step S51, and the input data record and output of the module tile “update processing” are output. Repeat the setting process of each definition of data record.

【0077】そして、上記ステップS51〜ステップS
58の処理を繰返し実行することにより、伝票発行アプ
リケーションを構成する次のモジュールタイル「印刷処
理」の入力データレコード、及び出力データレコードの
各定義内容の設定処理を繰返し実行して、図7のグリッ
ドパネル30上に配置された伝票発行アプリケーション
のモジュールタイルコンポーネントにおいて、次のモジ
ュールタイルが配置されていないことを確認すると、本
入出力I/F自動設定処理を終了する。
Then, the above steps S51 to S
By repeatedly executing the processing of step 58, the processing of setting the definition of each input data record and output data record of the next module tile "print processing" constituting the slip issuing application is repeatedly executed, and the grid shown in FIG. When it is confirmed that the next module tile is not arranged in the module tile component of the slip issuing application arranged on the panel 30, the input / output I / F automatic setting process is terminated.

【0078】以上の入出力I/F自動設定処理を実行し
て、グリッドパネル30上に配置された伝票発行アプリ
ケーションを構成する各モジュールタイルにおける入出
力データレコードの定義内容の設定を終了すると、続い
て各モジュールタイルにおけるデータレコードに対する
処理を定義するため、図10に示すようなサブウインド
ウ形式のデータレコード処理定義画面60を表示装置4
に表示する。
When the above-described input / output I / F automatic setting processing is executed to complete the setting of the definition contents of the input / output data record in each module tile constituting the slip issuing application arranged on the grid panel 30, In order to define a process for a data record in each module tile, a data record process definition screen 60 in a sub-window format as shown in FIG.
To be displayed.

【0079】このデータレコードに対する処理の定義内
容は、各モジュールタイルによって異なるが、入力デー
タレコードに設定された項目内容を参照して、所定の処
理を行い、出力データレコードを出力するという基本的
な処理は共通である。
The definition of the processing for this data record differs for each module tile, but the basic processing is to perform a predetermined processing with reference to the item contents set in the input data record and output the output data record. The processing is common.

【0080】図10のデータレコード処理定義画面60
において、入力データレコードに対する処理定義枠内で
は、定義対象となる入力データ名称領域と入力データレ
コード項目一覧領域とを表示し、出力データレコードに
対する処理定義枠内では、定義対象となる出力データ名
称領域とデータレコード処理領域と出力データレコード
項目一覧領域とを表示している。そして、その定義対象
の入力データレコード「入力データ1」に対して、入力
データレコード項目一覧から入力データレコードとして
参照すべき項目を選択し、その定義対象の出力データレ
コード「出力データ1」に対して、出力データレコード
項目一覧から出力データレコードとして参照すべき項目
を選択し、しかるべき処理内容をデータレコード処理領
域に記述し、その処理結果から出力データレコードとし
て出力される項目を出力データレコード項目一覧から選
択する。
The data record processing definition screen 60 of FIG.
In the processing definition frame for the input data record, the input data name area to be defined and the input data record item list area are displayed, and in the processing definition frame for the output data record, the output data name area to be defined And a data record processing area and an output data record item list area. Then, for the input data record “input data 1” to be defined, an item to be referred to as an input data record is selected from the input data record item list, and the output data record “output data 1” to be defined is selected. Select the item to be referred to as the output data record from the output data record item list, describe the appropriate processing content in the data record processing area, and use the processing result to output the item output as the output data record item Select from the list.

【0081】このデータレコード処理定義画面60にお
いて、グリッドパネル30に配置された伝票発行業務ア
プリケーションを構成する各モジュールタイルにおいて
データレコードに対する処理内容を定義することによ
り、そのモジュールタイル毎のデータレコードの定義内
容に対応して処理内容が定義されたことになる。このモ
ジュールタイル毎に定義されたデータレコード処理定義
情報は、モジュール管理情報生成部2eにより、メモリ
5内のモジュール管理情報ファイル内に伝票発行業務ア
プリケーションに関連付けて格納される。
In the data record processing definition screen 60, by defining the processing contents for the data record in each module tile constituting the slip issuing business application arranged on the grid panel 30, the definition of the data record for each module tile is defined. The processing content is defined corresponding to the content. The data record processing definition information defined for each module tile is stored by the module management information generation unit 2e in the module management information file in the memory 5 in association with the slip issuing business application.

【0082】以上のように、本第1の実施の形態の業務
アプリケーション構築システム1では、業務用アプリケ
ーションを構成する基本処理内容を定義した各種モジュ
ールタイルをモジュールパレット20として予め用意す
るとともに、そのモジュールタイルを配置するグリッド
(格子)を設定したグリッドパネル30予め用意し、業
務アプリケーションに必要なモジュールタイルをモジュ
ールパレット20からマウスのドラッグ及びドロップ操
作で選択してグリッドパネル30上に配置するだけで、
その業務アプリケーションのコンポーネントを容易に構
築することが可能となる。
As described above, in the business application construction system 1 according to the first embodiment, various module tiles defining the basic processing contents constituting the business application are prepared in advance as the module pallet 20 and the module pallet 20 is prepared. A grid panel 30 in which a grid (lattice) for arranging tiles is set is prepared in advance, and module tiles required for the business application are selected from the module palette 20 by dragging and dropping a mouse and arranged on the grid panel 30 only.
The components of the business application can be easily constructed.

【0083】また、その業務アプリケーションの全体処
理のアウトライン、モジュールタイル間のインターフェ
ースとなる入出力データレコードの定義、個々のデータ
レコードに対する処理内容を階層化して設計していくた
めの各種定義内容の設定を、予め用意した各種定義画面
上の簡単な操作で可能としたため、その業務アプリケー
ションを構成する各モジュールタイル間のデータの流れ
等の全体像を、設計者が容易に把握することができる。
Further, the outline of the overall processing of the business application, the definition of input / output data records serving as interfaces between module tiles, and the setting of various definition contents for hierarchically designing the processing contents for each data record Is made possible by a simple operation on various definition screens prepared in advance, so that the designer can easily grasp the entire image of the flow of data between the module tiles constituting the business application.

【0084】なお、上記第1の実施の形態では、モジュ
ールタイルにおけるデータレコードの定義とデータレコ
ード処理の定義を別々の定義画面で設定していたため、
まず、全てのデータレコードの定義が終了しないと各モ
ジュールタイルのデータレコードの処理定義ができなか
ったが、これらの定義処理を、「隣接する2つのモジュ
ールタイルにおいて、第1のモジュールタイルで出力さ
れたデータレコードを、第2のモジュールタイルが入力
データレコードとして参照する」という規則に則り、第
1のモジュールタイルで出力データレコード及びそれに
対する処理を同時に定義して、その出力データレコード
の定義を第2のモジュールタイルで参照して設定するよ
うにすれば、処理の開始から終了までの各モジュールタ
イルの処理定義をデータレコード処理の順に定義してい
くことが可能になる。
In the first embodiment, the definition of the data record and the definition of the data record processing in the module tile are set on separate definition screens.
First, the process definition of the data record of each module tile could not be defined unless the definition of all data records was completed. However, these definition processes are described as "the output of the first module tile in two adjacent module tiles. In accordance with the rule that the second module tile refers to the data record that has been input as an input data record ", the first module tile simultaneously defines the output data record and the processing on the output data record, and defines the output data record as the second data tile. If the setting is made with reference to the second module tile, the processing definition of each module tile from the start to the end of the processing can be defined in the order of the data record processing.

【0085】すなわち、図11(a)に示すように、第
1のモジュールタイルとしてモジュールタイル「入力処
理1」に対するデータレコード処理定義画面70を表示
し、このデータレコード処理定義画面70内の出力デー
タレコードに対する処理定義枠内では、その出力データ
レコード項目一覧領域から出力データレコードとして参
照すべき項目を選択し、その出力データレコード項目の
定義内容に対応して出力データ処理領域には出力データ
レコード処理内容を同時に定義する。
That is, as shown in FIG. 11A, the data record processing definition screen 70 for the module tile “input processing 1” is displayed as the first module tile, and the output data in the data record processing definition screen 70 is displayed. In the processing definition frame for the record, select an item to be referenced as an output data record from the output data record item list area, and in the output data processing area corresponding to the definition of the output data record item, output data record processing Define the content at the same time.

【0086】そして、この第1のモジュールタイルで定
義された出力データレコード項目を参照して、同図
(b)に示す第2のモジュールタイルであるモジュール
タイル「更新処理2」のデータレコード処理定義画面7
0内の入力データレコードに対する処理定義枠内では、
定義対象の入力データレコード名称として「出力データ
1」が入力される。
Then, referring to the output data record item defined by the first module tile, the data record definition of the module tile “update processing 2”, which is the second module tile shown in FIG. Screen 7
In the processing definition frame for the input data record in 0,
“Output data 1” is input as the input data record name to be defined.

【0087】また、上記第1の実施の形態では、データ
レコードの名称を業務アプリケーションの設計者がモジ
ュールタイルコンポーネント内で一意となるように設定
していたが、この名称設定処理を、「コンポーネント内
に存在するモジュールタイルの名称は全てコンポーネン
ト内で一意である」という規則に則り、予め出力側のデ
ータレコード名称をモジュールタイル名称として自動設
定することにより、それぞれのデータレコードの名称の
設定を省略することが可能となる。
In the first embodiment, the name of the data record is set so that the designer of the business application is unique within the module tile component. The names of the module tiles existing in the component are all unique within the component ", and the output data record name is automatically set as the module tile name in advance, thereby omitting the setting of the name of each data record. It becomes possible.

【0088】すなわち、例えば、図12に示すように、
第1のモジュールタイル「伝票入力1」の出力データレ
コード名称「伝票入力1」を、第2のモジュールタイル
「更新処理1」で参照して、その入力データレコード名
称として設定し、その出力データレコード名称「更新処
理1」を、第3のモジュールタイル「印刷処理1」で参
照して、その入力データレコード名称として設定するよ
うに、各モジュールタイルにおいてデータレコード名称
を自動設定可能となる。
That is, for example, as shown in FIG.
The output data record name “slip input 1” of the first module tile “slip input 1” is referred to in the second module tile “update processing 1”, set as the input data record name, and the output data record is set. The data record name can be automatically set in each module tile so that the name "update processing 1" is referred to in the third module tile "print processing 1" and set as the input data record name.

【0089】さらに、上記第1の実施の形態では、各モ
ジュールタイルから出力されたデータレコードの業務ア
プリケーションを処理中の有効範囲、あるいは存在範囲
が明確ではないため、この業務アプリケーションを実行
する際には、出力レデータレコードを業務アプリケーシ
ョンの全ての処理が終了するまで、定義されている全て
のデータレコードを保持しておく必要がある。
Further, in the first embodiment, since the effective range or existing range of the data record output from each module tile during the processing of the business application is not clear, the execution of this business application is not clear. It is necessary to keep all the data records defined for the output record until all the processes of the business application are completed.

【0090】このデータレコードの有効範囲、あるいは
存在範囲を明確にするため、例えば、上記図7に示した
モジュールタイルアイコンに名称を設定するためのプロ
パティーシートに、図13(a)に示すように「入力デ
ータレコードを削除する」という選択肢を追加し、この
選択肢が選択されていれば、データレコードの有効範囲
・存在範囲を「データレコードが生成されてから(つま
り生成するモジュールタイル)、次の処理の出力が終了
するまで」と、明確にすることが可能であり、モジュー
ルタイル自身の処理が終了した時点で入力データレコー
ドの内容を消去すれば、業務アプリケーションの実行部
では、資源を無駄に浪費することなく、業務アプリケー
ションの処理を実行することが可能となる。
In order to clarify the effective range or existence range of this data record, for example, a property sheet for setting the name on the module tile icon shown in FIG. The option of "Delete input data record" is added. If this option is selected, the effective range / existence range of the data record is changed to "The data record is generated (that is, the module tile to be generated). Until the output of the process is completed '', it is possible to clear the contents of the input data record when the process of the module tile itself is completed. It is possible to execute business application processing without wasting.

【0091】すなわち、例えば、図13(b)に示すよ
うに、図中のはデータレコードの有効範囲・存在範囲
を設定しない場合のデータレコードの生成(○)と消滅
(●)の状態を示しており、モジュールタイル「伝票入
力1」の入力時に生成されたデータレコードは、その次
のモジュールタイル「更新処理1」の処理が終了した時
点で不要となっているにもかかわらず最後のモジュール
タイル「印刷処理1」の処理が終了するまで存在してお
り、図中の太い線で示す部分が無駄となる。また、図中
のはデータレコードの有効範囲・存在範囲を設定した
場合のデータレコードの生成(○)と消滅(●)の状態
を示しており、モジュールタイル「伝票入力1」の入力
時に生成されたデータレコードは、その次のモジュール
タイル「更新処理1」の処理が終了した時点で消滅して
おり、資源を無駄に浪費することがなくなる。
That is, for example, as shown in FIG. 13B, the figure shows the state of generation (○) and disappearance (●) of a data record when the effective range and existence range of the data record are not set. The data record generated at the time of input of the module tile “slip input 1” is the last module tile even though it is no longer necessary when the process of the next module tile “update processing 1” is completed. The process exists until the process of “print process 1” is completed, and a portion indicated by a thick line in the drawing is useless. The figure shows the data record generation (O) and disappearance (●) when the valid range and the existence range of the data record are set, and is generated when the module tile “slip input 1” is input. The data record that has been deleted has disappeared when the processing of the next module tile “update processing 1” is completed, so that resources are not wasted.

【0092】(第2の実施の形態)図14〜図16は、
本発明のプログラム構築支援装置及び記憶媒体を適用し
た第2の実施の形態のアプリケーション構築システムを
説明するための図である。なお、本第2の実施の形態の
アプリケーション構築システムの構成は、上記第1の実
施の形態の図1に示したアプリケーション構築システム
1と同一であるため、その図示及び説明は省略する。
(Second Embodiment) FIG. 14 to FIG.
FIG. 2 is a diagram for describing an application construction system according to a second embodiment to which a program construction support device and a storage medium of the present invention are applied. Note that the configuration of the application construction system according to the second embodiment is the same as that of the application construction system 1 shown in FIG. 1 of the first embodiment, so that illustration and description thereof are omitted.

【0093】上記第1の実施の形態では、業務アプリケ
ーションをモジュールタイルを単純に接続して構成した
場合を示したが、業務アプリケーションを構築する際に
は、条件式により処理の分岐を行う必要がある場合もあ
る。本第2の実施の形態のアプリケーション構築システ
ム1では、この条件式により処理の分岐を行う業務アプ
リケーションを構築する場合を説明する。
In the first embodiment, the case where the business application is constructed by simply connecting the module tiles has been described. However, when the business application is constructed, it is necessary to branch the processing by a conditional expression. There can be. In the application construction system 1 according to the second embodiment, a case will be described in which a business application that branches processing according to this conditional expression is constructed.

【0094】図14は、本第2の実施の形態のアプリケ
ーション構築システム1により実行される条件分岐モジ
ュールの挿入処理の一例を示す図である。この図14に
示すグリッドパネル30に配置されたモジュールタイル
構成では、モジュールタイル「入力処理」と2つのモジ
ュールタイル「更新処理」との間にモジュールタイル
「条件分岐処理」が挿入配置された慈愛を示している。
このモジュールタイル「条件分岐処理」には条件式を格
納し、モジュールタイル「条件分岐処理」の条件式によ
り分岐される2つのモジュールタイル「更新処理」とは
接続線で接続され、2つのモジュールタイル「更新処
理」とモジュールタイル「処理終了」とも接続線で接続
されている。
FIG. 14 is a diagram showing an example of a conditional branch module insertion process executed by the application construction system 1 according to the second embodiment. In the module tile configuration arranged on the grid panel 30 shown in FIG. 14, the charity in which the module tile “conditional branch processing” is inserted and arranged between the module tile “input processing” and the two module tiles “update processing” is used. Is shown.
A conditional expression is stored in the module tile “conditional branch processing”, and two module tiles “update processing” branched by the conditional expression of the module tile “conditional branch processing” are connected by a connection line and two module tiles "Update processing" and module tile "processing end" are also connected by connection lines.

【0095】この図14に示したようなモジュールタイ
ル「条件分岐処理」を挿入配置する際の処理について図
15、及び図16を参照して説明する。
The processing for inserting and arranging the module tile “conditional branch processing” as shown in FIG. 14 will be described with reference to FIGS. 15 and 16.

【0096】まず、図15(a)に示すように、モジュ
ールタイル「入力処理」とモジュールタイル「処理終
了」との間に、入力装置3におけるマウスによりドラッ
グ及びドロップ操作によりモジュールタイル「条件分岐
処理」が挿入配置されたとすると、そのモジュールタイ
ル「条件分岐処理」の条件式を設定するための同図
(b)に示すプロパティシートが表示装置4に表示され
る。
First, as shown in FIG. 15A, between the module tile “input processing” and the module tile “processing end”, the module tile “conditional branch processing” is performed by dragging and dropping with the mouse on the input device 3. Is inserted, the property sheet shown in FIG. 4B for setting the conditional expression of the module tile “conditional branch processing” is displayed on the display device 4.

【0097】このプロパティシートでは、条件分岐の分
岐数と該当する条件式を設定すると、その設定された分
岐数分の分岐用の接続線が、同図(c)に示すように表
示される。同図(b)に示すプロパティシートでは、分
岐数として「2」が設定され、その分岐数に該当する条
件式として「条件式1」と「条件式2」が設定されてい
る。そして、その分岐数「2」に対応するように、同図
(c)に示すグリッドパネル30では、モジュールタイ
ル「条件分岐処理」とモジュールタイル「処理終了」の
間に接続線が2本表示されている。
In this property sheet, when the number of conditional branches and the corresponding conditional expression are set, connection lines for the set number of branches are displayed as shown in FIG. In the property sheet shown in FIG. 7B, “2” is set as the number of branches, and “conditional expression 1” and “conditional expression 2” are set as conditional expressions corresponding to the number of branches. Then, two connection lines are displayed between the module tile “conditional branch processing” and the module tile “processing end” on the grid panel 30 shown in FIG. ing.

【0098】ここで条件式として記述可能な項目は、条
件分岐モジュール以前に(つまりグリッド上で条件分岐
モジュールより左側で)設定されているモジュールタイ
ルから出力される出力データレコードのうち、条件分岐
モジュールのところまで有効となっているデータレコー
ドの項目と、グローバル変数である。
Here, items that can be described as conditional expressions are conditional branch modules among output data records output from module tiles set before the conditional branch module (that is, on the left side of the conditional branch module on the grid). Are valid data record items and global variables.

【0099】図15(c)までの処理により条件分岐の
詳細設定が終了した後、図16(a)に示すように、分
岐後の処理を行うモジュールタイル「更新処理1」を、
モジュールタイル「条件分岐処理」とモジュールタイル
「処理終了」の間に挿入配置すると、同図(b)に示す
ように、そのモジュールタイル「更新処理1」を挟んで
前後の各モジュールタイルの配置が移動してグリッド内
に自動的に配置されるとともに、分岐のための接続線の
表示も、モジュールタイル「条件分岐処理」からモジュ
ールタイル「処理終了」に接続する接続線と、モジュー
ルタイル「更新処理1」からモジュールタイル「処理終
了」に接続する接続線と、に自動的に変更される。
After the detailed setting of the conditional branch is completed by the processing up to FIG. 15C, as shown in FIG. 16A, the module tile “update processing 1” for performing the processing after the branch is set to “update processing 1”.
When inserted and placed between the module tile “conditional branch processing” and the module tile “processing end”, the arrangement of each module tile before and after the module tile “update processing 1” is interposed as shown in FIG. While being moved and automatically placed in the grid, the connection lines for branching are also displayed. The connection lines connecting the module tile “conditional branching process” to the module tile “processing end” and the module tile “update process” The connection line is automatically changed from "1" to the connection line connecting to the module tile "processing end".

【0100】そして、最終的に同図(c)に示すように
モジュールタイル「更新処理2」がモジュールタイル
「条件分岐処理」とモジュールタイル「処理終了」の間
に挿入配置されて、本業務アプリケーションの構築が終
了する。
Finally, the module tile “update processing 2” is inserted between the module tile “conditional branch processing” and the module tile “processing end” as shown in FIG. Is completed.

【0101】以上のように、本第2の実施の形態の業務
アプリケーション構築システム1では、業務用アプリケ
ーションを構成する条件式を設定するモジュールタイル
「条件分岐処理」を挿入配置する際に、プロパティシー
トによりその条件式の設定を可能とし、そのモジュール
タイル「条件分岐処理」が挿入配置された前後のモジュ
ールタイル間との接続線を自動的に表示するようにした
ため、業務用アプリケーションの設計者が条件分岐の存
在する業務用アプリケーションを設計する際にも、その
全体像を把握しながら開発を進めることができる。
As described above, in the business application construction system 1 according to the second embodiment, when inserting and arranging the module tile “conditional branch processing” for setting the conditional expression constituting the business application, the property sheet Allows the setting of the conditional expression, and automatically displays the connection lines between the module tiles before and after the module tile "conditional branch processing" is inserted and placed. Even when designing a business application having a branch, the development can be performed while grasping the entire picture.

【0102】(第3の実施の形態)図17は、本発明の
プログラム構築支援装置及び記憶媒体を適用した第3の
実施の形態のアプリケーション構築システムを説明する
ための図である。なお、本第3の実施の形態のアプリケ
ーション構築システムの構成は、上記第1の実施の形態
の図1に示したアプリケーション構築システム1と同一
であるため、その図示及び説明は省略する。
(Third Embodiment) FIG. 17 is a diagram for explaining an application construction system according to a third embodiment to which the program construction support device and the storage medium of the present invention are applied. Note that the configuration of the application construction system according to the third embodiment is the same as that of the application construction system 1 shown in FIG. 1 of the first embodiment, so that illustration and description thereof are omitted.

【0103】本第3の実施の形態のアプリケーション構
築システム1では、上記第1の実施の形態、及び上記第
2の実施の形態において業務用アプリケーションの構築
中にグリッドパネル30に配置されるモジュールタイル
に係る各種情報の表示を行う場合について図17を参照
して説明する。
In the application construction system 1 according to the third embodiment, the module tiles arranged on the grid panel 30 during the construction of the business application in the first embodiment and the second embodiment. The case where various types of information are displayed will be described with reference to FIG.

【0104】図17は、業務用アプリケーションの構築
中にグリッドパネル30に配置されたモジュールタイル
に対してマウスカーソルにより指示されたモジュールタ
イルに対する各種情報を表示した状態を示しており、同
図(a)はモジュールタイル「検索処理」に対して各種
情報を表示した場合、同図(b)はモジュールタイル
「条件分岐処理」に対して各種情報を表示した場合、を
示している。
FIG. 17 shows a state in which various information on the module tile designated by the mouse cursor is displayed on the module tile arranged on the grid panel 30 during the construction of the business application. ) Shows the case where various information is displayed for the module tile “search processing”, and FIG. 12B shows the case where various information is displayed for the module tile “conditional branch processing”.

【0105】このモジュールタイルの各情報表示を行わ
せるためのユーザーの操作としては、例えば、マウスカ
ーソルが該当するモジュールタイル上で一定時間(50
0ms程度)停止すると、当該モジュールタイルのサブ
ウインドウ形式の情報表示ウインドウを表示するように
する。
The user operation for displaying each information of this module tile includes, for example, a mouse cursor being moved over a corresponding module tile for a certain period of time (50 minutes).
When the display is stopped (about 0 ms), an information display window in the subwindow format of the module tile is displayed.

【0106】まず、図17(a)では、グリッドパネル
30上に配置された業務用アプリケーションを構成する
モジュールタイルコンポーネントのうちモジュールタイ
ル「検索処理」上にマウスカーソルが一定時間停止され
たため、そのモジュールタイル「検索処理」に対するモ
ジュール管理情報が、モジュール管理部2cによりメモ
リ5内のモジュール管理情報ファイル5bから読み出さ
れて表示エンジン部2bに出力され、表示エンジン部2
bによりインターフェース部2aを介して表示装置4に
表示中の当該グリッドパネル30上の所定位置にサブウ
インドウ形式の情報表示ウインドウが表示される。
First, in FIG. 17A, among the module tile components constituting the business application arranged on the grid panel 30, the mouse cursor is stopped for a certain time on the module tile "search processing". The module management information for the tile “search process” is read from the module management information file 5b in the memory 5 by the module management unit 2c and output to the display engine unit 2b.
b, an information display window in a sub-window format is displayed at a predetermined position on the grid panel 30 displayed on the display device 4 via the interface unit 2a.

【0107】このモジュールタイル「検索処理」に対す
る情報表示ウインドウでは、「名称:台帳検索」、「コ
メント:台帳から指定名称の顧客を検索します」、「入
力:台帳検索入力」、「出力:台帳検索出力」等の情報
が表示された状態を示している。
In the information display window for this module tile “search process”, “name: ledger search”, “comment: search for a customer with a specified name from ledger”, “input: ledger search input”, “output: ledger” This shows a state where information such as "search output" is displayed.

【0108】また、同図(b)では、グリッドパネル3
0上に配置された業務用アプリケーションを構成するモ
ジュールタイルコンポーネントのうちモジュールタイル
「条件分岐処理」上にマウスカーソルが一定時間停止さ
れたため、そのモジュールタイル「条件分岐処理」に対
するモジュール管理情報が、モジュール管理部2cによ
りメモリ5内のモジュール管理情報ファイル5bから読
み出されて表示エンジン部2bに出力され、表示エンジ
ン部2bによりインターフェース部2aを介して表示装
置4に表示中の当該グリッドパネル30上の所定位置に
サブウインドウ形式の情報表示ウインドウが表示され
る。
In FIG. 13B, the grid panel 3
Since the mouse cursor is stopped for a certain period of time on the module tile “conditional branch processing” among the module tile components constituting the business application arranged on the “0”, the module management information for the module tile “conditional branch processing” is The management unit 2c reads out the module management information file 5b in the memory 5 and outputs the module management information file 5b to the display engine unit 2b. The display engine unit 2b displays the information on the display panel 4 via the interface unit 2a on the grid panel 30. An information display window in a subwindow format is displayed at a predetermined position.

【0109】このモジュールタイル「条件分岐処理」に
対する情報表示ウインドウでは、「分奇数:3」、「条
件1:顧客No.<100」、「条件2:顧客No.<
500」、「条件3: 」等の情報が表示された状態を
示している。
In the information display window for this module tile “condition branch processing”, “minute odd number: 3”, “condition 1: customer number <100”, and “condition 2: customer number <
500 "," Condition 3: "and the like are displayed.

【0110】以上のように、本第3の実施の形態の業務
アプリケーション構築システム1では、グリッドパネル
30に配置されたモジュールタイル上にマウスカーソル
が一定時間停止したとき、そのモジュールタイルに対応
する各種情報を表示する情報表示ウインドウを自動的に
表示するようにしたため、プロパティシートや定義画面
を開くことなくモジュールタイルに係る各種情報を確認
することができる。
As described above, in the business application construction system 1 according to the third embodiment, when the mouse cursor stops on the module tile arranged on the grid panel 30 for a certain period of time, various kinds of information corresponding to the module tile are displayed. Since the information display window for displaying information is automatically displayed, various types of information relating to the module tile can be confirmed without opening a property sheet or a definition screen.

【0111】(第4の実施の形態)図18は、本発明の
プログラム構築支援装置及び記憶媒体を適用した第4の
実施の形態のアプリケーション構築システムを説明する
ための図である。なお、本第4の実施の形態のアプリケ
ーション構築システムの構成は、上記第1の実施の形態
の図1に示したアプリケーション構築システム1と同一
であるため、その図示及び説明は省略する。
(Fourth Embodiment) FIG. 18 is a diagram for explaining an application construction system according to a fourth embodiment to which the program construction support device and the storage medium of the present invention are applied. Note that the configuration of the application construction system according to the fourth embodiment is the same as that of the application construction system 1 shown in FIG. 1 of the first embodiment, so that illustration and description thereof are omitted.

【0112】本第4の実施の形態のアプリケーション構
築システム1では、業務用アプリケーションの構築をウ
ィザードダイアログ(ガイダンス機能付のアプリケーシ
ョン構築画面)を利用して行う場合を説明する。
In the application construction system 1 according to the fourth embodiment, a case will be described in which a business application is constructed using a wizard dialog (an application construction screen with a guidance function).

【0113】業務用アプリケーションを作成する場合、
「伝票検索処理」、「伝票登録処理」、「帳票出力処
理」等、予めモジュールタイルの配置及び接続方法が決
まっているものがほとんどであり、その決められた業務
以外のアプリケーションを構築することは希である。
When creating a business application,
In most cases, the arrangement and connection method of module tiles are determined in advance, such as "slip search processing", "slip registration processing", and "form output processing", and it is not possible to build applications other than the determined tasks. It is rare.

【0114】そこで本第4の実施の形態では、使用頻度
の高い業務アプリケーションのコンポーネント(必要な
モジュールタイルの配置が決定されたもの)をテンプレ
ートとして予め複数用意し、業務アプリケーションの新
規設計時には、その用意されているテンプレートから該
とするものを選択し、そのコンポーネント上で種々の詳
細な処理を定義することを可能とする。
In the fourth embodiment, a plurality of frequently used business application components (for which the arrangement of necessary module tiles is determined) are prepared in advance as templates, and when a new business application is designed, the components are prepared. It is possible to select such a template from the prepared templates and define various detailed processes on the component.

【0115】この業務アプリケーションコンポーネント
のテンプレートを設定したウィザードダイアログを利用
した業務アプリケーションの作成処理について図18を
参照して説明する。
The process of creating a business application using a wizard dialog in which a template of the business application component is set will be described with reference to FIG.

【0116】まず、業務アプリケーションの作成の際
に、図18(a)に示すサブウインドウ形式のウィザー
ドダイアログ80を表示装置4に表示する。このウィザ
ードダイアログには、業務アプリケーションのコンポー
ネント示すテンプレートとして「連携手続き」のテンプ
レートを表示しており、このテンプレート内には「連携
手続き」に属する業務アプリケーションとして「伝票発
行(S)」、「伝票検索(U)」、「帳票印刷(N)」
が選択可能に表示されており、「伝票発行(S)」が選
択されている。
First, at the time of creating a business application, a sub-window type wizard dialog 80 shown in FIG. In this wizard dialog, a template of “cooperation procedure” is displayed as a template indicating a component of the business application. In this template, “slip issue (S)” and “slip search” as business applications belonging to “cooperation procedure” (U) "," Form printing (N) "
Are displayed in a selectable manner, and "issue slip (S)" is selected.

【0117】この選択された「伝票発行(S)」に対応
する業務アプリケーションのテンプレートコンポーネン
トは、同図(b)に示すようにグリッドパネル30上に
展開される。なお、この展開されたテンプレートコンポ
ーネントのモジュールタイルには、予めコンポーネント
内で一意となる名称が設定されており、不整合が発生す
ることはない。
The template component of the business application corresponding to the selected “issue slip (S)” is developed on the grid panel 30 as shown in FIG. Note that a unique name within the component is set in advance in the module tile of the developed template component, and no inconsistency occurs.

【0118】そして、この展開されたテンプレートコン
ポーネントをもとに、同図(c)に示すように必要なモ
ジュールタイルの挿入配置が指示されると、その挿入位
置の前後に配置されたモジュールタイルが前後に移動さ
れて、コンポーネント全体の配置位置がグリッド上で自
動的に調整される。このコンポーネントのモジュールタ
イルに対するデータレコード定義や処理定義を上記第
1、及び第2の実施の形態で説明した設定方法で行うこ
とにより、目的の業務アプリケーションのコンポーネン
トが構築される。
Then, based on the developed template component, when the insertion and placement of a required module tile is instructed as shown in FIG. 14C, the module tiles placed before and after the insertion position are changed. By moving back and forth, the placement of the entire component is automatically adjusted on the grid. By performing the data record definition and the process definition for the module tile of this component by the setting method described in the first and second embodiments, the component of the target business application is constructed.

【0119】以上のように、本第4の実施の形態の業務
アプリケーション構築システム1では、業務アプリケー
ションを新規に構築する際に、予め用意された使用頻度
の高いテンプレートコンポーネントを複数設定したウィ
ザードダイアログ上で必要なテンプレートコンポーネン
トを選択し、詳細部分を定義するだけで目的の業務アプ
リケーションのコンポーネントを構築することが可能と
なり、設計者の業務アプリケーション構築時の設定作業
量を削減することができる。
As described above, in the business application construction system 1 according to the fourth embodiment, when a new business application is constructed, a plurality of frequently used template components prepared in advance are displayed on the wizard dialog. , It is possible to construct a component of a target business application only by selecting a necessary template component and defining a detailed portion, and it is possible to reduce the amount of setting work of a designer when constructing a business application.

【0120】なお、上記第4の実施の形態では、対象と
なるテンプレートコンポーネントの種類のみの選択でグ
リッドパネル30上にモジュールタイルを展開したが、
ウィザードダイアログで更なる詳細情報(例えば、ファ
イル検索であれば検索対象ファイル名、ファイル更新で
あれば更新対象ファイル名など)を設定可能にすること
により、後の詳細定義の作業を更に軽減することができ
る。
In the fourth embodiment, the module tile is developed on the grid panel 30 by selecting only the type of the target template component.
Further detailed information can be set in the wizard dialog (for example, file name to be searched for file search, file name to be updated for file update, etc.), so that the work of detailed definition later can be further reduced. Can be.

【0121】また、上記第4の実施の形態では、対象と
なるテンプレートコンポーネントの種類は予め用意され
ているのみであったが、設計者が作成した使用頻度及び
精度の高いコンポーネントをテンプレートコンポーネン
トに登録可能とすることにより、コンポーネントの再利
用効率を向上することが可能となる。
In the fourth embodiment, the types of target template components are only prepared in advance. However, components with high use frequency and accuracy created by the designer are registered in the template components. By making it possible, the reuse efficiency of the component can be improved.

【0122】[0122]

【発明の効果】請求項1記載の発明のプログラム構築支
援装置によれば、業務アプリケーションのコンポーネン
トを容易に構築することが可能となる。
According to the program construction support apparatus of the present invention, it is possible to easily construct the components of the business application.

【0123】請求項2記載の発明の記憶媒体によれば、
業務アプリケーションのコンポーネントを容易に構築さ
せるプログラムをコンピュータで実行することができ
る。
According to the storage medium of the second aspect,
A program for easily constructing components of a business application can be executed by a computer.

【0124】請求項3記載の発明の記憶媒体によれば、
業務アプリケーションの全体処理のアウトライン、モジ
ュールタイル間のインターフェースとなる入出力データ
レコードの定義、個々のデータレコードに対する処理内
容を階層化して設計していくための各種定義内容の設定
が簡単な操作で可能となり、その業務アプリケーション
を構成する各モジュールタイル間のデータの流れ等の全
体像を、設計者が容易に把握することができる。
According to the storage medium of the third aspect of the present invention,
The outline of the overall processing of the business application, the definition of input / output data records that serve as an interface between module tiles, and the setting of various definitions for hierarchically designing the processing contents for individual data records are possible with simple operations Thus, the designer can easily grasp the entire image such as the flow of data between the module tiles constituting the business application.

【0125】請求項4記載の発明の記憶媒体によれば、
処理の開始から終了までの各モジュールタイルの処理定
義をデータレコード処理の順に定義していくことが可能
になり、モジュールタイル間で処理されるデータの整合
性を容易に取ることが可能となる。
According to the storage medium of the fourth aspect of the present invention,
The processing definition of each module tile from the start to the end of the processing can be defined in the order of the data record processing, and the consistency of the data processed between the module tiles can be easily obtained.

【0126】請求項5記載の発明の記憶媒体によれば、
業務用アプリケーションの設計者が条件分岐の存在する
業務用アプリケーションを設計する際にも、その全体像
を把握しながら開発を進めることができる。
According to the storage medium of the invention described in claim 5,
When a designer of a business application designs a business application in which a conditional branch exists, the development can proceed while grasping the entire image.

【0127】請求項6記載の発明の記憶媒体によれば、
処理タイルを複数設定したパレット上で必要な処理タイ
ルを選択し、必要なモジュールタイルを挿入配置するだ
けで目的の業務アプリケーションのコンポーネントを構
築することが可能となり、設計者の業務アプリケーショ
ン構築時の設定作業量を削減することができる。
According to the storage medium of the invention described in claim 6,
It is possible to build the components of the target business application simply by selecting the required processing tiles on the pallet where multiple processing tiles are set and inserting and arranging the required module tiles. The amount of work can be reduced.

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

【図1】本発明を適用した第1の実施の形態の業務アプ
リケーション構築システム1の要部構成を示すブロック
図である。
FIG. 1 is a block diagram showing a main configuration of a business application construction system 1 according to a first embodiment of the present invention.

【図2】図1のメモリ5に格納されるグリッド管理情報
とモジュール管理情報の各情報構成を示す図である。
FIG. 2 is a diagram showing each information structure of grid management information and module management information stored in a memory 5 of FIG.

【図3】図2のグリッド管理情報とリンクするモジュー
ルタイル情報の構成を示す図である。
FIG. 3 is a diagram showing a configuration of module tile information linked to the grid management information of FIG. 2;

【図4】図1のアプリケーション構築装置2により実行
される業務アプリケーションの作成処理を示すフローチ
ャートである。
FIG. 4 is a flowchart showing a process of creating a business application executed by the application construction apparatus 2 of FIG. 1;

【図5】図4の業務アプリケーションの作成処理に際し
て図1の表示装置4に表示される画面を示す図であり、
(a)は初期画面を示す図、(b)はモジュールタイル
アイコンの選択配置画面を示す図、(c)はモジュール
タイルアイコンの配置完了画面を示す図である。
FIG. 5 is a diagram showing a screen displayed on the display device 4 in FIG. 1 in the process of creating the business application in FIG. 4;
(A) is a diagram illustrating an initial screen, (b) is a diagram illustrating a selection and arrangement screen of module tile icons, and (c) is a diagram illustrating a completion screen of arrangement of module tile icons.

【図6】図4の業務アプリケーションの作成処理に際し
て実行されるモジュールタイルの選択挿入処理を示すフ
ローチャートである。
FIG. 6 is a flowchart showing a process of selecting and inserting a module tile performed in the process of creating the business application in FIG. 4;

【図7】図5のグリッドパネル30に配置されたモジュ
ールタイルアイコンに名称を設定するためのプロパティ
ーシートを表示した画面を示す図である。
7 is a diagram showing a screen displaying a property sheet for setting a name to a module tile icon arranged on the grid panel 30 of FIG. 5;

【図8】伝票発行のモジュールタイル構成おいてデータ
レコード定義を行うための画面を示す図であり、(a)
はモジュールタイルの選択画面を示す図、(b)はデー
タレコードの定義画面を示す図である。
FIG. 8 is a diagram showing a screen for defining a data record in a module tile configuration for issuing a slip;
FIG. 4 is a diagram showing a module tile selection screen, and FIG. 4B is a diagram showing a data record definition screen.

【図9】図1のアプリケーション構築装置2により実行
される入出力I/F自動設定処理を示すフローチャート
である。
FIG. 9 is a flowchart showing an input / output I / F automatic setting process executed by the application construction device 2 of FIG. 1;

【図10】図4の業務アプリケーションの作成処理にお
いてモジュールタイルのデータレコード処理定義を行う
ための画面を示す図である。
FIG. 10 is a diagram showing a screen for defining a data record process of a module tile in the process of creating the business application in FIG. 4;

【図11】モジュールタイル間でデータレコードの項目
定義と処理定義を同時に行うためのモジュールタイル処
理定義画面を示す図であり、(a)は第1のモジュール
タイルのモジュールタイル処理定義画面を示す図、
(b)は第2のモジュールタイルのモジュールタイル処
理定義画面を示す図である。
11A and 11B are diagrams illustrating a module tile process definition screen for simultaneously performing a data record item definition and a process definition between module tiles, and FIG. 11A illustrates a module tile process definition screen of a first module tile; ,
(B) is a figure which shows the module tile process definition screen of a 2nd module tile.

【図12】モジュールタイルにおける入出力データレコ
ード名称の自動設定の状態を示す図である。
FIG. 12 is a diagram showing a state of automatic setting of an input / output data record name in a module tile.

【図13】データレコードに有効範囲・存在範囲の設定
を行う場合を説明するための図であり、(a)はその設
定を行うモジュールプロパティシートを示す図、(b)
はその有効範囲・存在範囲を設定したデータレコードの
モジュールタイル間の存在範囲を示す図である。
13A and 13B are diagrams for explaining a case where an effective range / existing range is set in a data record; FIG. 13A is a diagram showing a module property sheet for performing the setting; FIG.
FIG. 8 is a diagram showing an existence range between module tiles of a data record in which the effective range / existence range is set.

【図14】本発明を適用した第2の実施の形態の業務ア
プリケーション構築システム1により実行される条件分
岐モジュールの挿入処理の一例を示す図である。
FIG. 14 is a diagram illustrating an example of a process of inserting a conditional branch module executed by the business application construction system 1 according to the second embodiment of the present invention.

【図15】図14のモジュールタイル「条件分岐処理」
を挿入配置する際の処理を示す図であり、(a)はモジ
ュールタイル「条件分岐処理」を挿入配置した状態を示
す図、(b)はモジュールタイル「条件分岐処理」の条
件式を設定するプロパティシートを示す図、(c)は分
岐線の自動生成状態を示す図である。
FIG. 15 shows a module tile “conditional branch processing” in FIG.
7A and 7B are diagrams illustrating a process when inserting and arranging a module tile, wherein FIG. 7A illustrates a state where a module tile “conditional branching process” is inserted and arranged, and FIG. FIG. 3C is a diagram illustrating a property sheet, and FIG.

【図16】図15(c)の分岐線生成状態以降のモジュ
ールタイルの挿入配置する際の処理を示す図であり、
(a)は対象処理モジュールの挿入状態を示す図、
(b)は対象処理モジュールの挿入結果を示す図、
(c)は全ての処理の挿入状態を示す図である。
FIG. 16 is a diagram illustrating processing when inserting and arranging module tiles after the branch line generation state in FIG. 15C;
(A) is a diagram showing an inserted state of a target processing module,
(B) is a diagram showing an insertion result of the target processing module,
(C) is a figure which shows the insertion state of all the processes.

【図17】本発明を適用した第3の実施の形態の業務ア
プリケーション構築システム1により実行されるモジュ
ールタイルの情報表示処理を示す図であり、(a)はモ
ジュールタイル「検索処理」に対する情報を表示した
図、(b)はモジュールタイル「条件分岐処理」に対す
る情報を表示した図である。
FIG. 17 is a diagram showing module tile information display processing executed by the business application construction system 1 according to the third embodiment to which the present invention is applied. FIG. 17A shows information on a module tile “search processing”. FIG. 11B is a diagram showing information on the module tile “conditional branch processing”.

【図18】本発明を適用した第4の実施の形態の業務ア
プリケーション構築システム1により実行されるウィザ
ードを利用した業務アプリケーションの構築処理を示す
図であり、(a)はウィザードダイアログを示す図、
(b)は展開されたテンプレートコンポーネントの一例
を示す図、(c)は(b)のコンポーネントに必要な処
理を挿入した状態を示す図である。
FIGS. 18A and 18B are diagrams showing a business application construction process using a wizard executed by the business application construction system 1 according to the fourth embodiment to which the present invention is applied; FIG. 18A is a diagram showing a wizard dialog;
(B) is a diagram showing an example of an expanded template component, and (c) is a diagram showing a state where necessary processing is inserted into the component of (b).

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

1 業務アプリケーション構築システム 2 アプリケーション構築装置 2a インターフェース部 2b 表示エンジン部 2c モジュール管理部 2d グリッド管理部 2e モジュール管理情報生成部 2f モジュール情報読出部 2g アプリケーションスペック生成部 2h スペック書込部 3 入力装置 4 表示装置 5 メモリ 5a グリッド管理情報 5b モジュール管理情報 6 検索処理詳細設定エディタ 7 印刷処理詳細設定エディタ 8 その他の詳細設定エディタ 9 ハードディスク 9a モジュールスペック 9b アプリケーションスペック 10 アプリケーション実行装置 10a スペック読出部 10b スペック解釈部 10c 検索処理モジュール 10d 印刷処理モジュール 10e その他のモジュール 20 モジュールパレット 30 グリッドパネル 40 プロパティシート 50 データレコード定義画面 60、70 データレコード処理定義画面 Reference Signs List 1 business application construction system 2 application construction device 2a interface unit 2b display engine unit 2c module management unit 2d grid management unit 2e module management information generation unit 2f module information reading unit 2g application specification generation unit 2h specification writing unit 3 input device 4 display Apparatus 5 Memory 5a Grid management information 5b Module management information 6 Search processing detailed setting editor 7 Print processing detailed setting editor 8 Other detailed setting editor 9 Hard disk 9a Module specifications 9b Application specifications 10 Application execution device 10a Specification reading unit 10b Specification interpretation unit 10c Search processing module 10d Print processing module 10e Other modules 20 Module pallet 30 Grid Panel 40 Property Sheet 50 data record definition screen 60,70 data record processing definition screen

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】データ処理を構成する複数のプログラムモ
ジュールを記憶する記憶手段と、 この記憶手段に記憶された各プログラムモジュールを表
現する複数のモジュールタイルを記憶するモジュールタ
イル記憶手段と、 このモジュールタイル記憶手段に記憶されたモジュール
タイルを表示画面上の指示に応じて配置する配置手段
と、 この配置手段により配置されたモジュールタイルの配置
状態に基づいて、前記記憶手段に記憶されたプログラム
モジュールを組み合わせて一連のデータ処理プログラム
を構築するプログラム構築手段と、 を備えたことを特徴とするプログラム構築支援装置。
1. A storage means for storing a plurality of program modules constituting data processing; a module tile storage means for storing a plurality of module tiles representing each program module stored in the storage means; A combination of an arrangement unit that arranges the module tiles stored in the storage unit in accordance with an instruction on the display screen, and a program module stored in the storage unit based on the arrangement state of the module tiles arranged by the arrangement unit And a program construction means for constructing a series of data processing programs.
【請求項2】コンピュータが実行可能なプログラムを格
納した記憶媒体であって、 データ処理を構成する複数のプログラムモジュールを表
現する複数のモジュールタイルを表示画面上に配置させ
るためのコンピュータが実行可能なプログラムコード
と、 この配置されたモジュールタイルの配置状態に基づい
て、複数の前記プログラムモジュールを記憶手段から読
み出して組み合わせて一連のデータ処理プログラムを構
築させるためのコンピュータが実行可能なプログラムコ
ードと、 を含むプログラムを格納したことを特徴とする記憶媒
体。
2. A storage medium storing a computer-executable program, the computer-executable program for arranging a plurality of module tiles representing a plurality of program modules constituting data processing on a display screen. A program code, and a computer-executable program code for constructing a series of data processing programs by reading and combining a plurality of the program modules from a storage unit based on the arrangement state of the arranged module tiles, A storage medium storing a program including the program.
【請求項3】前記配置された各モジュールタイルにおけ
る入出力データを定義させるためのコンピュータが実行
可能なプログラムコードと、 前記配置された各モジュールタイルにおけるデータ処理
内容を定義させるためのコンピュータが実行可能なプロ
グラムコードと、 前記各モジュールタイルに定義された入出力データと、
データ処理内容と、に基づいて該各モジュール間のデー
タの整合性を判別させるためのコンピュータが実行可能
なプログラムコードと、 を更に含むプログラムを格納したことを特徴とする請求
項2記載の記憶媒体。
3. A computer-executable program code for defining input / output data in each of the arranged module tiles, and a computer-executable program code for defining data processing content in each of the arranged module tiles. Program code, input / output data defined for each module tile,
3. A storage medium according to claim 2, wherein a program further comprising: a computer-executable program code for determining data consistency between said modules based on data processing contents. .
【請求項4】前記配置された各モジュールタイルにおけ
る入出力データを定義する際に、先に配置されたモジュ
ールタイルで定義された出力データと、このモジュール
タイルの後に配置されたモジュールタイルに定義する入
力データと、を一致させるためのコンピュータが実行可
能なプログラムコードを更に含むプログラムを格納した
ことを特徴とする請求項3記載の記憶媒体。
4. When defining input / output data in each of the arranged module tiles, the input / output data is defined in an output data defined in a previously arranged module tile and in a module tile arranged after the module tile. 4. The storage medium according to claim 3, wherein a program further including a computer-executable program code for matching the input data with the input data is stored.
【請求項5】前記モジュールタイルの配置に際して、分
岐処理を示すモジュールタイルが配置されると、この分
岐条件を設定するための設定画面を表示して、分岐条件
を設定させるためのコンピュータが実行可能なプログラ
ムコードと、 この分岐処理モジュールタイルの前後に配置されたモジ
ュールタイルとの間に、前記設定された分岐条件に応じ
た接続線を接続して表示させるためのコンピュータが実
行可能なプログラムコードと、 この分岐処理モジュールタイルに設定された分岐条件に
基づいて、複数の前記プログラムモジュールを記憶手段
から読み出して組み合わせて一連の分岐処理を含むデー
タ処理プログラムを構築させるためのコンピュータが実
行可能なプログラムコードと、 を更に含むプログラムを格納したことを特徴とする請求
項2、3あるいは4に記載の記憶媒体。
5. When arranging a module tile indicating a branching process at the time of arranging the module tile, a setting screen for setting the branch condition is displayed, and a computer for setting the branch condition can be executed. Computer code for connecting and displaying a connection line corresponding to the set branch condition between module codes arranged before and after the branch processing module tile. A computer-executable program code for constructing a data processing program including a series of branch processes by reading and combining a plurality of the program modules from a storage unit based on a branch condition set in the branch processing module tile; And storing a program further including Storage medium according to Motomeko 2,3 or 4.
【請求項6】コンピュータが実行可能なプログラムを格
納した記憶媒体であって、 複数のプログラムモジュールにより構成された各種デー
タ処理プログラムを表現する複数種類の処理タイルを含
むパレットを表示させるためのコンピュータが実行可能
なプログラムコードと、 このパレットに表示された複数種類の処理タイルをドラ
ッグ操作とドロップ操作で表示画面上に選択して配置さ
せるためのコンピュータが実行可能なプログラムコード
と、 この表示画面上に選択配置された処理タイルに対応する
前記複数のモジュールタイルをモジュールタイル記憶手
段から読み出して該表示画面上に展開表示させるための
コンピュータが実行可能なプログラムコードと、 前記モジュールタイル記憶手段に記憶されたモジュール
タイルを表示画面上の指示に応じて、前記展開されたモ
ジュールタイル間に挿入配置させるためのコンピュータ
が実行可能なプログラムコードと、 この挿入配置されたモジュールタイルの挿入位置に応じ
て、該挿入位置前後のモジュールタイルを移動して配置
させ、このモジュールタイルの配置状態に基づいて、前
記プログラムモジュールを記憶手段から読み出して組み
合わせて一連のデータ処理プログラムを構築させるため
のコンピュータが実行可能なプログラムコードと、 を含むプログラムを格納したことを特徴とする記憶媒
体。
6. A storage medium storing a computer-executable program, comprising: a computer for displaying a palette including a plurality of types of processing tiles representing various data processing programs configured by a plurality of program modules; Executable program code, computer-executable program code for selecting and arranging a plurality of types of processing tiles displayed on this palette on a display screen by dragging and dropping, and A computer-executable program code for reading the plurality of module tiles corresponding to the selected and arranged processing tile from the module tile storage means and expanding and displaying the module tile on the display screen; Module tile on display screen A computer-executable program code for inserting and arranging between the expanded module tiles in accordance with an instruction, and moving the module tiles before and after the insertion position in accordance with the insertion position of the inserted and arranged module tile And a computer-executable program code for reading and combining the program modules from the storage means to construct a series of data processing programs based on the arrangement state of the module tiles. A storage medium characterized by the following.
JP9198865A 1997-07-24 1997-07-24 Device to support programming and storage medium Pending JPH1139145A (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP9198865A JPH1139145A (en) 1997-07-24 1997-07-24 Device to support programming and storage medium
US09/120,212 US6243858B1 (en) 1997-07-24 1998-07-21 Program construction assisting system
EP98113718A EP0893757B1 (en) 1997-07-24 1998-07-22 Program construction assisting system
DE69835919T DE69835919T2 (en) 1997-07-24 1998-07-22 Program structure support system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9198865A JPH1139145A (en) 1997-07-24 1997-07-24 Device to support programming and storage medium

Publications (1)

Publication Number Publication Date
JPH1139145A true JPH1139145A (en) 1999-02-12

Family

ID=16398219

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9198865A Pending JPH1139145A (en) 1997-07-24 1997-07-24 Device to support programming and storage medium

Country Status (1)

Country Link
JP (1) JPH1139145A (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000259400A (en) * 1999-03-09 2000-09-22 Nippon Steel Corp Device and method for automatic generation of software and recording medium
JP2002258914A (en) * 2001-02-28 2002-09-13 Fuji Electric Co Ltd Plotting system, program development system, controller, and program execution system
JP2006031261A (en) * 2004-07-14 2006-02-02 Matsushita Electric Ind Co Ltd Multimedia processing system
JP2008310479A (en) * 2007-06-13 2008-12-25 Omron Corp Program development support device for safety controller
JP2008310478A (en) * 2007-06-13 2008-12-25 Omron Corp Program development support device for safety controller
JP2010055652A (en) * 2009-12-09 2010-03-11 Omron Corp Program development support device for safety controller
JP2010182031A (en) * 2009-02-04 2010-08-19 Hitachi Kokusai Electric Inc Software generation support device
WO2015129645A1 (en) * 2014-02-27 2015-09-03 石田 祐介 Object selection method, program, and recording medium
WO2015174120A1 (en) * 2014-05-15 2015-11-19 ソニー株式会社 Information processing device, display control method, and program
JP2016511894A (en) * 2013-02-12 2016-04-21 アビニシオ テクノロジー エルエルシー Building an application to configure a process
KR20160051801A (en) * 2013-08-23 2016-05-11 아브 이니티오 테크놀로지 엘엘시 Graphical user interface having enhanced tool for connecting components
JP6162909B2 (en) * 2015-07-31 2017-07-12 楽天株式会社 Tree structure data editing device, tree structure data editing method, and program
JP2021114794A (en) * 2018-08-31 2021-08-05 シチズン時計株式会社 Cooperation system
JP2021174314A (en) * 2020-04-27 2021-11-01 横河電機株式会社 Software development environment providing system, software development environment providing method, and software development environment providing program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60160440A (en) * 1984-01-31 1985-08-22 Nippon Electric Ind Co Ltd Application program input method using flow chart type graphic language for programmable controller
JPH07191840A (en) * 1993-12-27 1995-07-28 Mitsubishi Electric Corp Automatic program generator
JPH0883172A (en) * 1994-09-14 1996-03-26 Toshiba Corp Supporting device for development of software
JPH08110754A (en) * 1994-10-11 1996-04-30 Arefu Logic:Kk Algorithm education supporting system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60160440A (en) * 1984-01-31 1985-08-22 Nippon Electric Ind Co Ltd Application program input method using flow chart type graphic language for programmable controller
JPH07191840A (en) * 1993-12-27 1995-07-28 Mitsubishi Electric Corp Automatic program generator
JPH0883172A (en) * 1994-09-14 1996-03-26 Toshiba Corp Supporting device for development of software
JPH08110754A (en) * 1994-10-11 1996-04-30 Arefu Logic:Kk Algorithm education supporting system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
本郷節之: "アイコンの認知容易性と標準化動向", システム/制御/情報, vol. 第33巻 第11号, CSNG200201989001, 15 November 1989 (1989-11-15), pages 551 - 558, ISSN: 0000727848 *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000259400A (en) * 1999-03-09 2000-09-22 Nippon Steel Corp Device and method for automatic generation of software and recording medium
JP2002258914A (en) * 2001-02-28 2002-09-13 Fuji Electric Co Ltd Plotting system, program development system, controller, and program execution system
JP2006031261A (en) * 2004-07-14 2006-02-02 Matsushita Electric Ind Co Ltd Multimedia processing system
JP2008310479A (en) * 2007-06-13 2008-12-25 Omron Corp Program development support device for safety controller
JP2008310478A (en) * 2007-06-13 2008-12-25 Omron Corp Program development support device for safety controller
JP2010182031A (en) * 2009-02-04 2010-08-19 Hitachi Kokusai Electric Inc Software generation support device
JP2010055652A (en) * 2009-12-09 2010-03-11 Omron Corp Program development support device for safety controller
JP2016511894A (en) * 2013-02-12 2016-04-21 アビニシオ テクノロジー エルエルシー Building an application to configure a process
JP2016532968A (en) * 2013-08-23 2016-10-20 アビニシオ テクノロジー エルエルシー Graphical user interface with enhanced tools for connecting components
KR20160051801A (en) * 2013-08-23 2016-05-11 아브 이니티오 테크놀로지 엘엘시 Graphical user interface having enhanced tool for connecting components
WO2015129645A1 (en) * 2014-02-27 2015-09-03 石田 祐介 Object selection method, program, and recording medium
WO2015174120A1 (en) * 2014-05-15 2015-11-19 ソニー株式会社 Information processing device, display control method, and program
JPWO2015174120A1 (en) * 2014-05-15 2017-04-20 ソニー株式会社 Information processing apparatus, display control method, and program
US11216153B2 (en) 2014-05-15 2022-01-04 Sony Corporation Information processing device, display control method, and program
US11693530B2 (en) 2014-05-15 2023-07-04 Sony Corporation Information processing device, display control method, and program
JP6162909B2 (en) * 2015-07-31 2017-07-12 楽天株式会社 Tree structure data editing device, tree structure data editing method, and program
JPWO2017022041A1 (en) * 2015-07-31 2017-08-03 楽天株式会社 Tree structure data editing device, tree structure data editing method, and program
JP2021114794A (en) * 2018-08-31 2021-08-05 シチズン時計株式会社 Cooperation system
JP2021174314A (en) * 2020-04-27 2021-11-01 横河電機株式会社 Software development environment providing system, software development environment providing method, and software development environment providing program

Similar Documents

Publication Publication Date Title
JPH1139145A (en) Device to support programming and storage medium
JP6370503B1 (en) Program creation device
US6243858B1 (en) Program construction assisting system
US20070113173A1 (en) Method and system for generating a technical manual
JP3227066B2 (en) Program generation method using program parts
JPH08329004A (en) Method for improving terminal operability of application program use
JP3299259B2 (en) Program structure diagram editing processing method
JP2000215038A (en) Information management device and recording medium
JP2003303100A (en) Information processing system, method for constructing information processing system, and program therefor
JPS62197826A (en) Production of system flow specifications
JPH0683594A (en) Graphical user interface, wherein withy-wig type edditer and compiler are integrated
JP6331307B2 (en) Information processing apparatus, information processing apparatus control method, and program
JPH0844549A (en) Document management system
JPH0588863A (en) Program development supporting system
JP2002032225A (en) Work result managing device, work plan support device and storage medium in which program to make computer perform processing by the same devices is stored
JPH0795267B2 (en) How to reuse software specifications
US6044386A (en) Information processing apparatus and data input method used therein
JP2001134423A (en) Method for outputting picture information of new system using interactive existing system
JPH1185489A (en) Programming support device and storage medium
JPH06332909A (en) Plan managing system
JP4352941B2 (en) Design work support device
JPH07334358A (en) Procedure editing device
JPH0830678A (en) Schedule control processor
JPH09185499A (en) Method and device for generating interactive program
JPH05204626A (en) Method for starting development supporting tool for software development supporting system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051202

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051220

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060214

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060404

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060427

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060427

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20060711

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20060922