JP2845875B2 - Defined object creation processing device - Google Patents

Defined object creation processing device

Info

Publication number
JP2845875B2
JP2845875B2 JP62157126A JP15712687A JP2845875B2 JP 2845875 B2 JP2845875 B2 JP 2845875B2 JP 62157126 A JP62157126 A JP 62157126A JP 15712687 A JP15712687 A JP 15712687A JP 2845875 B2 JP2845875 B2 JP 2845875B2
Authority
JP
Japan
Prior art keywords
definition
control statement
definition body
tool
creation tool
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.)
Expired - Fee Related
Application number
JP62157126A
Other languages
Japanese (ja)
Other versions
JPH012140A (en
JPS642140A (en
Inventor
晃 與齊
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP62157126A priority Critical patent/JP2845875B2/en
Publication of JPH012140A publication Critical patent/JPH012140A/en
Publication of JPS642140A publication Critical patent/JPS642140A/en
Application granted granted Critical
Publication of JP2845875B2 publication Critical patent/JP2845875B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Description

【発明の詳細な説明】 〔概要〕 本発明は,定義体のオブジェクト作成処理装置におい
て,定義体作成ツールとして用いられている制御文型作
成ツールでは操作性が悪いことから定義体の作成に手間
がかかり,また画面対話型作成ツールでは定義体の作成
精度が十分でないという欠点があるために,両定義体作
成ツールとも使用者にとって満足のいく定義体作成ツー
ルではなかったという問題点を解決するために,両定義
体作成ツールを具備させるとともにその両定義体作成ツ
ールの間で処理される入力中のデータをデータ変換して
相互に利用できるよう構成することで,操作性に優れか
つ作成精度の高い定義体作成ツールの実現を可能にする
ものである。 〔産業上の利用分野〕 本発明は,定義体のオブジェクト作成処理装置に関
し,特に,定義体のオブジェクトの作成ツールとして用
いられている制御文型作成ツールと画面対話型作成ツー
ルの両定義体作成ツールの長所を生かしながら定義体の
オブジェクトの作成を可能とする,定義体のオブジェク
ト作成処理装置に関する。 〔従来の技術〕 例えばフォームオーバレイパターンや帳票のようなア
プリケーションプログラムに対して固定の要素であると
ころの画面形式等を定義する定義体を持つものでは,ア
プリケーションのサービスプログラムとして定義体作成
ツールが用意されている。この定義体の作成ツールに
は,大別して制御文型作成ツールと画面対話型作成ツー
ルという2種類の作成ツールがある。 第5図に,従来技術であるところの制御文型定義体作
成ツールの全体構成図とその処理データの流れを示す。
この図において,100はプロセッサ上に構成される制御文
型作成ツールであり,制御文を作成・修正するための制
御文編集部1と,制御文をオブジェクトに変換するため
のオブジェクト作成部2とから構成される。20は入力さ
れる制御文を表示するためのディスプレイ装置,30は印
刷手段であるところのプリンタ,40は入力された制御文
を格納するための制御文ファイル,50は作成された定義
体オブジェクトを格納するための定義体オブジェクトフ
ァイルである。また,3は,制御文型作成ツール100と制
御文ファイル40及び定義体オブジェクトファイル50との
データの入出力に使われるインターフェースであるとこ
ろのファイル入出力I/F,4は,制御文編集部1で編集中
の制御文をディスプレイ装置20上に表示するときに使わ
れるコントローラであるところの表示コントローラ,5
は,作成されたオブジェクトをプリンタ30に印刷すると
きに使われるコントローラであるところの印刷コントロ
ーラである。 このように構成される制御文型定義体作成ツールにお
いては,使用者は,定義体の属性情報を制御文をもって
指定するものであり,新たな定義体を作成するときには
ディスプレイ装置20上に表示される入力された制御文を
みながら,また既に入力された定義体を修正するときに
は制御文ファイル40からディスプレイ装置20上に読み出
された制御文をみながら,図示しないキーボードを使っ
て制御文を入力し,制御文編集部1はこの入力された制
御文を編集することになる。所望の定義体を作成するた
めに要する全ての制御文が入力されると,この入力によ
り編集された制御文は制御文ファイル40に格納されると
ともに,オブジェクト作成部2は編集された制御文をオ
ブジェクトに変換し,この変換により作成された定義体
オブジェクトは定義体オブジェクトファイル50に格納さ
れることになる。そして制御文型作成ツール100は,プ
リンタ30への印刷要求があると,オブジェクト作成部2
で作成された定義体オブジェクトを用いて,あるいは定
義体オブジェクトファイル50に格納された定義体オブジ
ェクトを用いて,所望の定義体をプリンタ30上に印刷す
るものである。 この制御文型定義体作成ツールは,定義体の属性情報
を制御文中のパラメタの具体的な数値をもって設定でき
ることから,属性情報を細かく指定できることになり,
定義体の作成精度が高められるという長所がある。 一方,もう1つの従来技術の作成ツールであるところ
の画面対話型定義体作成ツールの全体構成図とその処理
データの流れを第6図に示す。この図において,200はプ
ロセッサ上に構成される画面対話型作成ツールであり,
使用者との対話を実行する対話編集部6と,この対話編
集部6が編集する際に利用する中間形式を展開,作成す
るための中間形式展開作成部7と,対話編集部6が扱う
編集された内部データをオブジェクトに変換するための
オブジェクト作成部2とから構成される。ディスプレイ
装置20と定義体オブジェクトファイル50は,基本的には
制御文型定義体作成ツールのディスプレイ装置20,定義
体オブジェクトファイル50と同じものであるが,画面対
話型定義体作成ツールにおいては,ディスプレイ装置20
上には制御文ではなくて作成中のオブジェクトがそのま
ま表示されるとともに,定義体オブジェクトファイル50
上にはオブジェクト作成部2により作成される定義体オ
ブジェクトの他に中間形式展開作成部7が作成する編集
のための中間形式が格納される点が異なっている。 このように構成される画面対話型定義体作成ツールに
おいては,使用者は,新たな定義体を作成するときには
ディスプレイ装置20上に表示される入力中のオブジェク
トをみながら,また既に入力された定義体を修正すると
きには,定義体オブジェクトファイル50から中間形式展
開作成部7で展開される編集用の中間形式とともに対話
編集部6に読み出されてディスプレイ装置20上に表示さ
れる定義体オブジェクトをみながら,図示しないキーボ
ードやマウスを使って対話編集部6と対話しながら定義
体を作成していくことになる。対話編集部6との対話に
より所望の定義体が作成されると,オブジェクト作成部
2は対話編集部6が扱う編集された内部データをオブジ
ェクトに変換し,この変換により作成された定義体オブ
ジェクトは定義体オブジェクトファイル50に格納される
とともに,中間形式展開作成部7は,対話編集部6が扱
う編集された内部データから中間形式を作成し,この作
成された中間形式も同時に定義体オブジェクトファイル
50に格納されることになる。そして画面対話型作成ツー
ル200は,プリンタ30への印刷要求があると,オブジェ
クト作成部2で作成された定義体オブジェクトを用い
て,あるいは定義体オブジェクトファイル50に格納され
た定義体オブジェクトを用いて,所望の定義体をプリン
タ30上に印刷するものである。 なお内部データは、対話編集部6が扱った編集された
データに対応している。そして中間形式は、当該編集さ
れたデータ、即ち内部データを得る前段階として、対話
編集部6が編集処理の際に利用する(編集用の)データ
に対応している。 この画面対話型定義体作成ツールは,作成中のオブジ
ェクトをディスプレイ装置20上で視認しながら対話を実
行していくものであることから誤った定義体の作成がな
くなりマン・マシン・インターフェースとして優れた特
性を示すとともに,何ら文法を知ることなく定義体のオ
ブジェクトを作成できるという長所がある。 〔発明が解決しようとする問題点〕 従来の制御文型定義体作成ツールによる定義体のオブ
ジェクトの作成処理装置では,定義体の作成精度が高め
られるという利点はあるものの,ディスプレイ装置20は
入力される制御文を表示するだけのものであり,従って
オブジェクト作成部2によりオブジェクトへ変換してプ
リンタ30へ印刷してみなければ,定義体の制御文入力が
正しく行われたか否かを確認できないという問題点があ
った。すなわち,制御文の作成時に,文法上の誤りはデ
ィスプレイ装置20で直ちに確認できるものの作成オブジ
ェクトの形式は確認できないために,定義体の作成に手
間がかかるという問題点を生じていた。しかも使用者
は,制御文の文法も知らなくてはならなかった。 これに対して,従来の画面対話型定義体作成ツールに
よる定義体のオブジェクトの作成処理装置では,マン・
マシン・インターフェースとしての優れた特性から簡単
に定義体のオブジェクトが作成できるという利点はある
ものの,ディスプレイ装置20として最も一般的であるCR
Tの画素密度が印刷手段として最も一般的であるプリン
タ30の画素密度に比べて粗いことから,定義体の指定位
置や形状の設定精度が落ちることになり,従ってプリン
タ30に作画される定義体に細密さがなくなり見栄えが悪
くなってしまうという問題点を生じていた。 このように,定義体オブジェクトの作成ツールである
従来技術の制御文型定義体作成ツールと画面対話型定義
体作成ツールは,いずれも一長一短があって,使用者の
ニーズに基づいて使い分けられているのが現状であっ
た。 本発明はかかる事情に鑑みてなされたものであって,
制御文型定義体作成ツールの長所である定義体の作成精
度が高められるという利点と,画面対話型定義体作成ツ
ールの長所である定義体の作成が容易に実行できるとい
う利点を併わせもった新たな定義体のオブジェクトの作
成ツールを提供せんとするものである。 〔問題点を解決するための手段〕 第1図は,本発明に係る定義体作成ツールを用いる定
義体のオブジェクト作成処理装置の原理構成図である。 図中,1は制御文編集手段,2はオブジェクト変換手段,6
は対話編集手段,8はデータ変換手段,10は定義体作成ツ
ール,20は表示手段,22はツール切換手段,30は印刷手段,
40は制御文格納手段,50はオブジェクト格納手段であ
る。ここで,従来技術を示す第5図,第6図と同じ機能
を発揮する構成要素は同じ記号を用いている。 定義体作成ツール10は,制御文編集手段1,オブジェク
ト変換手段2,対話編集手段6,データ変換手段8,ツール切
換手段22とから構成される。制御文編集手段1は定義体
作成のための制御文を編集する機能を,また対話編集手
段6は定義体を表わす内部データを対話編集する機能を
有し,オブジェクト変換手段2は,これら制御文編集手
段1が編集する制御文と対話編集手段6が対話編集する
内部データをオブジェクトに変換する機能を有する。ツ
ール切換手段22は,定義体作成ツール10を制御文型作成
ツールモードか画面対話型作成ツールモードかのいずれ
かのモードに設定するための切換手段であり,データ変
換手段8は,このツール切換手段22の指示に従い,制御
文編集手段1が処理中の制御文と対話編集手段6が処理
中の内部データとの間で相互にデータ変換を実行する。 制御文格納手段40は,制御文編集手段1により編集さ
れた制御文を再編集のために用いるべくメモリするため
の記憶手段であり,オブジェクト格納手段50は,オブジ
ェクト変換手段2により変換されたオブジェクトをメモ
リするための記憶手段である。 表示手段20は,制御文編集手段1が編集中の制御文,
あるいは対話編集手段6が対話編集中の定義体のいずれ
かを表示する。 〔作用〕 定義体のオブジェクトを作成する使用者は,定義体作
成ツール10を画面対話型作成ツールモードに設定して定
義体の作成を実行していくときに,定義体の作成精度を
高めたいと判断するときには,ツール切換手段22を制御
文型作成ツールモードに切換える。この切換えによりデ
ータ変換手段8は,対話編集手段6が処理中の内部デー
タを対応する制御文に変換して制御文編集手段1に格納
し,これにより定義体作成ツール10は制御文型作成ツー
ルモードに切換わるので,使用者は表示手段20に表示さ
れる対応する制御文をみながら細かな定義体の入力を実
行する。 逆に,定義体作成ツール10を制御文型作成ツールモー
ドに設定して定義体の作成を実行していくときに,定義
体作成の操作性を優先したいと判断するときには,ツー
ル切換手段22を画面対話型作成ツールモードに切換え
る。この切換えによりデータ変換手段8は,制御文編集
手段1が処理中の制御文を対応する内部データに変換し
て対話編集手段6に格納し,これにより定義体作成ツー
ル10は画面対話型作成ツールモードに切換わるので,使
用者は表示手段20に表示される対応する定義体を直接視
認しながら対話型で定義体の入力を実行する。 このように,本発明の定義体のオブジェクト作成処理
装置によれば,定義体の概略を画面対話型作成ツールに
依って操作性を優先しながら指定できるとともに,細か
な指定を要求される定義体の部分は制御文型作成ツール
を用いることができるので,作成が容易でかつ作成精度
の高い定義体のオブジェクト作成処理装置が実現できる
ことになる。 〔実施例〕 本発明の適用される定義体作成ツールを用いる,定義
体のオブジェクト作成処理装置の一実施例を第2図に示
す。 図中,制御文編集部1,定義体オブジェクト作成部2
(オブジェクト変換手段2に同じ),対話編集部6,定義
体作成ツール10,ディスプレイ装置20,ツールモード選択
手段22,プリンタ30,制御文ファイル40,定義体オブジェ
クトファイル50は,本発明の原理構成として説明した第
1図の制御文編集手段1,オブジェクト変換手段2,対話編
集手段6,定義体作成ツール10,表示手段20,ツール切換手
段22,印刷手段30,制御文格納手段40,オブジェクト格納
手段50にそれぞれ対応する。 また,図中のファイル入出力I/F3,表示コントローラ
4,印刷コントローラ5は,従来技術として説明した第5
図及び第6図のファイル入出力I/F3,表示コントローラ
4,印刷コントローラ5と基本的に同じ機能を果たすもの
であり,中間形式展開作成部7は,従来技術として説明
した第6図の中間形式展開作成部7と同一のものであ
る。 21はキーボードであり,制御文型作成ツールにおける
制御文の入力や,画面対話型作成ツールにおける定義体
の属性情報の入力のために用いられる。 次に,かかる構成に基づく本発明の定義体のオブジェ
クト作成処理装置の動作について,第3図に示す処理手
順及び第4図に示す処理データの流れに従って詳細に説
明する。 定義体のオブジェクトを作成する使用者は,作成精度
が要求される定義体の部分のオブジェクトを作成すると
きには,最初に,ツールモード選択手段22を制御文型作
成ツールモードに選択する。この選択により定義体作成
ツール10は制御文型作成ツールにセットされ,従ってデ
ィスプレイ装置20上にはキーボード21より入力される制
御文が表示されることになる。 新たな制御文を作成するときには,制御文編集部1
は,キーボード21からの入力に応じてそのまま制御文を
編集することになるが,既に作成されたことで制御文フ
ァイル40に格納されている制御文を修正するときには,
制御文編集部1は,ファイル入出力I/F3を介して該当す
る制御文を制御文ファイル40から取込んでキーボード21
からの入力に応じて修正処理を行う。この制御文ファイ
ル40からの該当する制御文の取込みが第3図のステップ
であり,このときの処理データの流れを第4図のに
示す。このとき,ディスプレイ装置20上には表示コント
ローラ4を介して制御文が表示されることから,使用者
は,このディスプレイ装置20上の制御文をみて制御文の
文法に誤りがないかを調べながらキーボード21からの入
力を実行できることになる。このステップが第3図のス
テップであり,このときの画面表示のための処理デー
タの流れを第4図のに示す。 このようにして制御文により定義体を作成していくと
きに,作成精度が要求されない定義体の部分のオブジェ
クトを作成,修正するときには,使用者は,操作性を優
先させるべくツールモード選択手段22を画面対話型作成
ツールモードに選択する。この選択がなされると,制御
文編集部1は編集中の制御文を対話編集部6が扱うデー
タであるところの内部データに変換し,対話編集部6に
格納する。このステップが第3図のステップであり,
このときの処理データの流れを第4図のに示す。 この処理により,定義体作成ツール10は画面対話型作
成ツールに移行し,ディスプレイ装置20には定義体その
ものが表示されキーボード21の機能も定義体入力用に切
換わることになるので,使用者は,このディスプレイ装
置20上の定義体を視認しながらキーボード21から操作性
よく定義体を直接入力できることになる。このステップ
が第3図のステップであり,このときの画面表示のた
めの処理データの流れを第4図のに示す。 再び作成精度が要求される定義体の部分のオブジェク
トを作成、修正する必要が生じたときには,使用者は,
ツールモード選択手段22を制御文型作成ツールモードに
選択し,今度は逆に,対話編集部6は対話編集中の定義
体を表わす内部データを制御文に変換して,制御文編集
部1に格納する。 この処理により,定義体作成ツール10は再び制御文型
作成ツールに移行するので,高い作成精度で定義体のオ
ブジェクトの作成が実行できることになる。このステッ
プが第3図のステップであり,このときの処理データ
の流れを第4図のに示す。 このようにして,使用者は,作成精度が要求されると
きにはツールモード選択手段22を制御文型作成ツールモ
ードに選択し,また操作性が要求されるときにはツール
モード選択手段22を画面対話型作成ツールモードに選択
していくことで定義体のオブジェクトを作成していくこ
とになるが,画面対話型作成ツールモードで定義体の作
成を終了したときには,第3図のステップに示すよう
に,対話編集により完成された定義体を表わす内部デー
タはステップと同様に制御文にとデータ変換されるこ
とになる。 定義体を表わす内部データと制御文が完成すると,制
御文編集部1は,第3図のステップに示すように編集
された制御文を制御文ファイル40に格納するとともに,
定義体オブジェクト作成部2は,ステップに示すよう
に制御文をオブジェクトに変換するかステップに示す
ように内部データをオブジェクトに変換することで定義
体オブジェクトを作成する。このようにして作成された
定義体オブジェクトは,第3図のステップに示すよう
に,中間形式展開作成部7が内部データから作成する中
間形式と併せられて定義体オブジェクトファイル50に格
納される。これら,ステップ,ステップ,ステップ
,ステップに各々対応する処理データの流れを第4
図の,,,に示す。 作成された定義体オブジェクトは,必要に応じて,定
義体オブジェクト作成部2から直接,あるいは定義体オ
ブジェクトファイル50から読み戻されて,第3図のステ
ップに示すように印刷コントローラ5を介してプリン
タ30上に印刷されることになる。 なおステップでは,オブジェクト作成の開始時にツ
ールモード選択手段22を制御文型作成ツールモードに選
択して制御文ファイル40から制御文を読み戻す例を示し
たが,オブジェクト作成の開始時にツールモード選択手
段22が画面対話型作成ツールモードに選択されるときに
は,第3図のステップに示すように定義体オブジェク
トファイル50から定義体オブジェクトと中間形式が読み
戻されることで処理が実行されることになる。 第3図のステップ,ステップ,ステップで実行
される機能が原理構成図として説明した第1図のデータ
変換手段8に対応する。この実施例においては,制御文
から内部データへのデータ変換を制御文編集部1が,ま
た内部データから制御文へのデータ変換を対話編集部6
が実行する例で説明を行ったが,本発明はこれに限られ
るものではなく,データ変換の機能を制御文編集部1か
対話編集部6のいすれか一方にもたせるものであっても
よく,あるいは制御文編集部1や対話編集部6とは全く
切り離して単独のソフトウェアで実行できるように構成
するものであってもよい。 〔発明の効果〕 本発明によれば,定義体の細かな作成精度の要求に対
応しつつしかも定義体の作成が容易なものとなるので,
使用者にとって満足のいく定義体のオブジェクトの作成
処理装置が実現できることになる。 しかも本発明においては,従来の制御文型作成ツール
と画面対話型作成ツールという両作成ツールの基本的な
形はそのまま残されているので,それぞれの作成ツール
の使用に慣れている使用者にとっても何ら違和感なく使
用できるようになっている。 更に本発明によれば,制御文型作成ツールだけで使用
する場合でも,ツールモード選択手段22の切換えだけで
ディスプレイ装置20上で直ちに入力中の制御文の表わす
定義体のオブジェクトを視認できることになるので,文
法上に誤りがなくても作画上に誤りがあるような制御文
の入力ミスを入力段階で確認,修正できることになる。
従って従来の制御文型作成ツールならば必要とされてい
た,入力ミスの確認のためのプリンタ30への試し印刷と
誤りがあった場合における制御文の修正処理をなくすこ
とができることになり,そういう点からも定義体のオブ
ジェクトの作成が極めて効率的なものになる。
DETAILED DESCRIPTION OF THE INVENTION [Overview] In the present invention, in a definition body object creation processing apparatus, the control statement pattern creation tool used as a definition body creation tool has poor operability, so that it takes time to create a definition body. To solve the problem that both definition tool creation tools were not satisfactory to the user because of the drawback that the definition creation accuracy was not sufficient with the interactive screen creation tool. In addition, by providing both definition body creation tools and configuring the input data processed between the two definition body creation tools so that they can be used interchangeably, it is excellent in operability and accuracy of creation. This enables the realization of a high definition body creation tool. BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a definition body object creation processing apparatus, and more particularly, to a definition body creation tool of a control statement pattern creation tool and a screen interactive creation tool used as a creation tool of a definition body object. The present invention relates to an object creation processing device for a definition body, which enables creation of an object of a definition body while taking advantage of the advantages of the above. [Prior art] For example, a definition body creation tool is prepared as a service program of an application for a definition body that defines a screen format, which is a fixed element for an application program such as a form overlay pattern or a form. Have been. The definition body creation tools are roughly classified into two types of creation tools: a control sentence pattern creation tool and a screen interactive creation tool. FIG. 5 shows an overall configuration diagram of a control statement type definition body creation tool according to the prior art and a flow of processing data thereof.
In this figure, reference numeral 100 denotes a control statement pattern creation tool configured on a processor, which includes a control statement editing unit 1 for creating and modifying control statements and an object creation unit 2 for converting control statements into objects. Be composed. Reference numeral 20 denotes a display device for displaying input control statements, 30 denotes a printer as printing means, 40 denotes a control statement file for storing the input control statements, and 50 denotes a created definition object. This is a definition object file to be stored. Reference numeral 3 denotes an interface used for input / output of data between the control statement pattern creation tool 100 and the control statement file 40 and the definition object file 50. A file input / output I / F 4 denotes a control statement editor 1 A display controller, which is a controller used when displaying the control statement being edited on the display device 20, 5
Is a print controller which is a controller used when printing the created object on the printer 30. In the control statement type definition body creation tool configured as described above, the user specifies the attribute information of the definition body with a control statement, and when a new definition body is created, it is displayed on the display device 20. While looking at the input control statements and when modifying the already input definition, input the control statements using a keyboard (not shown) while viewing the control statements read out from the control statement file 40 onto the display device 20. Then, the control sentence editing unit 1 edits the input control sentence. When all the control statements required to create a desired definition body are input, the control statements edited by this input are stored in the control statement file 40, and the object creation unit 2 stores the edited control statements. The object is converted into an object, and the definition object created by this conversion is stored in the definition object file 50. Then, when there is a print request to the printer 30, the control statement pattern creation tool 100
A desired definition body is printed on the printer 30 by using the definition body object created in the above step or by using the definition body object stored in the definition body object file 50. Since this control statement type definition body creation tool can set the attribute information of the definition body with specific numerical values of the parameters in the control statement, the attribute information can be specified in detail.
There is an advantage that the definition precision can be increased. On the other hand, FIG. 6 shows an overall configuration diagram of a screen interactive type definition body creation tool which is another conventional creation tool, and a flow of processing data thereof. In this figure, reference numeral 200 denotes a screen interactive creation tool configured on a processor.
A dialog editing unit 6 for executing a dialog with the user; an intermediate format expansion / creation unit 7 for expanding and creating an intermediate format used by the dialog editing unit 6 for editing; And an object creating unit 2 for converting the internal data thus obtained into an object. The display device 20 and the definition object file 50 are basically the same as the display device 20 and the definition object file 50 of the control statement type definition creation tool. 20
The object being created is displayed as it is, not the control statements, and the definition object file 50
The difference is that an intermediate format for editing created by the intermediate format expansion creating unit 7 is stored in addition to the definition object created by the object creating unit 2. In the screen interactive definition body creation tool configured as described above, when creating a new definition body, the user looks at the input object displayed on the display device 20 and uses the definition already input. When modifying the field, the definition field object read out from the definition field object file 50 together with the intermediate format for editing expanded by the intermediate format expansion generation section 7 to the interactive editing section 6 and displayed on the display device 20 is viewed. Meanwhile, the definition body is created while interacting with the interactive editing unit 6 using a keyboard and a mouse (not shown). When a desired definition body is created through a dialog with the dialog editing unit 6, the object creating unit 2 converts the edited internal data handled by the dialog editing unit 6 into an object, and the definition body object created by this conversion is While being stored in the definition object file 50, the intermediate format expansion / creation unit 7 creates an intermediate format from the edited internal data handled by the interactive editing unit 6, and the created intermediate format is also created in the definition object file at the same time.
It will be stored in 50. When there is a print request to the printer 30, the screen interactive creation tool 200 uses the definition object created by the object creation unit 2 or the definition object stored in the definition object file 50. , A desired definition body is printed on the printer 30. The internal data corresponds to the edited data handled by the interactive editing unit 6. The intermediate format corresponds to (editing) data used by the interactive editing unit 6 in the editing process as a stage before obtaining the edited data, that is, the internal data. This screen interactive type definition body creation tool performs an interaction while visually recognizing the object being created on the display device 20, so that an erroneous definition body is not created and is excellent as a man-machine interface. It has the advantage of being able to create properties without having to know any grammar. [Problems to be Solved by the Invention] In a conventional processing apparatus for creating a definition object using a control sentence pattern definition creation tool, there is an advantage that definition creation accuracy is improved, but the display device 20 is input. The control statement is only displayed. Therefore, unless the object is converted into an object by the object creating unit 2 and printed on the printer 30, it cannot be confirmed whether or not the control statement of the definition body is correctly input. There was a point. That is, when a control statement is created, a grammatical error can be immediately confirmed on the display device 20, but the format of the created object cannot be confirmed, so that it takes time to create the definition body. In addition, the user had to know the grammar of the control statement. On the other hand, in the conventional definition processing object creation processing device using the screen interactive definition body creation tool,
Although there is an advantage that an object of a defined body can be easily created from the excellent characteristics as a machine interface, a CR which is the most common as the display device 20 is used.
Since the pixel density of T is coarser than the pixel density of the printer 30, which is the most common printing means, the accuracy of setting the specified position and shape of the definition object is reduced, and therefore the definition object created on the printer 30 is reduced. However, there has been a problem that the fineness is lost and the appearance is deteriorated. As described above, the control statement type definition body creation tool and the screen interactive definition body creation tool of the prior art, which are definition object creation tools, have both advantages and disadvantages, and are selectively used based on the needs of the user. Was the current situation. The present invention has been made in view of such circumstances,
A new combination of the advantage that the definition structure creation tool that is an advantage of the control statement type definition creation tool can be improved, and the advantage that the definition structure that is the advantage of the screen interactive definition structure creation tool can be easily created. It does not provide a tool for creating objects with various definition fields. [Means for Solving the Problems] FIG. 1 is a block diagram showing the principle of a definition body object creation processing apparatus using a definition body creation tool according to the present invention. In the figure, 1 is control statement editing means, 2 is object conversion means, 6
Is interactive editing means, 8 is data conversion means, 10 is definition body creation tool, 20 is display means, 22 is tool switching means, 30 is printing means,
40 is a control statement storage means, and 50 is an object storage means. Here, the same reference numerals are used for components that exhibit the same functions as in FIGS. 5 and 6 showing the prior art. The definition body creation tool 10 includes control statement editing means 1, object conversion means 2, interactive editing means 6, data conversion means 8, and tool switching means 22. The control statement editing means 1 has a function of editing a control statement for creating a definition body, the dialog editing means 6 has a function of interactively editing internal data representing the definition body, and the object conversion means 2 has a function of editing these control statements. It has a function of converting control statements edited by the editing means 1 and internal data edited by the dialog editing means 6 into objects. The tool switching means 22 is a switching means for setting the definition body creation tool 10 to one of a control statement pattern creation tool mode and a screen interactive creation tool mode, and the data conversion means 8 is a tool switching means. In accordance with the instruction of 22, the control statement editing means 1 mutually performs data conversion between the control statement being processed and the interactive editing means 6 with internal data being processed. The control sentence storage means 40 is a storage means for storing the control sentence edited by the control sentence editing means 1 so as to be used for reediting. The object storage means 50 is an object converted by the object conversion means 2. Is a storage means for storing. The display means 20 displays the control statement being edited by the control statement editing means 1,
Alternatively, the interactive editing means 6 displays one of the definition bodies being interactively edited. [Operation] A user who creates a definition body object wants to increase the definition body creation accuracy when setting the definition body creation tool 10 to the screen interactive creation tool mode and executing the creation of the definition body. When the judgment is made, the tool switching means 22 is switched to the control sentence pattern creation tool mode. By this switching, the data conversion means 8 converts the internal data being processed by the dialog editing means 6 into corresponding control statements and stores the control statements in the control statement editing means 1, whereby the definition body creation tool 10 controls the control statement pattern creation tool mode. The user executes detailed input of the definition while seeing the corresponding control statement displayed on the display means 20. Conversely, when the definition body creation tool 10 is set to the control sentence pattern creation tool mode and the creation of the definition body is performed, when it is determined that the operability of the creation of the definition body is to be prioritized, the tool switching means 22 is displayed on the screen. Switch to interactive creation tool mode. By this switching, the data conversion means 8 converts the control statement being processed by the control statement editing means 1 into the corresponding internal data and stores it in the dialog editing means 6, whereby the definition body creating tool 10 is switched to the screen interactive type creating tool. Since the mode is switched, the user interactively inputs the definition while directly viewing the corresponding definition displayed on the display unit 20. As described above, according to the definition object creation processing apparatus of the present invention, an outline of a definition body can be specified by giving priority to operability by a screen interactive creation tool, and a definition body that requires detailed specification is required. Since the control sentence pattern creation tool can be used for the part, the object creation processing device of a definition body that can be easily created and has high creation accuracy can be realized. [Embodiment] Fig. 2 shows an embodiment of a definition object creation processing apparatus using a definition object creation tool to which the present invention is applied. In the figure, control statement editing unit 1, definition object creation unit 2
(Same as the object conversion means 2), the interactive editing unit 6, the definition body creation tool 10, the display device 20, the tool mode selection means 22, the printer 30, the control statement file 40, and the definition body object file 50 are the principle configuration of the present invention. The control statement editing means 1, the object conversion means 2, the interactive editing means 6, the definition creation tool 10, the display means 20, the tool switching means 22, the printing means 30, the control statement storage means 40, the object storage of FIG. Each corresponds to the means 50. Also, the file input / output I / F3 and display controller in the figure
4, the print controller 5 is the fifth controller described as the prior art.
File input / output I / F3 and display controller shown in Fig. 6 and Fig. 6
4, which basically performs the same function as the print controller 5, and the intermediate format development and creation unit 7 is the same as the intermediate format development and creation unit 7 of FIG. Reference numeral 21 denotes a keyboard, which is used for inputting a control sentence in a control sentence pattern creation tool and for inputting attribute information of a definition body in a screen interactive creation tool. Next, the operation of the definition object creating apparatus of the present invention based on such a configuration will be described in detail according to the processing procedure shown in FIG. 3 and the flow of processing data shown in FIG. A user who creates a definition body object first selects the tool mode selection means 22 to be a control statement pattern creation tool mode when creating an object of a definition body part requiring creation precision. By this selection, the definition body creating tool 10 is set to the control sentence pattern creating tool, so that the control sentence input from the keyboard 21 is displayed on the display device 20. When creating a new control statement, the control statement editing unit 1
Will edit the control statement as it is in response to input from the keyboard 21, but when modifying the control statement stored in the control statement file 40 because it has already been created,
The control statement editor 1 fetches the corresponding control statement from the control statement file 40 via the file input / output I / F3, and
Correction processing is performed according to the input from. The fetching of the corresponding control statement from the control statement file 40 is the step of FIG. 3, and the flow of the processing data at this time is shown in FIG. At this time, since the control statement is displayed on the display device 20 via the display controller 4, the user checks the control statement on the display device 20 and checks whether there is an error in the grammar of the control statement. Input from the keyboard 21 can be executed. This step is the step in FIG. 3, and the flow of processing data for screen display at this time is shown in FIG. When a definition body is created by a control statement in this way, when creating or modifying an object of a definition body part that does not require creation accuracy, the user must use a tool mode selection unit 22 to give priority to operability. To the screen interactive creation tool mode. When this selection is made, the control sentence editing unit 1 converts the control sentence being edited into internal data, which is data handled by the dialog editing unit 6, and stores it in the dialog editing unit 6. This step is the step in FIG.
The flow of the processing data at this time is shown in FIG. By this processing, the definition body creation tool 10 is shifted to the screen interactive creation tool, and the definition body itself is displayed on the display device 20, and the function of the keyboard 21 is also switched for inputting the definition body. Thus, the user can directly input the definition from the keyboard 21 with good operability while visually recognizing the definition on the display device 20. This step is the step in FIG. 3, and the flow of processing data for screen display at this time is shown in FIG. When it becomes necessary to create or modify the object of the definition field where creation accuracy is required again, the user shall
The tool mode selecting means 22 is selected for the control sentence pattern creation tool mode. Conversely, the dialog editing unit 6 converts internal data representing the definition body being interactively edited into a control sentence and stores it in the control sentence editing unit 1. I do. As a result of this processing, the definition body creation tool 10 shifts to the control sentence pattern creation tool again, so that the object of the definition body can be created with high creation accuracy. This step is the step shown in FIG. 3, and the flow of the processing data at this time is shown in FIG. In this way, the user selects the tool mode selection means 22 to the control sentence pattern creation tool mode when the creation accuracy is required, and sets the tool mode selection means 22 to the screen interactive creation tool when the operability is required. By selecting the mode, the object of the definition body is created, but when the creation of the definition body is completed in the screen interactive creation tool mode, interactive editing is performed as shown in the step of FIG. Is converted into a control statement as in the case of the step. When the internal data representing the definition body and the control statement are completed, the control statement editor 1 stores the edited control statement in the control statement file 40 as shown in the step of FIG.
The definition object creating unit 2 creates a definition object by converting a control statement into an object as shown in a step or by converting internal data into an object as shown in a step. The definition object created in this way is stored in the definition object file 50 together with the intermediate format created from the internal data by the intermediate format development creating unit 7 as shown in the step of FIG. The flow of processing data corresponding to each of these steps, steps, steps,
, And are shown in the figure. The created definition body object is read directly from the definition body object creation unit 2 or read back from the definition body object file 50 as necessary, and is sent to the printer via the print controller 5 as shown in the step of FIG. Will be printed on 30. In the step, an example in which the tool mode selection means 22 is selected to the control statement pattern creation tool mode at the start of object creation and the control statements are read back from the control statement file 40 has been described. Is selected in the screen interactive creation tool mode, the process is executed by reading back the definition object and the intermediate format from the definition object file 50 as shown in the step of FIG. The steps, steps, and functions executed in the steps in FIG. 3 correspond to the data conversion means 8 in FIG. 1 described as a principle configuration diagram. In this embodiment, the control statement editing unit 1 converts data from control statements to internal data, and the interactive editing unit 6 converts data from internal data to control statements.
Has been described, but the present invention is not limited to this, and the function of data conversion may be provided to either the control sentence editing unit 1 or the interactive editing unit 6. Alternatively, the control statement editing unit 1 and the interactive editing unit 6 may be completely separated from each other so as to be able to be executed by independent software. [Effects of the Invention] According to the present invention, the definition can be easily created while responding to the demand for fine definition accuracy.
It is possible to realize a creation processing apparatus for an object having a definition that is satisfactory to the user. Moreover, in the present invention, since the basic forms of both the conventional control statement pattern creation tool and the screen interactive creation tool are left as they are, even users who are accustomed to using the respective creation tools have no problem. It can be used without discomfort. Further, according to the present invention, even when only the control sentence pattern creation tool is used, it is possible to immediately visually recognize the definition object represented by the control sentence being input on the display device 20 only by switching the tool mode selection means 22. Even if there is no error in the grammar, it is possible to confirm and correct an input error of a control statement in which there is an error in the drawing at the input stage.
Therefore, it is possible to eliminate the need for the conventional control statement pattern creation tool, which is required for test printing on the printer 30 for input error confirmation and the control statement correction processing when an error occurs. This makes it extremely efficient to create a definition object.

【図面の簡単な説明】 第1図は本発明の原理を説明する原理構成図,第2図は
本発明の一実施例を示す図,第3図は本発明の処理手順
を示す図,第4図は本発明の処理データの流れを示す
図,第5図は従来の制御文型定義体作成ツールの全体構
成図とその処理データの流れ,第6図は従来の画面対話
型定義体作成ツールの全体構成図とその処理データの流
れである。 第2図において,1は制御文編集部,2は定義体オブジェク
ト作成部,6は対話編集部,20はディスプレイ装置,21はキ
ーボード,22はツールモード選択手段,30はプリンタ,40
は制御文ファイル,50は定義体オブジェクトファイルで
ある。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a diagram showing the principle of the present invention, FIG. 2 is a diagram showing an embodiment of the present invention, FIG. 4 is a diagram showing the flow of processing data of the present invention, FIG. 5 is an overall configuration diagram of a conventional control statement type definition creation tool and its processing data flow, and FIG. 6 is a conventional screen interactive definition creation tool. 1 is a general configuration diagram and a flow of processing data thereof. In FIG. 2, 1 is a control sentence editing unit, 2 is a definition body object creating unit, 6 is an interactive editing unit, 20 is a display device, 21 is a keyboard, 22 is tool mode selection means, 30 is a printer, 40
Is a control statement file and 50 is a definition object file.

Claims (1)

(57)【特許請求の範囲】 1.定義体作成ツールを用いて定義体のオブジェクトを
作成する定義体のオブジェクト作成処理装置において、 入力される制御文をキーボードによる位置座標値の入力
を含む入力によって作成、修正する制御文編集手段
(1)と、この制御文編集手段(1)により編集された
制御文を表示する表示手段(20)と、上記制御文編集手
段(1)により編集される制御文を格納する制御文格納
手段(40)と、上記制御文編集手段(1)により編集さ
れる制御文をオブジェクトに変換するオブジェクト変換
手段(2)と、この変換されたオブジェクトを格納する
オブジェクト格納手段(50)とからなる制御文型定義体
作成ツールと、 定義体を表わす内部データを使用者との表示画面による
対話により対話編集する対話編集手段(6)と、この対
話編集手段(6)により編集された内部データを表示す
ることで定義体を表示する表示手段(20)と、上記対話
編集手段(6)により対話編集される内部データをオブ
ジェクトに変換するオブジェクト変換手段(2)と、こ
の変換されたオブジェクトを格納するオブジェクト格納
手段(50)とからなる画面対話型定義体作成ツールとを
具備するとともに、 上記制御文型定義体作成ツールと上記画面対話型定義体
作成ツールとのいずれか一方が動作中に他方に随時切換
えて動作を行わせるように上記いずれか一方の定義体作
成ツールを選択するツール切換手段(22)と当該両者の
定義体作成ツールのいずれか一方で扱うデータを他方で
扱うデータに変換するデータ変換手段(8)とを備え、 このデータ変換手段(8)は、上記ツール切換手段(2
2)が選択した定義体作成ツールが定義体オブジェクト
作成のための定義体作成ツールとして動作すべく、上記
制御文編集手段(1)が扱う制御文と上記対話編集手段
(6)が扱う内部データとの間でデータ変換を行うとと
もに、上記制御文型定義体作成ツールの表示手段(20)
と上記画面対話型定義体作成ツールの表示手段(20)と
が共通にされてなる ことを特徴とする定義体のオブジェクト作成処理装置。
(57) [Claims] In a definition body object creation processing apparatus for creating a definition body object using a definition body creation tool, a control statement editing means (1) for creating and correcting an input control statement by input including input of a position coordinate value by a keyboard. ), Display means (20) for displaying the control statement edited by the control statement editing means (1), and control statement storage means (40) for storing the control statement edited by the control statement editing means (1). ), An object conversion means (2) for converting a control statement edited by the control statement editing means (1) into an object, and an object storage means (50) for storing the converted object. A body creation tool, dialog editing means (6) for interactively editing internal data representing the definition body with a user on a display screen, and the dialog editing means A display means (20) for displaying the definition by displaying the internal data edited by (6); and an object conversion means (2) for converting the internal data interactively edited by the interactive editing means (6) into an object. And a screen interactive definition body creation tool comprising object storage means (50) for storing the converted object. The control statement type definition body creation tool and the screen interactive type definition body creation tool The tool switching means (22) for selecting one of the definition body creation tools so as to perform the operation by switching to the other one at any time while one of them is in operation, and handling either one of the two definition body creation tools Data conversion means (8) for converting data into data to be handled on the other side, the data conversion means (8) being provided with the tool switching means (2
In order for the definition body creation tool selected in 2) to operate as a definition body creation tool for creating a definition body object, the control statements handled by the control statement editing means (1) and the internal data handled by the dialog editing means (6) Data conversion between and the display means of the control statement type definition creation tool (20)
And a display means (20) for the screen interactive type definition body creation tool.
JP62157126A 1987-06-24 1987-06-24 Defined object creation processing device Expired - Fee Related JP2845875B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62157126A JP2845875B2 (en) 1987-06-24 1987-06-24 Defined object creation processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62157126A JP2845875B2 (en) 1987-06-24 1987-06-24 Defined object creation processing device

Publications (3)

Publication Number Publication Date
JPH012140A JPH012140A (en) 1989-01-06
JPS642140A JPS642140A (en) 1989-01-06
JP2845875B2 true JP2845875B2 (en) 1999-01-13

Family

ID=15642777

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62157126A Expired - Fee Related JP2845875B2 (en) 1987-06-24 1987-06-24 Defined object creation processing device

Country Status (1)

Country Link
JP (1) JP2845875B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104101153B (en) * 2014-06-27 2017-04-19 青岛澳润商用设备有限公司 Ice machine with snakelike refrigerating coil system
CN104101152B (en) * 2014-06-27 2017-04-19 青岛澳润商用设备有限公司 Ice maker capable of preventing residual water from being frozen

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57159341A (en) * 1981-03-28 1982-10-01 Fujitsu Ltd Form converting system for executing form screen definition body
JPS583039A (en) * 1981-06-30 1983-01-08 Fujitsu Ltd Program generating processor device

Also Published As

Publication number Publication date
JPS642140A (en) 1989-01-06

Similar Documents

Publication Publication Date Title
JPH08328795A (en) Method for setting tool button and editing device
JP2845875B2 (en) Defined object creation processing device
JP2001056729A (en) Partially expanded display controller
JPH09106337A (en) User interface generator
JPH012140A (en) Definition field object creation method
JPH07160759A (en) Method and device for generating parts library for printed board design
KR20040002707A (en) Method for generating disk label print data
JPH0580814A (en) Programming device for programmable controller
JP2836217B2 (en) Parametric figure registration processing method
JPH06259456A (en) Interactive general purpose business form designing system
JPH02148118A (en) Operation procedure display system
JPH10161724A (en) Numerical controller
JP3113022B2 (en) Large arc diameter dimensioning method and apparatus
JPH0720990A (en) Document editing processor
JPH0734195B2 (en) Format data setting method for document printing
JPH06215096A (en) Menu selecting/displaying method in image processing system
JP3570870B2 (en) System construction apparatus, system construction method, and medium recording system construction program
JPH011064A (en) Object creation method for figure/image data
JPH07121358A (en) Program customizing device
JPH03182923A (en) Editing processing method for input/output information
JPH06202906A (en) Nc program editing device
JPH04266170A (en) Software generating system for screen display
JPH07302107A (en) Numerical controller
JPH07121661A (en) Display system for recognizing result of music
JPH10187129A (en) Data processor, data processing method and storage medium storing computer readable program

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees