JP2022059478A - Information processing device, information processing program, and information processing method - Google Patents

Information processing device, information processing program, and information processing method Download PDF

Info

Publication number
JP2022059478A
JP2022059478A JP2020167260A JP2020167260A JP2022059478A JP 2022059478 A JP2022059478 A JP 2022059478A JP 2020167260 A JP2020167260 A JP 2020167260A JP 2020167260 A JP2020167260 A JP 2020167260A JP 2022059478 A JP2022059478 A JP 2022059478A
Authority
JP
Japan
Prior art keywords
application
settings
template
product
behavior
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2020167260A
Other languages
Japanese (ja)
Inventor
聡 吉井
Satoshi Yoshii
健人 馬場
Taketo Baba
剛光 上野
Takemitsu Ueno
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.)
Obic Co Ltd
Original Assignee
Obic Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Obic Co Ltd filed Critical Obic Co Ltd
Priority to JP2020167260A priority Critical patent/JP2022059478A/en
Publication of JP2022059478A publication Critical patent/JP2022059478A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

To enable a created application to reflect change in the case of changing a common part of an application group.SOLUTION: An information processing device provided with a control part can call a template application which is application software developed as a template and holds layout setting about a screen layout and behavior setting about behaviors of the application software, and a product application which is application software developed as a product on the basis of the template application and holds the layout setting, the behavior setting and an identifier of the template application. The control part reflects the behavior setting held by the template application in the product application by temporarily synthesizing the behavior setting held by the product application with the behavior setting held by a template application associated with the product application when the product application is called.SELECTED DRAWING: Figure 1

Description

本発明は、情報処理装置、情報処理プログラム、および情報処理方法に関する。 The present invention relates to an information processing apparatus, an information processing program, and an information processing method.

ビジネス環境の変化が激しい中、情報システムも、経営スピードに追従することが大前提とされ、スピーディーなシステム変化が必要になっている。こういった中、ノンプログラミング開発ツール(超高速開発ツール、ノーコード開発ツール、ローコード開発ツール)が注目されているが、そのユーザ層がベンダーだけでなく、システム利用会社のシステム担当者まで広がっている。そのため、当該システム担当者でも、統一性の高い画面を簡単に作成できる仕組みが求められている。 As the business environment changes drastically, it is a major premise that information systems also follow the management speed, and speedy system changes are required. Under these circumstances, non-programming development tools (ultra-high-speed development tools, no-code development tools, low-code development tools) are attracting attention, but the user base has expanded not only to vendors but also to system personnel of system users. ing. Therefore, even the person in charge of the system is required to have a mechanism that can easily create a highly unified screen.

特表2020-504889号公報Special Table 2020-504889 Gazette

ところで、ローコード開発ツールでは、類似するアプリケーション(以下、アプリと言う)群を開発する場合、アプリ間の共通部分と、アプリ毎に異なる個別部分と、を別々にかつ継続的に開発できる。ローコード開発ツールによって類似するアプリ群を開発する場合、以下の2つの開発方法がある。 By the way, in the low code development tool, when developing a group of similar applications (hereinafter referred to as applications), it is possible to develop a common part between applications and an individual part different for each application separately and continuously. When developing a similar application group using a low-code development tool, there are the following two development methods.

ローコード開発ツールによる1つ目の開発方法は、同じような見た目または機能の共通部分をアプリ毎に作成する開発方法である。この開発方法では、共通部分をそれぞれのアプリ内に実装するため、アプリ間において重複する部分の開発コスト(時間や費用)がかかる。また、この開発方法では、共通部分をそれぞれのアプリ内に実装するため、共通部分であるにも関わらず、アプリ間において異なる設定をしてしまうリスクがある。 The first development method using the low-code development tool is a development method that creates a common part of the same appearance or function for each application. In this development method, since the common part is implemented in each application, the development cost (time and cost) of the overlapping part between the applications is required. In addition, in this development method, since the common part is implemented in each application, there is a risk that different settings are made between the applications even though they are the common part.

ローコード開発ツールによる2つ目の開発方法は、ローコード開発ツールの1つ目の開発方法の課題を解決する開発方法である。具体的には、当該2つ目の開発方法は、アプリの開発に用いるテンプレートを予め作成しておき、アプリの新規開発時に、当該テンプレートを選択すると、ある程度でき上った状態からアプリの開発をスタートすることが可能となる。この2つ目の開発方法は、コピー元としては有用だが、テンプレートを選択した後、当該選択したテンプレートが変更された場合に、その変更を、開発するアプリに反映させることが難しい。すなわち、2つ目の開発方法は、アプリの作成後または作成中に、共通部分の変更の必要性が生じた場合に、個々のアプリを変更する必要が生じる。 The second development method using the low-code development tool is a development method that solves the problem of the first development method of the low-code development tool. Specifically, in the second development method, a template used for application development is created in advance, and when the template is selected when developing a new application, the application can be developed from a state where it has been completed to some extent. It will be possible to start. This second development method is useful as a copy source, but if the selected template is changed after selecting the template, it is difficult to reflect the change in the application to be developed. That is, in the second development method, when it becomes necessary to change the common part after or during the creation of the application, it becomes necessary to change the individual application.

本発明は、上記に鑑みてなされたものであって、アプリ群の共通部分を変更する場合に、作成済みのアプリに、その変更を反映させることが可能となる情報処理装置、情報処理プログラム、および情報処理方法を提供することを目的とする。 The present invention has been made in view of the above, and when a common part of an application group is changed, an information processing device, an information processing program, and an information processing program capable of reflecting the change in a created application. And to provide information processing methods.

上述した課題を解決し、目的を達成するために、本発明に係る情報処理装置は、制御部を備える情報処理装置であって、テンプレートとして開発されたアプリケーションソフトウェアであって画面レイアウトに関するレイアウト設定とアプリケーションソフトウェアの挙動に関する挙動設定とを保持するテンプレートアプリ、および、テンプレートアプリを基に製品として開発されたアプリケーションソフトウェアであってレイアウト設定と挙動設定とテンプレートアプリの識別子とを保持する製品アプリの呼び出しが可能であり、挙動設定は、(1)画面要素の設定、(2)変数の設定、(3)真偽判定条件の設定、(4)画面要素の設定と真偽判定条件の設定に紐付けられた、画面要素の状態の設定、(5)処理単位と処理順序で構成されるロジックフローの設定、および、(6)画面要素の設定とロジックフローの設定に紐付けられた、ロジックフローをイベントハンドラとするイベントの種類の設定、を含み、前記制御部は、製品アプリが呼び出されると、当該製品アプリが保持する挙動設定を、当該製品アプリに紐付くテンプレートアプリが保持する挙動設定と一時的に合成することにより、当該テンプレートアプリが保持する挙動設定を当該製品アプリに反映させること、を特徴とする。 In order to solve the above-mentioned problems and achieve the object, the information processing device according to the present invention is an information processing device provided with a control unit, application software developed as a template, and layout setting related to screen layout. Calls to template apps that hold behavior settings related to the behavior of application software, and product apps that hold layout settings, behavior settings, and template app identifiers, which are application software developed as products based on the template apps. It is possible, and the behavior setting is linked to (1) screen element setting, (2) variable setting, (3) authenticity judgment condition setting, (4) screen element setting and authenticity judgment condition setting. The logic flow linked to the setting of the screen element state, (5) the logic flow setting consisting of the processing unit and the processing order, and (6) the screen element setting and the logic flow setting. The control unit includes the setting of the type of event to be used as an event handler, and when the product application is called, the control unit temporarily holds the behavior setting held by the product application and the behavior setting held by the template application associated with the product application. It is characterized in that the behavior setting held by the template application is reflected in the product application by synthesizing in a specific manner.

また、本発明に係る情報処理プログラムは、制御部を備える情報処理装置の前記制御部に実行させるための、テンプレートとして開発されたアプリケーションソフトウェアであって画面レイアウトに関するレイアウト設定とアプリケーションソフトウェアの挙動に関する挙動設定とを保持するテンプレートアプリ、および、テンプレートアプリを基に製品として開発されたアプリケーションソフトウェアであってレイアウト設定と挙動設定とテンプレートアプリの識別子とを保持する製品アプリの呼び出しを行う呼出ステップと、製品アプリが呼び出されると、当該製品アプリが保持する挙動設定を、当該製品アプリに紐付くテンプレートアプリが保持する挙動設定と一時的に合成することにより、当該テンプレートアプリが保持する挙動設定を当該製品アプリに反映させる合成ステップと、を含み、挙動設定は、(1)画面要素の設定、(2)変数の設定、(3)真偽判定条件の設定、(4)画面要素の設定と真偽判定条件の設定に紐付けられた、画面要素の状態の設定、(5)処理単位と処理順序で構成されるロジックフローの設定、および、(6)画面要素の設定とロジックフローの設定に紐付けられた、ロジックフローをイベントハンドラとするイベントの種類の設定、を含む。 Further, the information processing program according to the present invention is application software developed as a template for being executed by the control unit of an information processing apparatus including a control unit, and is a layout setting related to a screen layout and a behavior related to the behavior of the application software. A template application that holds settings, and a call step that calls a product application that holds layout settings, behavior settings, and template application identifiers, which is application software developed as a product based on the template application, and the product. When the app is called, the behavior settings held by the product app are temporarily combined with the behavior settings held by the template app associated with the product app, so that the behavior settings held by the template app are combined with the product app. The behavior settings include (1) screen element settings, (2) variable settings, (3) authenticity judgment condition settings, and (4) screen element settings and authenticity determination. Linked to the screen element state setting, (5) logic flow setting consisting of processing unit and processing order, and (6) screen element setting and logic flow setting linked to the condition setting. Includes setting the type of event for which the logic flow is the event handler.

また、本発明に係る情報処理方法は、制御部を備える情報処理装置の前記制御部が実行する、テンプレートとして開発されたアプリケーションソフトウェアであって画面レイアウトに関するレイアウト設定とアプリケーションソフトウェアの挙動に関する挙動設定とを保持するテンプレートアプリ、および、テンプレートアプリを基に製品として開発されたアプリケーションソフトウェアであってレイアウト設定と挙動設定とテンプレートアプリの識別子とを保持する製品アプリの呼び出しを行う呼出ステップと、製品アプリが呼び出されると、当該製品アプリが保持する挙動設定を、当該製品アプリに紐付くテンプレートアプリが保持する挙動設定と一時的に合成することにより、当該テンプレートアプリが保持する挙動設定を当該製品アプリに反映させる合成ステップと、を含み、挙動設定は、(1)画面要素の設定、(2)変数の設定、(3)真偽判定条件の設定、(4)画面要素の設定と真偽判定条件の設定に紐付けられた、画面要素の状態の設定、(5)処理単位と処理順序で構成されるロジックフローの設定、および、(6)画面要素の設定とロジックフローの設定に紐付けられた、ロジックフローをイベントハンドラとするイベントの種類の設定、を含む。 Further, the information processing method according to the present invention is application software developed as a template executed by the control unit of an information processing apparatus including a control unit, and includes layout settings related to screen layout and behavior settings related to the behavior of the application software. The call step to call the template application that holds the template application and the product application that holds the layout setting, behavior setting, and template application identifier, which is application software developed as a product based on the template application, and the product application When called, the behavior settings held by the product app are reflected in the product app by temporarily synthesizing the behavior settings held by the template app associated with the product app. The behavior settings include (1) screen element settings, (2) variable settings, (3) authenticity judgment condition settings, and (4) screen element settings and authenticity determination conditions. It was linked to the screen element state setting, (5) logic flow setting consisting of processing unit and processing order, and (6) screen element setting and logic flow setting linked to the setting. Includes, setting the type of event that makes the logic flow an event handler.

本発明は、アプリ群の共通部分を変更する場合に、作成済みのアプリに、その変更を反映させることが可能となる、という効果を奏する。 The present invention has an effect that when the common part of the application group is changed, the change can be reflected in the created application.

図1は、本実施形態に係る情報処理装置の構成の一例を示すブロック図である。FIG. 1 is a block diagram showing an example of the configuration of the information processing apparatus according to the present embodiment. 図2は、製品アプリの一例を示す図である。FIG. 2 is a diagram showing an example of a product application. 図3は、テンプレートアプリの一例を示す図である。FIG. 3 is a diagram showing an example of a template application. 図4は、テンプレートアプリの仕様の一例を示す図である。FIG. 4 is a diagram showing an example of the specifications of the template application. 図5は、コントロール設定データの一例を示す図である。FIG. 5 is a diagram showing an example of control setting data. 図6は、変数設定データの一例を示す図である。FIG. 6 is a diagram showing an example of variable setting data. 図7は、コンディション設定データの一例を示す図である。FIG. 7 is a diagram showing an example of condition setting data. 図8は、ビジネスルール設定データの一例を示す図である。FIG. 8 is a diagram showing an example of business rule setting data. 図9は、ロジックフロー設定データの一例を示す図である。FIG. 9 is a diagram showing an example of logic flow setting data. 図10Aは、ロジックフロー設定データが含むアクティヴィティの一例を示す図である。FIG. 10A is a diagram showing an example of the activity included in the logic flow setting data. 図10Bは、ロジックフロー設定データが含むフローの一例を示す図である。FIG. 10B is a diagram showing an example of a flow included in the logic flow setting data. 図11は、イベント設定データの一例を示す図である。FIG. 11 is a diagram showing an example of event setting data. 図12は、テンプレートアプリの変更処理の一例を説明するための図である。FIG. 12 is a diagram for explaining an example of the change process of the template application. 図13は、テンプレートアプリの変更処理の一例を説明するための図である。FIG. 13 is a diagram for explaining an example of the change process of the template application. 図14は、テンプレートアプリの変更処理の一例を説明するための図である。FIG. 14 is a diagram for explaining an example of the change process of the template application. 図15は、テンプレートアプリの変更処理の一例を説明するための図である。FIG. 15 is a diagram for explaining an example of the change process of the template application. 図16は、テンプレートアプリの変更処理の一例を説明するための図である。FIG. 16 is a diagram for explaining an example of the change process of the template application. 図17は、テンプレートアプリの変更処理の一例を説明するための図である。FIG. 17 is a diagram for explaining an example of the change process of the template application. 図18は、テンプレートアプリの仕様の変更が反映された製品アプリの一例を説明するための図である。FIG. 18 is a diagram for explaining an example of a product application in which changes in the specifications of the template application are reflected. 図19は、テンプレートアプリの仕様の変更が反映された製品アプリの一例を説明するための図である。FIG. 19 is a diagram for explaining an example of a product application in which changes in the specifications of the template application are reflected. 図20は、テンプレートアプリの仕様の変更が反映された製品アプリの一例を説明するための図である。FIG. 20 is a diagram for explaining an example of a product application in which changes in the specifications of the template application are reflected. 図21は、テンプレートアプリの仕様の変更が反映された製品アプリの一例を説明するための図である。FIG. 21 is a diagram for explaining an example of a product application in which changes in the specifications of the template application are reflected. 図22は、テンプレートアプリの仕様の変更が反映された製品アプリの一例を説明するための図である。FIG. 22 is a diagram for explaining an example of a product application in which changes in the specifications of the template application are reflected. 図23は、テンプレートアプリの仕様を製品アプリの仕様へ反映する処理の一例を説明するための図である。FIG. 23 is a diagram for explaining an example of a process of reflecting the specifications of the template application in the specifications of the product application. 図24は、テンプレートアプリの仕様を製品アプリの仕様へ反映する処理の一例を説明するための図である。FIG. 24 is a diagram for explaining an example of a process of reflecting the specifications of the template application in the specifications of the product application. 図25は、本実施形態にかかる情報処理装置における、製品アプリが保持する挙動設定と、テンプレートアプリが保持する挙動設定との一時的な合成処理の一例を説明するための図である。FIG. 25 is a diagram for explaining an example of a temporary synthesis process of the behavior setting held by the product application and the behavior setting held by the template application in the information processing apparatus according to the present embodiment. 図26は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。FIG. 26 is a diagram for explaining an example of a synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment. 図27は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。FIG. 27 is a diagram for explaining an example of a synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment. 図28は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。FIG. 28 is a diagram for explaining an example of a synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment. 図29は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。FIG. 29 is a diagram for explaining an example of a synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment. 図30は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。FIG. 30 is a diagram for explaining an example of a synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment. 図31は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。FIG. 31 is a diagram for explaining an example of a synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment. 図32は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。FIG. 32 is a diagram for explaining an example of the synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment. 図33は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。FIG. 33 is a diagram for explaining an example of the synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment. 図34は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。FIG. 34 is a diagram for explaining an example of the synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment. 図35は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。FIG. 35 is a diagram for explaining an example of a synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment.

以下に、本発明に係る情報処理装置、情報処理プログラムおよび情報処理方法の実施形態を、図面に基づいて詳細に説明する。なお、本実施形態により本発明が限定されるものではない。 Hereinafter, embodiments of the information processing apparatus, information processing program, and information processing method according to the present invention will be described in detail with reference to the drawings. The present invention is not limited to the present embodiment.

本実施形態に係る情報処理装置の構成の一例について、図1等を参照して説明する。図1は、本実施形態に係る情報処理装置の構成の一例を示すブロック図である。 An example of the configuration of the information processing apparatus according to the present embodiment will be described with reference to FIG. 1 and the like. FIG. 1 is a block diagram showing an example of the configuration of the information processing apparatus according to the present embodiment.

情報処理装置100は、市販のデスクトップ型パーソナルコンピュータを基に構築したものである。なお、情報処理装置100は、デスクトップ型パーソナルコンピュータのような据置型情報処理装置を基に構築したものに限らず、市販のノート型パーソナルコンピュータ、PDA(Personal Digital Assistants)、スマートフォンまたはタブレット型パーソナルコンピュータなどの携帯型情報処理装置を基に構築したものであってもよい。 The information processing apparatus 100 is constructed based on a commercially available desktop personal computer. The information processing device 100 is not limited to a device constructed based on a stationary information processing device such as a desktop personal computer, but is not limited to a commercially available notebook personal computer, a PDA (Personal Digital Assistants), a smartphone or a tablet personal computer. It may be constructed based on a portable information processing device such as.

情報処理装置100は、制御部102と通信インターフェース部104と記憶部106と入出力インターフェース部108と、を備えている。情報処理装置100が備えている各部は、任意の通信路を介して通信可能に接続されている。 The information processing apparatus 100 includes a control unit 102, a communication interface unit 104, a storage unit 106, and an input / output interface unit 108. Each part of the information processing apparatus 100 is communicably connected via an arbitrary communication path.

通信インターフェース部104は、ルータ等の通信装置および専用線等の有線または無線の通信回線を介して、情報処理装置100をネットワーク300に通信可能に接続する。通信インターフェース部104は、他の装置と通信回線を介してデータを通信する機能を有する。ここで、ネットワーク300は、情報処理装置100とサーバ200とを相互に通信可能に接続する機能を有し、例えばインターネットやLAN(Local Area Network)等である。なお、記憶部106に格納されるデータは、例えばサーバ装置200に格納されてもよい。 The communication interface unit 104 connects the information processing device 100 to the network 300 so as to be communicable via a communication device such as a router and a wired or wireless communication line such as a dedicated line. The communication interface unit 104 has a function of communicating data with another device via a communication line. Here, the network 300 has a function of connecting the information processing device 100 and the server 200 so as to be able to communicate with each other, and is, for example, the Internet, a LAN (Local Area Network), or the like. The data stored in the storage unit 106 may be stored in, for example, the server device 200.

入出力インターフェース部108には、入力装置112および出力装置114が接続されている。出力装置114には、モニタ(家庭用テレビを含む)の他、スピーカやプリンタを用いることができる。入力装置112には、キーボード、マウス、及びマイクの他、マウスと協働してポインティングデバイス機能を実現するモニタを用いることができる。なお、以下では、出力装置114をモニタ114とし、入力装置112をキーボード112またはマウス112として記載する場合がある。 An input device 112 and an output device 114 are connected to the input / output interface unit 108. As the output device 114, a speaker or a printer can be used in addition to a monitor (including a home television). In addition to the keyboard, mouse, and microphone, the input device 112 can use a monitor that realizes a pointing device function in cooperation with the mouse. In the following, the output device 114 may be referred to as a monitor 114, and the input device 112 may be referred to as a keyboard 112 or a mouse 112.

記憶部106には、各種のデータベース、テーブルおよびファイルなどが格納される。記憶部106には、OS(Operating System)と協働してCPU(Central Processing Unit)に命令を与えて各種処理を行うためのコンピュータプログラムが記録される。記憶部106として、例えば、RAM(Random Access Memory)・ROM(Read Only Memory)等のメモリ装置、ハードディスクのような固定ディスク装置、フレキシブルディスク、および光ディスク等を用いることができる。 Various databases, tables, files, and the like are stored in the storage unit 106. In the storage unit 106, a computer program for giving an instruction to a CPU (Central Processing Unit) in cooperation with an OS (Operating System) to perform various processes is recorded. As the storage unit 106, for example, a memory device such as a RAM (Random Access Memory) / ROM (Read Only Memory), a fixed disk device such as a hard disk, a flexible disk, an optical disk, or the like can be used.

記憶部106には、テンプレートアプリ106aおよび製品アプリ106b等のローコード開発ツールにより開発するアプリケーションが格納される。ここで、テンプレートアプリ106aは、テンプレートとして開発されたアプリケーションソフトウェアであって画面レイアウトに関するレイアウト設定と、アプリケーションソフトウェアの挙動に関する挙動設定と、を保持するテンプレートアプリの一例である。また、製品アプリ106bは、テンプレートアプリを基に製品として開発されたアプリケーションソフトウェアであってレイアウト設定と挙動設定とテンプレートアプリの識別子とを保持する製品アプリの一例である。 The storage unit 106 stores applications developed by low-code development tools such as the template application 106a and the product application 106b. Here, the template application 106a is an example of a template application that is application software developed as a template and holds layout settings related to screen layout and behavior settings related to the behavior of the application software. Further, the product application 106b is an example of a product application that is application software developed as a product based on the template application and holds layout settings, behavior settings, and an identifier of the template application.

図2は、製品アプリの一例を示す図である。本実施形態では、製品アプリ106b(Application)は、図2に示すように、製品アプリ106bの識別子(Id)、製品アプリ106bの表示名(Name)、製品アプリ106bの開発に用いるテンプレートアプリ106aの識別子(TemplateID)、製品アプリ106bの仕様(Spec)等を含む。 FIG. 2 is a diagram showing an example of a product application. In the present embodiment, as shown in FIG. 2, the product application 106b (Application) is an identifier (Id) of the product application 106b, a display name (Name) of the product application 106b, and a template application 106a used for developing the product application 106b. Includes identifier (TemplateID), specifications (Spec) of product application 106b, and the like.

図3は、テンプレートアプリの一例を示す図である。本実施形態では、テンプレートアプリ106a(Template)は、図3に示すように、テンプレートアプリ106aの識別子(Id)、テンプレートアプリ106aの表示名(Name)、テンプレートアプリ106aの識別子(TemplateID)、テンプレートアプリ106aの仕様(Spec)等を含む。 FIG. 3 is a diagram showing an example of a template application. In the present embodiment, as shown in FIG. 3, the template application 106a (Template) has an identifier (Id) of the template application 106a, a display name (Name) of the template application 106a, an identifier of the template application 106a (TemplateID), and a template application. Includes 106a specifications (Spec) and the like.

図4は、テンプレートアプリの仕様の一例を示す図である。テンプレートアプリ106aの仕様(Spec)は、テンプレートアプリ106aの設定データである。本実施の形態では、テンプレートアプリ106aの仕様は、図4に示すように、コントロール設定データ(Controls)、変数設定データ(Variables)、コンディション設定データ(Conditions)、ビジネスルール設定データ(BusinessRules)、ロジックフロー設定データ(LogicFlows)、イベント設定データ(Events)、上書きプロパティ設定データ(OverwriteProperties)等の挙動設定を含む。 FIG. 4 is a diagram showing an example of the specifications of the template application. The specification (Spec) of the template application 106a is the setting data of the template application 106a. In the present embodiment, as shown in FIG. 4, the specifications of the template application 106a are control setting data (Controls), variable setting data (Variables), condition setting data (Conditions), business rule setting data (BusinessRules), and logic. Includes behavior settings such as flow setting data (LogicFlows), event setting data (Events), and overwrite property setting data (OverwriteProperties).

図示しないが、製品アプリ106bの仕様は、製品アプリ106bの設定データである。本実施形態では、製品アプリ106bの仕様も、テンプレートアプリ106aの仕様と同様に、コントロール設定データ(Controls)、変数設定データ(Variables)、コンディション設定データ(Conditions)、ビジネスルール設定データ(BusinessRules)、ロジックフロー設定データ(LogicFlows)、イベント設定データ(Events)、上書きプロパティ設定データ(OverwriteProperties)等の挙動設定を含む。 Although not shown, the specifications of the product application 106b are the setting data of the product application 106b. In the present embodiment, the specifications of the product application 106b are the same as the specifications of the template application 106a, such as control setting data (Controls), variable setting data (Variables), condition setting data (Conditions), business rule setting data (BusinessRules), and the like. Includes behavior settings such as logic flow setting data (LogicFlows), event setting data (Events), and overwrite property setting data (OverwriteProperties).

図5は、コントロール設定データの一例を示す図である。コントロール設定データは、画面要素の設定である。本実施形態では、コントロール設定データ(Control)は、図5に示すように、コントロール設定データの識別子(Id)、コントロール設定データの表示名(Name)、子コントロール設定データの識別子(ChildIds)等を含む。 FIG. 5 is a diagram showing an example of control setting data. The control setting data is the setting of the screen element. In the present embodiment, as shown in FIG. 5, the control setting data (Control) includes a control setting data identifier (Id), a control setting data display name (Name), a child control setting data identifier (ChildIds), and the like. include.

図6は、変数設定データの一例を示す図である。変数設定データは、変数の設定である。本実施形態では、変数設定データ(Variable)は、図6に示すように、変数設定データの識別子(Id)、変数設定データの表示名(Name)等を含む。 FIG. 6 is a diagram showing an example of variable setting data. The variable setting data is the setting of the variable. In the present embodiment, the variable setting data (Variable) includes an identifier (Id) of the variable setting data, a display name (Name) of the variable setting data, and the like, as shown in FIG.

図7は、コンディション設定データの一例を示す図である。コンディション設定データは、真偽判定条件の設定である。本実施形態では、コンディション設定データ(Condition)は、図7に示すように、コンディション設定データの識別子(Id)、コンディション設定データの表示名(Name)、真偽を判定する式を表す階層構造データ(Expression)等を含む。 FIG. 7 is a diagram showing an example of condition setting data. The condition setting data is the setting of the authenticity determination condition. In the present embodiment, as shown in FIG. 7, the condition setting data (Condition) is a hierarchical structure data representing an identifier (Id) of the condition setting data, a display name (Name) of the condition setting data, and an expression for determining authenticity. (Expression) etc. are included.

図8は、ビジネスルール設定データの一例を示す図である。ビジネスルール設定データは、画面要素の設定と真偽判定条件の設定に紐付けられた、画面要素の状態の設定である。本実施形態では、ビジネスルール設定データ(BusinessRule)は、図8に示すように、「表示/非表示」、「ロック/アンロック」等の種類(Type)、コンディション設定データの識別子(ConditionID)、コントロール設定データの識別子(ControlID)等を含む。 FIG. 8 is a diagram showing an example of business rule setting data. The business rule setting data is the setting of the state of the screen element associated with the setting of the screen element and the setting of the authenticity determination condition. In the present embodiment, as shown in FIG. 8, the business rule setting data (BusinessRule) includes a type such as “display / non-display” and “lock / unlock”, an identifier of condition setting data (ConditionID), and the like. Includes an identifier (ControlID) of control setting data.

図9は、ロジックフロー設定データの一例を示す図である。ロジックフロー設定データは、処理単位と処理順序で構成されるロジックフローの設定である。本実施形態では、ロジックフロー設定データ(LogicFlow)は、図9に示すように、ロジックフロー設定データの識別子(Id)、ロジックフロー設定データの表示名(Name)、アクティヴィティ(Activities)、フロー(Flows)等を含む。 FIG. 9 is a diagram showing an example of logic flow setting data. The logic flow setting data is a logic flow setting composed of a processing unit and a processing order. In the present embodiment, as shown in FIG. 9, the logic flow setting data (LogicFlow) includes an identifier (Id) of the logic flow setting data, a display name (Name) of the logic flow setting data, an activity (Activities), and a flow ( Flows) etc. are included.

図10Aは、ロジックフロー設定データが含むアクティヴィティの一例を示す図である。ロジックフロー設定データが含むアクティヴィティ(Activity)は、図10Aに示すように、アクティヴィティの識別子(Id)、アクティヴィティの表示名(Name)等を含む。 FIG. 10A is a diagram showing an example of the activity included in the logic flow setting data. The activity included in the logic flow setting data includes an activity identifier (Id), an activity display name (Name), and the like, as shown in FIG. 10A.

図10Bは、ロジックフロー設定データが含むフローの一例を示す図である。ロジックフロー設定データが含むフロー(Flow)は、図10Bに示すように、フローの識別子(Id)、前アクティヴィティの識別子(FromAcitivityId)、後アクティヴィティの識別子(ToActivityID)等を含む。 FIG. 10B is a diagram showing an example of a flow included in the logic flow setting data. As shown in FIG. 10B, the flow included in the logic flow setting data includes a flow identifier (Id), a front activity identifier (FromAcitivityId), a rear activity identifier (ToActivityID), and the like.

図11は、イベント設定データの一例を示す図である。イベント設定データは、画面要素の設定とロジックフローの設定に紐付けられた、ロジックフローをイベントハンドラとするイベントの種類の設定である。本実施形態では、イベント設定データ(Event)は、図11に示すように、イベント設定データの種類(Type)、コントロール設定データの識別子(ControlId)、ロジックフロー設定データの識別子(LogicFlowId)等を含む。 FIG. 11 is a diagram showing an example of event setting data. The event setting data is the setting of the event type that uses the logic flow as the event handler, which is associated with the setting of the screen element and the setting of the logic flow. In the present embodiment, as shown in FIG. 11, the event setting data (Event) includes an event setting data type (Type), a control setting data identifier (ControlId), a logic flow setting data identifier (LogicFlowId), and the like. ..

図1に戻り、制御部102は、情報処理装置100を統括的に制御するCPU等である。制御部102は、OS等の制御プログラム・各種の処理手順等を規定したプログラム・所要データなどを格納するための内部メモリを有し、格納されているこれらのプログラムに基づいて種々の情報処理を実行する。 Returning to FIG. 1, the control unit 102 is a CPU or the like that collectively controls the information processing device 100. The control unit 102 has an internal memory for storing a control program such as an OS, a program that defines various processing procedures, required data, and the like, and performs various information processing based on these stored programs. Run.

制御部102は、機能概念的に、呼出機能部102a、および合成機能部102b等を備える。 The control unit 102 is functionally conceptually provided with a calling function unit 102a, a synthesis function unit 102b, and the like.

呼出機能部102aは、記憶部106から、テンプレートアプリ106a、および製品アプリ106bを呼び出す。 The calling function unit 102a calls the template application 106a and the product application 106b from the storage unit 106.

合成機能部102bは、呼出機能部102aによって製品アプリ106bが呼び出されると、当該製品アプリ106bが保持する挙動設定を、当該製品アプリ106bと紐付くテンプレートアプリ106aが保持する挙動設定と一時的に合成して、合成機能部102bは、テンプレートアプリ106aが保持する挙動設定を、製品アプリ106bに反映させる。これにより、テンプレートアプリ106aが含む挙動設定のうち製品アプリ106b間の共通部分を変更する場合に、作成済みの製品アプリ106bに、その変更を反映させることが可能となる。 When the product application 106b is called by the calling function unit 102a, the synthesis function unit 102b temporarily synthesizes the behavior setting held by the product application 106b with the behavior setting held by the template application 106a associated with the product application 106b. Then, the synthesis function unit 102b reflects the behavior setting held by the template application 106a in the product application 106b. As a result, when the common part between the product applications 106b in the behavior settings included in the template application 106a is changed, the change can be reflected in the created product application 106b.

ここで、図12~17を用いて、テンプレートアプリ106aの変更処理の一例について説明する。図12~17は、テンプレートアプリの変更処理の一例を説明するための図である。 Here, an example of the change process of the template application 106a will be described with reference to FIGS. 12 to 17. FIGS. 12 to 17 are diagrams for explaining an example of the change process of the template application.

例えば、製品アプリ106bの一例である登録系アプリ群(登録アプリ用テンプレートを使うアプリ群)に、表計算出力機能(例えば、Excel(登録商標)出力機能)を追加する場合、合成機能部102bは、ユーザの操作に応じて、図12に示すように、テンプレートアプリ106aに、画面要素として表計算出力ボタンを配置する。その際、合成機能部102bは、表計算出力ボタンのコントロール設定データを、テンプレートアプリ106aの仕様に設定する。 For example, when adding a spreadsheet output function (for example, Excel (registered trademark) output function) to a registration system application group (application group using a registration application template) which is an example of the product application 106b, the synthesis function unit 102b As shown in FIG. 12, a spreadsheet output button is arranged as a screen element in the template application 106a according to the user's operation. At that time, the synthesis function unit 102b sets the control setting data of the spreadsheet output button to the specifications of the template application 106a.

また、テンプレートアプリ106aに表計算出力ボタンが配置されると、合成機能部102bは、図13に示すように、テンプレートアプリ106aに対して、表計算出力機能のロジックフローを追加で作成する。さらに、合成機能部102bは、テンプレートアプリ106aのロジックフロー設定データ内のプレースホルダに対して、表計算出力処理を設定する。 Further, when the spreadsheet output button is arranged in the template application 106a, the synthesis function unit 102b additionally creates a logic flow of the spreadsheet output function for the template application 106a as shown in FIG. Further, the synthesis function unit 102b sets the spreadsheet output process for the placeholder in the logic flow setting data of the template application 106a.

また、ロジックフロー設定データに対して表計算出力処理が設定されると、合成機能部102bは、図14に示すように、テンプレートアプリ106aに対して、表計算出力ボタンのクリックのイベント(表計算出力クリック)を作成する。そして、合成機能部102bは、表計算出力クリックと表計算出力機能のロジックフローとを紐付づけるイベント設定データを、テンプレートアプリ106aの仕様に設定する。 Further, when the spreadsheet output processing is set for the logic flow setting data, the synthesis function unit 102b requests the template application 106a to perform an event (table calculation) of clicking the spreadsheet output button, as shown in FIG. Output click) is created. Then, the synthesis function unit 102b sets the event setting data that links the spreadsheet output click and the logic flow of the spreadsheet output function to the specifications of the template application 106a.

また、合成機能部102bは、図15に示すように、テンプレートアプリ106aに対して、表計算出力可能を変数として作成する。そして、合成機能部102bは、変数として作成した表計算出力可能の変数設定データを、テンプレートアプリ106aの仕様に設定する。 Further, as shown in FIG. 15, the synthesis function unit 102b creates a spreadsheet output possible variable for the template application 106a. Then, the synthesis function unit 102b sets the variable setting data that can be output as a spreadsheet created as a variable in the specifications of the template application 106a.

また、合成機能部102bは、図16に示すように、テンプレートアプリ106aに対して、表計算出力不可を、真偽判定条件の設定として作成する。そして、合成機能部102bは、真偽判定条件の設定として作成した表計算出力不可のコンディション設定データを、テンプレートアプリ106aの仕様に設定する。 Further, as shown in FIG. 16, the synthesis function unit 102b creates a spreadsheet output impossibility for the template application 106a as a setting of a truth determination condition. Then, the synthesis function unit 102b sets the condition setting data for which spreadsheet output is not possible, which is created as the setting of the authenticity determination condition, in the specifications of the template application 106a.

また、合成機能部102bは、図17に示すように、テンプレートアプリ106aに対して、コンディション設定データが表計算出力不可である場合に表計算出力ボタンをロックする設定を、ビジネスルールとして作成する。そして、合成機能部102bは、ビジネスルールとして作成した表計算出力ボタンのロックを、ビジネスルール設定データとして、テンプレートアプリ106aの仕様に設定する。 Further, as shown in FIG. 17, the composition function unit 102b creates a setting for the template application 106a to lock the spreadsheet output button when the condition setting data cannot be spreadsheet output as a business rule. Then, the synthesis function unit 102b sets the lock of the spreadsheet output button created as the business rule in the specifications of the template application 106a as the business rule setting data.

さらに、合成機能部102bは、テンプレートアプリ106aの仕様の変更を、製品アプリ106bの仕様に反映させる。 Further, the synthesis function unit 102b reflects the change in the specifications of the template application 106a in the specifications of the product application 106b.

次に、図18~22を用いて、テンプレートアプリ106aの仕様の変更が反映された製品アプリ106bの一例について説明する。図18~22は、テンプレートアプリの仕様の変更が反映された製品アプリの一例を説明するための図である。 Next, an example of the product application 106b to which the change in the specifications of the template application 106a is reflected will be described with reference to FIGS. 18 to 22. 18 to 22 are diagrams for explaining an example of a product application in which changes in the specifications of the template application are reflected.

テンプレートアプリ106aに表計算出力ボタンが配置されると、合成機能部102bは、図18に示すように、製品アプリ106bに対しても、画面要素として表計算出力ボタンを配置する。また、テンプレートアプリ106aに表計算出力機能のロジックフローが追加されると、合成機能部102bは、図19に示すように、表計算出力ボタンがクリックされた際、製品アプリ106bのロジックフロー設定データ内のプレースホルダに対して、表計算出力機能のロジックフローを配置する。なお、合成機能部102bは、図20に示すように、表計算出力ボタンがクリックされなくても、製品アプリ106bのロジックフロー設定データ内のプレースホルダに対して、登録処理によって、自動的に、表計算出力機能のロジックフローが作成されて、ロジックフロー設定データを編集可能としても良い。 When the spreadsheet output button is arranged in the template application 106a, the synthesis function unit 102b also arranges the spreadsheet output button as a screen element for the product application 106b as shown in FIG. Further, when the logic flow of the spreadsheet output function is added to the template application 106a, the synthesis function unit 102b displays the logic flow setting data of the product application 106b when the spreadsheet output button is clicked, as shown in FIG. Place the logic flow of the spreadsheet output function for the placeholder in. As shown in FIG. 20, the composition function unit 102b automatically automatically registers the placeholder in the logic flow setting data of the product application 106b even if the spreadsheet output button is not clicked. The logic flow of the spreadsheet output function may be created so that the logic flow setting data can be edited.

また、合成機能部102bは、図21に示すように、製品アプリ106bに対して、コンディション設定データが表計算出力可能である場合に表計算出力ボタンのロックを解除する設定を、ビジネスルールとして作成する。これにより、合成機能部102bは、図22に示すように、製品アプリ106bに設定された変数設定データとして、表計算出力可能が選択可能な状態となる。 Further, as shown in FIG. 21, the synthesis function unit 102b creates a setting for the product application 106b to unlock the spreadsheet output button when the condition setting data can be spreadsheet output as a business rule. do. As a result, as shown in FIG. 22, the synthesis function unit 102b is in a state where spreadsheet output possible can be selected as the variable setting data set in the product application 106b.

次に、図23および図24を用いて、テンプレートアプリ106aにレイアウトプレースホルダやロジックフローが設定されていない場合における、テンプレートアプリ106aの仕様を製品アプリ106bの仕様に反映する処理の一例について説明する。図23および図24は、テンプレートアプリの仕様を製品アプリの仕様へ反映する処理の一例を説明するための図である。 Next, using FIGS. 23 and 24, an example of a process of reflecting the specifications of the template application 106a in the specifications of the product application 106b when the layout placeholder and the logic flow are not set in the template application 106a will be described. .. 23 and 24 are diagrams for explaining an example of processing for reflecting the specifications of the template application in the specifications of the product application.

テンプレートアプリ106aに、レイアウトプレースホルダやロジックプレースホルダが設定されていない場合、テンプレートアプリ106aの仕様に加えられた変更を製品アプリ106bの仕様に対して一意に反映することが困難である。ここで、レイアウトプレースホルダは、製品アプリ106b内において画面要素を自由(任意)にレイアウト可能なエリア(位置)である。また、ロジックプレースホルダは、製品アプリ106b内にロジックフローを自由(任意)にレイアウト可能なポイント(位置)である。 When the layout placeholder or the logic placeholder is not set in the template application 106a, it is difficult to uniquely reflect the changes made to the specifications of the template application 106a to the specifications of the product application 106b. Here, the layout placeholder is an area (position) in which screen elements can be freely (arbitrarily) laid out in the product application 106b. Further, the logic placeholder is a point (position) in which the logic flow can be freely (arbitrarily) laid out in the product application 106b.

例えば、合成機能部102bは、図23に示すように、画面要素としてカードAを含むテンプレートアプリ106aを作成する(ステップS2201)。次いで、合成機能部102bは、当該テンプレートアプリ106aを用いて、画面要素としてカードAを含む製品アプリ106bを作成する(ステップS2202)。 For example, as shown in FIG. 23, the synthesis function unit 102b creates a template application 106a including the card A as a screen element (step S2201). Next, the synthesis function unit 102b uses the template application 106a to create a product application 106b including the card A as a screen element (step S2202).

次に、合成機能部102bは、ユーザの操作に応じて、製品アプリ106bに画面要素としてカードBを作成し(ステップS2203)、かつ、テンプレートアプリ106aに画面要素としてカードCを作成する(ステップS2204)。その後、合成機能部102bは、テンプレートアプリ106aの変更を製品アプリ106bに反映させる(ステップS2205)。その際、テンプレートアプリ106aにレイアウトプレースホルダが設定されていない場合、合成機能部102bは、図23に示すように、製品アプリ106bに対して、テンプレートアプリ106aに作成されたカードCを、製品アプリ106bに作成されたカードBとの関係において、どのような配置で反映すべきかを判断することが困難である。 Next, the synthesis function unit 102b creates a card B as a screen element in the product application 106b (step S2203) and creates a card C as a screen element in the template application 106a according to the user's operation (step S2204). ). After that, the synthesis function unit 102b reflects the change of the template application 106a in the product application 106b (step S2205). At that time, if the layout placeholder is not set in the template application 106a, the composition function unit 102b applies the card C created in the template application 106a to the product application 106b as shown in FIG. 23. In relation to the card B created in 106b, it is difficult to determine what kind of arrangement should be reflected.

また、例えば、合成機能部102bは、図24に示すように、ロジックフローとして処理Aを含むテンプレートアプリ106aを作成する(ステップS2301)。次いで、合成機能部102bは、当該テンプレートアプリ106aを用いて、ロジックフローとして処理Aを含む製品アプリ106bを作成する(ステップS2302)。 Further, for example, the synthesis function unit 102b creates a template application 106a including the process A as a logic flow as shown in FIG. 24 (step S2301). Next, the synthesis function unit 102b uses the template application 106a to create a product application 106b including the process A as a logic flow (step S2302).

次に、合成機能部102bは、ユーザの操作に応じて、製品アプリ106bにロジックフローとして処理Bを作成し(ステップS2303)、かつ、テンプレートアプリ106aにロジックフローとして処理Cを作成する(ステップS2304)。その後、合成機能部102bは、テンプレートアプリ106aの変更を製品アプリ106bに反映させる(ステップS2205)。その際、テンプレートアプリ106aにロジックプレースホルダが設定されていない場合、合成機能部102bは、図24に示すように、製品アプリ106bに対して、テンプレートアプリ106aに作成された処理Cを、製品アプリ106bに作成された処理Bとの関係において、どのような配置で反映すべきかを判断することが困難である。 Next, the synthesis function unit 102b creates a process B as a logic flow in the product application 106b (step S2303) and creates a process C as a logic flow in the template application 106a according to the user's operation (step S2304). ). After that, the synthesis function unit 102b reflects the change of the template application 106a in the product application 106b (step S2205). At that time, when the logic placeholder is not set in the template application 106a, the synthesis function unit 102b applies the process C created in the template application 106a to the product application 106b as shown in FIG. 24. In relation to the process B created in 106b, it is difficult to determine what kind of arrangement should be reflected.

そのため、本実施形態では、合成機能部102bは、テンプレートアプリ106aに設定されているレイアウトプレースホルダおよびロジックプレースホルダに従って、テンプレートアプリ106aに対する画面要素やロジックフローの作成を実行する。これにより、テンプレートアプリ106aに対する画面要素やロジックフローの変更が実行された場合に、テンプレートアプリ106aに対する画面要素やロジックフローの変更を、製品アプリ106bに対して一意に反映させることができる。 Therefore, in the present embodiment, the composition function unit 102b creates screen elements and logic flows for the template application 106a according to the layout placeholder and the logic placeholder set in the template application 106a. Thereby, when the change of the screen element or the logic flow for the template application 106a is executed, the change of the screen element or the logic flow for the template application 106a can be uniquely reflected in the product application 106b.

次に、図25を用いて、本実施形態にかかる情報処理装置100における合成機能部102bによる、製品アプリ106bが保持する挙動設定を、テンプレートアプリ106aが保持する挙動設定と一時的に合成する処理の一例について説明する。図25は、本実施形態にかかる情報処理装置における、製品アプリが保持する挙動設定と、テンプレートアプリが保持する挙動設定との一時的な合成処理の一例を説明するための図である。 Next, using FIG. 25, a process of temporarily synthesizing the behavior setting held by the product application 106b by the synthesis function unit 102b in the information processing apparatus 100 according to the present embodiment with the behavior setting held by the template application 106a. An example will be described. FIG. 25 is a diagram for explaining an example of a temporary synthesis process of the behavior setting held by the product application and the behavior setting held by the template application in the information processing apparatus according to the present embodiment.

本実施形態では、合成機能部102bは、製品アプリ106bが呼び出されると、製品アプリ106bの仕様と、テンプレートアプリ106aの仕様と、を一時的に合成する。これにより、製品アプリ106bの開発時や実行時に、テンプレートアプリ106aの定義された要素(コントロール設定データ、変数設定データ、コンディション設定データ、ビジネスツール設定データ、ロジックフロー設定データ、イベント設定データ)を、あたかも製品アプリ106bに定義された要素のように扱うことが可能となる。その結果、製品アプリ106bからのテンプレートアプリ106aの変数設定データの更新や、製品アプリ106bからのテンプレートアプリ106aのコンディション設定データの参照等が実行可能となる。 In the present embodiment, when the product application 106b is called, the synthesis function unit 102b temporarily synthesizes the specifications of the product application 106b and the specifications of the template application 106a. As a result, at the time of development or execution of the product application 106b, the defined elements (control setting data, variable setting data, condition setting data, business tool setting data, logic flow setting data, event setting data) of the template application 106a are displayed. It can be treated as if it were an element defined in the product application 106b. As a result, it becomes possible to update the variable setting data of the template application 106a from the product application 106b, refer to the condition setting data of the template application 106a from the product application 106b, and the like.

ここで、合成とは、図25に示すように、製品アプリ106bの仕様と、テンプレートアプリ106aの仕様と、の和集合を作成することである。また、ここで、一時的とは、製品アプリ106bの仕様と、テンプレートアプリ106aの仕様と、の合成結果を保存しないことである。または、一時的とは、製品アプリ106bの仕様と、テンプレートアプリ106aの仕様の変更を除いた当該テンプレートアプリ106aの仕様と、の合成結果を保存することであっても良い。 Here, synthesis means, as shown in FIG. 25, creating a union of the specifications of the product application 106b and the specifications of the template application 106a. Further, here, "temporary" means that the composition result of the specification of the product application 106b and the specification of the template application 106a is not saved. Alternatively, "temporary" may be to save the composition result of the specification of the product application 106b and the specification of the template application 106a excluding the change of the specification of the template application 106a.

次に、図26~35を用いて、本実施形態にかかる情報処理装置100の合成機能部102bによる合成処理の一例について説明する。図26~35は、本実施形態にかかる情報処理装置の合成機能部による合成処理の一例を説明するための図である。 Next, an example of the synthesis process by the synthesis function unit 102b of the information processing apparatus 100 according to the present embodiment will be described with reference to FIGS. 26 to 35. 26 to 35 are diagrams for explaining an example of the synthesis process by the synthesis function unit of the information processing apparatus according to the present embodiment.

まず、製品アプリ106bの仕様が含むコントロール設定データと、テンプレートアプリ106aの仕様が含むコントロール設定データと、の合成処理の一例について説明する。本実施形態では、テンプレートアプリ106aには、レイアウトプレースホルダが設定されている。レイアウトプレースホルダ(LayoutPlaceHolder)は、図26に示すように、レイアウトプレースホルダの識別子(Id)、レイアウトプレースホルダの表示名(Name)、レイアウトプレースホルダに配置(設定)されるコントロール設定データの識別子(ChildIds)、レイアウトプレースホルダと紐付けられたレイアウトプレースアイテムの識別子(PlaceId)等を含む。また、本実施形態では、製品アプリ106bには、レイアウトプレースアイテムが設定されている。レイアウトプレースアイテム(LayoutPlaceItem)は、図27に示すように、レイアウトプレースアイテムの識別子(Id)、レイアウトプレースアイテムの表示名(Name)、レイアウトプレースアイテムに配置(設定)されるコントロール設定データの識別子(ChildIds)、レイアウトプレースアイテムと紐付けられたレイアウトプレースホルダの識別子(PlaceId)等を含む。 First, an example of a synthesis process of the control setting data included in the specifications of the product application 106b and the control setting data included in the specifications of the template application 106a will be described. In this embodiment, a layout placeholder is set in the template application 106a. As shown in FIG. 26, the layout placeholder (LayoutPlaceHolder) is an identifier (Id) of the layout placeholder, a display name (Name) of the layout placeholder, and an identifier of control setting data placed (set) in the layout placeholder (setting). ChildIds), identifiers (PlaceId) of layout place items associated with layout placeholders, etc. Further, in the present embodiment, a layout place item is set in the product application 106b. As shown in FIG. 27, the layout place item (LayoutPlaceItem) is an identifier (Id) of the layout place item, a display name (Name) of the layout place item, and an identifier of control setting data placed (set) in the layout place item (setting). ChildIds), layout placeholder identifiers (PlaceId) associated with layout place items, etc. are included.

製品アプリ106bの開発時に、製品アプリ106bの仕様が含むコントロール設定データと、テンプレートアプリ106aの仕様が含むコントロール設定データと、を合成する場合、合成機能部102bは、図27に示すように、製品アプリ106b内におけるレイアウトプレースホルダの位置に対して、当該レイアウトプレースホルダと同じ識別子(PlaceId)を持つレイアウトプレースアイテムを作成する。そして、合成機能部102bは、テンプレートアプリ106aのレイアウトプレースホルダに作成されたコントロール設定データを、製品アプリ106bのコントロール設定データに追加する。これにより、製品アプリ106bにおいて、子コントロール設定データの設定が可能となる。 When synthesizing the control setting data included in the specifications of the product application 106b and the control setting data included in the specifications of the template application 106a at the time of developing the product application 106b, the composition function unit 102b is a product as shown in FIG. 27. A layout place item having the same identifier (PlaceId) as the layout placeholder is created for the position of the layout placeholder in the application 106b. Then, the synthesis function unit 102b adds the control setting data created in the layout placeholder of the template application 106a to the control setting data of the product application 106b. As a result, the child control setting data can be set in the product application 106b.

製品アプリ106bの実行時に、製品アプリ106bの仕様が含むコントロール設定データと、テンプレートアプリ106aの仕様が含むコントロール設定データと、を合成する場合、合成機能部102bは、図28に示すように、レイアウトプレースホルダとレイアウトプレースアイテムを用いて、テンプレートアプリ106aに配置(設定)された画面要素(Card)と、製品アプリ106bに配置(設定)された画面要素(Button1)とを合成する。その後、合成機能部102bは、図29に示すように、レイアウトプレースホルダおよびレイアウトプレースアイテムを削除し、かつ、テンプレートアプリ106aに配置された画面要素の識別子(ChildIds)を、製品アプリ106bに配置された画面要素の識別子(Id)に置き換える。これにより、製品アプリ106bの実行時、合成機能部102bは、製品アプリ106bの画面要素(Card)に、当該製品アプリ106bの画面要素(Button1)を配置することが可能となる。 When synthesizing the control setting data included in the specifications of the product application 106b and the control setting data included in the specifications of the template application 106a when the product application 106b is executed, the composition function unit 102b has a layout as shown in FIG. 28. Using placeholders and layout place items, the screen element (Card) placed (set) in the template application 106a and the screen element (Button1) placed (set) in the product application 106b are combined. After that, as shown in FIG. 29, the composition function unit 102b deletes the layout placeholder and the layout place item, and arranges the screen element identifiers (ChildIds) arranged in the template application 106a in the product application 106b. Replace with the identifier (Id) of the screen element. As a result, when the product application 106b is executed, the synthesis function unit 102b can arrange the screen element (Button1) of the product application 106b on the screen element (Card) of the product application 106b.

次に、製品アプリ106bの仕様が含む上書きプロパティ設定データと、テンプレートアプリ106aの仕様が含む上書きプロパティ設定データと、の合成処理の一例について説明する。製品アプリ106bの開発時および実行時に、製品アプリ106bの仕様が含む上書きプロパティ設定データと、テンプレートアプリ106aの仕様が含む上書きプロパティ設定データと、を合成する場合、合成機能部102bは、図30に示すように、製品アプリ106bの仕様が含む上書きプロパティ設定データを優先して採用する。言い換えると、合成機能部102bは、製品アプリ106bの仕様が含む上書きプロパティ設定データによって、テンプレートアプリ106aの上書きプロパティ設定データを上書きする。 Next, an example of a synthesis process of the overwrite property setting data included in the specifications of the product application 106b and the overwrite property setting data included in the specifications of the template application 106a will be described. When synthesizing the overwrite property setting data included in the specifications of the product application 106b and the overwrite property setting data included in the specifications of the template application 106a at the time of development and execution of the product application 106b, the composition function unit 102b is shown in FIG. As shown, the overwrite property setting data included in the specifications of the product application 106b is preferentially adopted. In other words, the synthesis function unit 102b overwrites the overwrite property setting data of the template application 106a with the overwrite property setting data included in the specifications of the product application 106b.

次に、製品アプリ106bの仕様が含むロジックフロー設定データと、テンプレートアプリ106aの仕様が含むロジックフロー設定データと、の合成処理の一例について説明する。本実施形態では、テンプレートアプリ106aには、ロジックプレースホルダが設定されている。ロジックプレースホルダ(LogicPlaceHolder)は、図31に示すように、ロジックプレースホルダの識別子(Id)、ロジックプレースホルダの表示名(Name)、ロジックプレースホルダと紐付けられたロジックプレースアイテムの識別子(PlaceId)等を含む。また、本実施形態では、製品アプリ106bには、ロジックプレースアイテムが設定されている。ロジックプレースアイテム(LogicPlaceItem)は、図31に示すように、ロジックプレースアイテムの識別子(Id)、ロジックプレースアイテムの表示名(Name)、ロジックプレースアイテムにロジックプレースホルダに配置(設定)されるコントロール設定データの識別子(ChildIds)、ロジックプレースアイテムと紐付けられたロジックプレースホルダの識別子(PlaceId)等を含む。 Next, an example of a synthesis process of the logic flow setting data included in the specifications of the product application 106b and the logic flow setting data included in the specifications of the template application 106a will be described. In this embodiment, a logic placeholder is set in the template application 106a. As shown in FIG. 31, the logic placeholder (LogicPlaceHolder) is an identifier (Id) of the logic placeholder, a display name (Name) of the logic placeholder, and an identifier (PlaceId) of the logic place item associated with the logic placeholder. Etc. are included. Further, in the present embodiment, a logic place item is set in the product application 106b. As shown in FIG. 31, the logic place item (LogicPlaceItem) is an identifier (Id) of the logic place item, a display name (Name) of the logic place item, and a control setting placed (set) in the logic placeholder in the logic place item. Includes data identifiers (ChildIds), logic placeholder identifiers (PlaceId) associated with logic place items, and the like.

