JP5510502B2 - Information processing apparatus, information processing method, information processing program, and recording medium for recording information processing program - Google Patents
Information processing apparatus, information processing method, information processing program, and recording medium for recording information processing program Download PDFInfo
- Publication number
- JP5510502B2 JP5510502B2 JP2012158678A JP2012158678A JP5510502B2 JP 5510502 B2 JP5510502 B2 JP 5510502B2 JP 2012158678 A JP2012158678 A JP 2012158678A JP 2012158678 A JP2012158678 A JP 2012158678A JP 5510502 B2 JP5510502 B2 JP 5510502B2
- Authority
- JP
- Japan
- Prior art keywords
- function
- information processing
- information
- small
- processing apparatus
- 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.)
- Active
Links
Images
Landscapes
- Stored Programmes (AREA)
Description
本発明は、デスクトップアプリケーションを実行する情報処理装置に関するものである。 The present invention relates to an information processing apparatus that executes a desktop application.
同じアプリケーションであっても、そのアプリケーションを使用するユーザによって使用目的や用途は様々である。 Even for the same application, the purpose of use and usage vary depending on the user who uses the application.
そのため、アプリケーションを開発し、ユーザに提供する企業にとっては、提供したアプリケーションがユーザの使用目的や用途に十分に対応できているか否か、すなわち、自社のアプリケーションがユーザから高い顧客満足度を得られるか否かと言う点が、アプリケーションを販売する上で重要となる。 Therefore, for companies that develop applications and provide them to users, whether or not the provided applications can sufficiently meet the purpose and application of the users, that is, their applications can obtain high customer satisfaction from users. Whether or not is important in selling applications.
そこで、アプリケーションの多くは、ユーザサイドにおいて、必要な機能が拡張できるように、予め、全てのユーザに共通して提供する基本的な機能(以下、「基本機能」と言う。)と、ユーザが必要なときに拡張可能な機能(以下、「拡張機能」と言う。)とに分けて開発され、ユーザに提供されている。 Therefore, in many applications, a basic function (hereinafter referred to as “basic function”) provided in common to all users in advance so that necessary functions can be expanded on the user side, It is developed separately for functions that can be expanded when necessary (hereinafter referred to as “extended functions”), and is provided to users.
その結果、ユーザは、必要に応じて、「基本機能」を搭載したアプリケーションが動作する情報処理装置に、アプリケーション本体のプログラムとは別の形で提供された「拡張機能」用のプログラムをインストールすることにより、使用目的や用途に応じた機能拡張を行うことができる。 As a result, the user installs the program for the “extended function” provided in a form different from the program of the application main body to the information processing apparatus in which the application having the “basic function” operates as necessary. As a result, the function can be expanded according to the purpose of use and application.
このような、機能拡張を実現するために開発された「拡張機能」用のプログラムを、「プラグイン」と言う。 Such a program for “extended function” developed to realize function expansion is called “plug-in”.
例えば、特許文献1には、システムが有する複数個の文書管理データベース(以下、「DB:Data Base」と言う。)との間でデータ通信を行うためにDBそれぞれを接続する機能を、文書管理ソフトウェア(アプリケーション本体)のプログラムとは別のプログラム(DB接続機能プラグイン)として構成する統合文書管理システムが提案されている。
For example,
このように、統合文書管理システムを構成することで、ユーザが、ユーザインタフェース(以下、「UI:User Interface」と言う。)を介して文書操作を行う際に、システムが有するDBの種類を意識することなく操作を行うことができる他、DB間のデータ通信に関する仕様変更やDBの設計変更、また新たなDBの追加などが発生した場合でも、開発サイドは、その変更点への対応をプラグイン単位で行えば良いため、カスタマイズが容易であるなどの効果が挙げられている。 By configuring the integrated document management system in this way, the user is aware of the type of DB that the system has when performing document operations via a user interface (hereinafter referred to as “UI: User Interface”). In addition, the development side plugs in the response to the changes even if specification changes related to data communication between DBs, DB design changes, or addition of new DBs occur. Since it is sufficient to perform in-units, there are effects such as easy customization.
しかしながら、実際、ユーザがアプリケーションを使用するときは、使用目的や用途に応じて、プラグインにより提供された各機能を組み合わせて処理を行う。 However, when a user actually uses an application, processing is performed by combining the functions provided by the plug-in according to the purpose of use and usage.
例えば、図1に示すように、「入力された画像データを色変換して印刷する」と言う処理をユーザが行いたい場合、従来の方法では、プラグインとしてインストールされた、画像データを色変換する「色変換機能プラグインP1」(以下、「プラグインP1」と言う。)と画像データを印刷する「印刷機能プラグインP2」(以下、「プラグインP2」と言う。)とに、アプリケーションのUI(例えば、メニュー項目など。)を介して、処理を実行するための指示(図中の(1)及び(2))をしなければならない。すなわち、従来の方法では、ユーザが行いたい処理を実現するために、ユーザ自身が、処理を行うために必要なプラグインP1及びP2それぞれに対して(プラグイン単位で)実行の指示を行う必要がある。 For example, as shown in FIG. 1, when the user wants to perform a process of “color conversion of input image data and printing”, the conventional method performs color conversion on image data installed as a plug-in. Application “color conversion function plug-in P1” (hereinafter referred to as “plug-in P1”) and “print function plug-in P2” (hereinafter referred to as “plug-in P2”) for printing image data. An instruction ((1) and (2) in the figure) for executing the process must be given through the UI (for example, a menu item). That is, in the conventional method, in order to realize the processing that the user wants to perform, the user himself / herself needs to instruct execution (for each plug-in) to each of the plug-ins P1 and P2 necessary for performing the processing. There is.
このように、従来の方法では、使用目的や用途に応じて、プラグインにより提供された各機能を組み合わせて処理を行うときの操作がユーザにとって煩雑なものとなり、ユーザが行いたい処理に対応した拡張性のあるアプリケーションとしては、十分であると言えない。 As described above, in the conventional method, depending on the purpose of use and application, the operation when performing processing by combining each function provided by the plug-in becomes complicated for the user, and it corresponds to the processing that the user wants to perform. It's not enough for a scalable application.
また、例えば、開発サイドにおいて、ユーザが行いたい処理を1つのプラグインとして開発し、ユーザに提供すると言う対応も考えられるが、ユーザレベルに対応するプラグインの開発にかかるコストや時間などから開発サイドの負担が大きく現実的ではない。 In addition, for example, on the development side, it is possible to develop a process that the user wants to perform as one plug-in and provide it to the user. However, the development is based on the cost and time required to develop the plug-in corresponding to the user level. The burden on the side is large and not realistic.
そこで、本発明では、ユーザがアプリケーションによって行いたい処理を実現するために必要なプラグインP1及びP2の実行条件や実行順序などの動作に関する情報を、所定の形式に従ったデータDとして定義し、そのデータDを基にプラグインP1及びP2を自動的に実行すると言う方法によって、デスクトップアプリケーションが実行する処理を使用目的や用途などに応じて容易に変更できる情報処理装置、情報処理方法、情報処理プログラム、及び情報処理プログラムを記録する記録媒体を提供することを目的とする。 Therefore, in the present invention, information related to operations such as execution conditions and execution order of the plug-ins P1 and P2 necessary for realizing the processing that the user wants to perform by the application is defined as data D according to a predetermined format, Information processing apparatus, information processing method, and information processing that can easily change the processing executed by the desktop application according to the purpose of use or the use by the method of automatically executing the plug-ins P1 and P2 based on the data D It is an object of the present invention to provide a recording medium for recording a program and an information processing program.
上記目的を達成するため、本発明の情報処理装置は、選択された複数の小機能を実現することで所定の処理を実行する情報処理装置であって、
複数の小機能により構成される機能毎に、前記小機能を実現するためのプログラムの選択を受け付ける第一の領域と、該選択を受け付けたプログラムに対応する小機能の実行順を表示する第二の領域と、該小機能が実行条件を設定可能な機能である場合には、該小機能に対応する実行条件を設定する第三の領域と、前記所定の処理に関する情報を設定する第四の領域と、を有するデータ生成画面を表示するユーザインタフェース手段と、
前記データ生成画面への入力操作に従って、当該情報処理装置により実行される前記所定の処理を機能として定義した第一の情報と、該情報処理装置により実行される前記小機能の実行順序及び該小機能が実行条件を設定可能な場合の実行条件に関する第二の情報と、該情報処理装置により実行する処理対象に関する第三の情報とを対応づけて定義した定義データを生成する定義データ生成手段と、
前記定義データに基づいて、所定の処理を実行する情報処理手段と、
を有することを特徴とする。
In order to achieve the above object, an information processing apparatus of the present invention is an information processing apparatus that executes predetermined processing by realizing a plurality of selected small functions,
For each function composed of a plurality of small features, the displaying the a first region for receiving a selection of a program for realizing the small feature, the execution order of the small features corresponding to the program that has received the selection two and regions, when the small function is settable function execution condition, and a third area for setting an execution condition corresponding to the small feature, the fourth setting information relating to the predetermined processing A user interface means for displaying a data generation screen having an area;
In accordance with an input operation to the data generation screen, first information that defines the predetermined process executed by the information processing apparatus as a function, an execution order of the small functions executed by the information processing apparatus, and the small information definition data generation function generates a second information about the execution conditions when capable of setting execution conditions, the definition data defined in association with the third information relating to the processing target to perform by the information processing apparatus Means,
Information processing means for executing predetermined processing based on the definition data;
It is characterized by having.
これによって、本発明の情報処理装置は、ユーザがアプリケーションによって行いたい処理を実現するために必要なプラグイン(複数個の小機能)の実行条件や実行順序などの動作に関する情報を、所定の形式に従ったデータとして定義し、そのデータを基にプラグイン(複数個の小機能)を自動的に実行することにより、デスクトップアプリケーションが実行する処理を使用目的や用途などに応じて容易に変更することができる。 As a result, the information processing apparatus according to the present invention stores information related to operations such as execution conditions and execution order of plug-ins (a plurality of small functions) necessary for realizing a process that the user wants to perform with an application in a predetermined format. By simply executing the plug-in (several small functions) based on the data, the processing executed by the desktop application can be easily changed according to the purpose and application. be able to.
また、これによって、本発明の情報処理装置は、デスクトップアプリケーションにおける機能追加又は変更などの対応を定義データのみで行うことができ、アプリケーション本体やプラグイン(小機能)と言ったプログラムを変更する必要がない。また、本発明の情報処理装置は、定義データを削除しても、アプリケーション本体の動作に影響することがない。 This also allows the information processing apparatus of the present invention to perform functions such as adding or changing functions in a desktop application using only definition data, and it is necessary to change programs such as application main bodies and plug-ins (small functions). There is no. Further, the information processing apparatus of the present invention does not affect the operation of the application main body even if the definition data is deleted.
本発明によれば、デスクトップアプリケーションが実行する処理を使用目的や用途などに応じて容易に変更できる情報処理装置、情報処理方法、情報処理プログラム、及び情報処理プログラムを記録する記録媒体を提供することができる。 According to the present invention, it is possible to provide an information processing apparatus, an information processing method, an information processing program, and a recording medium for recording the information processing program, in which processing executed by a desktop application can be easily changed in accordance with the purpose of use or application. Can do.
以下、本発明の好適な実施の形態(以下、「実施形態」と言う。)について、図面を用いて詳細に説明する。 DESCRIPTION OF EMBODIMENTS Hereinafter, preferred embodiments of the present invention (hereinafter referred to as “embodiments”) will be described in detail with reference to the drawings.
[第1の実施形態]
<情報処理装置のハードウェア構成について>
まず、本実施形態に係る情報処理装置100のハードウェア構成について、図2を用いて説明する。
[First Embodiment]
<Hardware configuration of information processing device>
First, the hardware configuration of the
図2は、本発明の実施形態1に係る情報処理装置100のハードウェア構成の一例を示す図である。
FIG. 2 is a diagram illustrating an example of a hardware configuration of the
図2に示すように、本実施形態に係る情報処理装置100は、制御部11、主記憶部12、補助記憶部13、ネットワークI/F14、外部記憶装置I/F15、外部装置I/F16、出力装置I/F17、及び入力装置I/F18とから構成されている。
As shown in FIG. 2, the
制御部(CPU:Central Processing Unit)11は、以下に説明する主記憶部12、補助記憶部13、及びネットワークI/F14など、本実施形態に係る情報処理装置100が有する各装置の制御を行う。また、制御部11は、主記憶部12や補助記憶部13などに記憶されたプログラムを実行する装置で、入力装置や記憶装置からデータを受け取り、データを演算・加工した上で、出力装置や記憶装置に出力する(例えば、キーボードで入力した文字をディスプレイに表示するなど)。
A control unit (CPU: Central Processing Unit) 11 controls each device included in the
主記憶部(ROM:Read Only Memory、RAM:Random Access Memory)12は、制御部11が実行するプログラムや関連するデータを記憶(一時的に保持する場合も含む)する装置である。ROMには、制御部11が実行するプログラムや関連するデータが記憶されており、記憶されたプログラムや関連するデータは、制御部11により、必要に応じてRAM上へ展開(ロード)され、展開(ロード)されたプログラムや関連するデータは、制御部11により、演算・加工される。
A main storage unit (ROM: Read Only Memory, RAM: Random Access Memory) 12 is a device for storing (including temporarily holding) a program executed by the
補助記憶部(HD:Hard Disk)13は、基本ソフトウェアであるOS(Operating System)や本実施形態に係る情報処理プログラムを含むアプリケーションプログラムや機能拡張用のプラグインなどを関連するデータとともに記憶する装置である。また、補助記憶部13には、本実施形態に係る情報処理装置100が管理する各種情報(例えば、プラグインの実行条件や実行順序を定義した定義情報など。)が格納され、DBやファイルシステム(FS:File System)などにより管理される。
The auxiliary storage unit (HD: Hard Disk) 13 stores an OS (Operating System) that is basic software, an application program including an information processing program according to the present embodiment, a plug-in for function expansion, and the like together with related data. It is. The
ネットワークI/F14は、有線及び/又は無線回線などのデータ伝送路により構築されたLAN(Local Area Network)、WAN(Wide Area Network)などのネットワークを介して接続された通信機能を有する周辺機器(例えば、他の情報処理装置や画像形成装置など。)と本実施形態に係る情報処理装置100とのインタフェースである。
The network I /
外部記憶装置I/F15は、USB(Universal Serial Bus)などのデータ伝送路を介して接続された外部記憶装置(例えば、記憶メディアドライブなど。)と本実施形態に係る情報処理装置100とのインタフェースである。
The external storage device I /
外部装置I/F16は、USBなどのデータ伝送路を介して接続された外部入力装置(例えば、外付けHDやUSBメモリなど。)と本実施形態に係る情報処理装置100とのインタフェースである。
The external device I /
本実施形態に係る情報処理装置100は、これらのインタフェースを介して、外部と各種データのやり取り(送受信や読み込み/書き込み)を行う。
The
出力装置I/F17は、専用ケーブルなどのデータ伝送路を介して接続された出力装置(例えば、CRT(Cathode Ray Tube)やLCD(Liquid Crystal Display)など。)と本実施形態に係る情報処理装置100とのインタフェースである。
The output device I /
入力装置I/F18は、USBなどのデータ伝送路を介して接続された入力装置(例えば、キーボードやマウスなど。)と本実施形態に係る情報処理装置100とのインタフェースである。
The input device I /
このように、本実施形態に係る情報処理装置100は、主記憶部12や補助記憶部13などの記憶装置に格納された本実施形態に係る情報処理プログラムを実行し、各装置を制御することで、以降に説明する「コンピュータで実行する処理を使用目的や用途などに応じて容易に変更可能なデスクトップアプリケーション」を実現している。
As described above, the
<情報処理装置のソフトウェア構成について>
次に、本実施形態に係る情報処理装置100のソフトウェア構成について、図3を用いて説明する。
<Software configuration of information processing device>
Next, the software configuration of the
図3は、本発明の第1の実施形態に係る情報処理装置100のソフトウェア構成の一例を示す図である。
FIG. 3 is a diagram illustrating an example of a software configuration of the
図3に示すように、本実施形態に係る情報処理装置100に実装するデスクトップアプリケーション20に関するソフトウェアは、デスクトップアプリケーション20、機能プラグイン30、及びコアプログラム(コアモジュール群)31とから構成されている。
As shown in FIG. 3, the software related to the
デスクトップアプリケーション20は、定義データ21、UIプラグイン(UIパーツ)22、及びアプリケーションプロセス23とから構成されている。
The
定義データ21は、デスクトップアプリケーション20によって行う処理を実現するために必要なプラグインの実行条件や実行順序などの動作に関する情報が所定の形式に従って定義されたデータであり、複数個のデータ(データ群)によって構成されている。
The
UIプラグイン(UIパーツ)22は、デスクトップアプリケーション20のUIを構成するプログラム(UIを構成する最小単位の機能(小機能))であり、複数個のプログラム(モジュール群)によって構成されている。 The UI plug-in (UI part) 22 is a program that constitutes the UI of the desktop application 20 (a minimum unit function (small function) that constitutes the UI), and includes a plurality of programs (module groups).
アプリケーションプロセス23は、OSから主記憶部12のRAM上に使用可能なメモリ領域の割り当てを受けて、処理を実行するプログラムである。アプリケーションプロセス23によって実行される処理は、例えば、UIプラグイン(UIパーツ)22を用いてCRTやLCDなどの出力装置にUIを表示するための描画処理や、表示されたUIから受け付けた動作に関する情報を基にした定義データ21の生成処理などである。
The
次に、機能プラグイン30は、デスクトップアプリケーション20の機能を実現するために所定の情報処理を行うプログラムであり、複数個のプログラム(モジュール群)によって構成されている。ここで言う「所定の情報処理」とは、例えば、「ファイル選択」、「色変換」、「印刷」、「メッセージ表示」などのような、デスクトップアプリケーション20の機能を構成する最小単位の機能(小機能)を実現する情報処理を意味する。
Next, the function plug-in 30 is a program that performs predetermined information processing in order to realize the function of the
次に、コアプログラム31は、定義データ21に定義された動作条件や動作順序などの動作に関する情報に従って、機能プラグイン(小機能)30を実行するプログラムや、アプリケーションプログラムとプラグインとの間のデータインタフェース(以下、「データI/F」と言う。)プログラムと言った、アプリケーションプログラムとプラグインとの間で共通化されたプログラム(モジュール)であり、複数個のプログラム(モジュール群)によって構成されている。
Next, the
上記のように構成された、本実施形態に係る情報処理装置100に実装するデスクトップアプリケーション20に関するソフトウェアは、以下のように動作する。以下に説明する動作は、ユーザが、「デスクトップアプリケーション20のメニュー項目を選択した」ときの一例である。
(1) UIがユーザからの動作指示を受け取る。
(2) アプリケーションプロセス23は、UIから受け取った動作指示を、データI/Fを介してコアプログラム31に渡す。
(3) コアプログラム31は、アプリケーションプロセス23から受け取った動作指示から、指示された動作に関する情報が定義された定義データ21を特定し(複数個ある定義データ21の中から、UI上のメニュー項目に対応付けられた定義データ21を特定する。)、特定した定義データを基に、定義された実行条件や実行順序などの動作に関する情報に従って機能プラグイン30を実行する。
The software related to the
(1) The UI receives an operation instruction from the user.
(2) The
(3) The
このように、本実施形態に係るデスクトップアプリケーション20に関するソフトウェアは、ユーザの起動指示に従って、OSから割り当てられた主記憶部12のRAM上のメモリ領域に、上記に説明した各プログラムやデータを展開(ロード)し、展開(ロード)した各プログラムを制御部11により実行することで、デスクトップアプリケーション20においてユーザが行いたい処理を実現している。
As described above, the software related to the
<情報処理装置の主な機能を構成する手段について>
では、本実施形態に係る情報処理装置100が、図2のハードウェア構成及び図3のソフトウェア構成によって実現する主な機能を構成する各手段について、図4〜16を用いて説明する。
<Means for configuring main functions of information processing apparatus>
Then, each means which comprises the main function which the
図4は、本発明の第1の実施形態に係る情報処理装置100の主な機能を構成する手段の一例を示すブロック図である。
FIG. 4 is a block diagram showing an example of means constituting the main functions of the
本実施形態に係る情報処理装置100が有する機能は、情報処理手段41、定義データ生成手段42、定義データ格納手段43、メニュー項目表示手段44、及び情報処理実行手段45とから構成されている。
The function of the
情報処理手段41は、デスクトップアプリケーション20の機能を実現するために所定の情報処理を行う。
The information processing means 41 performs predetermined information processing in order to realize the function of the
情報処理手段41は、デスクトップアプリケーション20の機能を構成する最小単位の機能(小機能)を実現する、「ファイル選択」、「色変換」、「印刷」、「メッセージ表示」などの処理を行う。
The information processing means 41 performs processes such as “file selection”, “color conversion”, “printing”, “message display”, etc., which realize the minimum unit function (small function) that constitutes the function of the
情報処理手段41は、図3で説明した機能プラグイン30を制御部11で実行することにより行われる手段である。 The information processing unit 41 is a unit that is executed by executing the function plug-in 30 described in FIG.
図5は、本発明の第1の実施形態に係るインストールされた機能プラグイン30が格納されている例を示す図である。 FIG. 5 is a diagram illustrating an example in which the installed function plug-in 30 according to the first embodiment of the present invention is stored.
図5に示すように、機能プラグイン(小機能)30は、デスクトップアプリケーション20を情報処理装置100にインストールしたときや必要に応じて追加インストールしたときに、インストーラーによって補助記憶部13などの不揮発性の記憶装置内の所定の領域に格納される。
As shown in FIG. 5, the function plug-in (small function) 30 is a non-volatile component such as the
インストーラーは、図中に示す"C:\Documents and Settings\user01\aaa\bbb\Plugins"のような格納先アドレス(フォルダパス)を基に、補助記憶部13などの不揮発性の記憶装置内の格納領域を指定し、機能プラグイン30を決められたフォルダ内に格納する。よって、上記「所定の領域」とは、格納先アドレスで指定された補助記憶部13などの不揮発性の記憶装置内の領域を意味する。
Based on the storage destination address (folder path) such as “C: \ Documents and Settings \ user01 \ aaa \ bbb \ Plugins” shown in the figure, the installer stores in the non-volatile storage device such as the
図5では、Explorer(登録商標)などのファイルやフォルダを管理するツールの閲覧ウィンドウ51を介して、機能プラグイン(小機能)30が格納されたフォルダ群(格納先)の一覧を閲覧した例を示している。
In FIG. 5, an example of browsing a list of folders (storage destinations) in which function plug-ins (small functions) 30 are stored via a
図4に戻り、情報処理手段41は、予め、補助記憶部13などの不揮発性の記憶装置に格納された機能プラグイン(小機能)30が、必要に応じて(ユーザの動作指定に応じて)主記憶部12のRAM上に展開(ロード)され制御部11で実行されることで、デスクトップアプリケーション20の機能を構成する最小単位の機能(小機能)を実現する、「ファイル選択」、「色変換」、「印刷」、「メッセージ表示」などの処理を行う。
Returning to FIG. 4, the information processing means 41 is configured so that the function plug-in (small function) 30 stored in advance in a non-volatile storage device such as the
また、情報処理手段41は、主に、情報処理装置100に入力された入力データに対して画像処理を行う処理(画像処理機能)、入力データ及び/又は画像処理後のデータの出力を行う処理(出力機能)、画像処理及び出力処理を行うときに、その実行状態や実行結果などの情報を、CRTやLCDなどの出力装置を介してユーザに通知する処理(情報通知機能)を行う。
Further, the information processing means 41 mainly performs processing (image processing function) for performing image processing on input data input to the
図4では、その一例として、「ファイル選択」の処理を行う情報処理手段41a(ファイル選択プラグイン)、「色変換」を行う情報処理手段41b(色変換プラグイン)、「印刷」を行う情報処理手段41c(印刷プラグイン)、及び「メッセージ表示」を行う情報処理手段41d(メッセージ表示プラグイン)が示されている。 In FIG. 4, as an example, information processing means 41a (file selection plug-in) for performing “file selection” processing, information processing means 41b (color conversion plug-in) for performing “color conversion”, and information for “printing” The processing means 41c (print plug-in) and the information processing means 41d (message display plug-in) for performing “message display” are shown.
次に、定義データ生成手段42は、デスクトップアプリケーション20によって行う処理を実現するために必要な情報処理手段41(機能プラグイン(小機能)30)の実行条件や実行順序などの動作に関する情報が、所定の形式に従って定義された定義データ21を生成する。
Next, the definition data generation means 42 includes information regarding operations such as execution conditions and execution order of the information processing means 41 (functional plug-in (small function) 30) necessary for realizing the processing performed by the
まず、定義データ21について、図6を用いて説明する。
First, the
図6は、本発明の第1の実施形態に係る定義データ21のデータ構造に一例(XMLデータの場合)を示す図である。
FIG. 6 is a diagram showing an example (in the case of XML data) of the data structure of the
ここで例に挙げるデータは、XML(Extensible Markup Language)と言われる言語によって記述した定義データ21である。
The data given as an example here is
XMLは、タグと呼ばれる特定の文字列で、文書やデータの意味や構造を記述するマークアップ言語の1つで、ユーザが独自のタグを指定することができる。 XML is a specific character string called a tag, and is one of markup languages for describing the meaning and structure of a document or data. A user can specify a unique tag.
このような言語特性から、本実施形態に係る定義データ21では、独自の「定義開始タグ」(例えば、"<Tag>"など。)と「定義終了タグ」(例えば、"</Tag>"など。)との間に、動作に関する情報(例えば、Proc_1など。)を記述することで定義する(例えば、"<Tag>Proc_1</Tag>"など)。よって、上記の「所定の形式」とは、開始タグと終了タグとの間に、動作に関する情報を配置する形式を意味する。
Due to such language characteristics, in the
また、「定義開始タグ」と「定義終了タグ」とから、定義するデータ構造を階層化することができる。例えば、定義Aの「開始タグ」に対応する定義Aの「終了タグ」との間に、定義Bの「開始タグ」と「終了タグ」を埋め込み、更に、定義Bの「開始タグ」に対応する定義Bの「終了タグ」との間に、定義Cの「開始タグ」と「終了タグ」及び定義Dの「開始タグ」と「終了タグ」とを埋め埋め込んだ場合、定義Aの構成要素が定義Bとなり、定義Bの構成要素が定義C及びDとなる。このように、1対のタグの間に、別のタグを入れ子のように埋め込んでいくことで、定義するデータを階層化することができる。 Further, the data structure to be defined can be hierarchized from the “definition start tag” and “definition end tag”. For example, “Start tag” and “End tag” of definition B are embedded between “End tag” of definition A corresponding to “Start tag” of definition A, and further correspond to “Start tag” of definition B When the “start tag” and “end tag” of definition C and the “start tag” and “end tag” of definition D are embedded between the “end tag” of definition B to be defined, the components of definition A Becomes definition B, and the components of definition B are definitions C and D. Thus, by defining another tag in a nested manner between a pair of tags, the data to be defined can be hierarchized.
定義データ21に定義する動作に関する情報には、主に、デスクトップアプリケーション20によって行う処理を1つの機能として定義した場合の「機能に関する情報」と、デスクトップアプリケーション20によって行う処理を実現するために必要な情報処理手段41(機能プラグイン(小機能)30)の「実行条件や実行順序に関する情報」と、情報処理手段41(機能プラグイン(小機能)30)の「処理対象に関する情報」の3つの情報がある。
The information related to the operation defined in the
<<機能に関する情報>>
(a)定義名(機能名)
複数個の情報処理手段41(機能プラグイン(小機能)30)によって行う処理を1つの機能として定義したときの定義名を示す情報(複数個の情報処理手段41(機能プラグイン(小機能)30)を実行することで実現される機能名を示す情報)。
(b)定義種類
定義した機能の種類(例えば、システムサイドの機能やユーザサイドの機能など。)を示す情報。
(c)メニュー名
定義した機能が、デスクトップアプリケーション20のメニュー項目の1つとして表示するときに該当するメニュー名を示す情報。
(d)メニュー項目領域
定義した機能が、デスクトップアプリケーション20のメニュー項目の1つとして表示するときに、該当するメニューのうち、表示するメニュー項目の領域を示す情報。
<< Function information >>
(A) Definition name (function name)
Information indicating a definition name when processing performed by a plurality of information processing means 41 (function plug-in (small function) 30) is defined as one function (a plurality of information processing means 41 (function plug-in (small function) 30) Information indicating the function name realized by executing 30).
(B) Definition type Information indicating the type of a defined function (for example, a system-side function or a user-side function).
(C) Menu name Information indicating a menu name corresponding to a defined function displayed as one of the menu items of the
(D) Menu item area Information indicating the area of the menu item to be displayed among the corresponding menus when the defined function is displayed as one of the menu items of the
<<実行条件や実行順序に関する情報>>
(e)実行条件
情報処理手段41(機能プラグイン(小機能)30)で処理を行うときに、処理を制御するためのパラメータ。
(f)実行順序
複数個の情報処理手段41(機能プラグイン(小機能)30)を並べた順番(記述された順番(図6の処理1と処理2))。
<< Information about execution conditions and execution order >>
(E) Execution conditions Parameters for controlling processing when processing is performed by the information processing means 41 (function plug-in (small function) 30).
(F) Execution order An order in which a plurality of information processing means 41 (function plug-ins (small functions) 30) are arranged (order described (
<<処理対象に関する定義>>
(g)処理対象
情報処理手段41(機能プラグイン(小機能)30)の処理対象であるデータの名前や、そのデータを出力した情報処理手段41(機能プラグイン(小機能)30)の名前を示す情報。
<< Definition of processing target >>
(G) Processing target The name of the data that is the processing target of the information processing means 41 (functional plug-in (small function) 30) and the name of the information processing means 41 (functional plug-in (small function) 30) that output the data Information indicating
これらの情報を、図6に示す定義データ21では、以下に挙げる独自のタグによって定義している。
These pieces of information are defined by the following unique tags in the
<<複数個の情報処理手段41(機能プラグイン(小機能)30)によって行う処理を1つの機能として定義するタグ>>
<CookFlowRecipe>
定義の開始タグ。
</CookFlowRecipe>
定義の終了タグ。
<< Tag that defines processing performed by a plurality of information processing means 41 (function plug-in (small function) 30) as one function >>
<CookFlowRecipe>
Definition start tag.
</ CookFlowRecipe>
Definition end tag.
<<機能に関する情報を定義するタグ>>
<RecipePropaty>
「機能に関する情報」の定義の開始タグ。
<RecipeName>AAA</RecipeName>
定義名(機能名)を示す情報「AAA」を定義する開始・終了タグ。
<RecipeType>BBB</RecipeType>
定義種類を示す情報「BBB」を定義する開始・終了タグ。
<MenuName>CCC</MenuName>
メニュー名を示す情報「CCC」を定義する開始・終了タグ。
<MenuZone>DDD</MenuZone>
メニュー項目領域を示す情報「DDD」を定義する開始・終了タグ。
</RecipePropaty>
「機能に関する情報」の定義の終了タグ。
<< Tag that defines information about function >>
<RecipePropaty>
Start tag for the definition of “information about the function”.
<RecipeName> AAA </ RecipeName>
Start / end tags that define information "AAA" indicating the definition name (function name).
<RecipeType> BBB </ RecipeType>
Start / end tags that define information "BBB" indicating the definition type.
<MenuName> CCC </ MenuName>
Start / end tags that define information "CCC" indicating the menu name.
<MenuZone> DDD </ MenuZone>
Start / end tags that define the information “DDD” indicating the menu item area.
</ RecipePropaty>
End tag for the definition of "information about function".
<<実行条件や実行順序に関する情報を定義するタグ>>
<FlowPlugin name = "XXXX" >
処理「XXXX」における「実行条件及び実行順序に関する情報」の定義の開始タグ。
<FunctionProperty name = "EEE" >aaa</FunctionProperty>
制御パラメータ「EEE」の値[aaa]の実行条件を定義する開始・終了タグ。
</FlowPlugin>
処理「XXXX」における「実行条件及び実行順序に関する情報」の定義の終了タグ。
<< Tag defining information about execution conditions and execution order >>
<FlowPlugin name = "XXXX">
The start tag of the definition of “information about execution conditions and execution order” in the process “XXXX”.
<FunctionProperty name = "EEE"> aaa </ FunctionProperty>
Start / end tags that define the execution condition for the control parameter "EEE" value [aaa].
</ FlowPlugin>
End tag for the definition of “information about execution conditions and execution order” in process “XXXX”.
<<処理対象に関する情報を定義するタグ>>
<RequestTypeName name = "GGG" ref = "XXXX" ></RequestTypeName>
処理「XXXX」が出力したデータ「GGG」を処理対象とする小機能の「処理対象に関する情報」を定義する開始・終了タグ。
<< Tag that defines information related to processing target >>
<RequestTypeName name = "GGG" ref = "XXXX"></RequestTypeName>
Start / end tags that define “information about the processing target” of the small function that processes the data “GGG” output by the processing “XXXX”.
よって、上記に挙げた、開始タグと終了タグとを用いて定義されるデータ(定義データ21)は、図6に示すように、機能に関する情報を定義するデータ71、実行条件、実行順序、及び処理対象に関する情報を定義するデータ72とから構成される。
Therefore, the data (definition data 21) defined by using the start tag and the end tag listed above includes, as shown in FIG. 6,
図4に戻り、定義データ生成手段42では、独自のタグを用いた所定の形式に従って、動作に関する情報の意味を記述した定義データ21を生成する。
Returning to FIG. 4, the definition data generation means 42 generates
このように、定義データ生成手段42は、複数個の情報処理手段41(図4では、情報処理手段41a〜41d)により実現される処理、すなわち、複数個の機能プラグイン30(複数個の小機能)を組み合わせて行う処理を、デスクトップアプリケーション20の1つの機能(複数個の小機能から構成される機能)として定義する。 As described above, the definition data generating means 42 is a process realized by a plurality of information processing means 41 (information processing means 41a to 41d in FIG. 4), that is, a plurality of function plug-ins 30 (a plurality of small plug-ins 30). A process performed by combining functions) is defined as one function of the desktop application 20 (a function composed of a plurality of small functions).
そのため、本実施形態に係る情報処理装置100では、ユーザがデスクトップアプリケーション20によって行いたい処理の実行条件や実行順序などの動作に関する情報を、定義データ21に定義することで、デスクトップアプリケーション20の1つの機能として実行させることができる。
For this reason, in the
では、本実施形態に係る情報処理装置100において、「ユーザが行いたい処理の実行条件や実行順序などの動作に関する情報をどのような方法で定義し、定義データ生成手段42によって定義データ21を生成するのか」について、以下に、図7〜10を用いて説明する。
Then, in the
以下の説明では、ユーザが、「色変換後の画像データを印刷する」と言う処理を、デスクトップアプリケーション20の1つの機能(モノクロ印刷機能)として定義する場合である。
In the following description, the user defines the process “print image data after color conversion” as one function (monochrome print function) of the
<<機能に関する情報の定義>>
まず、本実施形態に係る情報処理装置100において、ユーザが、「機能に関する情報」を定義する方法を、図7を用いて説明する。
<< Definition of information about functions >>
First, in the
図7は、本発明の第1の実施形態に係る画像処理機能に関する定義データ生成時の表示画面の一例を示す図である。 FIG. 7 is a diagram showing an example of a display screen when generating definition data related to the image processing function according to the first embodiment of the present invention.
情報処理装置100は、ユーザによってデスクトップアプリケーション20が起動されると、アプリケーションプロセス23によって、図7に示すようなUIを備えたアプリケーションウィンドウ61を表示装置に表示する。
When the
アプリケーションウィンドウ61は、「機能に関する情報」を設定するUI領域として機能情報設定領域62を備えている。
The
機能情報設定領域62は、「定義名(機能名)」を入力するテキストボックス62a、「定義種類」を設定するプルダウンメニュー62b、定義した機能をデスクトップアプリケーション20のメニュー項目の1つとして表示するときに該当する「メニュー名」を設定するプルダウンメニュー62c、定義した機能をデスクトップアプリケーション20のメニュー項目の1つとして表示するときに該当するメニューのうち、表示する「メニュー項目領域」を設定するテキストボックス62d、並びに、機能に関する情報や実行条件及び実行順序に関する情報について行った定義情報を確定する[確定]ボタン62eとから構成されている。
The function
ユーザは、上記に説明した機能情報設定領域62が備えるテキストボックス62a及び62dに、キーボードなどの入力装置から設定値(テキストデータ)を入力し、プルダウンメニュー62b及び62cから設定値を選択することで、定義データ生成手段42により定義データ21(機能に関する情報を定義するデータ71)を生成するときに必要な情報を設定する。
The user inputs a setting value (text data) from an input device such as a keyboard into the
図7では、ユーザが、「色変換後の画像データを印刷する」と言う処理を、上記の各UIを介して、「定義名(機能名)」を"印刷(モノクロ)"、「定義種類」を"ユーザコマンド"、「メニュー名」を"ファイル"、「メニュー項目領域」を"Output"と設定し、デスクトップアプリケーション20の1つの機能として定義した例が示されている。
In FIG. 7, the process of “printing the color-converted image data” is performed by the user via the above-mentioned UIs with “definition name (function name)” set to “print (monochrome)” and “definition type”. "User command", "Menu name" as "File", and "Menu item area" as "Output" are defined as one function of the
これによって、定義データ生成手段42は、ユーザが、機能情報設定領域62を備えたUIを介して設定した設定値を基に、図6で説明した[<RecipePropaty>]と[</RecipePropaty>]の間に、「定義名(機能名)」、「定義種類」、「メニュー名」、及び「メニュー項目領域」それぞれを定義するタグ(「定義開始タグ」と「定義終了タグ」)とともに対応する値(例えば、文字列や数値など。)を埋め込み、機能に関する情報を定義するデータ71を生成する。
As a result, the definition
<<実行条件、実行順序、及び処理対象に関する情報の定義>>
次に、本実施形態に係る情報処理装置100において、ユーザが、「実行条件や実行順序に関する情報」を定義する方法を、図7〜9を用いて説明する。
<< Definition of information about execution conditions, execution order, and processing target >>
Next, in the
図7に示す、アプリケーションウィンドウ61は、「実行条件や実行順序に関する情報」を設定するUI領域として、「実行順序に関する情報」を設定する実行順序設定領域64と、「実行条件に関する情報」を設定する実行条件設定領域65とを備えている。
The
また、アプリケーションウィンドウ61は、「実行条件及び実行順序に関する情報」を設定するときに、設定の対象となる機能プラグイン(小機能)30を選択するためのプラグイン選択領域63を備えている。図7に示すように、プラグイン選択領域63には、現在、情報処理装置100にインストールされた(補助記憶部13などの不揮発性の記憶装置に格納された)機能プラグイン(小機能)30の一覧が表示される。
Further, the
ユーザは、「実行順序に関する情報」について設定を行う場合、選択可能な機能プラグイン(小機能)30の一覧が表示されたプラグイン選択領域63から、自身がデスクトップアプリケーション20によって行いたい処理を実現するために必要な機能プラグイン(小機能)30を、マウスなどのポインティングデバイスを介して選択(マウスの場合には「ドラッグ」。)し、選択したままの状態で実行順序設定領域64に移動し、選択解除(マウスの場合には「ドロップ」。)することで定義データ生成手段42により定義データ21(実行条件及び実行順序に関する情報を定義するデータ72)を生成するときに必要な実行順序を設定する。以降では、ユーザが用いるポインティングデバイスにマウスを使うことを想定して説明する。
When the user sets the “information regarding the execution order”, the user realizes the processing he / she wants to perform by the
(A)画像処理の定義
情報処理装置100にインストールされた機能プラグイン(小機能)30が有する画像処理機能について設定を行う場合、ユーザは、まず、プラグイン選択領域63に画像処理機能に関する機能プラグイン(小機能)30の一覧(画像処理機能のプラグイン選択領域63a)を表示させるため、領域内の[画像処理]タブをマウスでクリックする。
次に、表示された画像処理機能に関する機能プラグイン(小機能)30の一覧から、必要な機能プラグイン(小機能)30をマウスでドラッグし、実行順序設定領域64にドロップする。
(A) Definition of Image Processing When setting the image processing function of the function plug-in (small function) 30 installed in the
Next, a necessary function plug-in (small function) 30 is dragged with a mouse from the displayed list of function plug-ins (small functions) 30 related to the image processing function, and dropped in the execution
図7では、ユーザが、「色変換後の画像データを印刷する」と言う処理を実現するために、「ファイル選択」の次に行わなければならない「色変換」の処理に対応した色変換プラグイン41bを、画像処理機能のプラグイン選択領域63aからドラッグし、実行順序設定領域64において、「ファイル選択」の処理を行うファイル選択プラグイン41aの処理の次に行う処理に位置する領域(図中では、[カレントファイル]の下。)にドロップした例(図中の[色変換]。)を示している。
In FIG. 7, the color conversion plug corresponding to the process of “color conversion” that must be performed after “file selection” in order for the user to realize the process of “printing the image data after color conversion”. An area 41b is dragged from the plug-in selection area 63a of the image processing function, and in the execution
また、機能プラグイン(小機能)30の中には、実行条件(制御パラメータ)が設定できるものがある。 Some function plug-ins (small functions) 30 can set execution conditions (control parameters).
図7に示すように、アプリケーションウィンドウ61は、テキストボックスやプルダウンメニューなどから実行条件(制御パラメータ)を設定する実行条件設定領域65を備えている。
As shown in FIG. 7, the
ユーザは、「実行条件に関する情報」について設定を行う場合、実行条件設定領域65のテキストボックスやプルダウンメニューから、実行条件(制御パラメータ)の値を設定する(テキストボックスの場合には、キーボードから値を入力し、プルダウンメニューの場合には、該当するメニュー項目を選択する。)ことで定義データ生成手段42により定義データ21(実行条件及び実行順序に関する情報を定義するデータ72)を生成するときに必要な実行条件を設定する。
When setting the “information about the execution condition”, the user sets the value of the execution condition (control parameter) from the text box or pull-down menu in the execution condition setting area 65 (in the case of a text box, the value is set from the keyboard. In the case of a pull-down menu, the corresponding menu item is selected.) When the definition data 21 (
図7では、ユーザが、色変換の変換方法を示す「変換方法」に"モノクロ"を選択し、色変換プラグイン41bの実行条件(制御パラメータ)の値を設定した例が示されている。 FIG. 7 shows an example in which the user selects “monochrome” as the “conversion method” indicating the color conversion conversion method and sets the value of the execution condition (control parameter) of the color conversion plug-in 41b.
(B)出力処理の定義
情報処理装置100にインストールされた機能プラグイン(小機能)30が有する出力機能について設定を行う場合、画像処理機能の場合と同様に、ユーザは、プラグイン選択領域63に出力機能に関する機能プラグイン(小機能)30の一覧(出力機能のプラグイン選択領域63b)を表示させるため、領域内の[出力]タブをマウスでクリックする。
次に、表示された画像処理機能に関する機能プラグイン(小機能)30の一覧から、必要な機能プラグイン(小機能)30をマウスでドラッグし、実行順序設定領域64にドロップする。
(B) Definition of Output Processing When setting the output function of the function plug-in (small function) 30 installed in the
Next, a necessary function plug-in (small function) 30 is dragged with a mouse from the displayed list of function plug-ins (small functions) 30 related to the image processing function, and dropped in the execution
図8は、本発明の第1の実施形態に係る出力機能に関する定義データ生成時の表示画面の一例を示す図である。 FIG. 8 is a diagram showing an example of a display screen when generating definition data related to the output function according to the first embodiment of the present invention.
図8では、ユーザが、「色変換後の画像データを印刷する」と言う処理を実現するために、「色変換」の次に行わなければならない「印刷」の処理に対応した印刷プラグイン41cを、出力機能のプラグイン選択領域63bからドラッグし、実行順序設定領域64において、色変換プラグイン41bの処理の次に行う処理に位置する領域(図中では、[色変換]の下。)にドロップした例(図中の[印刷]。)を示している。
In FIG. 8, the print plug-in 41 c corresponding to the “print” process that must be performed after “color conversion” in order to realize the process of “printing image data after color conversion”. Is dragged from the plug-in selection area 63b of the output function, and in the execution
(C)情報通知処理の定義
情報処理装置100にインストールされた機能プラグイン(小機能)30が有する情報通知機能について設定を行う場合、画像処理機能の場合と同様に、ユーザは、プラグイン選択領域63に情報通知機能に関する機能プラグイン(小機能)30の一覧(情報通知機能のプラグイン選択領域63c)を表示させるため、領域内の[通知]タブをマウスでクリックする。
次に、表示された画像処理機能に関する機能プラグイン(小機能)30の一覧から、必要な機能プラグイン(小機能)30をマウスでドラッグし、実行順序設定領域64にドロップする。
(C) Definition of Information Notification Process When setting the information notification function of the function plug-in (small function) 30 installed in the
Next, a necessary function plug-in (small function) 30 is dragged with a mouse from the displayed list of function plug-ins (small functions) 30 related to the image processing function, and dropped in the execution
図9は、本発明の第1の実施形態に係る情報通知機能に関する定義データ生成時の表示画面の一例を示す図である。 FIG. 9 is a diagram showing an example of a display screen at the time of generating definition data related to the information notification function according to the first embodiment of the present invention.
図9では、ユーザが、「色変換後の画像データを印刷する」と言う処理を実現するために、「印刷」の次に行わなければならない「メッセージ表示」の処理に対応したメッセージ表示プラグイン41dを、情報通知機能のプラグイン選択領域63bからドラッグし、実行順序設定領域64において、印刷プラグイン41cの処理の次に行う処理に位置する領域(図中では、[印刷]の下。)にドロップした例(図中の[メッセージボックス]。)を示している。
In FIG. 9, the message display plug-in corresponding to the “message display” process that must be performed after “print” in order for the user to realize the process “print image data after color conversion”. 41d is dragged from the plug-in selection area 63b of the information notification function, and in the execution
また、図9に示すように、メッセージ表示プラグイン41dは、実行条件(制御パラメータ)が設定できる。 Further, as shown in FIG. 9, the message display plug-in 41d can set execution conditions (control parameters).
図9では、ユーザが、表示するメッセージを示す「メッセージ」に"印刷が終了しました。"を、また、メッセージウィンドウのタイトルを示す「タイトル」に"B/W Print"を入力し、メッセージ表示プラグイン41dの実行条件(制御パラメータ)の値を設定した例が示されている。 In FIG. 9, the user enters “printing has been completed” in the “message” indicating the message to be displayed, and “B / W Print” in the “title” indicating the title of the message window. An example in which the execution condition (control parameter) value of the plug-in 41d is set is shown.
これによって、定義データ生成手段42は、ユーザが、処理を行うのに必要な情報処理手段41(機能プラグイン(小機能)30)を、実行順序設定領域64にドロップして並べた順番(図9の実行順序設定領域64に示すフローの順番)に基づいて、図6で説明した、[<FlowPlugin name = "XXXX" >]と[</FlowPlugin>]との間に、情報処理手段41(機能プラグイン(小機能)30)の処理対象名(機能プラグイン(小機能)30が処理するデータの名前と、そのデータを出力した1つ前に定義された機能プラグイン(小機能)30の名前)と処理対象を定義するタグ(「定義開始タグ」と「定義終了タグ」)、及び必要に応じて実行条件設定領域65で設定した条件値(制御パラメータ値:例えば、文字列や数値など。)と実行条件(制御パラメータ)を定義するタグ(「定義開始タグ」と「定義終了タグ」)とを埋め込み、実行する情報処理手段41(機能プラグイン(小機能)30)の数だけ繰り返すことにより、実行条件、実行順序、及び処理対象に関する情報を定義したデータ72を生成する。
As a result, the definition data generation means 42 drops the information processing means 41 (function plug-in (small function) 30) necessary for the user to perform processing into the execution
このように、情報処理手段41(機能プラグイン(小機能)30)の実行順序が決定すれば、定義された情報処理手段41(機能プラグイン(小機能)30)毎の処理対象も決定される。よって、実行条件及び実行順序に関する情報が定義されれば、情報処理手段41(機能プラグイン(小機能)30)毎の処理対象に関する情報も定義される。 Thus, if the execution order of the information processing means 41 (functional plug-in (small function) 30) is determined, the processing target for each defined information processing means 41 (functional plug-in (small function) 30) is also determined. The Therefore, if information related to the execution conditions and the execution order is defined, information related to the processing target for each information processing means 41 (function plug-in (small function) 30) is also defined.
本実施形態に係る情報処理装置100では、ユーザが、上記に説明した(A)〜(C)に示す手順により、デスクトップアプリケーション20で行う処理の動作に関する情報を設定する。
In the
図10は、本発明の第1の実施形態に係る生成された定義データの一例(モノクロ印刷機能の場合)を示す図である。 FIG. 10 is a diagram illustrating an example of the generated definition data (in the case of a monochrome printing function) according to the first embodiment of the present invention.
図10では、ユーザが、上記に説明した(A)〜(C)に示す手順に従って、デスクトップアプリケーション20のUIを介して、自身が行いたい「色変換後の画像データを印刷する」と言う処理の動作に関する情報を設定した場合、定義データ生成手段42により生成された定義データ21(モノクロ印刷機能に関する定義データ21)の例を示している。
In FIG. 10, the process of “printing color-converted image data” that the user wants to perform via the UI of the
[<RecipePropaty>]と[</RecipePropaty>]との間には、図7を用いて説明した方法で設定された値を基にした機能に関する情報を定義したデータ71が生成されている。
Between [<RecipePropaty>] and [</ RecipePropaty>],
[<FlowPlugin name = "カレントファイル" >]と最後の[</FlowPlugin>]との間には、図7〜9を用いて説明した手順(A)〜(C)で設定された順番(実行順序設定領域64に配置されたフローの順番)を基にした、処理の実行順序に関する情報を定義したデータ72が生成されている。
Between [<FlowPlugin name = “current file”>] and the last [</ FlowPlugin>], the order set in steps (A) to (C) described with reference to FIGS. Based on the order of the flows arranged in the
[<FlowPlugin name = "色変換" >]と次の[</FlowPlugin>]との間には、図7を用いて説明した手順(A)で設定された値を基にした画像処理機能の実行条件に関する情報を定義したデータ72aが生成されている。また、画像処理機能の実行条件に関する情報を定義したデータ72aの前に、画像処理機能の処理対象に関する情報を定義したデータが生成されている。「画像処理機能の処理対象」とは、色変換プラグイン41bが処理するデータ、すなわち色変換プラグイン41bの1つ前のファイル選択プラグイン41aによって処理され出力されたデータである。 Between [<FlowPlugin name = “color conversion”>] and the next [</ FlowPlugin>], the image processing function based on the value set in step (A) described with reference to FIG. Data 72a defining information on execution conditions is generated. In addition, data defining information related to the processing target of the image processing function is generated before the data 72a defining information related to the execution condition of the image processing function. The “processing target of the image processing function” is data processed by the color conversion plug-in 41b, that is, data processed and output by the file selection plug-in 41a immediately before the color conversion plug-in 41b.
図10では、「色変換プラグイン41bの処理対象」として、色変換プラグイン41bが処理するデータ名"InputImage"と、データを出力した機能プラグイン(小機能)30"カレントファイル"を定義した例が示されている。 In FIG. 10, the data name “InputImage” to be processed by the color conversion plug-in 41 b and the function plug-in (small function) 30 “current file” that output the data are defined as “processing objects of the color conversion plug-in 41 b”. An example is shown.
[<FlowPlugin name = "印刷" >]と次の[</FlowPlugin>]との間には、図8を用いて説明した手順(A)で設定された出力機能の処理対象に関する情報を定義したデータが生成されている。図10の場合、「出力機能の処理対象」とは、印刷プラグイン41cが処理するデータ、すなわち印刷プラグイン41cの1つ前の色変換プラグイン41bによって処理され出力されたデータである。 Between [<FlowPlugin name = “Print”>] and the next [</ FlowPlugin>], information related to the processing target of the output function set in step (A) explained using FIG. 8 was defined. Data is being generated. In the case of FIG. 10, the “processing target of the output function” is data processed by the print plug-in 41c, that is, data processed and output by the color conversion plug-in 41b immediately before the print plug-in 41c.
図10では、「印刷プラグイン41cの処理対象」として、印刷プラグイン41cが処理するデータ名"InputImage"と、データを出力した機能プラグイン(小機能)30"色変換"を定義した例が示されている。 FIG. 10 shows an example in which the data name “InputImage” to be processed by the print plug-in 41c and the function plug-in (small function) 30 “color conversion” that outputs the data are defined as “processing target of the print plug-in 41c”. It is shown.
[<FlowPlugin name = "メッセージボックス" >]と次の[</FlowPlugin>]との間には、図9を用いて説明した手順(C)で設定された値を基にした情報通知機能の実行条件に関する情報を定義するデータ72bが定義されている。また、図10に示す情報通知機能には、処理対象に関する情報を定義するデータが生成されていない。これは、図10に示すメッセージ表示プラグイン41dが、他のプラグインで処理され出力されたデータを処理対象としないことを意味している。 Between [<FlowPlugin name = “message box”>] and the next [</ FlowPlugin>], there is an information notification function based on the value set in step (C) described with reference to FIG. Data 72b defining information related to execution conditions is defined. Further, in the information notification function shown in FIG. 10, data defining information related to the processing target is not generated. This means that the message display plug-in 41d shown in FIG. 10 does not process the data processed and output by other plug-ins.
定義データ生成手段42は、図10のように生成した定義データ21を、主記憶部12のRAM上に一時保持する。
The definition data generation means 42 temporarily holds the
また、本実施形態に係る情報処理装置100では、図9に示すアプリケーションウィンドウ61の[フローテスト実行]ボタン66を選択することによって、主記憶部12のRAM上に一時保持された定義データ21に定義された実行条件、実行順序、及び処理対象が、デスクトップアプリケーション20が処理可能な設定となっているか否かをチェックすることができる。例えは、定義データ21に定義された機能プラグイン(小機能)30の実行順序が、印刷プラグイン41bを実行した後に、色変換プラグイン41aを実行するような順序になっていた場合には、実行順序の定義に誤りがある(デスクトップアプリケーション20で処理できない)旨をユーザに通知する。
Further, in the
図4に戻り、定義データ生成手段42は、図3で説明したアプリケーションプロセス23を制御部11で実行することにより行われる手段である。
Returning to FIG. 4, the definition
これによって、本実施形態に係る情報処理装置100は、ユーザが行いたい処理を実現するために必要な情報処理手段41(機能プラグイン(小機能)30)の実行条件や実行順序などの動作に関する情報を、所定の形式に従ったデータとして定義することができる。
As a result, the
次に、定義データ格納手段43は、定義データ生成手段42により生成された定義データ21を、補助記憶部13などの不揮発性の記憶装置に格納する。
Next, the definition
定義データ格納手段43は、アプリケーションウィンドウ61の[確定]ボタン62eが、ユーザによって選択されたときに、定義データ生成手段42により生成され、主記憶部12のRAM上に一時保持された定義データ21を、補助記憶部13などの不揮発性の記憶装置内の所定の領域に格納する。また、定義データ格納手段43は、データを格納するとき、例えば「定義名(機能名)」を、定義データ21のファイル名とする。
The definition data storage means 43 is generated by the definition data generation means 42 when the [OK] button 62e of the
図11は、本発明の第1の実施形態に係る生成された定義データ21が格納された様子の一例を示す図である。
FIG. 11 is a diagram illustrating an example of a state where the generated
定義データ格納手段43は、図中に示す"C:\Documents and Settings\user01\aaa\bbb\Recipe"のような格納先アドレス(フォルダパス)を基に、補助記憶部13などの不揮発性の記憶装置内の格納領域を指定し、指定したフォルダ内に定義データ21を格納する。よって、上記「所定の領域」とは、格納先アドレスで指定された補助記憶部13などの不揮発性の記憶装置内の領域を意味する。
The definition data storage means 43 is a nonvolatile storage such as the
図11では、Explorer(登録商標)などのファイルやフォルダを閲覧・管理するツールの閲覧ウィンドウ51を介して、格納された定義データ21の一覧を閲覧した例を示している。
FIG. 11 shows an example of browsing a list of stored
図4に戻り、定義データ格納手段43は、図3で説明したアプリケーションプロセス23を制御部11で実行することにより行われる手段である。
Returning to FIG. 4, the definition
このように、本実施形態に係る情報処理装置100は、デスクトップアプリケーション20における機能追加又は変更など、ユーザの使用目的や用途に応じた対応を定義データのみで行うことができる。すなわち、ユーザは、デスクトップアプリケーション20の機能(ユーザが行いたい処理の定義)を、アプリケーション本体やプラグイン(小機能)と言ったプログラムを変更することなく、定義データ21のみを追加、編集、又は削除することで管理することができる。また、定義データを削除しても、アプリケーション本体の動作に影響することがない。
As described above, the
次に、メニュー項目表示手段44は、定義データ格納手段43により格納された定義データ21を基に、定義データ21に定義された「定義名(機能名)」を、メニュー項目の1つとして、デスクトップアプリケーション20のメニューに表示する。
Next, the menu item display means 44 uses, as one of the menu items, the “definition name (function name)” defined in the
メニュー項目表示手段44は、定義データ21に定義された「定義名(機能名)」を、定義データ21に定義された表示位置情報を基に、メニューの表示領域のうち、所定の領域に表示する。
The menu item display means 44 displays the “definition name (function name)” defined in the
以下に、メニュー項目表示手段44の詳細について、図12〜16を用いて説明する。 Below, the detail of the menu item display means 44 is demonstrated using FIGS.
図12は、本発明の第1の実施形態に係る定義データ21に応じたメニュー表示の一例を示す図である。
FIG. 12 is a diagram showing an example of a menu display corresponding to the
メニュー項目表示手段44は、まず、「デスクトップアプリケーション20が有する複数個のメニュー91のうち、どのメニュー91のメニュー項目92に表示させるか」を決定する。
First, the menu
そこで、メニュー項目表示手段44では、定義データ21に定義された「メニュー名」を基に、複数個あるメニュー91のうち、メニュー項目92として表示するメニュー91を特定する。
Therefore, the menu
図12では、「定義名(機能名)」に"印刷(モノクロ)"、「メニュー名」に"ファイル"、及び「メニュー項目領域」に"Output"とが定義された、定義データ21の機能に関する情報を定義するデータ71を基にしたメニュー表示の例を示している。
In FIG. 12, the function of the
このような場合、メニュー項目表示手段44は、定義データ21に定義された「メニュー名」の設定値("ファイル")を基に、デスクトップアプリケーション20が有する複数個のメニュー91から、メニュー項目92として表示する「ファイル」メニュー91を特定する。
In such a case, the menu
次に、メニュー項目表示手段44は、「特定したメニュー91の表示領域のどの位置に表示させるか」を決定する。 Next, the menu item display means 44 determines “in which position in the display area of the specified menu 91 is to be displayed”.
そこで、メニュー項目表示手段44では、定義データ21に定義された「メニュー項目領域」を基に、特定したメニュー91の表示領域のうち、メニュー項目92として「定義名(機能名)」を表示する領域を決定する。
Therefore, the menu item display means 44 displays “definition name (function name)” as the
図12に示すように、特定した「ファイル」メニュー91の表示領域には、例えば、「メニュー項目領域」"New"に対応する新規作成に関するメニュー項目領域92a、「メニュー項目領域」"Search"に対応するに検索に関するメニュー項目領域92b、「メニュー項目領域」"Output"に対応する出力に関するメニュー項目領域92c、及び「メニュー項目領域」"FilePropaty"に対応するファイルプロパティに関するメニュー項目領域92dなどがある。 As shown in FIG. 12, the display area of the specified “file” menu 91 includes, for example, a menu item area 92a relating to a new creation corresponding to the “menu item area” “New” and a “menu item area” “Search”. Correspondingly, there are a menu item area 92b related to search, a menu item area 92c related to output corresponding to “menu item area” “Output”, a menu item area 92d related to file properties corresponding to “menu item area” “FilePropaty”, and the like. .
このような場合、メニュー項目表示手段44は、定義データ21に定義された「メニュー名」の設定値("Output")を基に、特定した「ファイル」メニュー91の表示領域のうち、「メニュー項目領域」"Output"に対応する出力に関するメニュー項目領域92cを、メニュー項目として「定義名(機能名)」を表示する領域として決定する。
In such a case, the menu
その結果、図12に示すように、メニュー項目表示手段44は、「ファイル」メニュー91の表示領域のうち、「メニュー項目領域」"Output"のメニュー項目領域92cに、「定義名(機能名)」"印刷(モノクロ)"を表示する。 As a result, as shown in FIG. 12, the menu item display means 44 displays “definition name (function name)” in the menu item area 92c of “menu item area” “Output” in the display area of the “file” menu 91. "" Print (monochrome) "is displayed.
このように、メニュー項目表示手段44は、定義データ21に定義された「メニュー名」及び「メニュー項目領域」の表示位置情報を基に、「定義名(機能名)」をデスクトップアプリケーション20のメニュー91に表示する。
As described above, the menu
図13は、本発明の第1の実施形態に係る新規メニュー項目追加時の表示画面の一例(その1)を示す図である。また、図14は、本発明の第1の実施形態に係る新規メニュー項目追加時の表示画面の一例(その2)を示す図である。 FIG. 13 is a diagram showing an example (part 1) of a display screen when a new menu item is added according to the first embodiment of the present invention. FIG. 14 is a view showing an example (No. 2) of a display screen when a new menu item is added according to the first embodiment of the present invention.
図13では、新規メニュー項目として「定義名(機能名)」"印刷(モノクロ)"が、アプリケーションウィンドウ61のツールバー81に追加表示された例(図中の破線枠)、また、図14では、「ファイル」メニュー91のメニュー項目領域92cに追加表示された例(図中の破線枠)を示している。 In FIG. 13, “definition name (function name)” “print (monochrome)” as a new menu item is additionally displayed on the toolbar 81 of the application window 61 (broken frame in the figure), and in FIG. An example (broken line frame in the figure) additionally displayed in the menu item area 92c of the “file” menu 91 is shown.
図4に戻り、メニュー項目表示手段44は、「機能名」をメニュー項目92として表示するときに、表示する「定義名(機能名)」と「定義名(機能名)」が定義された定義データ21とを対応付ける。
Returning to FIG. 4, when the menu
メニュー項目表示手段44では、例えば、表示される「定義名(機能名)」の文字列(例えば、"印刷(モノクロ)"など。)と「定義名(機能名)」が定義された定義データ21の格納先アドレス(ファイルパス)を示す文字列(例えば、"C:\Documents and Settings\user01\aaa\bbb\Recipe\印刷(モノクロ).xml"など。)とを、テーブル形式のデータ管理によって関連付けることで、表示する「定義名(機能名)」と「定義名(機能名)」が定義された定義データ21とを対応付けている。
In the menu item display means 44, for example, definition data in which a character string of “definition name (function name)” (for example, “print (monochrome)”) and “definition name (function name)” displayed are defined. Data management in a table format with a character string (for example, "C: \ Documents and Settings \ user01 \ aaa \ bbb \ Recipe \ print (monochrome) .xml") indicating the storage address (file path) of 21 By associating with each other, the “definition name (function name)” to be displayed is associated with the
図15は、本発明の第1の実施形態に係る追加メニュー項目削除時の表示画面の一例(その1)を示す図である。また、図16は、本発明の第1の実施形態に係る追加メニュー項目削除時の表示画面の一例(その2)を示す図である。 FIG. 15 is a diagram showing an example (part 1) of a display screen when deleting an additional menu item according to the first embodiment of the present invention. FIG. 16 is a view showing an example (part 2) of the display screen when deleting the additional menu item according to the first embodiment of the present invention.
図15では、新規メニュー項目として追加表示されていた「定義名(機能名)」"印刷(モノクロ)"が、アプリケーションウィンドウ61のツールバー81から削除され表示されなくなった例、また、図14では、「ファイル」メニュー91のメニュー項目領域92cから削除され表示されなくなった例を示している。
FIG. 15 shows an example in which “definition name (function name)” and “print (monochrome)”, which are additionally displayed as new menu items, are deleted from the toolbar 81 of the
このように、メニュー項目表示手段44は、定義データ21の追加(新規作成)又は削除など、定義データ21が、補助記憶部13などの不揮発性の記憶装置内の所定の領域に格納されているか否かに応じて、定義データ21に定義された「定義名(機能名)」をメニュー項目へ表示するか否かを制御する。
As described above, the menu
図4に戻り、メニュー項目表示手段44は、図3で説明したアプリケーションプロセス23を制御部11で実行することにより行われる手段である。
Returning to FIG. 4, the menu
次に、情報処理実行手段45は、定義データ21に基づいて情報処理手段41(機能プラグイン(小機能)30)を実行する。
Next, the information
情報処理実行手段45は、まず、メニュー項目表示手段44によりメニュー項目として表示された「定義名(機能名)」が、ユーザからデスクトップアプリケーション20のUIを介して選択されたときに、補助記憶部13などの不揮発性の記憶装置に格納された複数個の定義データ21の中から、ユーザが選択した機能に対応する(選択された「定義名(機能名)」が定義されている)定義データ21を特定する。
The information
情報処理実行手段45は、例えば、メニュー項目表示手段44から、表示された「機能名」に対応する定義データ21の格納先アドレス(ファイルパスの文字列)を受け取り、受け取った格納先アドレス(ファイルパスの文字列)を基に、補助記憶部13などの不揮発性の記憶装置に格納された複数個の定義データ21の中から、1つの定義データ21を特定する。
The information
次に、情報処理実行手段45は、定義データ21を記述した言語を解釈することのできるパーサー(例えば、XMLの場合では、XMLパーサー。)により、特定した定義データ21の構文解析を行う。
Next, the information
その結果、情報処理実行手段45は、構文解析によって得られた情報、すなわち、定義データ21に定義された、機能を実現するために必要な情報処理手段41(機能プラグイン(小機能)30)の実行条件や実行順序に従って、情報処理手段41(機能プラグイン(小機能)30)に実行を指示する(補助記憶部13などの不揮発性の記憶装置に格納された情報処理手段41(機能プラグイン(小機能)30)を、主記憶部12のRAM上に展開(ロード)する)。
As a result, the information processing execution means 45 is the information obtained by the syntax analysis, that is, the information processing means 41 (function plug-in (small function) 30) necessary for realizing the function defined in the
情報処理実行手段45は、図3で説明したコアプログラム31を制御部11で実行することにより行われる手段である。
The information processing execution means 45 is a means executed by executing the
これによって、本実施形態に係る情報処理装置100は、アプリケーションのメニュー項目92から、ユーザが定義した機能を選択することで、自身が定義した機能プラグイン(小機能)30の実行条件や実行順序などの動作に関する情報に従って、機能プラグイン(小機能)30を自動的に実行することができる。
Accordingly, the
本実施形態に係る情報処理装置100は、上記に説明した各手段を以下の手順に従って実施する。
The
(手順1)動作に関する情報の設定
本実施形態に係る情報処理装置100は、デスクトップアプリケーション20のUIを介して、ユーザから、自身がアプリケーションによって行いたい処理を実現するために必要な情報処理手段41(機能プラグイン(小機能)30)の実行条件や実行順序などの動作に関する情報が設定される。
その結果、情報処理装置100は、デスクトップアプリケーション20によって行う処理を1つの機能として定義した場合の「機能に関する情報」と、デスクトップアプリケーション20によって行う処理を実現するために必要な情報処理手段41(機能プラグイン(小機能)30)の「実行条件及び実行順序に関する情報」と、情報処理手段41(機能プラグイン(小機能)30)の「処理対象に関する情報」とを取得する。
(Procedure 1) Setting of Information Related to Operation The
As a result, the
(手順2)定義データ21の生成
本実施形態に係る情報処理装置100は、定義データ生成手段42により、(手順1)で取得した「機能に関する情報」、「実行条件及び実行順序に関する情報」、及び「処理対象に関する情報」が、所定の形式に従って定義された定義データ21を生成する。
(手順2−1)機能に関する情報を定義するデータ71の生成
情報処理装置100は、ユーザから設定された「機能に関する情報」の各設定値を基に、機能に関する情報を定義するタグの間に、「定義名(機能名)」、「定義種類」、「メニュー名」、及び「メニュー項目領域」それぞれを定義するタグとともに対応する値(例えば、文字列や数値など。)を埋め込み、機能に関する情報を定義するデータ71を生成する。
(手順2−2)実行条件、実行順序、及び処理対象に関する情報を定義するデータ72の生成
情報処理装置100は、ユーザから設定された「実行条件及び実行順序に関する情報」の各設定値を基に、実行順序に従って、実行順序に関する情報を定義するタグの間に、情報処理手段41(機能プラグイン(小機能)30)の処理対象名と処理対象を定義するタグ(「定義開始タグ」と「定義終了タグ」)、及び条件値(制御パラメータ値:例えば、文字列や数値など。)と実行条件(制御パラメータ)を定義するタグ(「定義開始タグ」と「定義終了タグ」)とを埋め込み、実行条件、実行順序、及び処理対象に関する情報を定義するデータ72を生成する。
情報処理装置100は、定義データ格納手段43により、生成された後に、主記憶部12のRAM上に一時保持された定義データ21を、補助記憶部13などの不揮発性の記憶装置内の所定の領域に格納する。
(Procedure 2) Generation of
(Procedure 2-1) Generation of
(Procedure 2-2) Generation of
After being generated by the definition data storage means 43, the
(手順3)定義データ21の実行
本実施形態に係る情報処理装置100は、情報処理実行手段45により、定義データ21に基づいて情報処理手段41(機能プラグイン(小機能)30)を実行する。
(手順3−1)定義データ21の特定
情報処理装置100は、メニュー項目表示手段44によりメニュー項目92として表示された「定義名(機能名)」が、ユーザから選択されたときに、補助記憶部13などの不揮発性の記憶装置に格納された複数個の定義データ21の中から、ユーザが選択した機能に対応する(選択された「定義名(機能名)」が定義されている)定義データ21を特定する。
(手順3−2)定義データの解析
情報処理装置100は、定義データ21を記述した言語を解釈することのできるパーサー(例えば、XMLパーサー。)により、特定した定義データ21の構文解析を行う。
(手順3−3)機能プラグイン(小機能)30の実行
情報処理装置100は、構文解析によって得られた情報、すなわち、定義データ21に定義された、機能を実現するために必要な情報処理手段41(機能プラグイン(小機能)30)の処理対象、実行条件、及び実行順序に従って、情報処理手段41(機能プラグイン(小機能)30)に実行を指示する(補助記憶部13などの不揮発性の記憶装置に格納された情報処理手段41(機能プラグイン(小機能)30)を、主記憶部12のRAM上に展開(ロード)する)。
(Procedure 3) Execution of
(Procedure 3-1) Identification of
(Procedure 3-2) Analysis of Definition Data The
(Procedure 3-3) Execution of Function Plug-in (Small Function) 30 The
このように、本実施形態に係る情報処理装置100は、上記に説明した(手順1)〜(手順3)により、「デスクトップアプリケーション20が実行する処理を使用目的や用途などに応じて容易に変更する」処理を実現している。
As described above, the
<情報処理装置の基本処理手順について>
これまでに説明した本実施形態に係る情報処理装置100の具体的な処理手順について、図17〜20を用いて説明する。
<About basic processing procedure of information processing apparatus>
A specific processing procedure of the
本実施形態に係る情報処理装置100は、例えば、補助記憶部13に格納された「デスクトップアプリケーション20」の処理を行う情報処理プログラムを主記憶部12であるRAM上に展開(ロード)し、制御部11で実行する。このとき、以下の図17に示す処理手順(S101〜S106)、図18に示す処理手順(S201〜S207)、及び図19に示す(S301〜S306)が実行される。
The
図17は、本発明の第1の実施形態に係るデスクトップアプリケーション起動時の処理手順を示すフローチャートである。 FIG. 17 is a flowchart showing a processing procedure when starting the desktop application according to the first embodiment of the present invention.
本実施形態に係る情報処理装置100は、ユーザからデスクトップアプリケーション20の起動指示を受け付ける。例えば、ユーザが、表示装置の表示画面上に表示された、デスクトップアプリケーション20が有するアプリケーションプロセス23の実行プログラム(例えば、DesktopApprRun.exeなど。)がリンクしたアイコンを、マウスでクリックする。これによって、情報処理装置100は、デスクトップアプリケーション20のプログラム及び関連データを、OSから割り当てられた主記憶部12のRAM上のメモリ領域に展開(ロード)し、制御部11で実行する(S101)。
The
情報処理装置100は、起動されたアプリケーションプロセス23によって、予め、補助記憶部13などの不揮発性の記憶装置に格納された、アプリケーションウィンドウ61を構成するために必要な各UIについて定義された表示用定義データを読み取り、表示用定義データを記述した言語が解釈可能なパーサーをアプリケーションプロセス23から起動し、読み取った表示用定義データを構文解析する。(S102)。
The
情報処理装置100は、アプリケーションプロセス23によって、表示用定義データに定義されたUIに関する情報(パーサーにより構文解析した結果)に従って、必要なUIを実現するUIプラグイン(UIパーツ)22に起動を指示する(S103)。
The
情報処理装置100は、アプリケーションプロセス23によって、アプリケーションウィンドウ61を、CRTやLCDなどの出力装置の表示画面に描画する(S104)。
The
情報処理装置100は、必要なUIを実現するUIプラグイン(UIパーツ)22を全てに対して起動を指示したか否かを判定する(S105)。
The
全てのUIプラグイン(UIパーツ)22に対して起動を指示した場合(S105がYESの場合)、デスクトップアプリケーション20の起動処理を終了し、UIを介したユーザからの動作指示を待つ(S106)。
When activation is instructed to all UI plug-ins (UI parts) 22 (when S105 is YES), the activation process of the
また、起動指示を行っていないUIプラグイン(UIパーツ)22が残っている場合(S105がNOの場合)、S103の処理手順に戻る。 Further, when the UI plug-in (UI parts) 22 for which no activation instruction has been issued remains (when S105 is NO), the process returns to S103.
このように、本実施形態に係る情報処理装置100は、図17に示すS101〜S106によって、デスクトップアプリケーション20の起動を実現している。
As described above, the
図18は、本発明の第1の実施形態に係るデスクトップアプリケーション20における定義データ生成時の処理手順を示すフローチャートである。
FIG. 18 is a flowchart showing a processing procedure when generating definition data in the
ここで説明するS201〜S207の処理手順は、図17のS106で説明した、デスクトップアプリケーション20が起動され、UIを介したユーザからの動作指示を待っているときの処理である。
The processing procedure of S201 to S207 described here is processing when the
本実施形態に係る情報処理装置100は、図7に示す[フロー設定]タブがマウスによって選択され、ユーザからの新規定義データ生成要求を受け付けるまで待つ(S201)。
The
情報処理装置100は、ユーザからの新規定義データ生成要求を受け付けた場合(S201がYESの場合)、アプリケーションプロセス23によって、ユーザが行いたい処理を、デスクトップアプリケーション20の1つの機能として定義するための機能に関する情報を設定する機能情報設定領域62、既に補助記憶部13などの不揮発性の記憶装置に格納された機能プラグイン(小機能)30の中から、ユーザが行いたい処理を実現するために必要な機能プラグイン(小機能)30を選択するプラグイン選択領域63、機能プラグイン(小機能)30を実行する順序を設定する実行順序設定領域64、及び実行する機能プラグイン(小機能)30の実行条件(制御パラメータ)を設定する実行条件設定領域65などの設定用のUI部を構成するために必要なUIプラグイン(UIパーツ)22を実行し、ユーザが、定義データ21を生成するためのUIを、表示装置の表示画面に描画する(202)。
When the
情報処理装置100は、新規定義データ生成に必要な設定用のUIを描画した後、UIを介して受け付けたユーザからの新規定義データ生成要求を受け付けたアプリケーションプロセス23によって、生成する定義データ21のうち、機能に関する情報を定義するデータ71を生成する。アプリケーションプロセス23は、UIを介して設定された機能に関する情報(定義した機能名を示す「定義名(機能名)」、定義した機能の種類を示す「定義種類」、メニュー項目92に表示するときの表示位置情報である「メニュー名」及び「メニュー項目領域」。)の各設定値(例えば、文字列や数値など。)を基に、それぞれの情報に対応した独自のタグ(「定義開始タグ」と「定義終了タグ」)とともに設定値を埋め込み、機能に関する情報を定義したデータ71を生成する(S203)。
The
情報処理装置100は、アプリケーションプロセス23によって、生成する定義データ21のうち、機能プラグイン(小機能)30の実行条件、実行順序、及び処理対象に関する情報を定義したデータ72を生成する。アプリケーションプロセス23は、ユーザが、必要な機能プラグイン(小機能)30を、実行順序設定領域64にドロップして並べた順番(例えば、図9の実行順序設定領域64に示すフローの順番。)を基に、情報処理手段41(機能プラグイン(小機能)30)の処理対象名(機能プラグイン(小機能)30が処理するデータの名前と、そのデータを出力した1つ前に定義された機能プラグイン(小機能)30の名前)と処理対象を定義するタグ(「定義開始タグ」と「定義終了タグ」)、及び必要に応じて実行条件設定領域65で設定した条件値(制御パラメータ値:例えば、文字列や数値など。)と実行条件(制御パラメータ)を定義するタグ(「定義開始タグ」と「定義終了タグ」)とを埋め込み、実行する機能プラグイン(小機能)30の数だけ、繰り返すことによって、実行条件、実行順序、及び処理対象に関する情報を定義したデータ72を生成する(S204)。
The
情報処理装置100は、アプリケーションプロセス23によって、機能に関する情報を定義したデータ71と実行条件、実行順序、及び処理対象に関する情報を定義したデータ72とを基に、最終的な定義データ21を生成し、生成された定義データ21を主記憶部12のRAM上に一時保管する。
The
情報処理装置100は、ユーザから、主記憶部12のRAM上に一時保持された定義データ21の内容を確定する指示を受け付けるまで待つ(S205)。例えば、ユーザが、図9に示す機能情報設定領域62の[確定]ボタン62eをマウスでクリックすることにより、主記憶部12のRAM上に一時保持された定義データ21の内容を確定する指示を受け付ける。
The
UIを介して、主記憶部12のRAM上に一時保持された定義データ21の内容を確定する指示を受け付けた場合(S205がYESの場合)、アプリケーションプロセス23は、主記憶部12のRAM上に一時保持された定義データ21を、補助記憶部13などの不揮発性の記憶装置に格納する(S206)。
When an instruction to confirm the contents of the
情報処理装置100は、図9に示す[ブラウズテスト]タブがマウスによって選択された場合など、アプリケーションウィンドウ61の再描画を行うタイミングで、アプリケーションプロセス23によって、補助記憶部13などの不揮発性の記憶装置に格納された新規定義データ21を基に、メニュー表示を更新する(S207)。アプリケーションプロセス23は、新規の定義データ21に定義された「メニュー名」及び「メニュー項目領域」の表示位置情報を基に、メニュー91の表示領域のうち、「定義名(機能名)」を表示させるメニュー項目領域を決定し、決定した領域に、「定義名(機能名)」を表示する。
The
その後、情報処理装置100は、図9に示す[ブラウズテスト]タブがマウスによって選択されたことにより、アプリケーションウィンドウ61が、新規定義データ生成用のUI表示から機能実行用のUI表示へ変わっているため、次に説明する図19のS301の処理手順に移行し、ユーザからの動作指示を待つ。
Thereafter, in the
このように、本実施形態に係る情報処理装置100は、図18に示すS201〜S207によって、定義データ21の生成を実現している。
As described above, the
図19は、本発明の第1の実施形態に係るデスクトップアプリケーション機能実行時の処理手順を示すフローチャートである。 FIG. 19 is a flowchart showing a processing procedure when the desktop application function is executed according to the first embodiment of the present invention.
ここで説明するS301〜S306の処理手順は、図17のS106で説明した、デスクトップアプリケーション20が起動され、UIを介したユーザからの動作指示を待っているときの処理である。
The processing procedure of S301 to S306 described here is processing when the
本実施形態に係る情報処理装置100は、マウスによるメニュー選択など、ユーザからの動作指示を受け付けるまで待つ(S301)。
The
情報処理装置100は、ユーザからの動作指示を受け付けた場合(S301がYESの場合)、アプリケーションプロセス23が、UIを介して受け付けたユーザからの動作指示を、データI/Fを介してコアプログラム31に渡し、動作指示を受け取ったコアプログラム31によって、メニュー項目92に表示された「定義名(機能名)」に対応付けられた定義データ21(「定義名(機能名)」が定義された定義データ21)を、格納された補助記憶部13などの不揮発性の記憶装置から読み取り、定義データ21を記述した言語が解釈可能なパーサーをコアプログラム31から起動し、読み取った定義データ21を構文解析する(S302)。
When the
情報処理装置100は、コアプログラム31によって、定義データ21に定義された、ユーザが行いたい処理を実現するために必要な機能プラグイン(小機能)30の動作に関する情報(パーサにより構文解析した結果)のうち、機能プラグイン(小機能)30の実行条件(制御パラメータ)の設定値及び機能プラグイン(小機能)30の処理対象名を取得する(S303)。
The
情報処理装置100は、コアプログラム31によって、取得した実行条件の設定値及び処理対象名(処理対象であるデータ名)を基に、機能プラグイン(小機能)30に起動を指示する(S304)。
The
情報処理装置100は、実行順序に従い、ユーザが行いたい処理を実現するために必要な機能プラグイン(小機能)30に対して起動を指示したか否かを判定する(S305)。
In accordance with the execution order, the
必要な機能プラグイン(小機能)30に対して起動を指示した場合(S305がYESの場合)、起動指示された機能プラグイン(小機能)30によって、実行条件や処理対象であるデータを基に処理が実行され、その実行結果を、表示装置の表示面に表示する(S306)。例えば、実行結果を知らせるメッセージを、アプリケーションウィンドウ61とは別のウィンドウに表示する。表示後は、S301の処理手順に戻り、再びユーザからの動作指示を待つ。
When a required function plug-in (small function) 30 is instructed to start (when S305 is YES), the function plug-in (small function) 30 instructed to start is based on execution conditions and data to be processed. The process is executed and the execution result is displayed on the display surface of the display device (S306). For example, a message notifying the execution result is displayed in a window different from the
また、起動指示を行っていない機能プラグイン(小機能)30が残っている場合(S305がNOの場合)、S303の処理手順に戻り、定義データ21を読み取ったときに取得した、動作に関する情報(パーサーにより構文解析した結果)のうちの機能プラグイン(小機能)30の実行順序に従って、次に実行する対象となる機能プラグイン(小機能)30に対して、S303以降の処理を行う。
Also, if function plug-ins (small functions) 30 that have not been instructed to be activated remain (when S305 is NO), the process returns to S303 and information related to the operation acquired when the
このように、本実施形態に係る情報処理装置100は、図19に示すS301〜S306によって、機能プラグイン(小機能)30の実行を実現している。
As described above, the
図20は、本発明の第1の実施形態に係る機能実行時の表示画面の一例(モノクロ印刷機能の場合)を示す図である。 FIG. 20 is a diagram illustrating an example of a display screen (in the case of a monochrome printing function) when executing a function according to the first embodiment of the present invention.
例えば、図7〜10の説明で例に挙げた「色変換後の画像データを印刷する」と言う処理(モノクロ印刷機能)では、図17〜19で説明した情報処理プログラム(具体的な処理手順)を、本実施形態に係る情報処理装置100が有する制御部11で実行することで、図20に示すような動作結果が得られる。
For example, in the process of “printing color-converted image data” (monochrome printing function) exemplified in the description of FIGS. 7 to 10, the information processing program described in FIGS. ) Is executed by the
図20では、タスクバー81に表示された[印刷(モノクロ)]のメニュー項目92が、マウスによってクリックされた後、図10に示した定義データ21に従って、モノクロ印刷が実行され、メッセージ表示プラグイン41dによって、実行条件で設定された印刷終了を通知するメッセージ「印刷が終了しました。」を、アプリケーションウィンドウ61と別のウィンドウ61であるメッセージウィンドウ83に表示した例を示している。
In FIG. 20, after the [Print (monochrome)]
このように、本実施形態に係る情報処理装置100のデスクトップアプリケーション20は、動作環境(プラットフォーム)にあったプログラミング言語で、上記図17〜20において説明した各処理手順をコード化したプログラムを、コンピュータで実行することにより実現する。よって、本実施形態に係る情報処理装置100のデスクトップアプリケーション20を実現するプログラム(情報処理プログラム)は、コンピュータが読み取り可能な記憶媒体に格納することができる。
As described above, the
<ユーザによる機能定義の例>
本実施形態に係る情報処理装置100は、ユーザが、「色変換後の画像データを印刷する」と言う処理を、デスクトップアプリケーション20のモノクロ印刷機能として定義した場合を例に説明を行った。
<Example of function definition by user>
The
ここからは、モノクロ印刷機能以外で、ユーザにより機能定義された「反転印刷機能」と「画像回転機能」について、図21〜図26を用いて説明する。 Hereafter, in addition to the monochrome printing function, the “reverse printing function” and “image rotation function” defined by the user will be described with reference to FIGS.
<<反転印刷機能>>
「反転印刷機能」は、「画像データを反転する画像処理を行い、反転された画像データを印刷する」と言う処理を、ユーザが、デスクトップアプリケーション20の1つの機能として定義したものである。
<< Reverse printing function >>
The “inverted printing function” is defined as one function of the
図21は、本発明の第1の実施形態に係る反転印刷機能に関する定義データ生成時の表示画面の一例を示す図である。 FIG. 21 is a diagram illustrating an example of a display screen when generating definition data related to the reverse printing function according to the first embodiment of the present invention.
ユーザは、アプリケーションウィンドウ61の機能情報設定領域62で、「画像データを反転する画像処理を行い、反転された画像データを印刷する」と言う処理を、デスクトップアプリケーション20の「反転印刷機能」として定義するための機能に関する情報を設定する。また、ユーザは、アプリケーションウィンドウ61のプラグイン選択領域63で選択した「反転印刷機能」を実現するために必要な機能プラグイン(小機能)30を、実行順序(「カレントファイル」→「反転」→「印刷」の順)に従って、実行順序設定領域64にドラッグ&ドロップし、「反転印刷機能」を行うフロー(実行順序)を設定する。
In the function
これによって、本実施形態に係る情報処理装置100は、「反転印刷機能」の動作に関する情報(反転印刷機能に関する情報、並びに、反転印刷を行うために必要な機能プラグイン(小機能)30の実行順序に関する情報。)の各設定値を取得する。
As a result, the
図22は、本発明の第1の実施形態に係る反転印刷機能に関する定義データ21の一例を示す図である。
FIG. 22 is a diagram showing an example of the
本実施形態に係る情報処理装置100は、定義データ生成手段42によって、図21で説明した方法で設定された「反転印刷機能」の動作に関する情報を基に、図22に示すような、機能に関する情報を定義するデータ71、並びに画像処理機能及び出力機能の実行順序及び処理対象に関する情報を定義するデータ72とから構成する定義データ21を生成し、定義データ格納手段43によって、補助記憶部13などの不揮発性の記憶装置に格納する。
The
図23は、本発明の第1の実施形態に係る反転印刷機能実行時の表示画面の一例を示す図である。 FIG. 23 is a diagram showing an example of a display screen when executing the reverse printing function according to the first embodiment of the present invention.
本実施形態に係る情報処理装置100は、タスクバー81のメニュー項目92のうち、[反転印刷]がマウスによってクリックされると、情報処理実行手段45によって、補助記憶部13などの不揮発性の記憶装置に格納された「反転印刷機能」の定義データ21を読み出し、読み出した定義データ21に定義された機能プラグイン(小機能)30の実行順序に従い、予め、補助記憶部13などの不揮発性の記憶装置に格納された機能プラグイン(小機能)30のうち、「反転印刷機能」を実現するために必要な機能プラグイン(小機能)30を実行する。
In the
その結果、ユーザは、図23に示すような実行結果を得ることができる。 As a result, the user can obtain an execution result as shown in FIG.
図23では、ユーザによって選択された画像データ"car_01.jpg"に対して、画像を反転する処理を行い、反転された画像データの印刷結果を、表示画面上で確認するための実行結果表示ウィンドウ84に表示した例を示している。 In FIG. 23, an execution result display window for performing a process of inverting the image on the image data “car — 01.jpg” selected by the user and confirming the print result of the inverted image data on the display screen. 84 shows an example displayed.
<<画像回転機能>>
「画像回転機能」は、「画像データを90度右方向に回転する画像処理を行う」と言う処理を、ユーザが、デスクトップアプリケーション20の1つの機能として定義したものである。
<< Image rotation function >>
The “image rotation function” is defined by the user as a function of the
図24は、本発明の第1の実施形態に係るに画像回転機能(右90度)に関する定義データ生成時の表示画面の一例を示す図である。 FIG. 24 is a diagram showing an example of a display screen when generating definition data related to the image rotation function (90 degrees to the right) according to the first embodiment of the present invention.
ユーザは、アプリケーションウィンドウ61の機能情報設定領域62で、「画像データを90度右方向に回転する画像処理を行う」と言う処理を、デスクトップアプリケーション20の「画像回転機能」として定義するための機能に関する情報を設定する。また、ユーザは、アプリケーションウィンドウ61のプラグイン選択領域63で選択した「画像回転機能」を実現するために必要な機能プラグイン(小機能)30を、実行順序(「ファイル操作」→「回転」の順)に従って、実行順序設定領域64にドラッグ&ドロップし、「画像回転機能」を行うフロー(処理手順)を設定する。このとき、ユーザは、選択した機能プラグイン(小機能)30に実行条件が設定できる場合(画像の回転方向及び回転角度の組み合わせ)、実行条件設定領域65で条件値(制御パラメータ値)を設定する(右方向に90度回転する条件値(制御パラメータ値)を設定する)。
A function for defining a process of “performing image processing for rotating image data 90 degrees rightward” as an “image rotation function” of the
これによって、本実施形態に係る情報処理装置100は、「画像回転機能」の動作に関する情報(画像回転機能に関する情報、並びに、画像回転を行うために必要な機能プラグイン(小機能)30の実行条件及び実行順序に関する情報。)の各設定値を取得する。
As a result, the
図25は、本発明の第1の実施形態に係る画像回転機能(右90度)に関する定義データ21の一例を示す図である。
FIG. 25 is a diagram showing an example of the
本実施形態に係る情報処理装置100は、定義データ生成手段42によって、図24で説明した方法で設定された「画像回転機能」の動作に関する情報を基に、図25に示すような、機能に関する情報を定義するデータ71、並びに画像処理機能の実行順序及び処理対象に関する情報を定義するデータ72とから構成する定義データ21を生成し、定義データ格納手段43によって、補助記憶部13などの不揮発性の記憶装置に格納する。
The
図26は、本発明の第1の実施形態に係る画像回転機能実行時の表示画面の一例を示す図である。 FIG. 26 is a diagram showing an example of a display screen when executing the image rotation function according to the first embodiment of the present invention.
本実施形態に係る情報処理装置100は、タスクバー81のメニュー項目92のうち、[右回転]がマウスによってクリックされると、情報処理実行手段45によって、補助記憶部13などの不揮発性の記憶装置に格納された「画像回転機能」の定義データ21を読み出し、読み出した定義データ21に定義された機能プラグイン(小機能)30の実行順序に従い、予め、補助記憶部13などの不揮発性の記憶装置に格納された機能プラグイン(小機能)30のうち、「画像回転機能」を実現するために必要な機能プラグイン(小機能)30を実行する。
In the
その結果、ユーザは、図26に示すような実行結果を得ることができる。 As a result, the user can obtain an execution result as shown in FIG.
図26では、ユーザによって選択された画像データ"20060124.tif"に対して、画像を右方向に90度回転する処理を行い、回転された画像データの結果を、表示画面上で確認するための実行結果表示ウィンドウ84に表示した例を示している。 In FIG. 26, the image data “20060124.tif” selected by the user is subjected to a process of rotating the image 90 degrees to the right, and the result of the rotated image data is confirmed on the display screen. An example displayed in the execution result display window 84 is shown.
<まとめ>
以上のように、本発明の第1の実施形態によれば、本実施形態に係る情報処理装置100は、「デスクトップアプリケーション20が実行する処理を使用目的や用途などに応じて容易に変更する」と言う機能を、以下の処理手順により実現している。
<Summary>
As described above, according to the first embodiment of the present invention, the
(手順1)動作に関する情報の設定
本実施形態に係る情報処理装置100は、デスクトップアプリケーション20のUIを介して、ユーザから、自身がアプリケーションによって行いたい処理を実現するために必要な情報処理手段41(機能プラグイン(小機能)30)の実行条件や実行順序などの動作に関する情報が設定される。
その結果、情報処理装置100は、デスクトップアプリケーション20によって行う処理を1つの機能として定義した場合の「機能に関する情報」と、デスクトップアプリケーション20によって行う処理を実現するために必要な情報処理手段41(機能プラグイン(小機能)30)の「実行条件及び実行順序に関する情報」と、情報処理手段41(機能プラグイン(小機能)30)の「処理対象に関する情報」とを取得する。
(Procedure 1) Setting of Information Related to Operation The
As a result, the
(手順2)定義データ21の生成
本実施形態に係る情報処理装置100は、定義データ生成手段42により、(手順1)で取得した「機能に関する情報」、「実行条件及び実行順序に関する情報」、及び「処理対象に関する情報」とが、所定の形式に従って定義された定義データ21を生成する。
(手順2−1)機能に関する情報を定義するデータ71の生成
情報処理装置100は、ユーザから設定された「機能に関する情報」の各設定値を基に、機能に関する情報を定義するタグの間に、「定義名(機能名)」、「定義種類」、「メニュー名」、及び「メニュー項目領域」それぞれを定義するタグとともに対応する値(例えば、文字列や数値など。)を埋め込み、機能に関する情報を定義するデータ71を生成する。
(手順2−2)実行条件、実行順序、及び処理対象に関する情報を定義するデータ72の生成
情報処理装置100は、ユーザから設定された「実行条件及び実行順序に関する情報」の各設定値を基に、情報処理手段41(機能プラグイン(小機能)30)の処理対象名と処理対象を定義するタグ(「定義開始タグ」と「定義終了タグ」)、及び条件値(制御パラメータ値:例えば、文字列や数値など。)と実行条件(制御パラメータ)を定義するタグ(「定義開始タグ」と「定義終了タグ」)とを埋め込み、実行条件、実行順序、及び処理対象に関する情報を定義するデータ72を生成する。
情報処理装置100は、定義データ格納手段43により、生成された後に、主記憶部12のRAM上に一時保持された定義データ21を、補助記憶部13などの不揮発性の記憶装置内の所定の領域に格納する。
(Procedure 2) Generation of
(Procedure 2-1) Generation of
(Procedure 2-2) Generation of
After being generated by the definition data storage means 43, the
(手順3)定義データ21の実行
本実施形態に係る情報処理装置100は、情報処理実行手段45により、定義データ21に基づいて情報処理手段41(機能プラグイン(小機能)30)を実行する。
(手順3−1)定義データ21の特定
情報処理装置100は、メニュー項目表示手段44によりメニュー項目92として表示された「定義名(機能名)」が、ユーザから選択されたときに、補助記憶部13などの不揮発性の記憶装置に格納された複数個の定義データ21の中から、ユーザが選択した機能に対応する(選択された「定義名(機能名)」が定義されている)定義データ21を特定する。
(手順3−2)定義データの解析
情報処理装置100は、定義データ21のデータ構造を解釈することのできるパーサー(例えば、XMLパーサー。)により、特定した定義データ21の構文解析を行う。
(手順3−3)機能プラグイン(小機能)30の実行
情報処理装置100は、構文解析によって得られた情報、すなわち、定義データ21に定義された、機能を実現するために必要な情報処理手段41(機能プラグイン(小機能)30)の処理対象、実行条件、及び実行順序に従って、情報処理手段41(機能プラグイン(小機能)30)に実行を指示する(補助記憶部13などの不揮発性の記憶装置に格納された情報処理手段41(機能プラグイン(小機能)30)を、主記憶部12のRAM上に展開(ロード)する)。
(Procedure 3) Execution of
(Procedure 3-1) Identification of
(Procedure 3-2) Analysis of Definition Data The
(Procedure 3-3) Execution of Function Plug-in (Small Function) 30 The
このように、本実施形態に係る情報処理装置100は、上記(手順1)〜(手順3)によって、ユーザが、アプリケーションによって行いたい処理を実現するために必要な機能プラグイン(小機能)30の実行条件や実行順序などの動作に関する情報を、データとして所定の形式に従って定義し、そのデータを基に機能プラグイン(小機能)30を自動的に実行することができる。
As described above, the
よって、本実施形態に係る情報処理装置100は、デスクトップアプリケーション20が実行する処理を使用目的や用途などに応じて容易に変更することができる。
Therefore, the
第1の実施形態に基づき本発明の説明を行ってきたが、本発明の第1の実施形態に係る情報処理装置100の「定義データ21」は、本実施形態において説明した方法によって生成する他、例えば、定義データ21を記述する言語仕様に従って、情報処理装置100が有するエディタソフトを用いて編集しても良い。
Although the present invention has been described based on the first embodiment, the “
また、本発明の第1の実施形態に係る情報処理装置100の「情報通知機能」は、本実施形態において説明した方法によって通知する他、例えば、タスクバー81のポップアップによって表示させても良い。
Further, the “information notification function” of the
最後に、上記各実施形態に挙げた形状に、その他の要素との組み合わせなど、ここで示した要件に、本発明が限定されるものではない。これらの点に関しては、本発明の主旨をそこなわない範囲で変更することが可能であり、その応用形態に応じて適切に定めることができる。 Finally, the present invention is not limited to the requirements shown here, such as combinations of other elements with the shapes listed in the above embodiments. With respect to these points, the present invention can be changed within a range that does not detract from the gist of the present invention, and can be appropriately determined according to the application form.
以上、本発明の実施例について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。 As mentioned above, although the Example of this invention was explained in full detail, this invention is not limited to such specific embodiment, In the range of the summary of this invention described in the claim, various deformation | transformation・ Change is possible.
11 制御部(CPU)
12 主記憶部(ROM,RAM)
13 補助記憶部(HD)
14 ネットワークI/F
15 外部記憶装置I/F
16 外部装置I/F
17 出力装置I/F
18 入力装置I/F
20 デスクトップアプリケーション
21 定義データ
22 ユーザインタフェース(UI)プラグイン(UIパーツ)
23 アプリケーションプロセス
30 機能プラグイン
31 コアプログラム(コアモジュール群)
41 情報処理手段(機能プラグイン)
41a 情報処理手段(ファイル選択プラグイン)
41b 情報処理手段(色変換プラグイン)
41c 情報処理手段(印刷プラグイン)
41d 情報処理手段(メッセージ表示プラグイン)
42 定義データ生成手段
43 定義データ格納手段
44 メニュー項目表示手段
45 情報処理実行手段
51 ファイル閲覧ウィンドウ
61 アプリケーションウィンドウ
62 機能情報設定領域
62a 定義名(機能名)入力用テキストボックス
62b 定義種類設定用プルダウンメニュー
62c メニュー名設定用プルダウンメニュー
62d メニュー項目追加領域入力用テキストボックス
62e 定義情報設定確定ボタン
63 プラグイン選択領域
63a 画像処理機能のプラグイン選択領域
63b 出力機能のプラグイン選択領域
63c 情報通知機能のプラグイン選択領域
64 実行順序設定領域
65 実行条件設定領域
71 機能に関する情報を定義するデータ
72 実行条件、実行順序、及び処理対象に関する情報を定義するデータ
72a、72b 実行条件に関する情報を定義するデータ
81 ツールバー
82 データ閲覧領域
83 メッセージウィンドウ(メッセージボックス)
84 実行結果表示ウィンドウ
91 メニュー
92 メニュー項目領域
92a 新規作成に関するメニュー項目領域
92b 検索に関するメニュー項目領域
92c 出力に関するメニュー項目領域
92d ファイルプロパティに関するメニュー項目領域
100 情報処理装置
11 Control unit (CPU)
12 Main memory (ROM, RAM)
13 Auxiliary memory (HD)
14 Network I / F
15 External storage device I / F
16 External device I / F
17 Output device I / F
18 Input device I / F
20
23
41 Information processing means (function plug-in)
41a Information processing means (file selection plug-in)
41b Information processing means (color conversion plug-in)
41c Information processing means (print plug-in)
41d Information processing means (message display plug-in)
42 definition data generation means 43 definition data storage means 44 menu item display means 45 information processing execution means 51
84 Execution result display window 91
Claims (11)
複数の小機能により構成される機能毎に、前記小機能を実現するためのプログラムの選択を受け付ける第一の領域と、該選択を受け付けたプログラムに対応する小機能の実行順を表示する第二の領域と、該小機能が実行条件を設定可能な機能である場合には、該小機能に対応する実行条件を設定する第三の領域と、前記所定の処理に関する情報を設定する第四の領域と、を有するデータ生成画面を表示するユーザインタフェース手段と、
前記データ生成画面への入力操作に従って、当該情報処理装置により実行される前記所定の処理を機能として定義した第一の情報と、該情報処理装置により実行される前記小機能の実行順序及び該小機能が実行条件を設定可能な場合の実行条件に関する第二の情報と、該情報処理装置により実行する処理対象に関する第三の情報とを対応づけて定義した定義データを生成する定義データ生成手段と、
前記定義データに基づいて、所定の処理を実行する情報処理手段と、
を有することを特徴とする情報処理装置。 An information processing apparatus that executes a predetermined process by realizing a plurality of selected small functions,
A second area for displaying a first area for accepting selection of a program for realizing the small function and an execution order of the small functions corresponding to the program that has accepted the selection for each function constituted by a plurality of small functions. And when the small function is a function for which an execution condition can be set, a third area for setting an execution condition corresponding to the small function, and a fourth area for setting information related to the predetermined process A user interface means for displaying a data generation screen having an area;
In accordance with an input operation to the data generation screen, first information that defines the predetermined process executed by the information processing apparatus as a function, an execution order of the small functions executed by the information processing apparatus, and the small information Definition data generating means for generating definition data defining the second information related to the execution condition when the function can set the execution condition and the third information related to the processing target to be executed by the information processing apparatus ,
Information processing means for executing predetermined processing based on the definition data;
An information processing apparatus comprising:
前記メニュー表示画面のメニューに、表示するための表示位置を示す表示位置情報が定義されていることを特徴とする請求項3に記載の情報処理装置。 The data generated by the data generation screen is
The information processing apparatus according to claim 3, wherein display position information indicating a display position for display is defined in a menu of the menu display screen.
選択された順番を基に前記実行順序を定義し、選択されたプログラムに対応する小機能に対応して入力された入力値を基に前記実行条件を定義し、前記定義データを生成することを特徴とする請求項1に記載の情報処理装置。 The definition data generating means
Defining the execution order based on the selected order, defining the execution condition based on an input value corresponding to a small function corresponding to the selected program, and generating the definition data. The information processing apparatus according to claim 1.
当該情報処理装置に入力された入力データに対して所定の画像処理を行う画像処理機能と、
前記入力データ又は前記画像処理機能によって画像処理されたデータを出力する出力機能と、
前記画像処理機能及び/又は前記出力機能を実行するときに、実行状態や実行結果を示す情報を通知する情報通知機能であることを特徴とする請求項1ないし5のいずれか一項に記載の情報処理装置。 The function constituted by the plurality of small functions is:
An image processing function for performing predetermined image processing on input data input to the information processing apparatus;
An output function for outputting the input data or data processed by the image processing function;
6. The information notification function according to claim 1, wherein when the image processing function and / or the output function is executed, the information notification function notifies the information indicating an execution state and an execution result. Information processing device.
反転機能又は回転機能であることを特徴とする請求項1ないし6のいずれか一項に記載の情報処理装置。 One of the plurality of small functions is:
The information processing apparatus according to claim 1, wherein the information processing apparatus is an inversion function or a rotation function.
前記定義データを前記記憶装置から読み出して、読み出された定義データに定義された、実行条件や実行順序に従って、前記選択された複数の小機能を実現することを特徴とする請求項2に記載の情報処理装置。 The information processing means includes
3. The plurality of selected small functions are realized according to an execution condition and an execution order defined in the read definition data by reading the definition data from the storage device. Information processing device.
複数の小機能により構成される機能毎に、前記小機能を実現するためのプログラムの選択を受け付ける第一の領域と、該選択を受け付けたプログラムに対応する小機能の実行順を表示する第二の領域と、該小機能が実行条件を設定可能な機能である場合には、該小機能に対応する実行条件を設定する第三の領域と、前記所定の処理に関する情報を設定する第四の領域と、を有するデータ生成画面を表示するユーザインタフェース手順と、
前記データ生成画面への入力操作に従って、当該情報処理装置により実行される前記所定の処理を機能として定義した第一の情報と、該情報処理装置により実行される前記小機能の実行順序及び該小機能が実行条件を設定可能な場合の実行条件に関する第二の情報と、該情報処理装置により実行する処理対象に関する第三の情報とを対応づけて定義した定義データを生成する定義データ生成手順と、
前記定義データに基づいて、所定の処理を実行する情報処理手順と、
を有することを特徴とする情報処理方法。 An information processing method executed by an information processing apparatus that executes a predetermined process by realizing a plurality of selected small functions,
A second area for displaying a first area for accepting selection of a program for realizing the small function and an execution order of the small functions corresponding to the program that has accepted the selection for each function constituted by a plurality of small functions. And when the small function is a function for which an execution condition can be set, a third area for setting an execution condition corresponding to the small function, and a fourth area for setting information related to the predetermined process A user interface procedure for displaying a data generation screen having an area;
In accordance with an input operation to the data generation screen, first information that defines the predetermined process executed by the information processing apparatus as a function, an execution order of the small functions executed by the information processing apparatus, and the small information A definition data generation procedure for generating definition data in which the second information related to the execution condition when the function can set the execution condition and the third information related to the processing target executed by the information processing apparatus are associated with each other; ,
An information processing procedure for executing predetermined processing based on the definition data;
An information processing method characterized by comprising:
コンピュータに、
複数の小機能により構成される機能毎に、前記小機能を実現するためのプログラムの選択を受け付ける第一の領域と、該選択を受け付けたプログラムに対応する小機能の実行順を表示する第二の領域と、該小機能が実行条件を設定可能な機能である場合には、該小機能に対応する実行条件を設定する第三の領域と、前記所定の処理に関する情報を設定する第四の領域と、を有するデータ生成画面を表示するユーザインタフェース手順と、
前記データ生成画面への入力操作に従って、当該情報処理装置により実行される前記所定の処理を機能として定義した第一の情報と、該情報処理装置により実行される前記小機能の実行順序及び該小機能が実行条件を設定可能な場合の実行条件に関する第二の情報と、該情報処理装置により実行する処理対象に関する第三の情報とを対応づけて定義した定義データを生成する定義データ生成手順と、
前記定義データに基づいて、所定の処理を実行する情報処理手順と、
を実行させることを特徴とする情報処理プログラム。 An information processing program installed in an information processing apparatus that executes a predetermined process by realizing a plurality of selected small functions,
On the computer,
A second area for displaying a first area for accepting selection of a program for realizing the small function and an execution order of the small functions corresponding to the program that has accepted the selection for each function constituted by a plurality of small functions. And when the small function is a function for which an execution condition can be set, a third area for setting an execution condition corresponding to the small function, and a fourth area for setting information related to the predetermined process A user interface procedure for displaying a data generation screen having an area;
In accordance with an input operation to the data generation screen, first information that defines the predetermined process executed by the information processing apparatus as a function, an execution order of the small functions executed by the information processing apparatus, and the small information A definition data generation procedure for generating definition data in which the second information related to the execution condition when the function can set the execution condition and the third information related to the processing target executed by the information processing apparatus are associated with each other; ,
An information processing procedure for executing predetermined processing based on the definition data;
An information processing program for executing
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012158678A JP5510502B2 (en) | 2012-07-17 | 2012-07-17 | Information processing apparatus, information processing method, information processing program, and recording medium for recording information processing program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012158678A JP5510502B2 (en) | 2012-07-17 | 2012-07-17 | Information processing apparatus, information processing method, information processing program, and recording medium for recording information processing program |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007071600A Division JP5084314B2 (en) | 2007-03-19 | 2007-03-19 | Information processing apparatus, information processing method, information processing program, and recording medium for recording information processing program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012234559A JP2012234559A (en) | 2012-11-29 |
JP5510502B2 true JP5510502B2 (en) | 2014-06-04 |
Family
ID=47434745
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012158678A Active JP5510502B2 (en) | 2012-07-17 | 2012-07-17 | Information processing apparatus, information processing method, information processing program, and recording medium for recording information processing program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5510502B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7080061B2 (en) * | 2017-10-10 | 2022-06-03 | キヤノン株式会社 | Image processing equipment |
CN114281562A (en) * | 2020-12-24 | 2022-04-05 | 深圳支流科技有限公司 | Method and device for realizing low-code API gateway |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002373044A (en) * | 2001-06-15 | 2002-12-26 | Fuji Xerox Co Ltd | Icon preparing device |
JP2004062859A (en) * | 2002-06-07 | 2004-02-26 | Fuji Xerox Co Ltd | Information input system and information input control program |
-
2012
- 2012-07-17 JP JP2012158678A patent/JP5510502B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2012234559A (en) | 2012-11-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5084314B2 (en) | Information processing apparatus, information processing method, information processing program, and recording medium for recording information processing program | |
JP2016224923A (en) | Method and system for automated generation of user form interface | |
KR20080041234A (en) | Command user interface for displaying selectable functionality controls in a database application | |
US8612440B2 (en) | Computer based method and system for generating custom dynamic templates | |
US11327724B2 (en) | System and method that support application software development | |
JP4302146B2 (en) | Program creation support device | |
JP2009048485A (en) | Information processor, information processing method, information processing program and storage medium recording the information processing program | |
JP6223628B1 (en) | Information management apparatus, information management method, and information management system | |
JP5404969B1 (en) | Electronic manual browsing device and system | |
JP5510502B2 (en) | Information processing apparatus, information processing method, information processing program, and recording medium for recording information processing program | |
JP2019095850A (en) | Document processing apparatus and program | |
JP2010045423A (en) | Image-forming device, and help image generation method, and program | |
JP4933967B2 (en) | Information display device, information display method, and information display program | |
JP5729652B2 (en) | Printer driver and printer driver localization method | |
JP5183560B2 (en) | Transfer device and transfer program | |
JP5084702B2 (en) | Analysis data input device, CAE device, analysis data input method, and program | |
JP2008293290A (en) | Data processing system, method, and program, and recording medium for recording data processing program | |
JP2017037586A (en) | Access control device and program | |
JP4211639B2 (en) | Editing device control method | |
JP7430962B1 (en) | Information processing method, program and information processing system | |
JP2007286683A (en) | Remote control terminal device and method for creating ui operation screen | |
JP2008210310A (en) | Information processor and program | |
JP7381900B2 (en) | Information processing system, its control method and program | |
JP2009064347A (en) | Work support information display, and work support information display method | |
JP2016062214A (en) | Output system, terminal device, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130425 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130430 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130701 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130903 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20131105 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20131210 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140203 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140225 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140310 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5510502 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |