JP7184410B1 - Application development support device - Google Patents

Application development support device Download PDF

Info

Publication number
JP7184410B1
JP7184410B1 JP2022097072A JP2022097072A JP7184410B1 JP 7184410 B1 JP7184410 B1 JP 7184410B1 JP 2022097072 A JP2022097072 A JP 2022097072A JP 2022097072 A JP2022097072 A JP 2022097072A JP 7184410 B1 JP7184410 B1 JP 7184410B1
Authority
JP
Japan
Prior art keywords
display
state
input
transition
application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2022097072A
Other languages
Japanese (ja)
Other versions
JP2023183515A (en
Inventor
真矢 山本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Pentagon
Original Assignee
Pentagon
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 Pentagon filed Critical Pentagon
Priority to JP2022097072A priority Critical patent/JP7184410B1/en
Priority to JP2022183221A priority patent/JP2023184396A/en
Application granted granted Critical
Publication of JP7184410B1 publication Critical patent/JP7184410B1/en
Publication of JP2023183515A publication Critical patent/JP2023183515A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

【課題】利用者の入力に応じた処理状態の遷移を直感的に編集可能とすることで、アプリケーション開発に係る労力を低減可能なアプリケーション開発の支援を行う手段を提供すること。【解決手段】本発明のアプリケーション開発の支援装置1は、状態遷移グラフの表示を指令可能な表示指令部111と、この表示に基づいて状態遷移グラフを編集可能な編集部112と、状態遷移グラフに基づいてアプリケーションを自動生成可能な生成部113と、を備え、状態遷移グラフは、アプリケーションを利用する利用者による入力が可能な入力可能状態を示す第1図形と、入力可能状態において遷移条件を満たす入力が行われた場合に入力可能状態と異なる遷移先処理状態に遷移することを示す第2図形と、を少なくとも含むグラフであり、表示指令部111は、入力可能状態の表示例を第1図形に対応付けて示すよう状態遷移グラフの表示を指令可能である。【選択図】図1Kind Code: A1 A means for supporting application development capable of reducing the labor involved in application development by enabling intuitive editing of processing state transitions according to user input. Kind Code: A1 An application development support apparatus 1 of the present invention includes a display command unit 111 capable of commanding display of a state transition graph, an editing unit 112 capable of editing the state transition graph based on the display, and a state transition graph and a generation unit 113 capable of automatically generating an application based on, the state transition graph includes a first graphic indicating an input-enabled state in which a user using the application can input, and a transition condition in the input-enabled state. and a second graphic indicating that a transition to a transition destination processing state different from the input-enabled state is performed when an input satisfying the input is performed. It is possible to instruct the display of the state transition graph so as to correspond to the figure. [Selection drawing] Fig. 1

Description

本発明は、アプリケーション開発の支援装置に関する。 The present invention relates to an application development support device.

スマートフォン及びWebアプリケーションの普及に伴い、スマートフォン向けアプリケーション及びWebアプリケーションの開発がますます盛んになっている。このような状況を受けて、アプリケーション開発における労力を低減するために、アプリケーションを自動生成する各種の試みが行われている。 With the spread of smartphones and web applications, the development of applications for smartphones and web applications is becoming more and more popular. In response to this situation, various attempts have been made to automatically generate applications in order to reduce labor in application development.

アプリケーションを自動生成することに関し、特許文献1は、アプリケーションを生成する情報処理装置であって、アプリケーションの画面に表示されるアイテムを定義するIO定義画面の入力を受け付けるIO定義手段と、IO定義画面に定義された各アイテムのアクションイベントに対応して表示するイベント表示画面の定義を受け付けるイベント表示画面定義手段と、イベント表示画面定義手段で定義されたイベント表示画面に表示されるデータ項目のデータを受け付ける表示画面データ受付手段と、IO定義画面、イベント表示画面、イベント表示画面に表示されるデータ項目のデータの表示がアクションイベントにより動作するプロトタイプアプリケーションを生成するアプリケーション生成手段と、を有することを特徴とする情報処理装置を開示している。 Regarding automatic generation of an application, Patent Document 1 discloses an information processing apparatus for generating an application, which includes IO definition means for receiving input of an IO definition screen that defines items displayed on the screen of the application, and an IO definition screen. event display screen definition means for accepting the definition of the event display screen to be displayed corresponding to the action event of each item defined in the event display screen definition means; and display screen data reception means for receiving; and application generation means for generating a prototype application in which display of data of data items displayed on the IO definition screen, the event display screen, and the event display screen is operated by an action event. and an information processing device.

特許文献1の発明によると、顧客に提案などを行う営業担当者やビジネスユーザなどが顧客の所望のアプリケーションのプロトタイプを直感的に作成することができることを可能とし得る。 According to the invention of Patent Document 1, it is possible for a sales person who makes a proposal to a customer, a business user, or the like to intuitively create a prototype of an application desired by the customer.

特開2021-103431号公報Japanese Patent Application Laid-Open No. 2021-103431

しかしながら、特許文献1の技術は、IO定義画面、イベント表示画面、イベント表示画面を別々に編集し、それらに表示されるデータ項目のデータの表示がアクションイベントにより動作するプロトタイプアプリケーションを生成し得るにとどまる。したがって、特許文献1の技術は、利用者の入力に応じた処理状態の遷移を直感的に編集可能なアプリケーション開発の支援を行う点において、さらなる改良の余地がある。 However, according to the technique disclosed in Patent Document 1, the IO definition screen, the event display screen, and the event display screen are edited separately, and the display of the data of the data items displayed on them can generate a prototype application that operates according to an action event. Stay. Therefore, the technique of Patent Literature 1 has room for further improvement in terms of supporting the development of applications capable of intuitively editing processing state transitions according to user input.

本発明は、上述のような従来技術の問題点を解決すべくなされたものであり、利用者の入力に応じた処理状態の遷移を直感的に編集可能とすることで、アプリケーション開発に係る労力を低減可能なアプリケーション開発の支援を行う手段を提供することを目的とする。 The present invention has been made to solve the problems of the prior art as described above. The purpose is to provide a means for supporting application development that can reduce

本発明者らは、上記課題を解決するために鋭意検討した結果、入力可能状態を示す図形と入力可能状態からの遷移条件を示す図形とを含む状態遷移グラフであって、入力可能状態に対応する図形の近傍に表示例を表示し、遷移条件に対応する図形の周辺に該条件を識別可能な文字列を表示するグラフを編集可能に表示し、さらに、該グラフからアプリケーションを生成可能とすること等によって上述の課題を解決可能であることを見出し、本発明を完成させるに至った。具体的に、本発明は以下のものを提供する。 As a result of intensive studies to solve the above problems, the inventors of the present invention have found a state transition graph including a graphic indicating an input enabled state and a graphic indicating a transition condition from the input enabled state, which corresponds to the input enabled state. A display example is displayed near the figure corresponding to the transition condition, a graph displaying a character string that can identify the condition is displayed around the figure corresponding to the transition condition in an editable manner, and an application can be generated from the graph. The present inventors have found that the above-described problems can be solved by, for example, and completed the present invention. Specifically, the present invention provides the following.

第1の特徴に係る発明は、状態遷移グラフの表示を指令可能な表示指令部と、前記表示に基づいて前記状態遷移グラフを編集可能な編集部と、前記状態遷移グラフに基づいてアプリケーションを自動生成可能な生成部と、を備え、前記状態遷移グラフは、前記アプリケーションの処理状態のうち前記アプリケーションを利用する利用者による入力が可能な入力可能状態を示す第1図形と、前記入力可能状態において遷移条件を満たす入力が行われた場合に前記入力可能状態と異なる遷移先処理状態に遷移することを示す第2図形と、を少なくとも含むグラフであり、前記表示指令部は、前記入力可能状態における前記アプリケーションの表示例を前記第1図形に対応付けて示すよう前記状態遷移グラフの表示を指令可能であり、前記遷移条件を識別可能な文字列を前記第2図形に対応付けて示すよう前記状態遷移グラフの表示を指令可能である、アプリケーション開発の支援装置を提供する。 The invention according to a first feature comprises a display commanding unit capable of commanding display of a state transition graph, an editing unit capable of editing the state transition graph based on the display, and an application automatically running based on the state transition graph. and a generator that can generate the state transition graph. and a second graphic indicating that a transition is made to a transition destination processing state different from the input-enabled state when an input that satisfies a transition condition is performed, wherein the display command unit controls the The display of the state transition graph can be commanded so as to show the display example of the application in association with the first graphic, and the state so as to show a character string capable of identifying the transition condition in association with the second graphic. Provided is an application development support device capable of instructing the display of a transition graph.

スマートフォン向けアプリケーション及びWebアプリケーションは、利用者の入力が可能な画面で行われた入力に応じて別の画面に遷移する処理の流れを、主要な処理の流れとして含む。このような処理の流れは、ムーア・マシンとして表現可能である。ここで、ムーア・マシンは、入力に応じて状態が遷移し、出力が現在状態によって決定される有限オートマトンを指す。ムーア・マシンでは、状態遷移グラフを用いることにより、その処理の流れを直感的に把握可能であることが知られている。 Smartphone applications and web applications include, as a main process flow, a process flow for transitioning to another screen in accordance with an input made on a screen on which user input is possible. Such a processing flow can be expressed as a Moore machine. Here, a Moore machine refers to a finite automaton whose state transitions according to inputs and whose output is determined by the current state. It is known that the Moore machine can intuitively grasp the flow of processing by using a state transition graph.

第1の特徴に係る発明によれば、支援装置は、表示指令部を備えることにより、アプリケーションの利用者による入力が可能な入力可能状態を示す第1図形と、該入力可能状態において遷移条件を満たす入力が行われた場合に該入力可能状態と異なる遷移先処理状態に遷移することを示す第2図形と、を少なくとも含む状態遷移グラフを表示できる。 According to the first aspect of the invention, the support device includes a display command unit to set a first figure indicating an input-enabled state in which a user of the application can input, and a transition condition in the input-enabled state. A state transition graph including at least a second graphic indicating transition to a transition destination processing state different from the input-enabled state when a satisfying input is performed can be displayed.

第1の特徴に係る発明によれば、この状態遷移グラフにおいて、入力可能状態におけるアプリケーションの表示例が、入力可能状態を示す第1図形に対応付けて示されている。したがって、支援装置は、どのような画面で入力を受け付けるアプリケーションであるかを直感的に把握可能なグラフを表示できる。 According to the first aspect of the invention, in this state transition graph, a display example of the application in the input enabled state is shown in association with the first figure indicating the input enabled state. Therefore, the support device can display a graph that enables an intuitive understanding of what kind of screen the application accepts input from.

また、第1の特徴に係る発明によれば、この状態遷移グラフにおいて、遷移条件を識別可能な文字列が、遷移条件を示す第2図形に対応付けて示されている。したがって、支援装置は、どのような入力に対応して遷移するアプリケーションであるかを直感的に把握可能なグラフを表示できる。 Further, according to the first aspect of the invention, in this state transition graph, a character string that can identify the transition condition is shown in association with the second graphic that indicates the transition condition. Therefore, the support device can display a graph that allows an intuitive understanding of what kind of input the application transitions to.

そして、第1の特徴に係る発明によれば、支援装置は、編集部と生成部とを備えることにより、支援装置を利用する開発者が編集した状態遷移グラフに基づいてアプリケーションを自動生成できる。 According to the first aspect of the invention, the support device includes the editing unit and the generation unit, so that the application can be automatically generated based on the state transition graph edited by the developer using the support device.

したがって、第1の特徴に係る発明によれば、開発者は、入力を受け付ける画面と該画面からの遷移条件を直感的に把握可能な状態遷移グラフを編集することで、IO定義画面、イベント表示画面、イベント表示画面を別々に編集可能な情報処理装置を用いる場合より直感的な手順でアプリケーションを開発できる。より直感的な手順でアプリケーションを開発できることにより、開発者は、アプリケーション開発に費やす労力を低減できる。 Therefore, according to the invention according to the first feature, the developer edits the state transition graph that enables intuitive understanding of the screen for accepting input and the transition conditions from the screen, thereby enabling the IO definition screen and the event display. An application can be developed in a more intuitive procedure than when using an information processing device capable of separately editing a screen and an event display screen. By being able to develop applications using a more intuitive procedure, developers can reduce the effort spent on application development.

したがって、第1の特徴に係る発明によれば、利用者の入力に応じた処理状態の遷移を直感的に編集可能とすることで、アプリケーション開発に係る労力を低減可能なアプリケーション開発の支援を行う手段を提供できる。 Therefore, according to the first aspect of the invention, it is possible to intuitively edit the transition of the processing state according to the user's input, thereby supporting application development that can reduce the labor involved in application development. I can provide the means.

第2の特徴に係る発明は、第1の特徴に係る発明であって、前記編集部は、前記入力可能状態に遷移条件を追加可能な条件追加手段と、前記条件追加手段によって遷移条件が追加された場合に前記遷移条件に対応する遷移先処理状態を追加可能な状態追加手段と、含む、支援装置を提供する。 The invention according to a second feature is the invention according to the first feature, wherein the editing unit includes condition adding means capable of adding a transition condition to the input enabled state, and transition conditions are added by the condition adding means. and a state addition means capable of adding a transition destination processing state corresponding to the transition condition when the transition condition is set.

アプリケーションの処理は、入力内容に応じて複数の遷移先のうち対応するいずれかの遷移先に処理状態を遷移させる処理を含み得る。このような処理において、遷移条件と遷移先との対応を判別可能であれば、アプリケーション開発を行う開発者は、より直感的な手順でアプリケーション開発を行える。 The processing of the application may include processing for transitioning the processing state to one of the plurality of transition destinations corresponding to the input content. In such processing, if it is possible to determine the correspondence between the transition condition and the transition destination, the developer who develops the application can develop the application in a more intuitive procedure.

第2の特徴に係る発明によれば、編集部が条件追加手段と状態追加手段とを含むことにより、支援装置を利用する開発者は、入力可能状態に遷移条件と対応する遷移先処理状態とを直感的に追加できる。これにより、開発者は、入力に応じた遷移を行う処理を含むアプリケーションの開発をより直感的な手順で行える。 According to the second aspect of the invention, the editing unit includes the condition adding means and the state adding means. can be added intuitively. As a result, the developer can develop an application including a process of making a transition according to an input in a more intuitive procedure.

したがって、第2の特徴に係る発明によれば、利用者の入力に応じた処理状態の遷移を直感的に編集可能とすることで、アプリケーション開発に係る労力を低減可能なアプリケーション開発の支援を行う手段を提供できる。 Therefore, according to the second aspect of the invention, it is possible to intuitively edit the transition of the processing state according to the user's input, thereby supporting application development that can reduce the labor involved in application development. I can provide the means.

第3の特徴に係る発明は、第1又は第2の特徴に係る発明であって、前記編集部は、前記アプリケーションの部品として利用可能な1又は複数のモジュールを含むモジュール群から追加対象モジュールを選択可能な追加対象選択手段と、前記追加対象モジュールに対応する対応入力可能状態を前記状態遷移グラフに追加可能な状態追加手段と、を含む、支援装置を提供する。 The invention according to a third feature is the invention according to the first or second feature, wherein the editing unit selects an addition target module from a module group including one or more modules that can be used as components of the application. A support device is provided, comprising selectable addition target selection means and state addition means capable of adding a corresponding input enable state corresponding to the addition target module to the state transition graph.

アプリケーション開発を行う開発者は、アプリケーション開発においてアプリケーションの部品を一から構築すると、多大な労力を費やし得る。開発者は、アプリケーションの部品として利用可能なモジュール群を用いることにより、アプリケーション開発における労力を低減できる。 A developer who develops an application can expend a great deal of effort in building the parts of the application from scratch. A developer can reduce the effort in application development by using a module group that can be used as an application component.

第3の特徴に係る発明によれば、編集部が追加対象選択手段と状態追加手段とを含むことにより、支援装置を利用する開発者は、モジュール群からモジュールを選択する直感的な操作でモジュール群を用いたアプリケーション開発を行える。これにより、支援装置は、モジュール群を用いたアプリケーション開発における労力の低減を、直感的な操作で行えるよう支援できる。 According to the third aspect of the invention, the editing unit includes the addition target selection means and the state addition means, so that the developer using the support device can intuitively select the module from the module group. You can develop applications using groups. As a result, the support device can support reduction of labor in application development using a module group by intuitive operation.

したがって、第3の特徴に係る発明によれば、利用者の入力に応じた処理状態の遷移を直感的に編集可能とすることで、アプリケーション開発に係る労力を低減可能なアプリケーション開発の支援を行う手段を提供できる。 Therefore, according to the third aspect of the invention, it is possible to intuitively edit the transition of the processing state according to the user's input, thereby supporting application development that can reduce the labor involved in application development. I can provide the means.

第4の特徴に係る発明は、第1の特徴から第3の特徴のいずれかに係る発明であって、前記アプリケーションは、スマートフォンで実行可能なスマートフォン用アプリケーションであり、前記表示指令部は、前記スマートフォンの画面より広い画面に表示を指令可能である、支援装置を提供する。 The invention according to a fourth feature is the invention according to any one of the first to third features, wherein the application is a smartphone application executable on a smartphone, and the display command unit includes the To provide a support device capable of commanding display on a screen wider than the screen of a smart phone.

スマートフォンの画面は、通常、据置型コンピュータ等の画面より狭い。第4の特徴に係る発明によれば、表示指令部は、スマートフォンの画面より広い画面に表示を指令可能であるため、スマートフォンの画面について、複数の表示例を広い画面に表示するよう指令できる。 The screen of a smart phone is usually narrower than that of a stationary computer or the like. According to the fourth aspect of the invention, since the display command unit can command display on a screen wider than the screen of the smartphone, it can command the screen of the smartphone to display a plurality of display examples on the wide screen.

したがって、第4の特徴に係る発明によれば、支援装置を利用する開発者は、複数の表示例を含むより直感的な状態遷移グラフを用いてアプリケーション開発を行える。よって、支援装置は、アプリケーション開発に係る労力をよりいっそう低減し得る。 Therefore, according to the fourth aspect of the invention, a developer using the support device can develop an application using a more intuitive state transition graph including multiple display examples. Therefore, the support device can further reduce the labor involved in application development.

したがって、第4の特徴に係る発明によれば、利用者の入力に応じた処理状態の遷移を直感的に編集可能とすることで、アプリケーション開発に係る労力を低減可能なアプリケーション開発の支援を行う手段を提供できる。 Therefore, according to the fourth aspect of the invention, it is possible to intuitively edit the transition of the processing state according to the user's input, thereby supporting application development that can reduce the labor involved in application development. I can provide the means.

第5の特徴に係る発明は、第1の特徴から第4の特徴のいずれかに係る発明であって、前記表示指令部は、縮小表示された前記表示例を含む前記状態遷移グラフの表示を指令可能である、支援装置を提供する。 The invention according to a fifth feature is the invention according to any one of the first to fourth features, wherein the display command unit displays the state transition graph including the reduced display example. Provide a support device that can be commanded.

アプリケーションを実行するスマートフォン等の画面が広い場合、表示指令部が表示を指令する画面に複数の表示例を示すことが困難になり得る。第5の特徴に係る発明によれば、表示指令部は、縮小表示された表示例を含む状態遷移グラフの表示を指令可能である。したがって、表示指令部は、縮小表示された複数の表示例を表示するよう状態遷移グラフの表示を指令できる。 When the screen of a smartphone or the like that executes an application is wide, it may be difficult to show a plurality of display examples on the screen that the display command unit instructs to display. According to the fifth aspect of the invention, the display command unit can command display of the state transition graph including the reduced display example. Therefore, the display command unit can command display of the state transition graph so as to display a plurality of reduced display examples.

したがって、第5の特徴に係る発明によれば、支援装置を利用する開発者は、複数の表示例を含むより直感的な状態遷移グラフを用いてアプリケーション開発を行える。よって、支援装置は、アプリケーション開発に係る労力をよりいっそう低減し得る。 Therefore, according to the fifth aspect of the invention, a developer using the support device can develop an application using a more intuitive state transition graph including multiple display examples. Therefore, the support device can further reduce the labor involved in application development.

したがって、第5の特徴に係る発明によれば、利用者の入力に応じた処理状態の遷移を直感的に編集可能とすることで、アプリケーション開発に係る労力を低減可能なアプリケーション開発の支援を行う手段を提供できる。 Therefore, according to the fifth aspect of the invention, it is possible to intuitively edit the transition of the processing state according to the user's input, thereby supporting application development that can reduce the labor involved in application development. I can provide the means.

本発明によれば、利用者の入力に応じた処理状態の遷移を直感的に編集可能とすることで、アプリケーション開発に係る労力を低減可能なアプリケーション開発の支援を行う手段を提供できる。 According to the present invention, it is possible to provide a means for assisting application development that can reduce the labor involved in application development by enabling intuitive editing of processing state transitions according to user input.

図1は、本実施形態の支援装置1のハードウェア構成及びソフトウェア構成を示すブロック図である。FIG. 1 is a block diagram showing the hardware configuration and software configuration of the support device 1 of this embodiment. 図2は、モジュールリスト121の一例である。FIG. 2 is an example of the module list 121. As shown in FIG. 図3は、本実施形態の支援装置1で実行される支援処理の好ましい流れの一例を示すメインフローチャートである。FIG. 3 is a main flowchart showing an example of a preferred flow of support processing executed by the support device 1 of this embodiment. 図4は、図3に続くフローチャートである。FIG. 4 is a flowchart following FIG. 図5は、本実施形態の支援装置1の表示部14に表示された状態遷移グラフの表示例である。FIG. 5 is a display example of a state transition graph displayed on the display unit 14 of the support device 1 of this embodiment. 図6は、図5の状態遷移グラフに遷移条件を追加したときの表示例である。FIG. 6 is a display example when transition conditions are added to the state transition graph of FIG. 図7は、図6の状態遷移グラフにモジュールを追加したときの表示例である。FIG. 7 is a display example when a module is added to the state transition graph of FIG. 図8は、入力可能状態を示す第1図形とパラメータ編集用GUI要素と表示例とを同一方向に並べて表示する表示例である。FIG. 8 is a display example in which the first figure indicating the input enabled state, the GUI element for parameter editing, and the display example are displayed side by side in the same direction. 図9は、複数の入力可能状態群を含むモジュールにおいて、第1図形とパラメータ編集用GUI要素と表示例とを同一方向に並べて表示する表示例である。FIG. 9 is a display example in which the first graphic, the parameter editing GUI element, and the display example are displayed side by side in the same direction in a module that includes a plurality of groups of possible input states.

以下、本発明の実施形態について、図面を参照しながら詳細に説明する。 BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

<支援システム>
本実施形態の支援システム(図示せず)は、少なくとも、状態遷移グラフの表示を指令可能なアプリケーション開発の支援装置1を含む。
<Support system>
The support system (not shown) of the present embodiment includes at least an application development support device 1 capable of commanding display of a state transition graph.

支援システムは、ネットワーク(図示せず)を介して支援装置1と通信可能に構成された端末(図示せず)をさらに含んでもよい。これにより、支援装置1は、状態遷移グラフの表示を該端末に指令できる。したがって、支援システムを用いて開発する開発者は、支援装置1から離れた場所で状態遷移グラフを編集し、アプリケーション開発を行える。また、開発者は、アプリケーション開発に関与する他の者が利用する端末に状態遷移グラフを表示させ、他の者と開発に関する相談等を行い得る。 The support system may further include a terminal (not shown) configured to communicate with the support device 1 via a network (not shown). As a result, the support device 1 can command the terminal to display the state transition graph. Therefore, a developer who develops using the support system can edit the state transition graph and develop the application at a location away from the support device 1 . In addition, the developer can display the state transition graph on a terminal used by another person involved in application development, and can consult with the other person about development.

〔支援装置1〕
図1は、本実施形態の支援装置1のハードウェア構成及びソフトウェア構成を示すブロック図である。以下、図1を用いて本実施形態の支援装置1の好ましい態様の一例を説明する。
[Support device 1]
FIG. 1 is a block diagram showing the hardware configuration and software configuration of the support device 1 of this embodiment. An example of a preferred aspect of the support device 1 of this embodiment will be described below with reference to FIG.

支援装置1は、制御部11と、記憶部12と、を少なくとも備える。支援装置1は、特に限定されず、例えば、各種のサーバ装置、互いに通信可能な複数のコンピュータを用いて構成されたクラウドサーバ、アプリケーション開発を行う開発者等が利用する端末、等でよい。 The support device 1 includes at least a control unit 11 and a storage unit 12 . The support device 1 is not particularly limited, and may be, for example, various server devices, a cloud server configured using a plurality of computers that can communicate with each other, a terminal used by a developer who develops applications, or the like.

支援装置1は、ネットワークを介して他の端末等と通信することを可能とする通信部13をさらに備えることが好ましい。これにより、支援装置1は、状態遷移グラフの表示を該端末に指令できる。 The support device 1 preferably further includes a communication unit 13 that enables communication with other terminals or the like via a network. As a result, the support device 1 can command the terminal to display the state transition graph.

支援装置1は、表示部14及び入力部15をさらに備えることが好ましい。これにより、支援装置1は、状態遷移グラフの表示を表示部14に指令し、入力部15を介した入力に応じて該グラフを編集し、該グラフに基づくアプリケーションを自動生成できる。 The support device 1 preferably further includes a display unit 14 and an input unit 15 . As a result, the support device 1 can command the display unit 14 to display the state transition graph, edit the graph according to the input via the input unit 15, and automatically generate an application based on the graph.

[制御部11]
制御部11は、CPU(Central Processing Unit)、RAM(Random Access Memory)、及びROM(Read Only Memory)等を備える。
[Control unit 11]
The control unit 11 includes a CPU (Central Processing Unit), a RAM (Random Access Memory), a ROM (Read Only Memory), and the like.

制御部11は、必要に応じて記憶部12、通信部13、表示部14、及び/又は入力部15等と協働し、支援装置1のソフトウェア構成要素である、表示指令部111、編集部112、生成部113、等を実現可能である。支援装置1のソフトウェア構成要素それぞれが提供する機能は、後述する支援処理の好ましい流れの説明において示される。 The control unit 11 cooperates with the storage unit 12, the communication unit 13, the display unit 14, and/or the input unit 15, etc., as necessary, and controls the display command unit 111 and the editing unit, which are software components of the support device 1. 112, generation unit 113, etc. can be implemented. The functions provided by each of the software components of the support device 1 are indicated in the description of the preferred flow of support processing that follows.

[記憶部12]
記憶部12は、データ及び/又はファイルが記憶される装置であって、ハードディスク、半導体メモリ、記録媒体、及びメモリカード等によるデータのストレージ部を有する。
[Storage unit 12]
The storage unit 12 is a device in which data and/or files are stored, and has a data storage unit such as a hard disk, a semiconductor memory, a recording medium, and a memory card.

記憶部12は、ネットワークを介してNAS(Network Attached Storage)、SAN(Storage Area Network)、クラウドストレージ、ファイルサーバ及び/又は分散ファイルシステム等の記憶装置又は記憶システムとの接続を可能にする仕組みを有してもよい。 The storage unit 12 has a mechanism that enables connection with a storage device or storage system such as NAS (Network Attached Storage), SAN (Storage Area Network), cloud storage, file server and/or distributed file system via a network. may have.

記憶部12には、マイクロコンピューターで実行される制御プログラム、状態遷移グラフ(群)、表示例(群)、開発対象のアプリケーション(群)、状態遷移グラフ(群)等の表示状態、等が記憶されている。 The storage unit 12 stores control programs executed by the microcomputer, state transition graphs (groups), display examples (groups), applications (groups) to be developed, display states such as state transition graphs (groups), and the like. It is

記憶部12に記憶可能な開発対象アプリケーションの数は、2以上であることが好ましい。これにより、開発者は、支援装置1を用いて複数の開発対象アプリケーションの開発を管理できる。これにより、開発者が複数の開発対象アプリケーションの管理に費やす労力を低減できる。したがって、支援装置1は、アプリケーション開発に係る労力をよりいっそう低減できる。 The number of development target applications that can be stored in the storage unit 12 is preferably two or more. As a result, the developer can use the support device 1 to manage the development of multiple development target applications. As a result, the developer's efforts to manage multiple development target applications can be reduced. Therefore, the support device 1 can further reduce the labor involved in application development.

記憶部12に記憶される状態遷移グラフ(群)等の表示状態は、特に限定されない。該表示状態は、例えば、状態遷移グラフ(群)の表示倍率、表示対象となる状態遷移グラフ(群)の範囲/領域、状態遷移グラフ(群)が含む情報の詳細度、状態遷移グラフ(群)が含む各種要素それぞれの表示/非表示、状態遷移グラフ(群)が含む表示例の表示倍率、等が挙げられる。 The display state of the state transition graph (group) or the like stored in the storage unit 12 is not particularly limited. The display state includes, for example, the display magnification of the state transition graph (group), the range/region of the state transition graph (group) to be displayed, the level of detail of the information included in the state transition graph (group), the state transition graph (group) ), the display magnification of display examples included in the state transition graph (group), and the like.

記憶部12に記憶される状態遷移グラフ(群)等の表示状態は、なかでも、状態遷移グラフ(群)が含む表示例の表示倍率を含むことが好ましい。これにより、後述する支援処理において、表示指令部111は、縮小表示された表示例を含む状態遷移グラフの表示を指令できる。 The display state of the state transition graph (group) or the like stored in the storage unit 12 preferably includes the display magnification of the display example included in the state transition graph (group). As a result, the display command unit 111 can command display of a state transition graph including a reduced display example in a support process to be described later.

アプリケーションを実行するスマートフォン等の画面が広い場合、表示指令部111が表示を指令する画面に複数の表示例を示すことが困難になり得る。表示状態が表示倍率を含むことにより、表示指令部111は、縮小表示された表示例を含む状態遷移グラフの表示を指令できる。したがって、表示指令部111は、縮小表示された複数の表示例を表示するよう状態遷移グラフの表示を指令できる。 When the screen of a smartphone or the like that executes an application is large, it may be difficult to show multiple display examples on the screen that the display command unit 111 commands to display. Since the display state includes the display magnification, the display command unit 111 can command display of the state transition graph including the reduced display example. Therefore, the display command unit 111 can command display of the state transition graph so as to display a plurality of reduced display examples.

記憶部12には、開発対象のアプリケーションの部品として利用可能な1又は複数のモジュールを格納可能なモジュールリスト121が記憶されていることが好ましい。 The storage unit 12 preferably stores a module list 121 that can store one or a plurality of modules that can be used as components of an application to be developed.

(モジュールリスト121)
モジュールリスト121には、開発対象のアプリケーションの部品として利用可能な1又は複数のモジュールを含むモジュール群が格納される。これにより、開発者は、モジュールリスト121に格納されたモジュール群からモジュールを選択する直感的な操作で該モジュール群を用いたアプリケーション開発を行える。また、支援装置1は、状態遷移グラフが含むモジュールを編集後の該グラフに基づいて組み合わせることでアプリケーションを生成できる。
(Module list 121)
The module list 121 stores a module group including one or more modules that can be used as components of an application to be developed. As a result, the developer can intuitively select a module from the module group stored in the module list 121 to develop an application using the module group. Further, the support device 1 can generate an application by combining modules included in the state transition graph based on the edited graph.

モジュールリスト121に格納されるモジュール群のモジュールは、開発対象のアプリケーションの部品として利用可能であれば特に限定されない。該部品は、例えば、開始画面を表示する部品、サービスの選択を実現する部品、利用者登録を実現する部品、ログイン処理を実現する部品、画面の表示を実現する部品、掲示板及び/又はSNSへのアクセスを実現する部品、ユーザ一覧の表示を実現する部品、検索機能を実現する部品、ポップアップ画面を実現する部品、等が挙げられる。 The modules in the module group stored in the module list 121 are not particularly limited as long as they can be used as components of the application to be developed. The components include, for example, a component for displaying a start screen, a component for realizing service selection, a component for realizing user registration, a component for realizing login processing, a component for realizing screen display, a bulletin board and/or an SNS , a component for realizing a user list display, a component for realizing a search function, a component for realizing a pop-up screen, and the like.

モジュール群は、少なくとも、スマートフォン用アプリケーション及びWebアプリケーションの基本的な部品一式に対応するモジュール群を含むことが好ましい。該部品一式は、例えば、開始画面を表示する部品、利用者登録を実現する部品、ログイン処理を実現する部品、画面の表示を実現する部品、及びポップアップ画面を実現する部品、を含むことが好ましい。これにより、支援装置1は、スマートフォン用アプリケーション及びWebアプリケーションの基本的な部品一式に対応するモジュール群を開発者に提供できる。 The module group preferably includes at least a module group corresponding to a set of basic components of the smartphone application and the web application. The set of components preferably includes, for example, a component that displays a start screen, a component that implements user registration, a component that implements login processing, a component that implements screen display, and a component that implements a pop-up screen. . As a result, the support device 1 can provide the developer with a module group corresponding to a set of basic components of the smartphone application and the web application.

モジュールによって実現される処理の流れが1以上の入力可能状態(群)を含む場合、モジュールは、該入力可能状態(群)と対応付けられて格納されることが好ましい。これにより、支援装置1は、状態遷移グラフに追加される対象となる追加対象モジュールの選択に応じて、選択された追加対象モジュールに対応する対応入力可能状態(群)を示す第1図形(群)を状態遷移グラフに追加できる。 If the flow of processing implemented by a module includes one or more input-enabled state(s), the module is preferably stored in association with the input-enabled state(s). As a result, the support device 1, in accordance with the selection of the addition target module to be added to the state transition graph, displays the first graphic (group ) can be added to the state transition graph.

モジュールが入力可能状態(群)と対応付けられて格納される場合、モジュールは、該入力可能状態(群)における遷移条件(群)と対応付けられて格納されることが好ましい。これにより、支援装置1は、状態遷移グラフに追加される対象となる追加対象モジュールの選択に応じて、選択された追加対象モジュールに対応する対応入力可能状態(群)を示す第1図形(群)と該対応入力可能状態(群)それぞれに対応する遷移条件(群)を示す第2図形(群)とを状態遷移グラフに追加できる。 When a module is stored in association with an input-enabled state (group), the module is preferably stored in association with a transition condition (group) in the input-enabled state (group). As a result, the support device 1, in accordance with the selection of the addition target module to be added to the state transition graph, displays the first graphic (group ) and a second figure (group) indicating the transition condition (group) corresponding to the corresponding input enabled state (group) can be added to the state transition graph.

モジュールは、モジュールの処理状態のうち入力可能状態(群)等の表示を伴う処理状態における表示例(群)の生成に用いられる情報を含んで格納されることが好ましい。これにより、支援装置1は、状態遷移グラフに追加される対象となる追加対象モジュールの選択に応じて、選択された追加対象モジュールに対応する表示例(群)を表示できる。 It is preferable that the module is stored including information used to generate display example(s) in the processing state(s) of the module's processing state with display such as input enabled state(s). Thereby, the support device 1 can display the display example (group) corresponding to the selected addition target module according to the selection of the addition target module to be added to the state transition graph.

モジュールが表示例(群)の生成に用いられる情報を含んで格納される場合、モジュールは、表示例(群)それぞれの生成に関するパラメータを含んで格納されることが好ましい。これにより、支援装置1は、パラメータの編集を介して表示例(群)を編集する手段を開発者に提供できる。 Where modules are stored containing information used to generate display example(s), modules are preferably stored containing parameters relating to the generation of each display example(s). This allows the support device 1 to provide the developer with a means of editing the display example(s) via parameter editing.

該パラメータは、特に限定されない。該パラメータは、例えば、表示例が含む文字列に関するパラメータ、表示例の配色に関するパラメータ、表示例のサイズに関するパラメータ、表示例が含むボタンに関するパラメータ、表示例が含む図形要素の配置に関するパラメータ、等が挙げられる。 The parameters are not particularly limited. The parameters include, for example, parameters related to character strings included in the display example, parameters related to the color scheme of the display example, parameters related to the size of the display example, parameters related to buttons included in the display example, parameters related to the arrangement of graphic elements included in the display example, and the like. mentioned.

モジュールは、モジュールを識別可能なモジュールIDと関連付けられて格納されることが好ましい。これにより、支援装置1は、モジュールIDを用いてモジュール等を格納及び取得できる。 Modules are preferably stored in association with module IDs that can identify the modules. As a result, the support device 1 can store and acquire modules and the like using the module IDs.

図2は、モジュールリスト121の一例である。図2に示すモジュールリスト121は、モジュールID「M0001」と関連付けられた以下の情報を含むモジュールを有する:
モジュールが「開始画面」のモジュールであること、
モジュールが「入力可能状態」として「開始画面」状態を有すること、
モジュールの「開始画面」状態が「新規登録」及び「ログイン」の遷移条件を含むこと。
FIG. 2 is an example of the module list 121. As shown in FIG. The module list 121 shown in FIG. 2 has a module associated with the module ID "M0001" and containing the following information:
that the module is a "start screen" module,
that the module has a "start screen" state as an "enterable state";
The "start screen" state of the module shall include the transition conditions of "new registration" and "login".

また、図2に示すモジュールリスト121は、モジュールID「M0004」と関連付けられた以下の情報を含むモジュールを有する:
モジュールが「投稿」のモジュールであること、
モジュールが「入力可能状態」として「投稿一覧」「投稿作成」「投稿詳細」の各状態を有すること、
モジュールの「投稿一覧」状態が「新規作成」及び「いいね!」の遷移条件を含むこと、
モジュールの「投稿作成」状態が「投稿」の遷移条件を含むこと、
モジュールの「投稿詳細」状態が格別の遷移条件を含まないこと。
Also, the module list 121 shown in FIG. 2 has a module associated with the module ID “M0004” and containing the following information:
that the module is a "posts" module,
The module must have "post list", "post creation", and "post details" as "enterable states",
that the module's "post list" state includes transition conditions for "new creation" and "like";
that the module's "Create Post" state contains a transition condition of "Post";
The "post details" state of the module does not contain any special transition conditions.

図2に示すモジュールリスト121が上述の各モジュール等を有することにより、支援装置1は、これら各モジュールから追加対象モジュールを選択させ、選択されたモジュールを状態遷移グラフに追加する手段を提供できる。これにより、開発者は、開始画面、投稿、等のモジュールを組み合わせたアプリケーションを容易に開発できる。 Since the module list 121 shown in FIG. 2 has the above-described modules, etc., the support device 1 can provide means for selecting an addition target module from these modules and adding the selected module to the state transition graph. This allows developers to easily develop applications that combine modules such as start screens, posts, and the like.

[通信部13]
通信部13は、支援装置1をネットワークに接続して端末等と通信可能にするものであれば特に限定されず、例えば、携帯電話ネットワークに対応した無線装置、IEEE802.11に準拠したWi-Fi(Wireless Fidelity)対応デバイス、Bluetooth(登録商標)規格等に対応した近距離無線装置、及びイーサネット規格に対応したネットワークカード等が挙げられる。
[Communication unit 13]
The communication unit 13 is not particularly limited as long as it connects the support device 1 to a network and enables communication with a terminal or the like. (Wireless Fidelity) compatible devices, short-range wireless devices compatible with the Bluetooth (registered trademark) standard, network cards compatible with the Ethernet standard, and the like.

[表示部14]
表示部14の種類は、状態遷移グラフを表示可能であれば、特に限定されない。表示部14は、例えば、タッチパネル、液晶ディスプレイ(LCDディスプレイ)、有機ELディスプレイ、モニタ、プロジェクタ、等によって例示される表示デバイスの1以上を含んで構成される。
[Display unit 14]
The type of the display unit 14 is not particularly limited as long as it can display the state transition graph. The display unit 14 includes one or more display devices exemplified by, for example, a touch panel, a liquid crystal display (LCD display), an organic EL display, a monitor, a projector, and the like.

開発対象アプリケーションがスマートフォン用アプリケーションを含む場合、表示部14は、スマートフォンの画面より広い画面であることが好ましい。スマートフォンの画面より広い画面は、特に限定されず、例えば、据置型コンピュータ等に接続されたディスプレイの画面等でよい。これにより、表示指令部111は、スマートフォンの画面より広い画面に表示を指令できる。したがって、表示指令部111は、スマートフォンの画面について、複数の表示例を広い画面に表示するよう指令できる。 When the development target application includes a smartphone application, the display unit 14 preferably has a screen wider than the screen of the smartphone. The screen wider than the smartphone screen is not particularly limited, and may be, for example, the screen of a display connected to a stationary computer or the like. Thereby, the display command unit 111 can command display on a screen wider than the screen of the smartphone. Therefore, the display command unit 111 can command the screen of the smartphone to display a plurality of display examples on a wide screen.

[入力部15]
入力部15の種類は、表示部14に表示された状態遷移グラフの編集に関する入力が可能であれば、特に限定されない。入力部15は、例えば、タッチパネル、ソフトウェアキーボード、外部の装置から入力を受信する通信デバイス、キーボード、マウス等によって例示される入力デバイスの1以上を含んで構成される。
[Input unit 15]
The type of the input unit 15 is not particularly limited as long as it is possible to make an input regarding editing of the state transition graph displayed on the display unit 14 . The input unit 15 includes, for example, one or more of input devices such as a touch panel, a software keyboard, a communication device that receives input from an external device, a keyboard, and a mouse.

入力部15がタッチパネル等の入力デバイスと表示デバイスとの両方の機能を有する場合、入力部15は、表示部14と一体に構成されてもよい。これにより、支援装置1は、より小型及び/又はより軽量に構成され得る。これにより、開発者は、支援装置1を携帯し、移動先等で支援を受ける使用法をよりいっそう容易に行える。 If the input unit 15 has the functions of both an input device such as a touch panel and a display device, the input unit 15 may be configured integrally with the display unit 14 . Thereby, the support device 1 can be configured to be smaller and/or lighter. This makes it easier for the developer to carry the support device 1 and receive support at a destination or the like.

〔端末〕
端末(図示せず)は、状態遷移グラフを表示可能であり、かつ、表示された状態遷移グラフの編集に関する入力が可能であれば、特に限定されず、例えば、スマートフォン及びタブレット端末等の携帯端末、パーソナルコンピュータ等の据置型端末等によって例示される各種端末でよい。
[Terminal]
The terminal (not shown) is not particularly limited as long as it can display the state transition graph and allows input related to editing the displayed state transition graph, for example, a mobile terminal such as a smartphone and a tablet terminal , various terminals exemplified by stationary terminals such as personal computers.

〔ネットワーク〕
ネットワーク(図示せず)の種類は、支援装置1と端末とを通信可能にするものであれば特に限定されず、例えば、パーソナルエリアネットワーク、ローカルエリアネットワーク、イントラネット、エクストラネット、インターネット、Wi-Fiネットワーク、携帯電話ネットワーク、移動体通信ネットワーク、あるいはこれらのネットワークを複数組み合わせたネットワーク等が挙げられる。
〔network〕
The type of network (not shown) is not particularly limited as long as it enables communication between the support device 1 and the terminal. For example, personal area network, local area network, intranet, extranet, Internet, Wi-Fi. A network, a mobile phone network, a mobile communication network, or a network combining a plurality of these networks can be used.

〔支援装置1で実行される支援処理のフローチャート〕
図3は、本実施形態の支援装置1で実行される支援処理の好ましい流れの一例を示すメインフローチャートである。図4は、図3に続くフローチャートである。以下、図3及び図4を用いて、支援装置1で実行されるアプリケーション開発の支援処理の好ましい流れの一例を説明する。
[Flowchart of Support Processing Executed by Support Device 1]
FIG. 3 is a main flowchart showing an example of a preferred flow of support processing executed by the support device 1 of this embodiment. FIG. 4 is a flowchart following FIG. An example of a preferred flow of application development support processing executed by the support device 1 will be described below with reference to FIGS. 3 and 4. FIG.

[ログイン処理]
必須の態様ではないが、支援処理は、支援装置1を利用しようとする利用希望者が支援装置1によるアプリケーション開発の支援を受けることが可能な所定利用者であるか否かを判別するログイン処理を含むことが好ましい。これにより、支援装置1は、アプリケーション開発の支援を受けることが可能でない者がアプリケーションを変更・削除等してしまうことを防ぎ得る。
[Login process]
Although not an essential aspect, the support process is a login process for determining whether or not a person who wishes to use the support device 1 is a prescribed user who can receive support for application development by the support device 1. is preferably included. As a result, the support device 1 can prevent a person who cannot receive application development support from changing or deleting an application.

ログイン処理は、特に限定されない。ログイン処理は、例えば、アカウント指定手段(例えば、アカウント名の入力、アカウント一覧からのアカウント選択、等)と認証手段(例えば、パスワード認証、生体認証、等)とによって所定利用者であるか否かを判別する従来技術のログイン処理でよい。 Login processing is not particularly limited. In the login process, for example, account designation means (e.g., account name input, account selection from an account list, etc.) and authentication means (e.g., password authentication, biometric authentication, etc.) determine whether or not the user is a specified user. A conventional log-in process for determining is sufficient.

支援処理は、ステップS1からステップS2で実行される状態遷移グラフ等の表示状態の変更を可能とする一連の手順(表示状態変更手順)を含むことが好ましい。これにより、支援装置1は、状態遷移グラフにおいて示される表示例を縮小表示された態様に変更する等の表示状態を変更する手段を提供できる。 The support processing preferably includes a series of procedures (display state change procedure) that enable change of the display state of the state transition graph or the like executed in steps S1 to S2. Thereby, the support device 1 can provide means for changing the display state, such as changing the display example shown in the state transition graph to a reduced display mode.

[ステップS1:表示状態の変更を指令されたか判別]
制御部11は、記憶部12並びに通信部13及び/又は入力部15と協働して表示指令部111を実行し、表示状態の変更を指令されたか判別する処理を行う(ステップS1、表示状態変更指令判別ステップ)。表示状態の変更を指令されたと判別したならば、制御部11は、処理をステップS2に移す。表示状態の変更を指令されたと判別しなかったならば、制御部11は、処理をステップS3に移す。
[Step S1: Determining whether an instruction to change the display state has been issued]
The control unit 11 cooperates with the storage unit 12 and the communication unit 13 and/or the input unit 15 to execute the display command unit 111, and performs a process of determining whether a command to change the display state has been issued (step S1, display state change command determination step). If it is determined that an instruction to change the display state has been issued, the control section 11 shifts the process to step S2. If it is not determined that a command to change the display state has been given, the control section 11 shifts the process to step S3.

該指令による表示状態の変更は、特に限定されない。該指令は、状態遷移グラフにおいて示される表示例を縮小表示された態様に変更する指令を含むことが好ましい。これにより、表示指令部111は、縮小表示された表示例を含む状態遷移グラフの表示を指令できる。したがって、表示指令部111は、縮小表示された複数の表示例を表示するよう状態遷移グラフの表示を指令できる。 The change of the display state by the instruction is not particularly limited. The command preferably includes a command to change the display example shown in the state transition graph to a reduced display mode. Thereby, the display command unit 111 can command display of the state transition graph including the reduced display example. Therefore, the display command unit 111 can command display of the state transition graph so as to display a plurality of reduced display examples.

よって、開発者は、複数の表示例を含む、より直感的な状態遷移グラフを用いてアプリケーション開発を行える。よって、支援装置1は、アプリケーション開発に係る労力をよりいっそう低減し得る。 Therefore, developers can develop applications using more intuitive state transition graphs including multiple display examples. Therefore, the support device 1 can further reduce the labor involved in application development.

該指令は、表示指令部111が指令する表示において、表示例(群)の生成に用いられる情報の編集画面の表示状態を表示と非表示との間で変更する指令を含むことが好ましい。これにより、表示指令部111は、開発者の要望に応じて、表示例(群)の生成に用いられる情報の編集画面の表示状態を表示と非表示との間で変更できる。よって、開発者は、利用者の入力に応じた処理状態の遷移をよりいっそう直感的に編集できる。 The command preferably includes a command to change the display state of the information edit screen used for generating the display example (group) between display and non-display in the display commanded by the display command unit 111 . Thereby, the display command unit 111 can change the display state of the information edit screen used for generating the display example (group) between display and non-display according to the developer's request. Therefore, the developer can more intuitively edit the transition of the processing state according to the user's input.

該指令は、表示指令部111が指令する表示において、状態遷移グラフのうち表示される領域を変更及び/又は移動する指令を含むことが好ましい。これにより、開発者は、状態遷移グラフの部分のうち、アプリケーション開発において注視したい部分を見やすくするよう、状態遷移グラフのうち表示される領域を変更及び/又は移動できる。よって、開発者は、利用者の入力に応じた処理状態の遷移をよりいっそう直感的に編集できる。 The command preferably includes a command to change and/or move the displayed area of the state transition graph in the display commanded by the display command unit 111 . This allows the developer to change and/or move the displayed area of the state transition graph so that the portion of the state transition graph that the developer wants to focus on in application development can be easily seen. Therefore, the developer can more intuitively edit the transition of the processing state according to the user's input.

該指令は、表示指令部111が指令する表示において、表示例が表示される位置を変更及び/又は移動する指令を含むことが好ましい。これにより、開発者は、表示例をよりいっそう見やすい位置に表示させることができる。よって、開発者は、利用者の入力に応じた処理状態の遷移をよりいっそう直感的に編集できる。 The command preferably includes a command to change and/or move the position where the display example is displayed in the display commanded by the display command unit 111 . This allows the developer to display the display example at a more visible position. Therefore, the developer can more intuitively edit the transition of the processing state according to the user's input.

該指令は、表示指令部111が指令する表示において、追加対象となるモジュールをモジュール群から選択可能なモジュール選択画面の表示状態を表示と非表示との間で変更する指令を含むことが好ましい。これにより、表示指令部111は、開発者の要望に応じて、モジュール選択画面の表示状態を表示と非表示との間で変更できる。よって、開発者は、利用者の入力に応じた処理状態の遷移をよりいっそう直感的に編集できる。 The command preferably includes a command to change the display state of the module selection screen on which the module to be added can be selected from the module group between display and non-display in the display commanded by the display command unit 111 . Thereby, the display command unit 111 can change the display state of the module selection screen between display and non-display according to the developer's request. Therefore, the developer can more intuitively edit the transition of the processing state according to the user's input.

該指令は、表示指令部111が指令する表示において、第1図形の内部及び/又は近傍にこの第1図形に対応する入力可能状態に関する各種情報それぞれの表示状態を変更する指令を含むことが好ましい。これにより、表示指令部111は、開発者の要望に応じて、入力可能状態に関する各種情報それぞれの表示状態を変更できる。該変更は、例えば、各種情報を表示する変更、各種情報を非表示にする変更、各種情報の表示の詳細度の変更、各種情報の表示位置の変更、等を含む。よって、開発者は、利用者の入力に応じた処理状態の遷移をよりいっそう直感的に編集できる。 Preferably, the command includes a command to change the display state of each of various types of information regarding the input enable state corresponding to the first graphic inside and/or in the vicinity of the first graphic in the display commanded by the display command unit 111. . Thereby, the display command unit 111 can change the display state of each of the various types of information regarding the input enable state according to the developer's request. The change includes, for example, a change to display various information, a change to hide various information, a change in detail level of display of various information, a change in display position of various information, and the like. Therefore, the developer can more intuitively edit the transition of the processing state according to the user's input.

[ステップS2:変更後の表示状態を格納]
制御部11は、記憶部12と協働して表示指令部111を実行し、ステップS1における指令に応じた変更後の表示状態を記憶部12に格納する処理を行う(ステップS2、表示状態格納ステップ)。制御部11は、処理をステップS3に移す。
[Step S2: Store display state after change]
The control unit 11 cooperates with the storage unit 12 to execute the display command unit 111, and performs processing for storing the changed display state according to the command in step S1 in the storage unit 12 (step S2, display state storage step). The control unit 11 shifts the process to step S3.

[ステップS3:状態遷移グラフの表示を指令]
制御部11は、記憶部12並びに通信部13及び/又は表示部14と協働して表示指令部111を実行し、開発対象となるアプリケーションの状態遷移グラフを表示する処理を行う(ステップS3、表示指令ステップ)。制御部11は、処理をステップS4に移す。
[Step S3: Command display of state transition graph]
The control unit 11 cooperates with the storage unit 12 and the communication unit 13 and/or the display unit 14 to execute the display command unit 111 to display the state transition graph of the application to be developed (step S3, display command step). The control unit 11 shifts the process to step S4.

支援処理が表示状態変更手順を含む場合、表示指令ステップは、記憶部12に格納された表示状態に基づいて状態遷移グラフを表示する手順を含むことが好ましい。これにより、開発者は、各種表示状態を変更し、利用者の入力に応じた処理状態の遷移をよりいっそう直感的に編集できる。 If the support process includes a display state change procedure, the display command step preferably includes a procedure of displaying the state transition graph based on the display state stored in the storage unit 12. FIG. As a result, the developer can change various display states and more intuitively edit the transition of the processing state according to the user's input.

ステップS3で表示される状態遷移グラフは、少なくとも、開発対象となるアプリケーションの処理状態のうち該アプリケーションを利用する利用者による入力が可能な入力可能状態を示す第1図形と、該入力可能状態において遷移条件を満たす入力が行われた場合に該入力可能状態と異なる遷移先処理状態に遷移することを示す第2図形と、を含む。 The state transition graph displayed in step S3 includes at least a first figure indicating an input-enabled state in which a user using the application can input among the processing states of the application to be developed, and and a second figure indicating transition to a transition destination processing state different from the input enabled state when an input that satisfies the transition condition is performed.

第1図形は、入力可能状態を示すものであれば、特に限定されない。第1図形は、例えば、入力可能状態に関する各種情報の一部又は全部を囲む閉図形でよい。該閉図形は、矩形を含むことが好ましい。該閉図形が矩形を含むことにより、支援装置1は、フローチャートにおいて「処理」を示す記号と同様の図形を用いた直感的な態様で入力可能状態を示せる。 The first graphic is not particularly limited as long as it indicates an input enabled state. The first graphic may be, for example, a closed graphic that encloses part or all of various information regarding the input enabled state. Preferably, the closed figure includes a rectangle. By including a rectangle in the closed graphic, the support device 1 can indicate the input enabled state in an intuitive manner using a graphic similar to the symbol indicating "processing" in the flow chart.

表示指令ステップは、第1図形を、対応する入力可能状態における追加の開発手順の必要性を識別可能に表示可能であることが好ましい。追加の開発手順の必要性を識別可能な表示は、特に限定されない。追加の開発手順の必要性を識別可能な表示は、例えば、追加の開発手順の必要性の度合いに応じて第1図形を色分けする表示等でよい。 Preferably, the display command step is capable of displaying the first graphic in a corresponding enterable state to identify the need for additional development procedures. The identifiable indication of the need for additional development steps is not particularly limited. The display that enables identification of the necessity of the additional development procedure may be, for example, a display in which the first figure is color-coded according to the degree of necessity of the additional development procedure.

第2図形は、遷移条件を示すものであれば、特に限定されない。第2図形は、例えば、遷移元から遷移先への遷移を示す矢印、遷移条件を識別可能な文字列を囲む閉図形と遷移元から該閉図形までの矢印と該閉曲線から遷移先までの矢印とを組み合わせた図形、等でよい。該閉図形は、ひし形を含むことが好ましい。該閉図形がひし形を含むことにより、支援装置1は、フローチャートにおいて「判断」を示す記号と同様の図形を用いた直感的な態様で遷移条件を示せる。 The second graphic is not particularly limited as long as it indicates a transition condition. The second graphic includes, for example, an arrow indicating the transition from the transition source to the transition destination, a closed graphic surrounding a character string that can identify the transition condition, an arrow from the transition source to the closed graphic, and an arrow from the closed curve to the transition destination. , etc. may be used. Preferably, the closed figure includes a rhombus. By including the rhombus in the closed graphic, the support device 1 can indicate the transition condition in an intuitive manner using a graphic similar to the symbol indicating "judgment" in the flow chart.

なかでも、第2図形は、遷移条件を識別可能な文字列を囲む閉図形と遷移元から該閉図形までの矢印と該閉曲線から遷移先までの矢印とを組み合わせた図形を含むことが好ましい。これにより、支援装置1は、遷移条件を識別可能な文字列を第2図形に対応付けて示すことを容易に実現できる。 In particular, the second graphic preferably includes a graphic combining a closed graphic surrounding a character string capable of identifying a transition condition, an arrow from the transition source to the closed graphic, and an arrow from the closed curve to the transition destination. As a result, the support device 1 can easily display a character string that can identify the transition condition in association with the second figure.

また、表示指令ステップは、表示状態に応じて、入力可能状態におけるアプリケーションの表示例を第1図形に対応付けて示すよう状態遷移グラフの表示を指令可能である。これにより、支援装置1は、どのような画面で入力を受け付けるアプリケーションであるかを直感的に把握可能なグラフを表示できる。該対応付けの手段は、特に限定されない。該対応付けの手段は、例えば、第1図形と表示例とを所定の方向(例えば、縦方向、横方向、等)に並べて表示する手段等でよい。 In addition, the display command step can command display of the state transition graph so as to show a display example of the application in the input enabled state in association with the first graphic according to the display state. As a result, the support device 1 can display a graph that allows an intuitive understanding of what kind of screen the application accepts input from. A means for the association is not particularly limited. The association means may be, for example, means for displaying the first figure and the display example side by side in a predetermined direction (for example, vertical direction, horizontal direction, etc.).

さらに、表示指令ステップは、表示状態に応じて、遷移条件を識別可能な文字列を第2図形に対応付けて示すよう状態遷移グラフの表示を指令可能である。これにより、支援装置1は、どのような入力に対応して遷移するアプリケーションであるかを直感的に把握可能なグラフを表示できる。 Further, the display command step can command the display of the state transition graph so as to associate a character string capable of identifying the transition condition with the second graphic according to the display state. As a result, the support device 1 can display a graph that allows an intuitive understanding of what kind of input the application transitions to.

表示指令ステップは、モジュールと1又は複数の処理状態(群)との対応を示す第3図形の表示を指令可能であることが好ましい。これにより、支援装置1は、アプリケーションが含むモジュール(群)及び処理状態(群)について、モジュールそれぞれと1又は複数の処理状態(群)との対応を直感的に把握可能なグラフを表示できる。 Preferably, the display command step is capable of commanding the display of a third graphic indicating the correspondence between the module and one or more processing state(s). As a result, the support device 1 can display a graph that enables an intuitive grasp of the correspondence between each module (group) and processing state (group) included in the application and one or a plurality of processing states (group).

表示指令ステップがモジュールとの対応を示す第3図形の表示を指令可能である場合、第3図形は、該モジュールに対応する処理状態(群)を示す第1図形と該モジュールに対応する遷移条件(群)を示す第2図形とを囲む閉図形を含むことが好ましい。これにより、支援装置1は、モジュールと処理状態(群)等との対応をよりいっそう直感的に把握可能なグラフを表示できる。 If the display command step can command the display of the third graphic indicating the correspondence with the module, the third graphic is the first graphic indicating the processing state (group) corresponding to the module and the transition condition corresponding to the module. It preferably includes a closed figure surrounding a second figure indicating (group). As a result, the support device 1 can display a graph that enables a more intuitive understanding of the correspondence between modules and processing states (groups).

[ステップS4:状態遷移グラフの編集を指令されたか判別]
制御部11は、記憶部12並びに通信部13及び/又は表示部14と協働して編集部112を実行し、状態遷移グラフの編集を指令されたか判別する処理を行う(ステップS4、編集指令判別ステップ)。状態遷移グラフの編集を指令されたと判別したならば、制御部11は、処理をステップS5に移す。状態遷移グラフの編集を指令されたと判別しなかったならば、制御部11は、処理をステップS9に移す。
[Step S4: Determining whether an instruction to edit the state transition graph has been issued]
The control unit 11 cooperates with the storage unit 12 and the communication unit 13 and/or the display unit 14 to execute the editing unit 112, and performs processing for determining whether an instruction to edit the state transition graph has been issued (step S4, edit instruction discrimination step). If it is determined that an instruction to edit the state transition graph has been issued, the control unit 11 shifts the process to step S5. If it is not determined that an instruction to edit the state transition graph has been issued, the control unit 11 shifts the process to step S9.

支援処理は、ステップS5からステップS6で実行される状態遷移グラフに遷移条件及び遷移先を追加することを可能とする一連の手順(遷移条件追加手順)を含むことが好ましい。これにより、開発者は、入力可能状態に遷移条件と対応する遷移先処理状態とを直感的に追加できる。これにより、開発者は、入力に応じた遷移を行う処理を含むアプリケーションの開発をより直感的な手順で行える。 The support processing preferably includes a series of procedures (transition condition addition procedures) that enable adding transition conditions and transition destinations to the state transition graph executed in steps S5 to S6. This allows the developer to intuitively add the transition condition and the corresponding transition destination processing state to the input enabled state. As a result, the developer can develop an application including a process of making a transition according to an input in a more intuitive procedure.

[ステップS5:遷移条件の追加を指令されたか判別]
制御部11は、記憶部12並びに通信部13及び/又は表示部14と協働して編集部112を実行し、遷移条件の追加を指令されたか判別する処理を行う(ステップS5、条件追加ステップ)。遷移条件の追加を指令されたと判別したならば、制御部11は、状態遷移グラフに該遷移条件を追加し、処理をステップS6に移す。遷移条件の追加を指令されたと判別しなかったならば、制御部11は、処理をステップS7に移す。
[Step S5: Determining Whether Addition of Transition Condition Is Commanded]
The control unit 11 cooperates with the storage unit 12 and the communication unit 13 and/or the display unit 14 to execute the editing unit 112, and performs processing for determining whether or not an instruction to add a transition condition has been issued (step S5, condition addition step ). If it is determined that the addition of the transition condition has been commanded, the control unit 11 adds the transition condition to the state transition graph, and shifts the process to step S6. If it is not determined that the addition of the transition condition has been commanded, the control unit 11 shifts the process to step S7.

条件追加ステップにおいて遷移条件を追加する条件遷移手段は、特に限定されない。条件遷移手段は、例えば、GUIを介した操作によって表示された第1図形に遷移条件を追加する手段等でよい。これにより、開発者は、GUIを介した直感的な操作によって遷移条件を追加できる。 Condition transition means for adding a transition condition in the condition adding step is not particularly limited. The condition transition means may be, for example, means for adding a transition condition to the first graphic displayed by an operation via a GUI. This allows developers to add transition conditions through intuitive operations via the GUI.

[ステップS6:状態遷移グラフに遷移先を追加]
制御部11は、記憶部12と協働して編集部112を実行し、ステップS5で追加を指令された遷移条件に対応する遷移先とを状態遷移グラフに追加する処理を行う(ステップS6、状態追加ステップ)。制御部11は、処理をステップS9に移す。
[Step S6: Add Transition Destination to State Transition Graph]
The control unit 11 cooperates with the storage unit 12 to execute the editing unit 112, and performs a process of adding to the state transition graph the transition destination corresponding to the transition condition whose addition was instructed in step S5 (step S6, state addition step). The control unit 11 shifts the process to step S9.

支援処理が状態追加ステップを含むことにより、支援装置1は、ステップS5の条件追加手段によって遷移条件が追加された場合にステップS5で追加された遷移条件に対応する遷移先処理状態を状態遷移グラフに追加可能な状態追加手段を提供できる。 By including the state addition step in the support processing, the support device 1 adds the transition destination processing state corresponding to the transition condition added in step S5 to the state transition graph when the transition condition is added by the condition addition means in step S5. can provide a state addition means that can be added to

支援処理は、ステップS7からステップS8で実行されるモジュール群からモジュールを選択して状態遷移グラフに追加することを可能とする一連の手順(モジュール追加手順)を含むことが好ましい。これにより、開発者は、モジュール群からモジュールを選択する直感的な操作でモジュール群を用いたアプリケーション開発を行える。これにより、支援装置1は、モジュール群を用いたアプリケーション開発における労力の低減を、直感的な操作で行えるよう支援できる。 The support process preferably includes a series of procedures (module addition procedures) that enable a module to be selected from the module group executed in steps S7 to S8 and added to the state transition graph. As a result, the developer can develop an application using the module group by an intuitive operation of selecting a module from the module group. As a result, the support device 1 can support reduction of labor in application development using a module group by intuitive operation.

[ステップS7:モジュールの追加を指令されたか判別]
制御部11は、記憶部12並びに通信部13及び/又は表示部14と協働して編集部112を実行し、追加対象モジュールの追加を指令されたか判別する処理を行う(ステップS7、遷移条件追加指令判別ステップ)。モジュールの追加を指令されたと判別したならば、制御部11は、処理をステップS8に移す。モジュールの追加を指令されたと判別しなかったならば、制御部11は、処理をステップS9に移す。
[Step S7: Determining Whether Addition of Module Is Commanded]
The control unit 11 cooperates with the storage unit 12 and the communication unit 13 and/or the display unit 14 to execute the editing unit 112, and performs processing for determining whether or not an instruction to add the addition target module has been issued (step S7, transition condition additional command determination step). If the controller 11 determines that an instruction to add a module has been issued, the controller 11 shifts the process to step S8. If the control unit 11 does not determine that an instruction to add a module has been issued, the control unit 11 shifts the process to step S9.

追加対象モジュールは、追加対象選択手段によってモジュールリスト121に格納されたモジュール群から選択されたモジュールであれば、特に限定されない。追加対象選択手段は、特に限定されず、例えば、表示指令部111の指令等によって表示された、モジュール群からモジュールを選択可能なメニューを用いる手段等でよい。 The addition target module is not particularly limited as long as it is a module selected from the module group stored in the module list 121 by the addition target selection means. The addition target selection means is not particularly limited, and may be, for example, a means using a menu from which a module can be selected from a module group displayed by a command from the display command unit 111 or the like.

[ステップS8:状態遷移グラフに対応入力可能状態を追加]
制御部11は、記憶部12と協働して編集部112を実行し、状態遷移グラフに対応入力可能状態を追加する処理を行う(ステップS8、状態追加ステップ)。制御部11は、処理をステップS9に移す。
[Step S8: Add a corresponding input-enabled state to the state transition graph]
The control unit 11 cooperates with the storage unit 12 to execute the editing unit 112, and performs processing for adding a corresponding input-enabled state to the state transition graph (step S8, state addition step). The control unit 11 shifts the process to step S9.

状態追加ステップは、状態遷移グラフに対応入力可能状態を追加可能な状態追加手段を実現するステップであれば、特に限定されない。状態追加ステップは、例えば、状態遷移グラフ等のグラフに対応入力可能状態等のノードを追加する従来技術の手段等でよい。 The state addition step is not particularly limited as long as it is a step that implements state addition means capable of adding a corresponding input-enabled state to the state transition graph. The state addition step may be, for example, conventional means of adding a node such as a corresponding input enabled state to a graph such as a state transition graph.

[その他の編集手段について]
編集部112が含む状態遷移グラフを編集する手段として、遷移条件追加手順が有する条件遷移手段及び状態追加手段、並びに、モジュール追加手順が有する追加対象選択手段及び状態追加手段を説明した。しかしながら、編集部112が含む状態遷移グラフを編集する手段は、これらの手段に限定されない。編集部112が含む状態遷移グラフを編集する手段は、例えば、以下に示す遷移先変更手段、削除手段、パラメータ編集手段等の各種編集手段の1以上を含むことが好ましい。
[About other editing methods]
As means for editing the state transition graph included in the editing unit 112, the condition transition means and state addition means of the transition condition addition procedure, and the addition target selection means and state addition means of the module addition procedure have been described. However, means for editing the state transition graph included in the editing unit 112 are not limited to these means. The means for editing the state transition graph included in the editing unit 112 preferably includes one or more of various editing means such as transition destination changing means, deletion means, parameter editing means, and the like.

(遷移先変更手段)
編集部112は、遷移条件に応じた遷移先を変更可能な遷移先変更手段を提供する手順を行えることが好ましい。該手段は、特に限定されず、例えば、GUIを介した操作によって第2図形が第1図形と対応付けられた場合に、この第2図形に対応する遷移条件に応じた遷移先をこの第1図形と対応する入力可能状態に変更する手段等でよい。これにより、開発者は、GUIを介した直感的な操作によって、遷移条件に応じた遷移先を変更できる。
(Transition destination changing means)
The editing unit 112 preferably performs a procedure for providing transition destination changing means capable of changing the transition destination according to the transition condition. The means is not particularly limited. For example, when the second graphic is associated with the first graphic by an operation via the GUI, the transition destination corresponding to the transition condition corresponding to this second graphic is changed to this first graphic. Means for changing to an input enabled state corresponding to the figure may be used. Thereby, the developer can change the transition destination according to the transition condition by intuitive operation via the GUI.

(削除手段)
編集部112は、開発者が指定した入力可能状態及び/又は遷移条件を削除可能な削除手段を提供する手順を行えることが好ましい。該手段は、特に限定されず、例えば、GUIを介した操作によって入力可能状態及び/又は遷移条件が削除対象として指定された場合に、指定された入力可能状態及び/又は遷移条件を削除する手段等でよい。これにより、開発者は、GUIを介した直感的な操作によって、入力可能状態及び/又は遷移条件を指定して削除できる。
(Deletion means)
The editing unit 112 preferably performs a procedure for providing deletion means capable of deleting the input enable state and/or transition condition specified by the developer. The means is not particularly limited, for example, means for deleting the specified input-enabled state and/or transition condition when the input-enabled state and/or transition condition are designated to be deleted by an operation via the GUI. etc. Thereby, the developer can specify and delete the input enabled state and/or the transition condition by intuitive operation via the GUI.

(パラメータ編集手段)
編集部112は、開発者が指定した入力可能状態に対応する表示例(群)の生成に関するパラメータを編集可能なパラメータ編集手段を提供する手順を行えることが好ましい。該手段は、特に限定されず、例えば、GUIを介した操作によって編集対象のパラメータを指定し、キーボード操作等によってパラメータを編集可能とする手段等でよい。これにより、開発者は、GUIを介した直感的な操作等によって、パラメータを編集できる。
(Parameter editing means)
The editing unit 112 preferably performs a procedure for providing a parameter editing means capable of editing parameters relating to the generation of display examples (groups) corresponding to input enabled states specified by the developer. The means is not particularly limited, and may be, for example, means for designating a parameter to be edited by an operation via a GUI and making the parameter editable by a keyboard operation or the like. As a result, the developer can edit the parameters by intuitive operations via the GUI.

編集部112がパラメータ編集手段を提供する手順を行える場合、パラメータ編集手段は、開発者が指定した入力可能状態に対応する第1図形と対応付けてパラメータ(群)を編集するGUI要素を表示可能であることが好ましい。該対応付けの手段は、特に限定されない。該対応付けの手段は、例えば、第1図形とGUI要素とを特定の方向(例えば、縦方向、横方向、等)に並べて表示する手段等でよい。 If the editing unit 112 can perform the procedure of providing parameter editing means, the parameter editing means can display a GUI element for editing parameters (group) in association with the first figure corresponding to the input enabled state specified by the developer. is preferably A means for the association is not particularly limited. The means for associating may be, for example, means for arranging and displaying the first figure and the GUI element in a specific direction (for example, vertical direction, horizontal direction, etc.).

該対応付けの手段が第1図形とGUI要素とを特定の方向に並べて表示する手段を含む場合、該特定の方向は、第1図形と表示例との対応付けに関する所定の方向と同じ方向であることが好ましい。これにより、支援装置1は、第1図形と表示例とGUI要素との対応付けをよりいっそう明確に示し得る。 When the means for associating includes means for arranging and displaying the first graphic and the GUI element in a specific direction, the specific direction is the same as the predetermined direction for associating the first graphic and the display example. Preferably. Thereby, the support device 1 can more clearly show the correspondence between the first graphic, the display example, and the GUI element.

パラメータ編集手段の編集対象であるパラメータ(群)は、特に限定されない。パラメータ(群)として、例えば、入力可能状態等において背景画像として利用される画像を指定するパラメータ、入力可能状態等において表示される各種テキストを指定するパラメータ、遷移条件(群)を識別可能な文字列を指定するパラメータ、等の1以上を含むパラメータ(群)が挙げられる。 A parameter (group) to be edited by the parameter editing means is not particularly limited. Parameters (group) include, for example, parameters specifying an image to be used as a background image in an input-enabled state, parameters specifying various texts displayed in an input-enabled state, etc., characters that can identify transition conditions (group) parameter(s) comprising one or more, such as parameters specifying columns;

[ステップS9:アプリケーションの生成を指令されたか判別]
制御部11は、記憶部12並びに通信部13及び/又は表示部14と協働して生成部113を実行し、アプリケーションの生成を指令されたか判別する処理を行う(ステップS9、生成指令判別ステップ)。アプリケーションの生成を指令されたと判別したならば、制御部11は、処理をステップS10に移す。アプリケーションの生成を指令されたと判別しなかったならば、制御部11は、処理をステップS1に移し、ステップS1からステップS10の処理を繰り返す。
[Step S9: Determining whether generation of an application has been commanded]
The control unit 11 cooperates with the storage unit 12 and the communication unit 13 and/or the display unit 14 to execute the generation unit 113, and performs processing for determining whether generation of an application has been commanded (step S9, generation command determination step ). If it is determined that the generation of the application has been commanded, the control unit 11 shifts the process to step S10. If the controller 11 does not determine that an application generation command has been issued, the controller 11 shifts the process to step S1, and repeats the processes from step S1 to step S10.

[ステップS10:アプリケーションを自動生成]
制御部11は、記憶部12と協働して生成部113を実行し、記憶部12に格納された状態遷移グラフに基づいてアプリケーションを自動生成する処理を行う(ステップS10、生成ステップ)。制御部11は、処理をステップS1に移し、ステップS1からステップS10の処理を繰り返す。
[Step S10: Automatically Generate Application]
The control unit 11 cooperates with the storage unit 12 to execute the generation unit 113 to automatically generate an application based on the state transition graph stored in the storage unit 12 (step S10, generation step). The control unit 11 shifts the process to step S1 and repeats the processes from step S1 to step S10.

状態遷移グラフは、コンピュータプログラムによって実現されたアプリケーション等の有限オートマトンにおける処理状態の遷移を表現するグラフである。したがって、状態遷移グラフを用いることにより、支援装置1は、該状態遷移グラフによって表現される処理状態の遷移を含むアプリケーションを自動生成できる。 A state transition graph is a graph that expresses processing state transitions in a finite automaton such as an application implemented by a computer program. Therefore, by using the state transition graph, the support device 1 can automatically generate an application including the processing state transition represented by the state transition graph.

生成ステップにおいて用いられる状態遷移グラフが、ステップS3で表示を指令され、ステップS4からステップS8で編集された状態遷移グラフであるため、支援装置1を利用する開発者は、表示された状態遷移グラフの編集を介してアプリケーションを開発できる。そして、開発者は、開発したアプリケーションの自動生成を支援装置1に指令できる。 Since the state transition graph used in the generating step is the state transition graph whose display was commanded in step S3 and edited in steps S4 to S8, the developer using the support device 1 can easily create the displayed state transition graph. You can develop applications through editing. Then, the developer can command the support device 1 to automatically generate the developed application.

[その他の処理]
(初期設定ステップ)
支援処理は、アプリケーションの開発を開始するときに、最低限必要なモジュールに対応する入力可能状態を状態遷移グラフに追加する初期設定ステップを含むことが好ましい。最低限必要なモジュールは、特に限定されず、例えば、開始画面モジュール等が挙げられる。これにより、開発者は、どのモジュールから追加するかを検討する労力をいたずらに費やすことなく、アプリケーションの開発を開始できる。
[Other processing]
(initial setting step)
The support processing preferably includes an initialization step of adding input-enabled states corresponding to the minimum required modules to the state transition graph when starting development of the application. The minimum required modules are not particularly limited, and examples thereof include a start screen module. This allows the developer to start developing the application without wasting the effort of figuring out which modules to add first.

(表示対象切替ステップ)
記憶部12に格納された開発対象のアプリケーションの数が2以上である場合、支援処理は、格納された開発対象アプリケーションのうちいずれの開発対象アプリケーションに対応する状態遷移グラフを表示指令ステップにおいて表示するかを切替可能とする処理を行う表示対象切替ステップを含むことが好ましい。これにより、開発者は、編集を希望する開発対象アプリケーションに応じた状態遷移グラフを表示させ、編集できる。
(Display target switching step)
When the number of development target applications stored in the storage unit 12 is two or more, the support processing displays the state transition graph corresponding to any development target application among the stored development target applications in the display command step. It is preferable to include a display target switching step for performing processing for enabling switching between the two. As a result, the developer can display and edit the state transition graph corresponding to the development target application that the developer desires to edit.

(アプリケーション登録ステップ)
支援処理は、自動生成されたアプリケーションをアプリケーションの配信サービスに登録可能なアプリケーション登録ステップを含むことが好ましい。これにより、開発者は、自動生成されたアプリケーションをアプリケーションの配信サービスに手作業で登録する労力を費やすことなく、自動生成されたアプリケーションを配信サービスに登録できる。
(application registration step)
The support processing preferably includes an application registration step that allows the automatically generated application to be registered with an application distribution service. This allows the developer to register the automatically generated application with the distribution service without expending the effort of manually registering the automatically generated application with the application distribution service.

[支援処理の効果]
本実施形態の支援処理によれば、開発者は、入力を受け付ける画面と該画面からの遷移条件を直感的に把握可能な状態遷移グラフを編集することで、アプリケーション開発を直感的な手順で行える。直感的な手順でアプリケーション開発を行えることにより、開発者は、アプリケーション開発に費やす労力を低減できる。
[Effect of support processing]
According to the support processing of this embodiment, the developer can intuitively develop an application by editing a state transition graph that enables intuitive grasping of the screen for accepting input and transition conditions from the screen. . By being able to develop applications in an intuitive procedure, developers can reduce the effort spent on application development.

したがって、上述の支援処理を実行可能である本実施形態の支援装置1は、利用者の入力に応じた処理状態の遷移を直感的に編集可能とすることで、アプリケーション開発に係る労力を低減可能なアプリケーション開発の支援を行う手段を提供できる。 Therefore, the support device 1 of the present embodiment, which can execute the support processing described above, can intuitively edit the transition of the processing state according to the user's input, thereby reducing the labor involved in application development. It is possible to provide means for supporting the development of flexible applications.

また、本実施形態の支援装置1は、開発対象となるアプリケーションの開発依頼者と開発者との間で行われる該アプリケーションの要件定義に係る期間を短縮し得る。 In addition, the support device 1 of the present embodiment can shorten the time required for defining the requirements of an application to be developed between the development requester and the developer of the application.

なぜならば、本実施形態の支援装置1は、利用者の入力に応じた処理状態の遷移を直感的に編集可能とすることで、アプリケーション開発に係る労力を低減できる。したがって、開発者は、アプリケーションのプロトタイプを短期間で生成し、該プロトタイプを開発依頼者に見せることができる。これにより、開発依頼者は、開発対象となるアプリケーションのイメージをより明確に持つことができる。したがって、開発依頼者は、開発者との間で、該アプリケーションの要件定義をより短い期間で行える。 This is because the support device 1 of the present embodiment enables intuitive editing of processing state transitions according to user input, thereby reducing the effort involved in application development. Therefore, the developer can quickly create a prototype of the application and show the prototype to the development client. This allows the development client to have a clearer image of the application to be developed. Therefore, the development client can define the requirements of the application with the developer in a shorter period of time.

本実施形態の支援装置1は、アプリケーション開発に係る労力を低減できるため、開発依頼者から要件定義に係るアプリケーションの仕様変更が行われた場合に、より短い期間で仕様変更を反映したプロトタイプを自動生成できる。開発者は、例えば、開発依頼者から仕様変更を告げられたリモートミーティングの間に仕様変更を反映したプロトタイプを自動生成できる。 Since the support device 1 of the present embodiment can reduce the labor involved in application development, when the specifications of an application related to requirement definitions are changed by a development requester, a prototype that reflects the specification changes can be automatically created in a shorter period of time. can be generated. For example, the developer can automatically generate a prototype that reflects the specification change during a remote meeting in which the development client informs the specification change.

これにより、開発依頼者と開発者との間で、アプリケーションに対するイメージの共有が進み、該アプリケーションの要件定義をさらにいっそう短い期間で行える。したがって、本実施形態の支援装置1を用いることにより、開発者は、アプリケーションの開発期間全体を短縮し得る。 As a result, the image of the application can be shared between the development requester and the developer, and the requirements of the application can be defined in an even shorter period of time. Therefore, by using the support device 1 of the present embodiment, the developer can shorten the entire application development period.

[開発依頼者に対する支援]
また、本実施形態の支援装置1は、利用者の入力に応じた処理状態の遷移を直感的に編集可能であるため、開発依頼者自身による該遷移の編集を支援できる。本実施形態の支援装置1では、モジュール群からモジュールを選択して追加する等の直感的な手順で処理状態の遷移を編集可能であるため、アプリケーションの開発に習熟していない開発依頼者であっても、該遷移を編集し得る。
[Support for development requesters]
In addition, since the support device 1 of the present embodiment can intuitively edit the transition of the processing state according to the user's input, it can support the editing of the transition by the development requester himself/herself. With the support device 1 of the present embodiment, it is possible to edit processing state transitions by intuitive procedures such as selecting and adding modules from a module group. can edit the transition.

支援装置1は、開発依頼者自身による該遷移の編集を支援する場合、開発依頼者が利用する端末(開発依頼者端末)に状態遷移グラフの表示を指令し、開発依頼者端末における該グラフの編集手段を提供することが好ましい。 When assisting the development client in editing the transition, the support device 1 instructs the terminal used by the development client (development client terminal) to display the state transition graph, and displays the state transition graph on the development client terminal. Editing means are preferably provided.

これにより、開発依頼者は、表示例を含む状態遷移グラフの開発依頼者端末における編集を介して、開発対象となるアプリケーションのイメージをよりいっそう明確に持つことができる。したがって、開発依頼者は、開発者との間で、該アプリケーションの要件定義をよりいっそう短い期間で行える。したがって、開発者は、アプリケーションの開発期間全体を短縮し得る。 As a result, the development client can have a clearer image of the application to be developed through editing of the state transition graph including the display example on the development client terminal. Therefore, the development client can define the requirements of the application with the developer in a much shorter period of time. Therefore, developers can shorten the overall development time of their applications.

[グラフィックデザイナーによる開発の支援]
また、本実施形態の支援装置1は、利用者の入力に応じた処理状態の遷移を直感的に編集可能であるため、アプリケーションの開発に習熟していないグラフィックデザイナー等による該遷移の編集を支援できる。
[Development support by graphic designers]
In addition, since the support device 1 of the present embodiment can intuitively edit the transition of the processing state according to the user's input, it supports the editing of the transition by a graphic designer who is not familiar with application development. can.

したがって、本実施形態の支援装置1を用いることにより、グラフィックデザイナーがアプリケーションの開発を行える。グラフィックデザインに習熟したグラフィックデザイナーは、開発対象となるアプリケーションのビジュアルイメージをよりいっそう明確に開発依頼者に伝え得る。したがって、グラフィックデザイナー等の開発者は、開発依頼者との間で、該アプリケーションの要件定義をよりいっそう短い期間で行い得る。 Therefore, by using the support device 1 of this embodiment, a graphic designer can develop an application. A graphic designer who is proficient in graphic design can more clearly convey the visual image of the application to be developed to the development requester. Therefore, a developer such as a graphic designer can define the requirements of the application with the development requester in a much shorter period of time.

支援装置1は、グラフィックデザイナー等による該遷移の編集を支援する場合、グラフィックデザイナー等が利用する端末(デザイナー端末)に状態遷移グラフの表示を指令し、デザイナー端末における該グラフの編集手段を提供することが好ましい。 When supporting editing of the transition by a graphic designer, the support device 1 commands a terminal (designer terminal) used by the graphic designer to display a state transition graph, and provides means for editing the graph on the designer terminal. is preferred.

これにより、グラフィックデザイナー等は、表示例を含む状態遷移グラフのデザイナー端末における編集を介して、開発対象となるアプリケーションのイメージをよりいっそう明確に開発依頼者へ伝えることが可能であるよう、該アプリケーションの開発を行える。したがって、グラフィックデザイナー等の開発者は、開発依頼者との間で、該アプリケーションの要件定義をよりいっそう短い期間で行い得る。したがって、開発者は、アプリケーションの開発期間全体を短縮し得る。 As a result, a graphic designer or the like can more clearly convey the image of the application to be developed to the development client by editing the state transition graph including the display example on the designer terminal. can be developed. Therefore, a developer such as a graphic designer can define the requirements of the application with the development requester in a much shorter period of time. Therefore, developers can shorten the overall development time of their applications.

<支援装置1の使用例>
続いて、本実施形態における支援装置1の使用例を説明する。
<Usage example of support device 1>
Next, a usage example of the support device 1 according to the present embodiment will be described.

〔アプリケーション開発の初期設定〕
開発者は、アプリケーション開発の初期設定を支援装置1に指令する。支援装置1は、初期設定ステップを実行し、モジュールリスト121に格納されたモジュール群が含む開始画面のモジュール及びマッチングのモジュールを状態遷移グラフに追加する。支援装置1は、初期設定が行われた状態遷移グラフを表示部14に表示する。
[Initial settings for application development]
The developer instructs the support device 1 to make initial settings for application development. The support device 1 executes an initialization step, and adds the start screen module and the matching module included in the module group stored in the module list 121 to the state transition graph. The support device 1 displays the state transition graph for which the initial setting has been performed on the display unit 14 .

〔表示例を示す表示状態への変更を指令〕
開発者は、表示例を示す表示状態への変更を支援装置1に指令する。支援装置1は、表示指令ステップを実行し、表示例を示す表示状態に変更する。支援装置1は、変更後の表示状態で状態遷移グラフを表示部14に表示する。
[Command to change to the display state showing the display example]
The developer instructs the support device 1 to change the display state to show the display example. The support device 1 executes the display command step and changes the display state to show the display example. The support device 1 displays the state transition graph on the display unit 14 in the changed display state.

図5は、本実施形態の支援装置1の表示部14に表示された状態遷移グラフの表示例である。図5に示す状態遷移グラフは、開始画面のモジュールとマッチングのモジュールとを含むアプリケーションに対応する。 FIG. 5 is a display example of a state transition graph displayed on the display unit 14 of the support device 1 of this embodiment. The state transition graph shown in FIG. 5 corresponds to an application that includes a start screen module and a matching module.

図5に示す状態遷移グラフは、以下の図形、文字列、及び表示例を含む:
開始画面のモジュールを示す1号第3図形TS1、
開始画面のモジュールに対応する入力可能状態を示す1号第1図形FS1、
1号第1図形FS1の入力可能状態において「新規登録」の入力が行われた場合に対応する遷移条件を示す1a号第2図形SS1a及び1a号文字列TX1a、
1号第1図形FS1の入力可能状態に対応する1号表示例DE1、
マッチングのモジュールを示す2号第3図形TS2、
マッチングのモジュールに対応する入力可能状態を示す2号第1図形FS2、
2号第1図形FS2の入力可能状態において「留学したい」の入力が行われた場合に対応する遷移条件を示す2a号第2図形SS2a及び2a号文字列TX2a、
2号第1図形FS2の入力可能状態において「紹介したい」の入力が行われた場合に対応する遷移条件を示す2b号第2図形SS2b及び2b号文字列TX2b、
2号第1図形FS2の入力可能状態に対応する2号表示例DE2。
The state transition graph shown in FIG. 5 includes the following graphics, character strings, and display examples:
No. 1 No. 3 figure TS1 indicating the module of the start screen,
No. 1 No. 1 figure FS1 indicating an input enable state corresponding to the module on the start screen,
No. 1a No. 2 figure SS1a and No. 1a character string TX1a indicating the transition condition corresponding to the case where "new registration" is input in the input enabled state of No. 1 No. 1 figure FS1;
No. 1 display example DE1 corresponding to the input possible state of No. 1 first figure FS1,
No. 2 No. 3 figure TS2 showing the module of matching,
No. 2 No. 1 figure FS2 indicating the input enable state corresponding to the matching module,
No. 2a No. 2 figure SS2a and No. 2a character string TX2a indicating the transition condition corresponding to the case where "I want to study abroad" is input in the input enabled state of No. 2 No. 1 figure FS2,
No. 2b No. 2 figure SS2b and No. 2b character string TX2b indicating the transition condition corresponding to the case where "I want to introduce" is input in the input enabled state of No. 2 No. 1 figure FS2,
No. 2 display example DE2 corresponding to the input possible state of No. 2 first figure FS2.

図5に示す状態遷移グラフが上述の図形、文字列、及び表示例を含むことにより、開発者は、1号表示例DE1の入力可能状態において「新規登録」のボタンが押される入力が行われたときに「留学したい」「紹介したい」からマッチングを選択する2号表示例DE2の入力可能状態に遷移することを直感的に把握できる。 Since the state transition graph shown in FIG. 5 includes the above-described figures, character strings, and display examples, the developer can press the "new registration" button in the input-enabled state of display example DE1 No. 1. It can be intuitively grasped that the input possible state of No. 2 display example DE2 in which matching is selected from "I want to study abroad" and "I want to introduce" is changed.

〔遷移条件の追加を指令〕
開発者は、遷移条件の追加を支援装置1に指令する。支援装置1は、編集ステップを実行し、指令された遷移条件を表示中の状態遷移グラフに追加する。支援装置1は、追加後の状態遷移グラフを表示部14に表示する。
[Instruct addition of transition condition]
The developer instructs the support device 1 to add a transition condition. The support device 1 executes the editing step and adds the commanded transition condition to the state transition graph being displayed. The support device 1 displays the state transition graph after addition on the display unit 14 .

図6は、図5の状態遷移グラフに遷移条件を追加したときの表示例である。より詳細には、図6は、図5の状態遷移グラフが含む1号第1図形FS1の入力可能状態に「ログイン」のボタンが押される入力が行われたことに対応する遷移条件を追加したときの表示例である。 FIG. 6 is a display example when transition conditions are added to the state transition graph of FIG. More specifically, FIG. 6 adds a transition condition corresponding to the fact that the "login" button is pushed to the input enabled state of the first figure FS1 included in the state transition graph of FIG. This is a display example when

図6に示す状態遷移グラフは、図5に示す状態遷移グラフが含む図形、文字列、及び表示例に加えて、以下の図形、文字列、及び表示例をさらに含む:
開始画面のモジュールに対応する入力可能状態であって、「ログイン」の入力が可能なボタンを含む入力可能状態を示す1号第1図形FS1、
1号第1図形FS1の入力可能状態において「ログイン」の入力が行われた場合に対応する遷移条件を示す1b号第2図形SS1b及び1b号文字列TX1b、
ログインのモジュールを示す3号第3図形TS3、
ログインのモジュールに対応する入力可能状態を示す3号第1図形FS3、
3号第1図形FS3の入力可能状態に対応する3号表示例DE3。
In addition to the graphics, character strings, and display examples included in the state transition graph illustrated in FIG. 5, the state transition graph illustrated in FIG. 6 further includes the following graphics, character strings, and display examples:
No. 1 first figure FS1 indicating an input enable state corresponding to the module of the start screen and including a button for inputting "login";
No. 1b No. 2 figure SS1b and No. 1b character string TX1b indicating the transition condition corresponding to the case where "login" is input in the input enabled state of No. 1 No. 1 figure FS1,
No. 3 No. 3 figure TS3 showing the login module,
No. 3 No. 1 figure FS3 indicating an input enable state corresponding to the login module,
A No. 3 display example DE3 corresponding to the input possible state of No. 3 No. 1 figure FS3.

図6に示す状態遷移グラフが上述の図形、文字列、及び表示例をさらに含むことにより、開発者は、1号表示例DE1の入力可能状態に「ログイン」のボタンが押される入力が行われたときにログイン画面を表示する3号表示例DE3の入力可能状態に遷移する処理の流れとする編集を直感的な操作で行える。 Since the state transition graph shown in FIG. 6 further includes the above-described figures, character strings, and display examples, the developer can press the "login" button in the input-enabled state of display example DE1 No. 1. Intuitive operation can be used to edit the flow of processing for transitioning to the input possible state of display example DE3 No. 3, which displays the login screen when the login screen is displayed.

〔モジュールの追加を指令〕
開発者は、モジュール群の表示を支援装置1に指令する。支援装置1は、表示指令ステップを実行し、モジュールリスト121に格納されたモジュール群の表示を表示部14に指令する。
[Command addition of module]
The developer instructs the support device 1 to display the module group. The support device 1 executes the display command step and commands the display unit 14 to display the module group stored in the module list 121 .

開発者は、表示されたモジュール群から追加対象モジュールを選択し、選択した追加対象モジュールの追加を支援装置1に指令する。支援装置1は、編集ステップを実行し、追加対象モジュールを表示中の状態遷移グラフに追加する。支援装置1は、追加後の状態遷移グラフを表示部14に表示する。 The developer selects a module to be added from the displayed module group and instructs the support device 1 to add the selected module to be added. The support device 1 executes the editing step and adds the addition target module to the state transition graph being displayed. The support device 1 displays the state transition graph after addition on the display unit 14 .

図7は、図6の状態遷移グラフにモジュールを追加したときの表示例である。より詳細には、図7は、図6の状態遷移グラフに「投稿」のモジュールを追加したときの表示例である。 FIG. 7 is a display example when a module is added to the state transition graph of FIG. More specifically, FIG. 7 is a display example when the "Post" module is added to the state transition graph of FIG.

図7に示す状態遷移グラフは、図6に示す状態遷移グラフが含む図形、文字列、及び表示例に加えて、以下の図形をさらに含む:
投稿のモジュールを示す4号第3図形TS4、
投稿のモジュールに対応する入力可能状態のうち「投稿一覧」の入力可能状態を示す4a号第1図形FS4a、
投稿のモジュールに対応する入力可能状態のうち「投稿作成」の入力可能状態を示す4b号第1図形FS4b、
投稿のモジュールに対応する遷移条件のうち「投稿一覧」から「投稿作成」に遷移する遷移条件を示す4a号第2図形SS4a及び4a号文字列TX4a。
The state transition graph shown in FIG. 7 further includes the following figures in addition to the figures, character strings, and display examples included in the state transition graph shown in FIG.
No. 4 No. 3 figure TS4 showing the module of the post,
No. 4a No. 1 figure FS4a indicating the input enable state of "post list" among the input enable states corresponding to the post module,
No. 4b No. 1 figure FS4b indicating the input enable state of "post creation" among the input enable states corresponding to the post module,
No. 4a No. 2 figure SS4a and No. 4a character string TX4a indicating a transition condition for transition from "post list" to "post creation" among the transition conditions corresponding to the modules of posts.

図7に示す状態遷移グラフが上述の図形をさらに含むことにより、開発者は、開発対象のアプリケーションに投稿のモジュールを追加する編集を直感的な操作で行える。そして、開発者は、追加されたモジュールに対応する4a号第1図形FS4aの入力可能状態等に遷移する遷移条件を追加するさらなる編集を直感的な操作で行い得る。 Since the state transition graph shown in FIG. 7 further includes the above-described figures, the developer can intuitively perform editing for adding a post module to the application to be developed. Then, the developer can intuitively perform further editing to add a transition condition for transitioning to an input enabled state of the first figure FS4a of No. 4a corresponding to the added module.

