JP2022132049A - System development support apparatus, system development support method, and system development support program - Google Patents

System development support apparatus, system development support method, and system development support program Download PDF

Info

Publication number
JP2022132049A
JP2022132049A JP2021171971A JP2021171971A JP2022132049A JP 2022132049 A JP2022132049 A JP 2022132049A JP 2021171971 A JP2021171971 A JP 2021171971A JP 2021171971 A JP2021171971 A JP 2021171971A JP 2022132049 A JP2022132049 A JP 2022132049A
Authority
JP
Japan
Prior art keywords
system development
action
developer
identification information
information
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
JP2021171971A
Other languages
Japanese (ja)
Inventor
健人 馬場
Taketo Baba
聡 吉井
Satoshi Yoshii
剛光 上野
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
Publication of JP2022132049A publication Critical patent/JP2022132049A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

To provide a system development support apparatus configured to prevent inappropriate actions from being set in a system development in which a developer sets actions to be executed on a screen used by a user, a system development support method, and a system development support program.SOLUTION: A system development support apparatus 100 includes: an acquisition unit 102c1 which acquires an error code and availability associated with a control selected by a developer, an event set by the developer for the selected control, and an action set by the developer for the selected event, in system development, by referring to an action table including control type, event type, action type, availability, and error code; and a display unit 102c2 which displays, when the acquired availability is information indicating that settings for the action are inappropriate, an error message corresponding to the acquired error code.SELECTED DRAWING: Figure 1

Description

本発明は、システム開発支援装置、システム開発支援方法およびシステム開発支援プログラムに関する。 The present invention relates to a system development support device, a system development support method, and a system development support program.

特許文献1には、ユーザインターフェースが備えるべき画面の表示機能、画面からのデータ入力機能、画面からのアプリケーションプログラムとそのデータの呼び出し機能を、あらかじめ用意しておく画面要素と組み合わせて連携させることで、ユーザインターフェースの開発/変更に個々の画面要素およびプログラムの作成を不要にし、データ設定も簡易にしたため、ユーザインターフェースの開発/変更を容易にして、開発コスト削減と開発期間短縮ができるユーザインターフェースの開発支援装置が開示されている(特許文献1の0028段落参照)。 In Patent Document 1, a screen display function that a user interface should have, a data input function from the screen, and an application program and its data call function from the screen are combined and linked with screen elements prepared in advance. , It is not necessary to create individual screen elements and programs for developing/modifying the user interface, and the data setting is also simplified. A development support device is disclosed (see paragraph 0028 of Patent Document 1).

特開2009-9472号公報JP-A-2009-9472

このようなシステム開発の分野において、プログラミングでシステム開発を行う際には、自由度の高さゆえに、ユーザー操作に対して適切でない応答処理(アクション)が記述されることがあるという問題があった。また、ローコード開発においても、同様の問題があった。 In the field of such system development, when developing a system by programming, due to the high degree of freedom, there is a problem that response processing (actions) that are inappropriate for user operations may be described. . Also, in low-code development, there was a similar problem.

適切ではないアクション設定の具体例について簡単に説明する。例えば、テキストボックスを対象とした値変更処理を構成するアクションとして、「メッセージボックス起動」を設定するのは不適切である。ユーザーは、テキストボックスの値変更処理中に、別のメッセージボックスを起動することを通常は意図しないためである。なお、この場合、適切なアクションの設定例としては、例えば、「ツールチップ表示」等が挙げられる。 Briefly describe specific examples of inappropriate action settings. For example, it is inappropriate to set "activate message box" as an action that constitutes value change processing for a text box. This is because the user usually does not intend to activate another message box while the value of the text box is being changed. In this case, an example of setting an appropriate action is, for example, "display tooltip".

本発明は、上記問題点に鑑みてなされたものであって、ユーザーが利用する画面上で実行されるアクションを開発者が設定することにより行うシステム開発において、不適切な前記アクションの設定を防止することができるシステム開発支援装置、システム開発支援方法およびシステム開発支援プログラムを提供することを目的とする。 SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned problems. It is an object of the present invention to provide a system development support device, a system development support method, and a system development support program that can

上述した課題を解決し、目的を達成するために、本発明に係るシステム開発支援装置においては、ユーザーが利用する画面上で実行されるアクションを開発者が設定することにより行うシステム開発において、不適切な前記アクションの設定を防止することができる、制御部を備えるシステム開発支援装置であって、前記制御部は、前記画面上に表示される要素であるコントロールと、当該コントロールに対して実行されるイベントと、当該イベントの実行中または実行後に行われる具体的処理である前記アクションと、前記アクションの設定が適切か不適切かを識別するための設定可否識別情報と、エラー識別情報と、を含む、設定可能な前記アクションの情報を管理するためのアクション表を参照して、システム開発の際に、前記開発者により選択されたコントロール、当該選択されたコントロールに対して前記開発者により設定されたイベント、および、当該選択されたイベントに対して前記開発者により設定されたアクションと紐付く設定可否識別情報およびエラー識別情報を取得する取得手段と、前記取得手段で取得した設定可否識別情報が、前記アクションの設定が不適切であることを示す情報である場合、前記取得手段で取得したエラー識別情報に対応するエラーメッセージを表示する表示手段と、を備えること、を特徴とする。 In order to solve the above-described problems and achieve the object, in the system development support device according to the present invention, in the system development performed by the developer setting actions to be executed on the screen used by the user, A system development support device capable of preventing setting of an appropriate action, comprising a control unit, wherein the control unit includes a control that is an element displayed on the screen and a control that is executed for the control. an event, the action that is a specific process to be performed during or after the execution of the event, setting propriety identification information for identifying whether the setting of the action is appropriate or inappropriate, and error identification information. By referring to an action table for managing information of the actions that can be set, the control selected by the developer during system development, and the control set by the developer for the selected control and an acquisition means for acquiring setting permission/prohibition identification information and error identification information associated with an action set by the developer for the selected event; and display means for displaying an error message corresponding to the error identification information acquired by the acquisition means when the information indicates that the action setting is inappropriate.

また、本発明に係るシステム開発支援装置においては、前記エラーメッセージは、設定されるべき適切な前記アクションの情報を含むものであること、を特徴とする。 Also, in the system development support device according to the present invention, the error message includes information on the appropriate action to be set.

また、本発明に係るシステム開発支援装置においては、前記システム開発が、ソースコードを全く書かずに行われるシステム開発またはソースコードをほとんど書かずに行われるシステム開発であること、を特徴とする。 Further, in the system development support device according to the present invention, the system development is characterized in that the system development is performed without writing any source code or system development is performed with almost no source code written.

また、本発明に係るシステム開発支援方法においては、ユーザーが利用する画面上で実行されるアクションを開発者が設定することにより行うシステム開発において、不適切な前記アクションの設定を防止することができる、制御部を備える情報処理装置で実行されるシステム開発支援方法であって、前記制御部で実行される、前記画面上に表示される要素であるコントロールと、当該コントロールに対して実行されるイベントと、当該イベントの実行中または実行後に行われる具体的処理である前記アクションと、前記アクションの設定が適切か不適切かを識別するための設定可否識別情報と、エラー識別情報と、を含む、設定可能な前記アクションの情報を管理するためのアクション表を参照して、システム開発の際に、前記開発者により選択されたコントロール、当該選択されたコントロールに対して前記開発者により設定されたイベント、および、当該選択されたイベントに対して前記開発者により設定されたアクションと紐付く設定可否識別情報およびエラー識別情報を取得する取得ステップと、前記取得ステップで取得した設定可否識別情報が、前記アクションの設定が不適切であることを示す情報である場合、前記取得ステップで取得したエラー識別情報に対応するエラーメッセージを表示する表示ステップと、を含むこと、を特徴とする。 In addition, in the system development support method according to the present invention, it is possible to prevent inappropriate setting of the action in the system development performed by the developer setting the action to be executed on the screen used by the user. , a system development support method executed by an information processing apparatus having a control unit, wherein a control, which is an element displayed on the screen, executed by the control unit, and an event executed for the control , the action that is a specific process performed during or after the execution of the event, setting availability identification information for identifying whether the setting of the action is appropriate or inappropriate, and error identification information, Controls selected by the developer and events set by the developer for the selected controls during system development by referring to an action table for managing information on the actions that can be set. , and an obtaining step of obtaining setting permission/prohibition identification information and error identification information associated with the action set by the developer for the selected event; and a display step of displaying an error message corresponding to the error identification information acquired in the acquisition step if the information indicates that the action setting is inappropriate.

また、本発明に係るシステム開発支援プログラムにおいては、ユーザーが利用する画面上で実行されるアクションを開発者が設定することにより行うシステム開発において、不適切な前記アクションの設定を防止することができる、制御部を備える情報処理装置に実行させるためのシステム開発支援プログラムであって、前記制御部に実行させるための、前記画面上に表示される要素であるコントロールと、当該コントロールに対して実行されるイベントと、当該イベントの実行中または実行後に行われる具体的処理である前記アクションと、前記アクションの設定が適切か不適切かを識別するための設定可否識別情報と、エラー識別情報と、を含む、設定可能な前記アクションの情報を管理するためのアクション表を参照して、システム開発の際に、前記開発者により選択されたコントロール、当該選択されたコントロールに対して前記開発者により設定されたイベント、および、当該選択されたイベントに対して前記開発者により設定されたアクションと紐付く設定可否識別情報およびエラー識別情報を取得する取得ステップと、前記取得ステップで取得した設定可否識別情報が、前記アクションの設定が不適切であることを示す情報である場合、前記取得ステップで取得したエラー識別情報に対応するエラーメッセージを表示する表示ステップと、を含むこと、を特徴とする。 In addition, in the system development support program according to the present invention, it is possible to prevent inappropriate setting of the action in the system development performed by the developer setting the action to be executed on the screen used by the user. , a system development support program to be executed by an information processing apparatus having a control unit, comprising: a control, which is an element displayed on the screen, to be executed by the control unit; an event, the action that is a specific process to be performed during or after the execution of the event, setting propriety identification information for identifying whether the setting of the action is appropriate or inappropriate, and error identification information. By referring to an action table for managing information of the actions that can be set, the control selected by the developer during system development, and the control set by the developer for the selected control an acquisition step of acquiring setting permission/prohibition identification information and error identification information associated with an action set by the developer for the selected event, and setting permission/prohibition identification information obtained in the obtaining step and a display step of displaying an error message corresponding to the error identification information obtained in the obtaining step if the information indicates that the action setting is inappropriate.

本発明によれば、ユーザーが利用する画面上で実行されるアクションを開発者が設定することにより行うシステム開発において、不適切な前記アクションの設定を防止することができるという効果を奏する。 Advantageous Effects of Invention According to the present invention, it is possible to prevent inappropriate settings of actions in system development performed by a developer setting actions to be executed on screens used by users.

図1は、システム開発支援装置の構成の一例を示すブロック図である。FIG. 1 is a block diagram showing an example of the configuration of a system development support device. 図2は、アクション表の一例を示す図である。FIG. 2 is a diagram showing an example of an action table. 図3は、エラーコードとメッセージの対応表の一例を示す図である。FIG. 3 is a diagram showing an example of a correspondence table between error codes and messages. 図4は、コントロール情報の一例を示す図である。FIG. 4 is a diagram showing an example of control information. 図5は、ロジックフロー情報・アクション情報の一例を示す図である。FIG. 5 is a diagram showing an example of logic flow information/action information. 図6は、イベント情報の一例を示す図である。FIG. 6 is a diagram showing an example of event information. 図7は、チェックの全体像の一例を示す図である。FIG. 7 is a diagram showing an example of an overview of checking. 図8は、画面情報のチェックのフローチャートの一例を示す図である。FIG. 8 is a diagram showing an example of a flowchart for checking screen information. 図9は、イベント情報のチェックのフローチャートの一例を示す図である。FIG. 9 is a diagram showing an example of a flowchart for checking event information. 図10は、ロジックフロー情報のチェックのフローチャートの一例を示す図である。FIG. 10 is a diagram illustrating an example of a flowchart for checking logic flow information. 図11は、コントロールの選択およびイベントの追加を示す画面例である。FIG. 11 is a screen example showing selection of a control and addition of an event. 図12は、「値変更処理1」というロジックフローの作成を示す画面例である。FIG. 12 is an example of a screen showing creation of a logic flow "value change process 1". 図13は、「APIの実行」というアクションの配置を示す画面例である。FIG. 13 is a screen example showing the placement of the action "execute API". 図14は、「分岐」というアクションの配置を示す画面例である。FIG. 14 is a screen example showing the arrangement of the action "branch". 図15は、「メッセージボックス起動」というアクションの配置を示す画面例である。FIG. 15 is a screen example showing the arrangement of the action "activate message box". 図16は、「ツールチップ表示」というアクションの配置を示す画面例である。FIG. 16 is a screen example showing the arrangement of the action "display tool tip". 図17は、ツールチップの表示の一例を示す図である。FIG. 17 is a diagram showing an example of display of a tool tip.

以下に、本発明に係るシステム開発支援装置、システム開発支援方法およびシステム開発支援プログラムの実施形態を、図面に基づいて詳細に説明する。なお、本実施形態により本発明が限定されるものではない。 EMBODIMENT OF THE INVENTION Below, embodiment of the system development assistance apparatus, the system development assistance method, and the system development assistance program which concern on this invention is described in detail based on drawing. It should be noted that the present invention is not limited by this embodiment.

[1.概要等]
(1)本発明で用いる用語
本発明で用いる用語の意味は、以下のとおりである。
・コントロール・・・テキストやボタンなどの一般的なコントロールと同義。
・イベント・・・ボタンクリック等の、ユーザーの対話的操作で実行される処理。一般的なイベントと同義。
・アクション・・・「APIの実行」および「画面の起動」等の、一つの目的を満たすための処理の単位。
・ロジックフロー・・・イベントに設定することができる0~N個の処理(アクション)の固まり。情報として、アクション情報(複数)およびアクションの実行順序を保持する。
・画面イベント・・・画面起動時に実行されるイベント等の、画面全体の操作に対して実行されるイベント。情報として、イベントの種類およびロジックフローの識別子を保持する。
・コントロールイベント・・・テキストの値変更時のイベントやボタンのクリック時のイベント等の、コントロールに対して実行されるイベント。情報として、コントロールの識別子、イベントの種類およびロジックフローの識別子を保持する。
[1. Overview, etc.]
(1) Terms used in the present invention Meanings of terms used in the present invention are as follows.
・Control・・・Synonymous with general controls such as text and buttons.
・Event: A process executed by a user's interactive operation such as a button click. Synonymous with general event.
Action: A unit of processing for satisfying one purpose, such as "execute API" and "start screen".
Logic flow: A group of 0 to N processes (actions) that can be set in an event. As information, action information (plurality) and action execution order are retained.
Screen event: an event executed for the operation of the entire screen, such as an event executed when the screen is activated. The event type and logic flow identifier are retained as information.
・Control event: An event that is executed for a control, such as an event when a text value is changed or an event when a button is clicked. As information, it retains control identifiers, event types, and logic flow identifiers.

(2)本発明の背景と概要
本発明は、ローコード開発ツールにおける、システム開発時のユーザービリティ低下抑制機能に関するものである。
(2) Background and outline of the present invention The present invention relates to a usability degradation suppression function during system development in a low-code development tool.

ビジネス環境の変化が激しい中、情報システムも経営スピードに追従することが大前提とされ、スピーディーなシステム変化が必要になっている。こういった中、ローコード開発ツールが注目されているが、そのユーザー層がベンダーだけでなく、システム利用会社のシステム担当者まで広がっている。このため、ユーザービリティの高い画面を誰でも簡単に作成できる仕組みが求められている。 In the midst of rapid changes in the business environment, it is essential that information systems keep pace with management speed, and speedy system changes are required. Under these circumstances, low-code development tools are attracting attention, and their user base is not limited to vendors, but is expanding to include system managers at companies using systems. Therefore, there is a demand for a mechanism that allows anyone to easily create a screen with high usability.

ここで、ローコード開発を利用しないシステム開発においては、プログラミングでは、処理を実装しようと思えば各コントロールイベントに自由に処理を記述できた。この結果として、検証処理の中で「ページ遷移」およびチェックボックスの切り替えで「メッセージボックス起動」等の、ユーザーが予想できない画面動作が行われる可能性があるという問題があった。また挙動の統一性についても問題があった。 Here, in system development that does not use low-code development, in programming, if you want to implement processing, you can freely describe processing for each control event. As a result, there is a possibility that screen operations that the user cannot anticipate, such as "page transition" and "message box activation" due to check box switching, may occur during the verification process. There was also a problem with uniformity of behavior.

また、ローコード開発を利用したシステム開発においても、従来においては、同様の問題が発生しており、各コントロールのイベントに対して設定可能な動作を制限することは困難であった。 Also, in system development using low-code development, the same problem has occurred in the past, and it has been difficult to limit the actions that can be set for the events of each control.

そこで、本実施形態においては、例えば、画面コントロールのイベントに対して設定可能な行為にチェック機構を設けて制御することで、挙動に対して統一性のない画面およびユーザーの操作に対するレスポンスとして適切でない画面の開発を防げるようにした。言い換えると、本実施形態においては、例えば、コントロールのイベントについて、各画面操作機能(ビジネス処理の実行、画面の遷移および画面の起動等)を定義しておくことで、設定操作を行ったタイミングで不正な設定を検出できるようにした。以下、具体的な構成および動作について説明する。 Therefore, in the present embodiment, for example, by providing a check mechanism for actions that can be set for screen control events and controlling them, it is not appropriate to respond to screens with inconsistent behavior and user operations. Prevent screen development. In other words, in the present embodiment, for example, by defining each screen operation function (execution of business processing, screen transition, screen activation, etc.) for control events, Detect invalid settings. Specific configurations and operations will be described below.

[2.構成]
本実施形態に係るシステム開発支援装置100の構成の一例について、図1を参照して説明する。図1は、システム開発支援装置100の構成の一例を示すブロック図である。
[2. Constitution]
An example of the configuration of the system development support device 100 according to this embodiment will be described with reference to FIG. FIG. 1 is a block diagram showing an example of the configuration of the system development support device 100. As shown in FIG.

システム開発支援装置100は、市販のデスクトップ型パーソナルコンピュータである。なお、システム開発支援装置100は、デスクトップ型パーソナルコンピュータのような据置型情報処理装置に限らず、市販されているノート型パーソナルコンピュータ、PDA(Personal Digital Assistants)、スマートフォン、タブレット型パーソナルコンピュータなどの携帯型情報処理装置であってもよい。 The system development support device 100 is a commercially available desktop personal computer. Note that the system development support device 100 is not limited to a stationary information processing device such as a desktop personal computer, and may be a mobile device such as a commercially available notebook personal computer, PDA (Personal Digital Assistants), a smart phone, or a tablet personal computer. type information processing device.

システム開発支援装置100は、制御部102と通信インターフェース部104と記憶部106と入出力インターフェース部108と、を備えている。システム開発支援装置100が備えている各部は、任意の通信路を介して通信可能に接続されている。 The system development support device 100 includes a control unit 102 , a communication interface unit 104 , a storage unit 106 and an input/output interface unit 108 . Each unit included in the system development support device 100 is communicably connected via an arbitrary communication path.

通信インターフェース部104は、ルータ等の通信装置および専用線等の有線または無線の通信回線を介して、システム開発支援装置100をネットワーク300に通信可能に接続する。通信インターフェース部104は、他の装置と通信回線を介してデータを通信する機能を有する。ここで、ネットワーク300は、システム開発支援装置100とサーバ200とを相互に通信可能に接続する機能を有し、例えばインターネットやLAN(Local Area Network)等である。なお、後述する各種マスタ等のデータは、例えばサーバ200に格納されてもよい。 The communication interface unit 104 communicably connects the system development support apparatus 100 to the network 300 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 system development support apparatus 100 and the server 200 so that they can communicate with each other, and is, for example, the Internet or a LAN (Local Area Network). Data such as various masters described later may be stored in the server 200, for example.

入出力インターフェース部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 section 108 . The output device 114 can be a monitor (including a home television), a speaker, or a printer. The input device 112 can be a keyboard, a mouse, a microphone, or a monitor that realizes a pointing device function in cooperation with a mouse. Note that, hereinafter, the output device 114 may be referred to as the monitor 114 and the input device 112 may be referred to as the keyboard 112 or the mouse 112 .

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

記憶部106は、例えば、アクション表106aと、対応表106bと、コントロール情報106cと、ロジックフロー情報・アクション情報106dと、イベント情報106eと、を備えている。 The storage unit 106 includes, for example, an action table 106a, a correspondence table 106b, control information 106c, logic flow information/action information 106d, and event information 106e.

本実施形態に係る開発支援装置100によれば、ユーザーが利用する画面上で実行されるアクションを開発者が設定することにより行うシステム開発において、不適切な前記アクションの設定を防止することができる。前記システム開発は、例えば、ソースコードを全く書かずに行われるシステム開発(いわゆるノーコード開発)またはソースコードをほとんど書かずに行われるシステム開発(いわゆるローコード開発)であることが好ましい。 According to the development support device 100 according to the present embodiment, in system development performed by a developer setting actions to be executed on a screen used by a user, inappropriate setting of the actions can be prevented. . The system development is preferably, for example, system development without writing any source code (so-called no-code development) or system development without writing any source code (so-called low-code development).

アクション表106aは、図2に示すように、例えば、前記画面上に表示される要素であるコントロール(コントロールタイプ)と、当該コントロールに対して実行されるイベント(イベントタイプ)と、当該イベントの実行中または実行後に行われる具体的処理である前記アクション(アクションタイプ)と、前記アクションの設定が適切か不適切かを識別するための設定可否識別情報(利用可否)と、エラー識別情報(エラーコード)と、を含む。要するに、アクション表106aは、設定可能な前記アクションの情報を管理するための表である。前記設定可否識別情報(利用可否)は、前記アクションの設定が適切であることを示す情報(図2では、「〇」)、または、前記アクションの設定が不適切であることを示す情報(図2では、「×」)である。 As shown in FIG. 2, the action table 106a includes, for example, a control (control type) that is an element displayed on the screen, an event (event type) executed for the control, and an event execution The action (action type), which is a specific process performed during or after execution, setting availability identification information (availability) for identifying whether the action setting is appropriate or inappropriate, and error identification information (error code ) and including. In short, the action table 106a is a table for managing information on the actions that can be set. The setting propriety identification information (usability) is information indicating that the action setting is appropriate ("○" in FIG. 2) or information indicating that the action setting is inappropriate ( 2, it is "x").

例えば、図2に示すように、コントロールタイプ「テキストボックス」およびイベントタイプ「値変更」に対して、アクションタイプ「メッセージボックス起動」を設定するのは不適切であるため、利用可否「×」およびエラーコード「Error6」が設定されている。これに対して、図2に示すように、コントロールタイプ「テキストボックス」およびイベントタイプ「値変更」に対して、アクションタイプ「ツールチップ表示」を設定するのは適切であるため、利用可否「〇」が設定されている。 For example, as shown in Figure 2, it is inappropriate to set the action type "Message box activation" for the control type "text box" and the event type "value change". The error code "Error6" is set. On the other hand, as shown in Figure 2, it is appropriate to set the action type "Tool tip display" for the control type "text box" and the event type "value change". ” is set.

対応表106bは、図3に示すように、例えば、前記エラー識別情報(エラーコード)と、エラーメッセージと、等を含む。当該エラーメッセージは、設定されるべき適切な前記アクションの情報を含むものであることが好ましい。例えば、エラーメッセージ「テキストの値変更イベントでメッセージボックス起動は設定できません。エラーや警告はツールチップで表示してください。」において、「エラーや警告はツールチップで表示してください。」の部分が、設定されるべき適切な前記アクションの情報に相当する。 The correspondence table 106b includes, for example, the error identification information (error code), error messages, etc., as shown in FIG. Preferably, the error message contains information on the appropriate action to be set. For example, in the error message "Cannot set message box activation on text value change event. Please display errors and warnings with tooltips.", the part "Please display errors and warnings with tooltips." , corresponds to the information of the appropriate action to be set.

コントロール情報106cは、前記コントロールのオブジェクト情報(コントロールモデル)を配列で保持する。コントロール情報106cは、図4に示すように、例えば、識別キーと、タイプと、子要素キーと、識別名と、等を含む。識別キーとは、システム内で採番される一意のキーである。タイプとは、前記コントロールの種類である。子要素キーとは、自身の子要素になりえる識別キーの配列である。識別名とは、ユーザーが設定する一意のキーである。 The control information 106c holds the object information (control model) of the control in an array. The control information 106c includes, for example, an identification key, a type, a child element key, an identification name, etc., as shown in FIG. An identification key is a unique key numbered within the system. Type is the type of control. A child element key is an array of identification keys that can be its own child element. A distinguished name is a unique key set by the user.

次に、ロジックフロー情報・アクション情報106dは、ロジックフローのオブジェクト情報(ロジックフローモデル)を配列で保持する。ロジックフローモデル内では、前記アクションのオブジェクト情報(アクションモデル)および実行順序を制御するオブジェクト(フローモデル)が配列で保持される。 Next, the logic flow information/action information 106d holds logic flow object information (logic flow model) in an array. In the logic flow model, object information (action model) of the actions and an object (flow model) for controlling the execution order are held in an array.

ロジックフロー情報・アクション情報106dは、例えば、複数のロジックフローを有し、更に、各ロジックフローに対して、フローおよび前記アクションを有する。 The logic flow information/action information 106d has, for example, a plurality of logic flows, and further has a flow and the action for each logic flow.

図5に示すロジックフロー情報・アクション情報106dの例では、複数のロジックフローとして、識別キー「ロジックフローキー1」で特定される「ボタンクリック処理」および識別キー「ロジックフローキー2」で特定される「値変更処理」が設定されている。そして、図5に示すロジックフロー情報・アクション情報106dの例では、「ボタンクリック処理」に対して、フローおよびアクションが設定されている。 In the example of the logic flow information/action information 106d shown in FIG. 5, as a plurality of logic flows, the "button click processing" identified by the identification key "logic flow key 1" and the identification key "logic flow key 2" are identified. "Value change processing" is set. In the example of the logic flow information/action information 106d shown in FIG. 5, a flow and an action are set for "button click processing".

フローは、図5に示すように、実行元アクションキーと、次実行アクションキーと、コールバックキーと、等を含む。実行元アクションキーは、処理の実行順の元になるアクションの識別キーである。次実行アクションキーは、実行元アクションキーが示すアクションが実行されたあとに実行するアクションの識別キーである。コールバックキーは、実行時にユーザーが選択した行為を判別するためのキーである(例えば、ユーザーがメッセージボックスでYesを選択した場合は、Yesのフローを特定し、終了キーに従ったアクションが実行される)。 The flow includes an execution source action key, a next execution action key, a callback key, and the like, as shown in FIG. The execution source action key is the identification key of the action that is the source of the processing execution order. The next execution action key is an identification key of an action to be executed after the action indicated by the execution source action key is executed. A callback key is a key to determine the action selected by the user at runtime (for example, if the user selects Yes in a message box, the Yes flow is specified and the action according to the end key is executed). is done).

アクションは、図5に示すように、識別キーと、タイプと、等を含む。 Actions include identification keys, types, and the like, as shown in FIG.

次に、イベント情報106eは、各コントロールに設定できる前記イベントおよびロジックフローを紐付ける情報であり、前記イベントのオブジェクト情報(イベントモデル)を配列で保持する。イベント情報106eは、図6に示すように、例えば、タイプと、コントロール識別キーと、イベントタイプと、ロジックフロー識別キーと、等を含む。タイプは、画面イベントかコントロールイベントかを示す値である。コントロール識別キーは、コントロールモデルの識別キーである。イベントタイプは、実行されるイベントの種類である。ロジックフロー識別キーは、ロジックフローモデルの識別キーである。 Next, the event information 106e is information that links the event that can be set to each control and the logic flow, and holds the object information (event model) of the event in an array. The event information 106e includes, for example, a type, a control identification key, an event type, a logic flow identification key, etc., as shown in FIG. The type is a value indicating whether the event is a screen event or a control event. The control identification key is the identification key of the control model. The event type is the type of event to be executed. A logic flow identification key is an identification key of a logic flow model.

図6に示すイベント情報106eの例における最下段の「イベントモデル」の文字を右に付した欄の設定について説明すると、この欄においては、イベントタイプとして「値変更」が設定され、コントロール識別キーとして、「コントロールキー3(図4に示すようにテキストボックスに対応)」が設定され、ロジックフロー識別キーとして「ロジックフローキー2(図5に示すように値変更処理に対応)」が設定されている。このため、この欄においては、テキストボックスに対して、「値変更」というイベントおよび「値変更処理」というロジックフローが設定されている。 In the example of the event information 106e shown in FIG. 6, the setting of the column labeled "event model" on the right side will be described. , "control key 3 (corresponding to the text box as shown in FIG. 4)" is set, and "logic flow key 2 (corresponding to value change processing as shown in FIG. 5)" is set as the logic flow identification key ing. Therefore, in this column, an event "value change" and a logic flow "value change process" are set for the text box.

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

制御部102は、機能概念的に、例えば、画面情報チェック部102aと、イベント情報チェック部102bと、ロジックフロー情報チェック部102cと、を備えている。ロジックフロー情報チェック部102cは、更に例えば、前記画面上に表示される要素であるコントロールと、当該コントロールに対して実行されるイベントと、当該イベントの実行中または実行後に行われる具体的処理である前記アクションと、前記アクションの設定が適切か不適切かを識別するための設定可否識別情報と、エラー識別情報と、を含む、設定可能な前記アクションの情報を管理するためのアクション表を参照して、システム開発の際に、前記開発者により選択されたコントロール、当該選択されたコントロールに対して前記開発者により設定されたイベント、および、当該選択されたイベントに対して前記開発者により設定されたアクションと紐付く設定可否識別情報およびエラー識別情報を取得する取得手段としての取得部102c1と、前記取得手段で取得した設定可否識別情報が、前記アクションの設定が不適切であることを示す情報である場合、前記取得手段で取得したエラー識別情報に対応するエラーメッセージを表示する表示手段としての表示部102c2と、を備えている。 The control unit 102 functionally conceptually includes, for example, a screen information check unit 102a, an event information check unit 102b, and a logic flow information check unit 102c. The logic flow information check unit 102c further includes, for example, a control that is an element displayed on the screen, an event that is executed for the control, and a specific process that is executed during or after the execution of the event. refer to an action table for managing information on the actions that can be set, including the actions, setting propriety identification information for identifying whether the action setting is appropriate or not, and error identification information; a control selected by the developer, an event set by the developer for the selected control, and an event set by the developer for the selected event during system development. an acquisition unit 102c1 as acquisition means for acquiring setting permission/prohibition identification information and error identification information associated with an action, and information indicating that the setting permission/prohibition identification information obtained by the acquisition means is inappropriate for the action setting. , a display unit 102c2 as display means for displaying an error message corresponding to the error identification information acquired by the acquisition means.

画面情報チェック部102aは、画面情報のチェックを行う。 The screen information check unit 102a checks screen information.

イベント情報チェック部102bは、イベント情報のチェックを行う。 The event information check unit 102b checks event information.

ロジックフロー情報チェック部102cは、ロジックフロー情報のチェックを行う。 The logic flow information check unit 102c checks logic flow information.

取得部102c1は、前記コントールタイプと前記イベントタイプと前記アクションタイプと前記利用可否と前記エラーコードとを含むアクション表106a(図2参照)を参照して、システム開発の際に、前記開発者により選択されたコントロール、当該選択されたコントロールに対して前記開発者により設定されたイベント、および、当該選択されたイベントに対して前記開発者により設定されたアクションと紐付く利用可否およびエラーコードを取得する。 The acquisition unit 102c1 refers to the action table 106a (see FIG. 2) that includes the control type, the event type, the action type, the usability, and the error code. Get the availability and error codes associated with the selected control, the event set by the developer for the selected control, and the action set by the developer for the selected event do.

表示部102c2は、取得部102c1で取得した利用可否が、前記アクションの設定が不適切であることを示す情報(図2では、「×」)である場合、取得部102c1で取得したエラーコードに対応するエラーメッセージを表示する。 If the usability acquired by the acquisition unit 102c1 is information indicating that the setting of the action is inappropriate ("x" in FIG. 2), the display unit 102c2 changes the error code acquired by the acquisition unit 102c1 to Display the corresponding error message.

[3.処理の概要と流れ]
本項目では、本実施形態に係る処理の概要について[3-1]で説明し、本実施形態に係る処理の流れについて[3-2]で説明する。
[3. Overview and flow of processing]
In this item, the outline of the processing according to this embodiment will be described in [3-1], and the flow of processing according to this embodiment will be described in [3-2].

[3-1.処理の概要]
本項目では、本実施形態に係る処理の概要について説明する。本実施形態におけるチェックの全体像のイメージは、図7に示すとおりであり、画面情報を基に「チェック処理」が実行され、チェック結果が開発者に返却される。
[3-1. Overview of processing]
In this section, an outline of processing according to this embodiment will be described. The overall image of the check in this embodiment is as shown in FIG. 7. The "check process" is executed based on the screen information, and the check result is returned to the developer.

本実施形態におけるチェック処理のタイミングとしては、設定が変更されたタイミングで、非同期で随時実行される。非同期としている理由は、チェック中であっても開発者が設定の変更を進めることができるようにするためである。 As for the timing of the check processing in this embodiment, it is executed asynchronously at any time at the timing when the setting is changed. The reason for making it asynchronous is to allow developers to proceed with configuration changes even while checking is in progress.

本実施形態におけるチェック処理の対象は、画面情報(コントロール情報、ロジックフロー情報、アクション情報およびイベント情報)である。 The target of the check processing in this embodiment is screen information (control information, logic flow information, action information and event information).

本実施形態におけるチェック処理の結果情報としては、エラーコードおよびエラーメッセージが開発者に返却される。なお、エラーコードおよびエラーメッセージは、複数返却されてもよい。 As result information of the check processing in this embodiment, an error code and an error message are returned to the developer. Multiple error codes and error messages may be returned.

[3-2.処理の流れ]
本項目では、本実施形態に係る処理の流れについて、図8~図10を用いて説明する。本実施形態においては、コントロール情報、イベント情報、ロジックフロー情報およびアクション情報という順でチェックが実行される。また、チェック処理実行中に検知したエラーは、「エラーコードスタック」にエラーコードとしてスタックされる。
[3-2. Process flow]
In this section, the flow of processing according to this embodiment will be described with reference to FIGS. 8 to 10. FIG. In this embodiment, control information, event information, logic flow information and action information are checked in this order. Errors detected during check processing are stacked as error codes in the "error code stack".

(1)画面情報のチェック
まず、画面情報のチェックについて、図8を用いて説明する。
(1) Screen Information Check First, the screen information check will be described with reference to FIG.

画面情報チェック部102aは、コントロール情報をチェックする(図8のステップS1)。具体的には、「親子関係に不整合がないか」および「不正なプロパティが設定されてないか」をチェックする。 The screen information check unit 102a checks the control information (step S1 in FIG. 8). Specifically, "whether there is an inconsistency in the parent-child relationship" and "whether an illegal property is set" are checked.

親子関係に不整合がある場合、または、不正なプロパティが設定されている場合(図8のステップS1においてNG)、画面情報チェック部102aは、検知したエラーをエラーコードスタックへ追加する(図8のステップS2)。 If there is an inconsistency in the parent-child relationship, or if an invalid property is set (NG in step S1 in FIG. 8), the screen information checking unit 102a adds the detected error to the error code stack (see FIG. 8). step S2).

これに対して、チェック結果がOKである場合(図8のステップS1においてOK)、図9へ進み、画面情報に定義されているイベントすべてについて、順番にチェックが行われる。 On the other hand, if the check result is OK (OK in step S1 of FIG. 8), the process proceeds to FIG. 9, and all the events defined in the screen information are checked in order.

(2)イベント情報のチェック
次に、イベント情報のチェックについて、図9を用いて説明する。
(2) Checking Event Information Next, checking event information will be described with reference to FIG.

イベント情報チェック部102bは、設定されているコントロールの識別子が、コントロール情報106cに存在するかチェックする(図9のステップS3)。 The event information check unit 102b checks whether the identifier of the set control exists in the control information 106c (step S3 in FIG. 9).

存在しない場合(図9のステップS3においてNG)、イベント情報チェック部102bは、検知したエラーをエラーコードスタックへ追加し(図9のステップS4)、処理は終了する(エンド)。 If it does not exist (NG in step S3 of FIG. 9), the event information check unit 102b adds the detected error to the error code stack (step S4 of FIG. 9), and the process ends (END).

これに対して、存在する場合(図9のステップS3においてOK)、イベント情報チェック部102bは、コントロールタイプを保持する。そして、イベント情報チェック部102bは、続けて、設定されているロジックフローの識別子が、ロジックフロー情報・アクション情報106dに存在するかチェックする(図9のステップS5)。 On the other hand, if it exists (OK in step S3 of FIG. 9), the event information checking unit 102b holds the control type. Then, the event information check unit 102b checks whether the set logic flow identifier exists in the logic flow information/action information 106d (step S5 in FIG. 9).

存在しない場合(図9のステップS5においてNG)、イベント情報チェック部102bは、検知したエラーをエラーコードスタックへ追加し(図9のステップS6)、処理は終了する(エンド)。 If it does not exist (NG in step S5 of FIG. 9), the event information check unit 102b adds the detected error to the error code stack (step S6 of FIG. 9), and the process ends (end).

これに対して、存在する場合(図9のステップS5においてOK)、図10へ進み、対象のロジックフロー情報がチェックされる。この際、コントロールタイプとイベントタイプが、ロジックフローチェックに渡される。 On the other hand, if it exists (OK in step S5 of FIG. 9), the process proceeds to FIG. 10 and the target logic flow information is checked. At this time, the control type and event type are passed to the logic flow check.

(3)ロジックフロー情報のチェック
最後に、ロジックフロー情報のチェックについて、図10を用いて説明する。
(3) Checking Logic Flow Information Finally, checking logic flow information will be described with reference to FIG.

ロジックフロー情報チェック部102cは、「ロジックフローに切れ目がないか」および「余計なフローが引かれてないか」をチェックする(図10のステップS7)。 The logic flow information check unit 102c checks "whether there is a break in the logic flow" and "whether an unnecessary flow is drawn" (step S7 in FIG. 10).

ロジックフローに切れ目がある場合、または、余計なフローが引かれている場合(図10のステップS7においてNG)、ロジックフロー情報チェック部102cは、検知したエラーをエラーコードスタックへ追加する(図10のステップS8)。 If there is a break in the logic flow, or if an extra flow is drawn (NG in step S7 of FIG. 10), the logic flow information check unit 102c adds the detected error to the error code stack (see FIG. 10 step S8).

ロジックフローに切れ目がなく、かつ、余計なフローも引かれていない場合(図10のステップS7においてOK)、ロジックフロー情報チェック部102cは、ロジックフローに定義されているアクションをすべて順番にチェックする(図10のステップS9)。 If there is no break in the logic flow and no unnecessary flow is drawn (OK in step S7 of FIG. 10), the logic flow information checking unit 102c sequentially checks all the actions defined in the logic flow. (Step S9 in FIG. 10).

具体的には、ロジックフロー情報チェック部102cは、処理対象アクションのアクションタイプを取得する(図10のステップS10)。続けて、ロジックフロー情報チェック部102cは、図2のアクション表106aから、(2)の最後で渡されたコントロールタイプおよびイベントタイプならびに当該取得したアクションタイプに基づいて、利用可否の情報およびエラーコードを取得できるかチェックする(図10のステップS11)。なお、ステップS11は、本発明において特徴的な処理であるため、以下の[4.処理の具体例]において詳細に説明する。 Specifically, the logic flow information checking unit 102c acquires the action type of the action to be processed (step S10 in FIG. 10). Subsequently, the logic flow information checking unit 102c extracts the information on availability and the error code from the action table 106a of FIG. can be obtained (step S11 in FIG. 10). Note that step S11 is a characteristic process in the present invention, so the following [4. Specific example of processing].

取得できない場合(図10のステップS11においてNG)、ロジックフロー情報チェック部102cは、検知したエラーをエラーコードスタックへ追加する(図10のステップS12)。 If it cannot be acquired (NG in step S11 of FIG. 10), the logic flow information check unit 102c adds the detected error to the error code stack (step S12 of FIG. 10).

取得できた場合(図10のステップS11においてOK)、ロジックフロー情報チェック部102cは、アクション情報のチェックを行う(図10のステップS13)。なお、ステップS13は、本発明において特徴的な処理であるため、以下の[4.処理の具体例]において詳細に説明する。 If it has been acquired (OK in step S11 of FIG. 10), the logic flow information checking unit 102c checks the action information (step S13 of FIG. 10). Note that step S13 is a characteristic process in the present invention, so the following [4. Specific example of processing].

チェック結果がNGである場合(図10のステップS13においてNG)、ロジックフロー情報チェック部102cは、検知したエラーをエラーコードスタックへ追加する(図10のステップS14)。 If the check result is NG (NG in step S13 of FIG. 10), the logic flow information checking unit 102c adds the detected error to the error code stack (step S14 of FIG. 10).

これに対して、チェック結果がOKである場合(図10のステップS13においてOK)、ロジックフロー情報チェック部102cは、未チェックのアクションがあるかをチェックする(図10のステップS15)。 On the other hand, if the check result is OK (OK in step S13 of FIG. 10), the logic flow information checking unit 102c checks whether there is an unchecked action (step S15 of FIG. 10).

未チェックのアクションがある場合(図10のステップS15においてNG)、ロジックフロー情報チェック部102cは、図10のステップS9に戻り、未チェックのアクションがなくなるまで、処理を続ける。 If there is an unchecked action (NG in step S15 of FIG. 10), the logic flow information checking unit 102c returns to step S9 of FIG. 10 and continues processing until there is no unchecked action.

これに対して、未チェックのアクションがない場合(図10のステップS15においてOK)、処理は終了する(図10のエンド)。 On the other hand, if there is no unchecked action (OK in step S15 in FIG. 10), the process ends (END in FIG. 10).

[4.処理の具体例]
本項目では、本実施形態に係る処理の具体例について、図2~図3および図11~図17を主に用いて説明する。
[4. Specific example of processing]
In this section, a specific example of processing according to this embodiment will be described mainly using FIGS. 2 to 3 and FIGS. 11 to 17. FIG.

本発明は、ローコード開発ツールにおいて、コントロールに対する処理を設定していく際の設定チェック機構に関する発明である。本項目においては、コントロールが配置された画面から開発者がローコード開発を行う際に、不適切な設定を行うと、どのようにエラーが表示されるかについて具体的に説明する。 The present invention relates to a setting check mechanism when setting processing for controls in a low-code development tool. In this section, we will specifically explain how an error will be displayed if inappropriate settings are made when the developer performs low-code development from a screen where controls are placed.

[4-1.コントールの選択およびイベントの設定]
まず、図11に矢印(左側)で示すように、イベントを設定するコントロールとして、「テキストボックス」が開発者によって選択される。
[4-1. Control Selection and Event Settings]
First, as indicated by the arrow (left side) in FIG. 11, the developer selects "text box" as a control for setting an event.

次に、図11に矢印(右側)で示すように、イベントとして「値変更」が開発者によって設定された上で、画面右下の「OK」ボタンが押下される。 Next, as indicated by the arrow (right side) in FIG. 11, the developer sets "value change" as an event, and presses the "OK" button at the bottom right of the screen.

[4-2.ロジックフローの作成]
次に、図12に示すように、「値変更処理1」というロジックフローが作成される。この時裏で、コントロールとロジックフローを紐づけるコントロールイベントが生成される。
[4-2. Create logic flow]
Next, as shown in FIG. 12, a logic flow called "value change process 1" is created. At this time, behind the scenes, a control event is generated that associates the control with the logic flow.

[4-3.ロジックフローの設定]
次に、本項目では、[4-2]で作成したロジックフローについての詳細な内容の設定について説明する。
[4-3. Logic flow settings]
Next, in this item, setting of detailed contents about the logic flow created in [4-2] will be explained.

まず、図13に示すように、「APIの実行」のアクションが開発者によって配置される。 First, as shown in FIG. 13, an action of "execute API" is arranged by the developer.

次に、図14に示すように、「分岐」が開発者によって配置される。 Next, as shown in FIG. 14, "branches" are placed by the developer.

以下、「分岐」の後に配置されるアクションが、「メッセージボックス起動」である場合と「ツールチップ表示」である場合とに分けて説明をする。 In the following, the case where the action placed after "branch" is "start message box" and the case where it is "display tool tip" will be described separately.

(1)「メッセージボックス起動」が配置される場合
まず、図15に示すように、「メッセージボックス起動」というアクションが開発者によって配置される場合(不適切な設定のためエラーが表示される場合)の処理について説明する。
(1) When "start message box" is placed First, as shown in Fig. 15, when the action "start message box" is placed by the developer (when an error is displayed due to inappropriate settings ) will be described.

ここで、本例においては、[4-1]で説明したように、コントロール「テキストボックス」に対してイベント「値変更」が設定され、「値変更」中で行われるアクションとして、直前段落で説明したように、「メッセージボックス起動」が配置された。 Here, in this example, as described in [4-1], the event "value change" is set for the control "text box", and the action performed during "value change" is As explained, "Message Box Launch" was placed.

取得部102c1は、図2のアクション表106aから、コントールタイプ「テキストボックス」、イベントタイプ「値変更」およびアクションタイプ「メッセージボックス起動」と紐付く情報として、利用可否「×」およびエラーコード「Error6」を取得する。つまり、「メッセージボックス起動」というアクションの配置は、不適切であるということである。 From the action table 106a of FIG. 2, the acquisition unit 102c1 acquires the availability "x" and the error code "Error6 ” is obtained. In other words, the placement of the action "start message box" is inappropriate.

取得部102c1は、利用可否「×」を取得した場合、更に、図3の対応表106bから、前記取得した「Error6」と紐付くエラーメッセージとして「テキストの値変更イベントでメッセージボックス起動は設定できません。エラーや警告はツールチップで表示してください。」を取得する。 When the acquisition unit 102c1 acquires the availability "x", it further determines from the correspondence table 106b in FIG. Please show errors and warnings in tooltips."

そして、表示部102c2は、取得部102c1で取得したエラーメッセージを、図15に示すように、画面に表示する。このように、「メッセージボックス起動」が配置されるとエラーメッセージが表示されるのは、例えば以下の理由による。すなわち、テキストボックスの値変更時は、飽くまで、画面の状態を変えている最中なので、メッセージボックスのようなインタラプト処理は、ユーザーに対してストレスになるためである。 Then, the display unit 102c2 displays the error message acquired by the acquisition unit 102c1 on the screen as shown in FIG. The reason why an error message is displayed when "activate message box" is arranged is as follows. That is, when the value of the text box is changed, the state of the screen is being changed, so interrupt processing such as that of the message box is stressful for the user.

以上、本項目(1)で説明したように、本実施形態に係るシステム開発支援装置100によれば、不適切なアクションの設定を防止することができると同時に、適切なアクションの配置を開発者に提案することができる。 As described above in item (1), according to the system development support device 100 according to the present embodiment, it is possible to prevent the setting of inappropriate actions, and at the same time, allow the developer to arrange appropriate actions. can be proposed to

(2)「ツールチップ表示」が配置される場合
次に、図16に示すように、「ツールチップ表示」というアクションが開発者によって配置される場合(適切な設定のためエラーが表示されない場合)の処理について説明する。
(2) When "Show tooltip" is placed Next, as shown in Fig. 16, when the action "Show tooltip" is placed by the developer (no error is displayed due to appropriate settings) processing will be described.

ここで、本例においては、[4-1]で説明したように、コントロール「テキストボックス」に対してイベント「値変更」が設定され、「値変更」中で行われるアクションとして、直前段落で説明したように、「ツールチップ表示」が配置された。 Here, in this example, as described in [4-1], the event "value change" is set for the control "text box", and the action performed during "value change" is As explained, "Tooltip display" was placed.

取得部102c1は、図2のアクション表106aから、コントールタイプ「テキストボックス」、イベントタイプ「値変更」およびアクションタイプ「ツールチップ表示」と紐付く情報として、利用可否「〇」を取得する(エラーコードは取得しない)。つまり、「ツールチップ表示」というアクションの配置は、適切であるということである。なお、「ツールチップ」とは、コンピュータの操作画面中の表示要素の一種で、対象にカーソルやマウスポインタを合わせた際に、当該対象の周辺に表示される注釈である。図17の例では、「項目が未入力です。」という文字が書かれた四角形が、ツールチップである。 The acquisition unit 102c1 acquires availability “o” as information associated with the control type “text box”, the event type “value change”, and the action type “tool tip display” from the action table 106a of FIG. I don't get the code). In other words, the placement of the action "show tooltip" is appropriate. A "tool tip" is a kind of display element in the operation screen of a computer, and is an annotation displayed around an object when a cursor or mouse pointer is placed on the object. In the example of FIG. 17, the tool tip is a square with the text "The item has not been entered."

利用可否「〇」が取得された場合には、当然のことながら、エラーメッセージは表示されず、開発者は、引き続きローコード開発を続けることが可能である。 When the availability of "O" is acquired, naturally, no error message is displayed, and the developer can continue low-code development.

[5.本実施形態のまとめ]
このように、本実施形態に係るシステム開発支援装置100によれば、ユーザーが利用する画面上で実行されるアクションを開発者が設定することにより行うシステム開発において、不適切な前記アクションの設定を防止することができる。
[5. Summary of this embodiment]
As described above, according to the system development support device 100 according to the present embodiment, in system development performed by a developer setting an action to be executed on a screen used by a user, inappropriate setting of the action can be prevented. can be prevented.

ここで、プログラミングでシステム開発を行う行為は、自由度の高さゆえにユーザー操作に対して適切でない応答処理が記述される可能性があった。また、従来のローコード開発ツールにおいても、設定中にユーザービリティの低下を抑制し提案を行う機能はなく、作り方によってはユーザービリティが低下してしまうリスクがあった。つまり、従来のローコード開発においては、必要な機能性は満たせてもシステム利用時の品質までは考慮されていないことが多かった。 Here, since the act of developing a system by programming has a high degree of freedom, there is a possibility that response processing that is inappropriate for user operations may be described. In addition, even conventional low-code development tools do not have a function to suppress usability deterioration during configuration and make proposals, and there is a risk that usability will deteriorate depending on how to make it. In other words, in conventional low-code development, even if the necessary functionality is satisfied, there are many cases where the quality at the time of system use is not taken into consideration.

そこで、本実施形態においては、例えば、コントロールのイベントに対して設定可能な処理を制御および適切な処理への提案を行う仕組みを設けることで、ユーザーの操作に対するレスポンスとして適切ではない画面および挙動に対して統一性のない画面の開発を防げるようになった。言い換えると、本実施形態においては、例えば、各画面操作機能に対する設定可能なコントロールのイベントの設定を可能とし、更に、コントロールの操作がなされたタイミングで、不正な配置か否かを判定することにより、不正な配置を即座に検出することを可能とした。 Therefore, in this embodiment, for example, by providing a mechanism for controlling the processing that can be set for the event of the control and proposing an appropriate processing, the screen and behavior that are not appropriate as a response to the user's operation can be displayed. On the other hand, it has become possible to prevent the development of inconsistent screens. In other words, in this embodiment, for example, it is possible to set an event for a control that can be set for each screen operation function, and furthermore, at the timing when the control is operated, it is determined whether or not the arrangement is illegal. , making it possible to immediately detect incorrect placement.

これにより、本実施形態においては、例えば、ローコード開発において、必要な機能性を満たした上で、システム利用時の品質まで考慮できるようにした。本実施形態の仕組みの元で開発されたシステムにおいては、ユーザービリティが向上し、システム活用がより効率化すると見込まれる。 As a result, in this embodiment, for example, in low-code development, it is possible to consider the quality when using the system after satisfying the required functionality. The system developed based on the mechanism of this embodiment is expected to improve usability and make system utilization more efficient.

[6.国連が主導する持続可能な開発目標(SDGs)への貢献]
本実施形態により、業務効率化や企業の適切な経営判断を推進することに寄与することができるので、SDGsの目標8及び9に貢献することが可能となる。
[6. Contribution to the Sustainable Development Goals (SDGs) led by the United Nations]
Since this embodiment can contribute to improving operational efficiency and promoting appropriate management decisions of companies, it is possible to contribute to Goals 8 and 9 of the SDGs.

また、本実施形態により、廃棄ロス削減や、ペーパレス・電子化を推進することに寄与することができるので、SDGsの目標12、13及び15に貢献することが可能となる。 In addition, the present embodiment can contribute to the reduction of disposal loss and the promotion of paperless and computerization.

また、本実施形態により、統制、ガバナンス強化に寄与することができるので、SDGsの目標16に貢献することが可能となる。 In addition, since this embodiment can contribute to strengthening control and governance, it is possible to contribute to Goal 16 of the SDGs.

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

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

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

また、システム開発支援装置100に関して、図示の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。 Also, with regard to the system development support apparatus 100, each illustrated component is functionally conceptual, and does not necessarily need to be physically configured as illustrated.

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

また、このコンピュータプログラムは、システム開発支援装置100に対して任意のネットワークを介して接続されたアプリケーションプログラムサーバに記憶されていてもよく、必要に応じてその全部または一部をダウンロードすることも可能である。 In addition, this computer program may be stored in an application program server connected to the system development support device 100 via any network, and all or part of it can be downloaded as necessary. is.

また、本実施形態で説明した処理を実行するためのプログラムを、一時的でないコンピュータ読み取り可能な記録媒体に格納してもよく、また、プログラム製品として構成することもできる。ここで、この「記録媒体」とは、メモリーカード、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等の任意の「可搬用の物理媒体」を含むものとする。 Also, the program for executing the processing described in this embodiment may be stored in a non-temporary computer-readable recording medium, or may be configured as a program product. Here, the term "recording medium" refers to memory cards, USB (Universal Serial Bus) memories, SD (Secure Digital) cards, flexible disks, magneto-optical disks, ROMs, EPROMs (Erasable Programmable Read Only Memory), EEPROMs (registered (trademark) (Electrically Erasable and Programmable Read Only Memory), CD-ROM (Compact Disk Read Only Memory), MO (Magneto-Optical disk), DVD (Digital Versatile Disk), and Disc (registered trademark) such as Blu- shall include any "portable physical medium".

また、「プログラム」とは、任意の言語または記述方法にて記述されたデータ処理方法であり、ソースコードまたはバイナリコード等の形式を問わない。なお、「プログラム」は必ずしも単一的に構成されるものに限られず、複数のモジュールやライブラリとして分散構成されるものや、OSに代表される別個のプログラムと協働してその機能を達成するものをも含む。なお、実施形態に示した各装置において記録媒体を読み取るための具体的な構成および読み取り手順ならびに読み取り後のインストール手順等については、周知の構成や手順を用いることができる。 A "program" is a data processing method written in any language or writing method, regardless of the format such as source code or binary code. In addition, the "program" is not necessarily limited to a single configuration, but is distributed as multiple modules or libraries, or cooperates with a separate program represented by the 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 in each device shown in the embodiments, the installation procedure after reading, and the like.

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

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

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

本発明は、あらゆる業界および業種において有用である。 The present invention is useful in all industries and industries.

100 システム開発支援装置
102 制御部
102a 画面情報チェック部
102b イベント情報チェック部
102c ロジックフロー情報チェック部
102c1 取得部
102c2 表示部
104 通信インターフェース部
106 記憶部
106a アクション表
106b 対応表
106c コントロール情報
106d ロジックフロー情報・アクション情報
106e イベント情報
108 入出力インターフェース部
112 入力装置
114 出力装置
200 サーバ
300 ネットワーク
100 system development support device 102 control unit
102a screen information check unit
102b event information check unit
102c logic flow information check unit
102c1 acquisition unit
102c2 display unit 104 communication interface unit 106 storage unit
106a Action table
106b correspondence table
106c Control information
106d logic flow information/action information
106e event information 108 input/output interface unit 112 input device 114 output device 200 server 300 network

Claims (5)

ユーザーが利用する画面上で実行されるアクションを開発者が設定することにより行うシステム開発において、不適切な前記アクションの設定を防止することができる、制御部を備えるシステム開発支援装置であって、
前記制御部は、
前記画面上に表示される要素であるコントロールと、当該コントロールに対して実行されるイベントと、当該イベントの実行中または実行後に行われる具体的処理である前記アクションと、前記アクションの設定が適切か不適切かを識別するための設定可否識別情報と、エラー識別情報と、を含む、設定可能な前記アクションの情報を管理するためのアクション表を参照して、システム開発の際に、前記開発者により選択されたコントロール、当該選択されたコントロールに対して前記開発者により設定されたイベント、および、当該選択されたイベントに対して前記開発者により設定されたアクションと紐付く設定可否識別情報およびエラー識別情報を取得する取得手段と、
前記取得手段で取得した設定可否識別情報が、前記アクションの設定が不適切であることを示す情報である場合、前記取得手段で取得したエラー識別情報に対応するエラーメッセージを表示する表示手段と、
を備えること、
を特徴とするシステム開発支援装置。
A system development support device comprising a control unit capable of preventing inappropriate setting of actions in system development performed by a developer setting actions to be executed on a screen used by a user,
The control unit
Controls that are elements displayed on the screen, events that are executed for the controls, the actions that are specific processes that are performed during or after the execution of the events, and whether the settings of the actions are appropriate. During system development, the developer refers to an action table for managing information on the actions that can be set, including setting propriety identification information for identifying inappropriateness and error identification information. Configurability identification information and errors associated with the control selected by the developer, the event set by the developer for the selected control, and the action set by the developer for the selected event Acquisition means for acquiring identification information;
display means for displaying an error message corresponding to the error identification information acquired by the acquisition means when the setting availability identification information acquired by the acquisition means is information indicating that the setting of the action is inappropriate;
to provide
A system development support device characterized by:
前記エラーメッセージは、設定されるべき適切な前記アクションの情報を含むものであること、
を特徴とする請求項1に記載のシステム開発支援装置。
the error message includes information on the appropriate action to be set;
The system development support device according to claim 1, characterized by:
前記システム開発が、
ソースコードを全く書かずに行われるシステム開発またはソースコードをほとんど書かずに行われるシステム開発であること、
を特徴とする請求項1または2に記載のシステム開発支援装置。
The system development is
System development without writing any source code or system development with almost no source code,
3. The system development support device according to claim 1 or 2, characterized by:
ユーザーが利用する画面上で実行されるアクションを開発者が設定することにより行うシステム開発において、不適切な前記アクションの設定を防止することができる、制御部を備える情報処理装置で実行されるシステム開発支援方法であって、
前記制御部で実行される、
前記画面上に表示される要素であるコントロールと、当該コントロールに対して実行されるイベントと、当該イベントの実行中または実行後に行われる具体的処理である前記アクションと、前記アクションの設定が適切か不適切かを識別するための設定可否識別情報と、エラー識別情報と、を含む、設定可能な前記アクションの情報を管理するためのアクション表を参照して、システム開発の際に、前記開発者により選択されたコントロール、当該選択されたコントロールに対して前記開発者により設定されたイベント、および、当該選択されたイベントに対して前記開発者により設定されたアクションと紐付く設定可否識別情報およびエラー識別情報を取得する取得ステップと、
前記取得ステップで取得した設定可否識別情報が、前記アクションの設定が不適切であることを示す情報である場合、前記取得ステップで取得したエラー識別情報に対応するエラーメッセージを表示する表示ステップと、
を含むこと、
を特徴とするシステム開発支援方法。
A system executed by an information processing device equipped with a control unit that can prevent inappropriate settings of actions in system development where developers set actions to be executed on screens used by users. A development support method comprising:
executed by the control unit;
Controls that are elements displayed on the screen, events that are executed for the controls, the actions that are specific processes that are performed during or after the execution of the events, and whether the settings of the actions are appropriate. During system development, the developer refers to an action table for managing information on the actions that can be set, including setting propriety identification information for identifying inappropriateness and error identification information. Configurability identification information and errors associated with the control selected by the developer, the event set by the developer for the selected control, and the action set by the developer for the selected event an obtaining step of obtaining identification information;
a display step of displaying an error message corresponding to the error identification information obtained in the obtaining step when the setting availability identification information obtained in the obtaining step is information indicating that the setting of the action is inappropriate;
including
A system development support method characterized by:
ユーザーが利用する画面上で実行されるアクションを開発者が設定することにより行うシステム開発において、不適切な前記アクションの設定を防止することができる、制御部を備える情報処理装置に実行させるためのシステム開発支援プログラムであって、
前記制御部に実行させるための、
前記画面上に表示される要素であるコントロールと、当該コントロールに対して実行されるイベントと、当該イベントの実行中または実行後に行われる具体的処理である前記アクションと、前記アクションの設定が適切か不適切かを識別するための設定可否識別情報と、エラー識別情報と、を含む、設定可能な前記アクションの情報を管理するためのアクション表を参照して、システム開発の際に、前記開発者により選択されたコントロール、当該選択されたコントロールに対して前記開発者により設定されたイベント、および、当該選択されたイベントに対して前記開発者により設定されたアクションと紐付く設定可否識別情報およびエラー識別情報を取得する取得ステップと、
前記取得ステップで取得した設定可否識別情報が、前記アクションの設定が不適切であることを示す情報である場合、前記取得ステップで取得したエラー識別情報に対応するエラーメッセージを表示する表示ステップと、
を含むこと、
を特徴とするシステム開発支援プログラム。
In system development in which a developer sets actions to be executed on a screen used by a user, an information processing device having a control unit can prevent inappropriate settings of the actions. A system development support program,
for causing the control unit to execute
Controls that are elements displayed on the screen, events that are executed for the controls, the actions that are specific processes that are performed during or after the execution of the events, and whether the settings of the actions are appropriate. During system development, the developer refers to an action table for managing information on the actions that can be set, including setting propriety identification information for identifying inappropriateness and error identification information. Configurability identification information and errors associated with the control selected by the developer, the event set by the developer for the selected control, and the action set by the developer for the selected event an obtaining step of obtaining identification information;
a display step of displaying an error message corresponding to the error identification information obtained in the obtaining step when the setting availability identification information obtained in the obtaining step is information indicating that the setting of the action is inappropriate;
including
A system development support program characterized by
JP2021171971A 2021-02-26 2021-10-20 System development support apparatus, system development support method, and system development support program Pending JP2022132049A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2021030088 2021-02-26
JP2021030088 2021-02-26

Publications (1)

Publication Number Publication Date
JP2022132049A true JP2022132049A (en) 2022-09-07

Family

ID=83153394

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021171971A Pending JP2022132049A (en) 2021-02-26 2021-10-20 System development support apparatus, system development support method, and system development support program

Country Status (1)

Country Link
JP (1) JP2022132049A (en)

Similar Documents

Publication Publication Date Title
US10565095B2 (en) Hybrid testing automation engine
US10198425B2 (en) Methods and apparatus for reusing report design components and templates
US9396098B2 (en) Apparatuses, methods, and computer program products for conducting automated tests
US8572616B2 (en) Apparatus, system, and method for managing z/OS batch jobs with prerequisites
JP4270391B2 (en) Multimedia file tooltip
CN102567128B (en) System reset
KR20160128940A (en) Method and system of automated generation of user form interface
US7263605B2 (en) Decoupled hardware configuration manager that generates a user interface prior to booting using hardware configuration option data read from plurality of hardware devices
JPH05241797A (en) Method for systemizing software application package generating work
JP2004199577A (en) Integrated editing method of setting file and setting file integrated base
US20080154869A1 (en) System and method for constructing a search
KR100562905B1 (en) Method for dynamic layout in application program module
JP2006048645A (en) Method and system for embedding context information in document
CN102193818B (en) Virtual applications bag reconstructs
JP3227066B2 (en) Program generation method using program parts
US20160381139A1 (en) Presenting content using decoupled presentation resources
JP2022132049A (en) System development support apparatus, system development support method, and system development support program
US7134114B2 (en) Apparatus, method, and program product for supporting programming
JP6231260B2 (en) Screen control system, screen control program, screen creation support program, and screen control method
JP4925514B2 (en) Program execution control method, program, execution control apparatus, and recording medium by internal / external event driven system
JP2022173048A (en) Robotic process automation (rpa) comprising automatic document scrolling
US20040088719A1 (en) Intercepting calls to document production functions
JP6785916B1 (en) Setting execution device, setting execution method and setting execution program
JP7333354B2 (en) CONTRACT MANAGEMENT DEVICE, CONTRACT MANAGEMENT METHOD, AND CONTRACT MANAGEMENT PROGRAM
JP7426305B2 (en) Design document reference work support device, design document reference work support method, and design document reference work support program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20240327

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20240327