製品アプリ106bの開発時に、製品アプリ106bの仕様が含むロジックフロー設定データと、テンプレートアプリ106aの仕様が含むロジックフロー設定データと、を合成する場合、合成機能部102bは、図33に示すように、テンプレートアプリ106a内のロジックプレースホルダの位置に対して、当該ロジックプレースホルダと同じ識別子(PlaceId)を持つロジックプレースアイテムを作成する。そして、合成機能部102bは、図32に示すように、テンプレートアプリ106aのロジックプレースホルダに作成されたロジックフロー設定データを、製品アプリ106bのロジックフロー設定データに追加する。これにより、テンプレートアプリ106aのロジックフロー設定データを、製品アプリ106bから閲覧可能となる。なお、合成機能部102bは、図34に示すように、製品アプリ106bが含むロジックプレースアイテムを自由に編集可能である。 When synthesizing the logic flow setting data included in the specifications of the product application 106b and the logic flow setting data included in the specifications of the template application 106a at the time of developing the product application 106b, the composition function unit 102b is as shown in FIG. 33. , Create a logic place item having the same identifier (PlaceId) as the logic placeholder for the position of the logic placeholder in the template application 106a. Then, as shown in FIG. 32, the synthesis function unit 102b adds the logic flow setting data created in the logic placeholder of the template application 106a to the logic flow setting data of the product application 106b. As a result, the logic flow setting data of the template application 106a can be viewed from the product application 106b. As shown in FIG. 34, the synthesis function unit 102b can freely edit the logic place items included in the product application 106b.

また、製品アプリ106bの実行時に、製品アプリ106bの仕様が含むロジックフロー設定データと、テンプレートアプリ106aの仕様が含むロジックフロー設定データと、を合成する場合、合成機能部102bは、図35に示すように、製品アプリ106bの仕様が含むロジックフロー設定データが含むアクティヴィティを、開始アクティヴィティから順に実行する。そして、合成機能部102bは、製品アプリ106bの仕様が含むロジックフロー設定データのロジックプレースホルダを実行する場合、当該ロジックプレースホルダの識別子(PlaceId)と一致するロジックプレースアイテムを実行する。その後、合成機能部102bは、ロジックフロー設定データの続きのアクティヴィティを実行する。 Further, when the logic flow setting data included in the specifications of the product application 106b and the logic flow setting data included in the specifications of the template application 106a are combined when the product application 106b is executed, the composition function unit 102b is shown in FIG. 35. As described above, the activities included in the logic flow setting data included in the specifications of the product application 106b are executed in order from the start activity. Then, when the synthesis function unit 102b executes the logic placeholder of the logic flow setting data included in the specifications of the product application 106b, the synthesis function unit 102b executes the logic place item that matches the identifier (PlaceId) of the logic placeholder. After that, the synthesis function unit 102b executes the activity of continuing the logic flow setting data.

本発明は、上述した実施形態以外にも、特許請求の範囲に記載した技術的思想の範囲内において種々の異なる実施形態にて実施されてよいものである。 In addition to the above-described embodiments, the present invention may be implemented in various different embodiments within the scope of the technical ideas described in the claims.

例えば、実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。 For example, of each of the processes described in the embodiments, all or part of the processes described as being automatically performed may be performed manually, or all of the processes described as being performed manually. Alternatively, a part can be automatically performed by a known method.

また、本明細書中や図面中で示した処理手順、制御手順、具体的名称、各処理の登録データや検索条件等のパラメータを含む情報、画面例、データベース構成については、特記する場合を除いて任意に変更することができる。 In addition, processing procedures, control procedures, specific names, information including parameters such as registration data and search conditions for each processing, screen examples, and database configurations shown in this specification and drawings are not specified unless otherwise specified. Can be changed arbitrarily.

また、情報処理装置100に関して、図示の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。 Further, with respect to the information processing apparatus 100, each component shown in the figure is functional and conceptual, and does not necessarily have to be physically configured as shown in the figure.

例えば、情報処理装置100が備える処理機能、特に制御部にて行われる各処理機能については、その全部または任意の一部を、CPUおよび当該CPUにて解釈実行されるプログラムにて実現してもよく、また、ワイヤードロジックによるハードウェアとして実現してもよい。尚、プログラムは、本実施形態で説明した処理を情報処理装置に実行させるためのプログラム化された命令を含む一時的でないコンピュータ読み取り可能な記録媒体に記録されており、必要に応じて情報処理装置100に機械的に読み取られる。すなわち、ROMまたはHDD(Hard Disk Drive)などの記憶部などには、OSと協働してCPUに命令を与え、各種処理を行うためのコンピュータプログラムが記録されている。このコンピュータプログラムは、RAMにロードされることによって実行され、CPUと協働して制御部を構成する。 For example, with respect to the processing functions included in the information processing apparatus 100, particularly each processing function performed by the control unit, even if all or any part thereof is realized by the CPU and a program interpreted and executed by the CPU. Well, it may be realized as hardware by wired logic. The program is recorded on a non-temporary computer-readable recording medium including a programmed instruction for causing the information processing apparatus to execute the process described in the present embodiment, and the information processing apparatus is required. Read mechanically to 100. That is, a computer program for giving instructions to the CPU in cooperation with the OS and performing various processes is recorded in a storage unit such as a ROM or an HDD (Hard Disk Drive). This computer program is executed by being loaded into RAM, and cooperates with the CPU to form a control unit.

また、このコンピュータプログラムは、情報処理装置100に対して任意のネットワークを介して接続されたアプリケーションプログラムサーバに記憶されていてもよく、必要に応じてその全部または一部をダウンロードすることも可能である。 Further, this computer program may be stored in an application program server connected to the information processing apparatus 100 via an arbitrary network, and all or a part thereof can be downloaded as needed. be.

また、本実施形態で説明した処理を実行するためのプログラムを、一時的でないコンピュータ読み取り可能な記録媒体に格納してもよく、また、プログラム製品として構成することもできる。ここで、この「記録媒体」とは、メモリーカード、USB(Universal Serial Bus)メモリ、SD(Secure Digital)カード、フレキシブルディスク、光磁気ディスク、ROM、EPROM(Erasable Programmable Read Only Memory)、EEPROM(登録商標)(Electrically Erasable and Programmable Read Only Memory)、CD-ROM(Compact Disk Read Only Memory)、MO(Magneto-Optical disk)、DVD(Digital Versatile Disk)、および、Blu-ray(登録商標) Disc等の任意の「可搬用の物理媒体」を含むものとする。 Further, the program for executing the process described in the present embodiment may be stored in a non-temporary computer-readable recording medium, or may be configured as a program product. Here, the "recording medium" includes a memory card, a USB (Universal Serial Bus) memory, an SD (Secure Digital) card, a flexible disk, a magneto-optical disk, a ROM, an EPROM (Erasable Program Read Only Memory), and an EEPROM (registration). Trademarks) (Electrically Erasable and Protocol Read Only Memory), CD-ROM (Compact Disk Read Only Memory), MO (Magnet-Optical Disk), MO (Magnet-Optical Disc), DVD (Digital), DVD (Digital) It shall include any "portable physical medium".

また、「プログラム」とは、任意の言語または記述方法にて記述されたデータ処理方法であり、ソースコードまたはバイナリコード等の形式を問わない。なお、「プログラム」は必ずしも単一的に構成されるものに限られず、複数のモジュールやライブラリとして分散構成されるものや、OSに代表される別個のプログラムと協働してその機能を達成するものをも含む。なお、実施形態に示した各装置において記録媒体を読み取るための具体的な構成および読み取り手順ならびに読み取り後のインストール手順等については、周知の構成や手順を用いることができる。 Further, the "program" is a data processing method described in any language or description method, regardless of the format such as source code or binary code. The "program" is not necessarily limited to a single program, but is distributed as a plurality of modules or libraries, or cooperates with a separate program represented by an OS to achieve its function. Including things. It should be noted that well-known configurations and procedures can be used for the specific configuration and reading procedure for reading the recording medium and the installation procedure after reading in each device shown in the embodiment.

記憶部に格納される各種のデータベース等は、RAM、ROM等のメモリ装置、ハードディスク等の固定ディスク装置、フレキシブルディスク、および、光ディスク等のストレージ手段であり、各種処理やウェブサイト提供に用いる各種のプログラム、テーブル、データベース、および、ウェブページ用ファイル等を格納する。 Various databases and the like stored in the storage unit are memory devices such as RAM and ROM, fixed disk devices such as hard disks, flexible disks, and storage means such as optical disks, and are used for various processes and website provision. Stores programs, tables, databases, files for web pages, etc.

また、情報処理装置100は、既知のパーソナルコンピュータまたはワークステーション等の情報処理装置として構成してもよく、また、任意の周辺装置が接続された当該情報処理装置として構成してもよい。また、情報処理装置100は、当該装置に本実施形態で説明した処理を実現させるソフトウェア(プログラムまたはデータ等を含む)を実装することにより実現してもよい。 Further, the information processing device 100 may be configured as an information processing device such as a known personal computer or workstation, or may be configured as the information processing device to which an arbitrary peripheral device is connected. Further, the information processing apparatus 100 may be realized by mounting software (including a program or data) that realizes the processing described in the present embodiment on the apparatus.