〔パラメータを編集〕
開発者は、指定したモジュールの編集を支援装置1に指令する。支援装置1は、表示指令ステップを実行し、入力可能状態を示す第1図形とパラメータ編集用GUI要素と表示例とを対応付けて表示する。そして、支援装置1は、編集ステップを実行し、パラメータ編集用GUI要素を用いたパラメータの編集を行う。
[Edit parameters]
The developer instructs the support device 1 to edit the specified module. The support device 1 executes the display command step, and displays the first figure indicating the input enabled state, the GUI element for parameter editing, and the display example in association with each other. Then, the support device 1 executes an editing step to edit parameters using the parameter editing GUI element.

図8は、入力可能状態を示す第1図形とパラメータ編集用GUI要素と表示例とを同一方向に並べて表示する表示例である。図8に示す表示例では、上述の2号第1図形FS2と2号第1図形FS2に対応する2号表示例DE2と横方向に並べて表示されている。また、2号第1図形FS2と2号第1図形FS2に対応する2号パラメータ編集用GUI要素GE2とが、横方向に並べて表示されている。 FIG. 8 is a display example in which the first figure indicating the input enabled state, the GUI element for parameter editing, and the display example are displayed side by side in the same direction. In the display example shown in FIG. 8, the No. 2 first graphic FS2 and the No. 2 display example DE2 corresponding to the No. 2 first graphic FS2 are displayed side by side in the horizontal direction. Also, the No. 2 first graphic FS2 and the No. 2 parameter editing GUI element GE2 corresponding to the No. 2 first graphic FS2 are displayed side by side in the horizontal direction.

これにより、開発者は、これらの対応付けを直観的に把握できる。そして、開発者は、対応付けられたパラメータ編集用GUI要素を用いて、入力可能状態に対応するパラメータを編集できる。 This allows developers to intuitively grasp these correspondences. Then, the developer can edit the parameter corresponding to the input enabled state using the associated parameter editing GUI element.

また、図8に示す表示例では、モジュールリスト表示領域MLが2号第1図形FS2の左側に表示されている。これにより、開発者は、モジュールリスト表示領域MLに表示されたモジュール(群)からモジュールを選択する直観的な操作でモジュールを追加できる。 In the display example shown in FIG. 8, the module list display area ML is displayed on the left side of the No. 2 first figure FS2. Thereby, the developer can add a module by an intuitive operation of selecting a module from the modules (group) displayed in the module list display area ML.

図9は、複数の入力可能状態群を含むモジュールにおいて、第1図形とパラメータ編集用GUI要素と表示例とを同一方向に並べて表示する表示例である。図9に示す表示例では、上述の4a号第1図形FS4aと、4a号第1図形FS4aに対応する4a号表示例DE4a及び4a号パラメータ編集用GUI要素GE4aとが、縦方向に並べて表示されている。また、図9に示す表示例では、上述の4b号第1図形FS4bと、4b号第1図形FS4aに対応する4b号表示例DE4b及び4b号パラメータ編集用GUI要素GE4bとが、縦方向に並べて表示されている。 FIG. 9 is a display example in which the first graphic, the parameter editing GUI element, and the display example are displayed side by side in the same direction in a module that includes a plurality of groups of possible input states. In the display example shown in FIG. 9, the above-mentioned No. 4a first figure FS4a, No. 4a first figure FS4a, No. 4a display example DE4a corresponding to No. 4a first figure FS4a, and No. 4a parameter editing GUI element GE4a are displayed side by side in the vertical direction. ing. In the display example shown in FIG. 9, the above-described No. 4b first figure FS4b, No. 4b display example DE4b corresponding to No. 4b first figure FS4a, and No. 4b parameter editing GUI element GE4b are arranged in the vertical direction. is displayed.

これにより、開発者は、モジュールが複数の入力可能状態群を含むにも関わらず、これらの対応付けを直観的に把握できる。そして、開発者は、対応付けられたパラメータ編集用GUI要素を用いて、入力可能状態に対応するパラメータを編集できる。 As a result, the developer can intuitively grasp the correspondence even though the module includes a plurality of input-enabled state groups. Then, the developer can edit the parameter corresponding to the input enabled state using the associated parameter editing GUI element.

なお、本発明の思想の範疇において、当業者であれば各種の変更例及び修正例に想到し得るものであり、それら変更例及び修正例についても本発明の範囲に属するものと了解される。例えば、前述の実施の形態に対して、当業者が適宜、構成要素の追加、削除若しくは設計変更を行ったもの、又は、工程の追加、省略若しくは条件変更を行ったものも、本発明の要旨を備えている限り、本発明の範囲に含まれる。 It should be noted that within the scope of the idea of the present invention, those skilled in the art can conceive of various modifications and modifications, and it is understood that these modifications and modifications also fall within the scope of the present invention. For example, additions, deletions, or design changes of components, or additions, omissions, or changes in conditions of the above-described embodiments by those skilled in the art are also subject to the gist of the present invention. is included in the scope of the present invention as long as it has

1 支援装置
11 制御部
111 表示指令部
112 編集部
113 生成部
12 記憶部
121 モジュールリスト
13 通信部
14 表示部
15 入力部
FS 第1図形
SS 第2図形
TS 第3図形
DE 表示例
TX 文字列
GE パラメータ編集用GUI要素
ML モジュールリスト表示領域
1 support device 11 control unit 111 display command unit 112 editing unit 113 generation unit 12 storage unit 121 module list 13 communication unit 14 display unit 15 input unit FS first graphic SS second graphic TS third graphic DE display example TX character string GE GUI element for editing parameters ML Module list display area

Claims (5)

状態遷移グラフの表示を指令可能な表示指令部と、
前記表示に基づいて前記状態遷移グラフを編集可能な編集部と、
前記状態遷移グラフに基づいてアプリケーションを自動生成可能な生成部と、
を備え、
前記状態遷移グラフは、
前記アプリケーションの処理状態のうち前記アプリケーションを利用する利用者による入力が可能な入力可能状態を示す第1図形と、
前記入力可能状態において遷移条件を満たす入力が行われた場合に前記入力可能状態と異なる遷移先処理状態に遷移することを示す第2図形と、
を少なくとも含むグラフであり、
前記表示指令部は、
前記入力可能状態における前記アプリケーションの表示例を前記第1図形に対応付けて示すよう前記状態遷移グラフの表示を指令可能であり、
前記遷移条件を識別可能な文字列を前記第2図形に対応付けて示すよう前記状態遷移グラフの表示を指令可能であり、
前記第2図形は、遷移条件を識別可能な文字列を囲む閉図形と遷移元から該閉図形までの矢印と閉図形から遷移先までの矢印とを組み合わせた図形であり、
モジュールと1又は複数の処理状態(群)との対応を示す第3図形の表示を指令可能であり、前記第3図形は、該モジュールに対応する処理状態(群)を示す第1図形と該モジュールに対応する遷移条件(群)を示す第2図形とを囲む閉図形を含む、
アプリケーション開発の支援装置。
a display command unit capable of commanding display of the state transition graph;
an editing unit capable of editing the state transition graph based on the display;
a generator capable of automatically generating an application based on the state transition graph;
with
The state transition graph is
a first figure indicating an input-enabled state in which a user using the application can input among the processing states of the application;
a second figure indicating that a transition to a transition destination processing state different from the input-enabled state occurs when an input that satisfies a transition condition is performed in the input-enabled state;
is a graph containing at least
The display command unit
commanding display of the state transition graph so as to show a display example of the application in the input enabled state in association with the first figure;
commanding the display of the state transition graph so as to associate the character string capable of identifying the transition condition with the second graphic ,
The second figure is a figure obtained by combining a closed figure surrounding a character string capable of identifying a transition condition, an arrow from the transition source to the closed figure, and an arrow from the closed figure to the transition destination,
Display of a third graphic indicating correspondence between a module and one or more processing state(s) can be commanded, the third graphic being associated with a first graphic indicating processing state(s) corresponding to the module. a closed figure enclosing a second figure indicating the transition condition(s) corresponding to the module;
Support device for application development.
前記編集部は、
前記入力可能状態に遷移条件を追加可能な条件追加手段と、
前記条件追加手段によって遷移条件が追加された場合に前記遷移条件に対応する遷移先処理状態を追加可能な状態追加手段と、
を含む、請求項1に記載の支援装置。
The editorial department
a condition adding means capable of adding a transition condition to the input enabled state;
state addition means capable of adding a transition destination processing state corresponding to the transition condition when the transition condition is added by the condition addition means;
2. The assist device of claim 1, comprising:
前記編集部は、
前記アプリケーションの部品として利用可能な1又は複数のモジュールを含むモジュール群から追加対象モジュールを選択可能な追加対象選択手段と、
前記追加対象モジュールに対応する対応入力可能状態を前記状態遷移グラフに追加可能な状態追加手段と、
を含む、請求項1又は2に記載の支援装置。
The editorial department
addition target selection means capable of selecting an addition target module from a module group including one or more modules that can be used as components of the application;
state addition means capable of adding a corresponding input-enabled state corresponding to the addition target module to the state transition graph;
3. The support device according to claim 1 or 2, comprising:
前記アプリケーションは、スマートフォンで実行可能なスマートフォン用アプリケーションであり、
前記表示指令部は、前記スマートフォンの画面より広い画面に表示を指令可能である、
請求項1に記載の支援装置。
The application is a smartphone application that can be executed on a smartphone,
The display command unit can command display on a screen wider than the screen of the smartphone,
The support device according to claim 1 .
前記表示指令部は、縮小表示された前記表示例を含む前記状態遷移グラフの表示を指令可能である、請求項4に記載の支援装置。
5. The support device according to claim 4 , wherein said display command unit is capable of commanding display of said state transition graph including said display example displayed in reduced form.
JP2022097072A 2022-06-16 2022-06-16 Application development support device Active JP7184410B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2022097072A JP7184410B1 (en) 2022-06-16 2022-06-16 Application development support device
JP2022183221A JP2023184396A (en) 2022-06-16 2022-11-16 Support apparatus for application development

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022097072A JP7184410B1 (en) 2022-06-16 2022-06-16 Application development support device

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2022183221A Division JP2023184396A (en) 2022-06-16 2022-11-16 Support apparatus for application development

Publications (2)

Publication Number Publication Date
JP7184410B1 true JP7184410B1 (en) 2022-12-06
JP2023183515A JP2023183515A (en) 2023-12-28

Family

ID=84327894

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2022097072A Active JP7184410B1 (en) 2022-06-16 2022-06-16 Application development support device
JP2022183221A Pending JP2023184396A (en) 2022-06-16 2022-11-16 Support apparatus for application development

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2022183221A Pending JP2023184396A (en) 2022-06-16 2022-11-16 Support apparatus for application development

Country Status (1)

Country Link
JP (2) JP7184410B1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002244782A (en) 2001-02-20 2002-08-30 Mitsubishi Electric Corp User interface design method
JP2009157949A (en) 2000-07-06 2009-07-16 Mitsubishi Electric Corp On-vehicle information system development system, on-vehicle information system development tool, on-vehicle information system development method and navigation system development method
JP2009205643A (en) 2008-02-29 2009-09-10 Hitachi Ltd Screen transition design supporting device, screen transition design supporting method, and screen transition design supporting program
JP2021082253A (en) 2019-11-19 2021-05-27 キヤノン電子株式会社 Method for controlling display of application creation screen, program, and information processing apparatus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6055369A (en) * 1997-05-06 2000-04-25 Hitachi Software Engineering Co., Ltd. Apparatus for visual programming with screen flow

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009157949A (en) 2000-07-06 2009-07-16 Mitsubishi Electric Corp On-vehicle information system development system, on-vehicle information system development tool, on-vehicle information system development method and navigation system development method
JP2002244782A (en) 2001-02-20 2002-08-30 Mitsubishi Electric Corp User interface design method
JP2009205643A (en) 2008-02-29 2009-09-10 Hitachi Ltd Screen transition design supporting device, screen transition design supporting method, and screen transition design supporting program
JP2021082253A (en) 2019-11-19 2021-05-27 キヤノン電子株式会社 Method for controlling display of application creation screen, program, and information processing apparatus

Also Published As

Publication number Publication date
JP2023184396A (en) 2023-12-28
JP2023183515A (en) 2023-12-28

Similar Documents

Publication Publication Date Title
EP0803825A2 (en) Multi-media title editing apparatus and a style creation device employed therefor
KR102198847B1 (en) Customized web-based program drawing system
US20200099642A1 (en) Control apparatus, control system, and non-transitory computer readable medium
JP2008234213A (en) Information processor, information processing method, information processing program and recording medium with same program recorded
JP2022520263A (en) Mini-program data binding methods, appliances, devices and computer programs
US11543949B2 (en) Information processing apparatus and information processing method
US10474734B2 (en) Information processing apparatus, information processing method, and recording medium
JP7184410B1 (en) Application development support device
KR100759906B1 (en) Image forming device and printing system having optional printing fuction of address book and printing method thereof
JP6448500B2 (en) Image processing apparatus and image processing method
KR102369510B1 (en) Method for providing a customized identification card and apparatus thereof
JP5949278B2 (en) Information processing apparatus, information processing apparatus control method, program, and recording medium
JP2006331356A (en) Business processing program, recording medium recording it, and business processing system
JP6095743B2 (en) Support device, program
KR102181579B1 (en) Method for providing patient information sticker service and dental insurance claim system therefor
US20200285674A1 (en) Method and apparatus for providing customized identification card
JP7381900B2 (en) Information processing system, its control method and program
US20230104024A1 (en) Application management program, information processing device, and application management system
JP6845437B2 (en) Information processing device and its processing method and program
JP2016212916A (en) Programmable display unit and program
JPH11353083A (en) Data input device and storage medium
JP6283321B2 (en) Image management server and image management method
JP2023075577A (en) Information processing apparatus, information processing method, and program
JP2020107020A (en) Program, information processor, and processing method
JP2023045857A (en) Formula editing method, formula editing device, and formula editing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220629

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20220629

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221004

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221019

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20221025

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221116

R150 Certificate of patent or registration of utility model

Ref document number: 7184410

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150