更に、装置の分散・統合の具体的形態は図示するものに限られず、その全部または一部を、各種の付加等に応じてまたは機能負荷に応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。すなわち、上述した実施形態を任意に組み合わせて実施してもよく、実施形態を選択的に実施してもよい。 Furthermore, the specific form of distribution / integration of the device is not limited to that shown in the figure, and all or part of the device may be functionally or physically in any unit according to various additions or functional loads. It can be distributed and integrated. That is, the above-described embodiments may be arbitrarily combined and implemented, or the embodiments may be selectively implemented.

本発明は、特にシステム開発において有用である。 The present invention is particularly useful in system development.

100 情報処理装置
102 制御部
102a 呼出機能部
102b 合成機能部
106 記憶部
106a テンプレートアプリ
106b 製品アプリ
100 Information processing device 102 Control unit
102a Call function unit
102b Synthesis function unit 106 Storage unit
106a template app
106b product app

Claims (3)

制御部を備える情報処理装置であって、
テンプレートとして開発されたアプリケーションソフトウェアであって画面レイアウトに関するレイアウト設定とアプリケーションソフトウェアの挙動に関する挙動設定とを保持するテンプレートアプリ、および、テンプレートアプリを基に製品として開発されたアプリケーションソフトウェアであってレイアウト設定と挙動設定とテンプレートアプリの識別子とを保持する製品アプリの呼び出しが可能であり、
挙動設定は、(1)画面要素の設定、(2)変数の設定、(3)真偽判定条件の設定、(4)画面要素の設定と真偽判定条件の設定に紐付けられた、画面要素の状態の設定、(5)処理単位と処理順序で構成されるロジックフローの設定、および、(6)画面要素の設定とロジックフローの設定に紐付けられた、ロジックフローをイベントハンドラとするイベントの種類の設定、を含み、
前記制御部は、製品アプリが呼び出されると、当該製品アプリが保持する挙動設定を、当該製品アプリに紐付くテンプレートアプリが保持する挙動設定と一時的に合成することにより、当該テンプレートアプリが保持する挙動設定を当該製品アプリに反映させること、
を特徴とする情報処理装置。
An information processing device equipped with a control unit
The template application that holds the layout settings related to the screen layout and the behavior settings related to the behavior of the application software, which is the application software developed as a template, and the layout settings, which is the application software developed as a product based on the template application. It is possible to call the product app that holds the behavior settings and the template app identifier.
The behavior settings are the screen linked to (1) screen element settings, (2) variable settings, (3) authenticity judgment condition settings, (4) screen element settings and authenticity judgment condition settings. The event handler is the logic flow associated with the setting of the element state, (5) the setting of the logic flow consisting of the processing unit and the processing order, and (6) the setting of the screen element and the setting of the logic flow. Event type settings, including
When the product application is called, the control unit temporarily synthesizes the behavior setting held by the product application with the behavior setting held by the template application associated with the product application, so that the template application holds the product application. Reflecting the behavior settings in the product app,
An information processing device characterized by.
制御部を備える情報処理装置の前記制御部に実行させるための、
テンプレートとして開発されたアプリケーションソフトウェアであって画面レイアウトに関するレイアウト設定とアプリケーションソフトウェアの挙動に関する挙動設定とを保持するテンプレートアプリ、および、テンプレートアプリを基に製品として開発されたアプリケーションソフトウェアであってレイアウト設定と挙動設定とテンプレートアプリの識別子とを保持する製品アプリの呼び出しを行う呼出ステップと、
製品アプリが呼び出されると、当該製品アプリが保持する挙動設定を、当該製品アプリに紐付くテンプレートアプリが保持する挙動設定と一時的に合成することにより、当該テンプレートアプリが保持する挙動設定を当該製品アプリに反映させる合成ステップと、を含み、
挙動設定は、(1)画面要素の設定、(2)変数の設定、(3)真偽判定条件の設定、(4)画面要素の設定と真偽判定条件の設定に紐付けられた、画面要素の状態の設定、(5)処理単位と処理順序で構成されるロジックフローの設定、および、(6)画面要素の設定とロジックフローの設定に紐付けられた、ロジックフローをイベントハンドラとするイベントの種類の設定、を含む情報処理プログラム。
To be executed by the control unit of the information processing device provided with the control unit,
The application software developed as a template and holding the layout settings related to the screen layout and the behavior settings related to the behavior of the application software, and the application software developed as a product based on the template application and the layout settings A call step that calls the product app that holds the behavior settings and the template app identifier,
When the product app is called, the behavior settings held by the product app are temporarily combined with the behavior settings held by the template app associated with the product app, so that the behavior settings held by the template app are combined with the product. Including synthesis steps to reflect in the app,
The behavior settings are the screen linked to (1) screen element settings, (2) variable settings, (3) authenticity judgment condition settings, (4) screen element settings and authenticity judgment condition settings. The event handler is the logic flow associated with the setting of the element state, (5) the setting of the logic flow composed of the processing unit and the processing order, and (6) the setting of the screen element and the setting of the logic flow. An information processing program that includes setting the type of event.
制御部を備える情報処理装置の前記制御部が実行する、
テンプレートとして開発されたアプリケーションソフトウェアであって画面レイアウトに関するレイアウト設定とアプリケーションソフトウェアの挙動に関する挙動設定とを保持するテンプレートアプリ、および、テンプレートアプリを基に製品として開発されたアプリケーションソフトウェアであってレイアウト設定と挙動設定とテンプレートアプリの識別子とを保持する製品アプリの呼び出しを行う呼出ステップと、
製品アプリが呼び出されると、当該製品アプリが保持する挙動設定を、当該製品アプリに紐付くテンプレートアプリが保持する挙動設定と一時的に合成することにより、当該テンプレートアプリが保持する挙動設定を当該製品アプリに反映させる合成ステップと、を含み、
挙動設定は、(1)画面要素の設定、(2)変数の設定、(3)真偽判定条件の設定、(4)画面要素の設定と真偽判定条件の設定に紐付けられた、画面要素の状態の設定、(5)処理単位と処理順序で構成されるロジックフローの設定、および、(6)画面要素の設定とロジックフローの設定に紐付けられた、ロジックフローをイベントハンドラとするイベントの種類の設定、を含む情報処理方法。
The control unit of the information processing apparatus including the control unit executes the control unit.
The template application that holds the layout settings related to the screen layout and the behavior settings related to the behavior of the application software, which is the application software developed as a template, and the layout settings, which is the application software developed as a product based on the template application. A call step that calls the product app that holds the behavior settings and the template app identifier,
When the product app is called, the behavior settings held by the product app are temporarily combined with the behavior settings held by the template app associated with the product app, so that the behavior settings held by the template app are combined with the product. Including synthesis steps to reflect in the app,
The behavior settings are the screen linked to (1) screen element settings, (2) variable settings, (3) authenticity judgment condition settings, (4) screen element settings and authenticity judgment condition settings. The event handler is the logic flow associated with the setting of the element state, (5) the setting of the logic flow composed of the processing unit and the processing order, and (6) the setting of the screen element and the setting of the logic flow. Information processing methods, including event type settings.
JP2020167260A 2020-10-01 2020-10-01 Information processing device, information processing program, and information processing method Pending JP2022059478A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020167260A JP2022059478A (en) 2020-10-01 2020-10-01 Information processing device, information processing program, and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020167260A JP2022059478A (en) 2020-10-01 2020-10-01 Information processing device, information processing program, and information processing method

Publications (1)

Publication Number Publication Date
JP2022059478A true JP2022059478A (en) 2022-04-13

Family

ID=81124207

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020167260A Pending JP2022059478A (en) 2020-10-01 2020-10-01 Information processing device, information processing program, and information processing method

Country Status (1)

Country Link
JP (1) JP2022059478A (en)

Similar Documents

Publication Publication Date Title
JP6928644B2 (en) Creating a project in a content management system
WO2021184725A1 (en) User interface test method and apparatus, storage medium, and computer device
CN108388622B (en) API interface dynamic generation method and device, computer equipment and storage medium
US20070240102A1 (en) Software development tool for sharing test and deployment assets
US20140114822A1 (en) Method and system for creating tax configuration templates
JP2012501586A (en) Minimum extension required for multi-master offline and collaboration for devices and web services
US20180189693A1 (en) Automatically suggesting project affiliations
CN111061475B (en) Software code generating method, device, computer equipment and storage medium
US20200065313A1 (en) Extensible content object metadata
US20090300649A1 (en) Sharing An Object Among Multiple Applications
US10956868B1 (en) Virtual reality collaborative workspace that is dynamically generated from a digital asset management workflow
US11328254B2 (en) Automatic group creation based on organization hierarchy
US20170351509A1 (en) Prototype management system
JP2016066355A (en) Web application generating system, control method of web application generating system, program for web application generating system, web application generating device, control method of web application generating device, and program for web application generating device
JP2022059478A (en) Information processing device, information processing program, and information processing method
US20230195455A1 (en) Automated Developer Governance System
CN115543428A (en) Simulated data generation method and device based on strategy template
JP2024505238A (en) Data processing system with operations on logical dataset groups
JP3544284B2 (en) Database utilization system
JP6770813B2 (en) Information management equipment, information management methods, and information management programs.
JP6947582B2 (en) Data updater, data update method, and data update program
US20070226712A1 (en) Method of providing software development services
JP7250590B2 (en) Price plan change device, price plan change method, and price plan change program
JP6755364B1 (en) Operation execution device, operation execution method, and operation execution program
JP6913591B2 (en) Balance management device, balance management method, and balance management program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230518