JP7009001B1 - Information processing equipment and programs - Google Patents

Information processing equipment and programs Download PDF

Info

Publication number
JP7009001B1
JP7009001B1 JP2021032967A JP2021032967A JP7009001B1 JP 7009001 B1 JP7009001 B1 JP 7009001B1 JP 2021032967 A JP2021032967 A JP 2021032967A JP 2021032967 A JP2021032967 A JP 2021032967A JP 7009001 B1 JP7009001 B1 JP 7009001B1
Authority
JP
Japan
Prior art keywords
mode
action
state transition
controlled object
transition table
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
JP2021032967A
Other languages
Japanese (ja)
Other versions
JP2022133979A (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.)
Team F
Original Assignee
Team F
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 Team F filed Critical Team F
Priority to JP2021032967A priority Critical patent/JP7009001B1/en
Priority to JP2021164341A priority patent/JP7101934B1/en
Priority to JP2021186075A priority patent/JP7085777B1/en
Application granted granted Critical
Publication of JP7009001B1 publication Critical patent/JP7009001B1/en
Publication of JP2022133979A publication Critical patent/JP2022133979A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

【課題】組合せの状態爆発が抑制される新規な状態遷移表を提供する。【解決手段】情報処理装置は、制御対象にて生じるイベント、制御対象の状態であるモード、および制御対象が実行する処理であるアクションの入力を受け付ける受付手段と、制御対象で実行されないアクションに対応するイベントおよびモードの組合せを示さずに、制御対象が実行するアクションに対応するイベントおよびモードの組合せを示す状態遷移表を表示させる表示手段と、を備えることを特徴とする。【選択図】図4PROBLEM TO BE SOLVED: To provide a novel state transition table in which a combination state explosion is suppressed. An information processing device corresponds to an event that occurs in a controlled object, a mode that is a state of the controlled object, a receiving means that accepts an input of an action that is a process executed by the controlled object, and an action that is not executed by the controlled object. It is characterized by comprising a display means for displaying a state transition table showing a combination of events and modes corresponding to an action executed by a controlled object without showing a combination of events and modes to be performed. [Selection diagram] FIG. 4

Description

本発明は、新規な状態遷移表を表示する情報処理装置、プログラムおよび情報処理システムに関する。 The present invention relates to an information processing apparatus, a program and an information processing system for displaying a novel state transition table.

特許文献1には、複数の状態項目と、複数のイベント項目と、それぞれの項目に対応する処理情報定義セルとをもつ状態遷移表の表示方法であって、行項目から列項目または列項目から行項目に移動させる項目を選択する段階と、選択した項目の移動先を選択する段階と、移動先の上層の階層項目の構成に従って、選択した項目の移動後の構成を決定する段階と、選択した項目の構成に従って、移動先の下層の階層項目の構成を決定する段階と、移動させた項目の移動元の上層の階層項目の構成に従って、選択した項目を移動させた後の下層の項目の構成を決定する段階と、決定した項目構成に従って、処理情報セルを配置する段階とによって状態遷移表を作成し、作成された状態遷移表を表示する状態遷移表の表示方法が開示されている。 Patent Document 1 is a method of displaying a state transition table having a plurality of state items, a plurality of event items, and a processing information definition cell corresponding to each item, from row items to column items or column items. The stage of selecting the item to be moved to the row item, the stage of selecting the destination of the selected item, and the stage of determining the post-movement configuration of the selected item according to the configuration of the upper layer item of the destination, and the selection. The stage of deciding the configuration of the lower layer item of the move destination according to the configuration of the selected item, and the lower layer item after moving the selected item according to the configuration of the upper layer item of the move source of the moved item. A method of displaying a state transition table in which a state transition table is created by a stage of determining a configuration and a stage of arranging a processing information cell according to the determined item configuration and the created state transition table is displayed is disclosed.

特許第5114718号Patent No. 5114718

ところで、ハードウェアやソフトウェア等の設計を行う際、例えば製品やプログラムなどの制御対象が一のモードである場合に一のイベントが発生した際の制御対象のアクションを把握する必要がある。このような把握には、例えば縦軸および横軸に、モードおよびイベントを配置し、モードとイベントとに対応するセルにアクションを記述する状態遷移表が用いられる場合がある。 By the way, when designing hardware, software, etc., it is necessary to grasp the action of the controlled object when one event occurs when the controlled object such as a product or a program is in one mode. For such grasping, for example, a state transition table in which modes and events are arranged on the vertical axis and the horizontal axis and actions are described in cells corresponding to the modes and events may be used.

しかしながら、従来の状態遷移表では、制御対象にて生じるイベントと制御対象がとるモードとの組合せが膨大な数に及ぶ状態爆発が起こる可能性がある。このような組合せの状態爆発が起こると、状態遷移表自体をユーザが取り扱うことが極めて困難となるおそれがある。
本発明は、組合せの状態爆発が抑制される状態遷移表を提供することを目的とする。
However, in the conventional state transition table, there is a possibility that a state explosion may occur in which a huge number of combinations of events occurring in the controlled object and modes taken by the controlled object occur. When such a combination of state explosions occurs, it may be extremely difficult for the user to handle the state transition table itself.
It is an object of the present invention to provide a state transition table in which a combination of state explosions is suppressed.

かかる目的のもと、本明細書に開示される技術は、制御対象にて生じるイベント、当該制御対象の状態であるモード、および当該制御対象が実行する処理であるアクションの入力を受け付ける受付手段と、前記制御対象で実行されないアクションに対応するイベントおよびモードの組合せを示さずに、当該制御対象が実行するアクションに対応するイベントおよびモードの組合せを示す状態遷移表を表示させる表示手段と、を備える、ことを特徴とする情報処理装置である。
ここで、前記制御対象が実行する一のアクションに対応する前記組合せは、複数のモードを含むとよい。
また、前記複数のモードは、前記制御対象にて並行する異なるモードであるとよい。
また、前記表示手段は、前記制御対象が実行する一のアクションと、当該一のアクションに対応する前記組合せを構成するイベントとモードとが所定方向に並べられた前記状態遷移表を表示するとよい。
また、前記制御対象が実行する一のアクションに対応する前記組合せは、複数のイベントを含むとよい。
また、前記制御対象にて生じ得る複数のイベントを定義するイベント定義情報と、当該制御対象がとり得る複数のモードを定義するモード定義情報と、当該制御対象が実行し得る複数のアクションを定義するアクション定義情報と、を記憶する記憶手段を備えるとよい。
また、前記受付手段は、入力を受け付ける際に、前記記憶手段に記憶される前記イベント定義情報、前記モード定義情報および前記アクション定義情報の少なくともいずれか1つの情報を用いるとよい。
また、前記状態遷移表は、前記制御対象の試験に関する試験情報を記入する試験情報記入欄を有するとよい。
また、前記状態遷移表は、前記制御対象の仕様に関する仕様情報を記入する仕様情報記入欄を有するとよい。
また、前記表示手段は、前記制御対象の複数の機能構成の関係を示す静的構造図を表示可能であって、表示する一のアクションに対する選択操作を受け付けると、当該一のアクションに対応する前記機能構成を示すとよい。
また、前記表示手段は、前記制御対象の複数の動作ステップを示す動的構造図を表示可能であって、表示する一のアクションに対する選択操作を受け付けると、当該一のアクションに対応する前記動作ステップを示すとよい。
また、前記制御対象のモデル検査を行う検査手段を備え、前記表示手段は、前記検査手段が出力する検査結果を前記状態遷移表が表示される画面に表示させるとよい。
また、前記受付手段は、入力を受け付ける際に、前記制御対象を記述するプログラムコードを用いるとよい。
また、かかる目的のもと、本明細書に開示される技術は、コンピュータに、制御対象にて生じるイベント、当該制御対象の状態であるモード、および当該制御対象が実行する処理であるアクションの入力を受け付ける機能と、前記制御対象で実行されないアクションに対応するイベントおよびモードの組合せを示さずに、当該制御対象が実行するアクションに対応するイベントおよびモードの組合せを示す状態遷移表を表示させる機能と、を実現させるプログラムである。
また、かかる目的のもと、本明細書に開示される技術は、制御対象にて生じるイベント、当該制御対象の状態であるモード、および当該制御対象が実行する処理であるアクションの入力を受け付ける受付手段と、前記制御対象で実行されないアクションに対応するイベントおよびモードの組合せを示さずに、当該制御対象が実行するアクションに対応するイベントおよびモードの組合せを示す状態遷移表を表示させる表示手段と、前記状態遷移表に基づいて作成され、前記制御対象を記述するプログラムコードを出力する出力手段と、を備える、ことを特徴とする情報処理システムである。
To this end, the techniques disclosed herein are as means for accepting input of events that occur in a controlled object, a mode that is the state of the controlled object, and an action that is a process performed by the controlled object. , A display means for displaying a state transition table showing a combination of events and modes corresponding to an action executed by the controlled object without showing a combination of events and modes corresponding to an action not executed by the controlled object. It is an information processing device characterized by.
Here, the combination corresponding to one action executed by the controlled object may include a plurality of modes.
Further, the plurality of modes may be different modes parallel to each other in the controlled object.
Further, the display means may display the state transition table in which one action executed by the controlled object and the events and modes constituting the combination corresponding to the one action are arranged in a predetermined direction.
Further, the combination corresponding to one action executed by the controlled object may include a plurality of events.
In addition, event definition information that defines a plurality of events that can occur in the control target, mode definition information that defines a plurality of modes that the control target can take, and a plurality of actions that the control target can execute are defined. It is preferable to provide a storage means for storing the action definition information.
Further, when receiving the input, the receiving means may use at least one of the event definition information, the mode definition information, and the action definition information stored in the storage means.
Further, the state transition table may have a test information entry column for entering test information regarding the test to be controlled.
Further, the state transition table may have a specification information entry column for entering specification information regarding the specifications to be controlled.
Further, the display means can display a static structure diagram showing the relationship between a plurality of functional configurations of the controlled object, and when a selection operation for one action to be displayed is received, the display means corresponds to the one action. It is good to show the functional configuration.
Further, the display means can display a dynamic structure diagram showing a plurality of operation steps to be controlled, and when receiving a selection operation for one action to be displayed, the operation step corresponding to the one action. It is good to show.
Further, it is preferable to include an inspection means for performing a model check of the controlled object, and the display means may display the inspection result output by the inspection means on the screen on which the state transition table is displayed.
Further, the receiving means may use a program code that describes the control target when receiving the input.
Further, for such an object, the technique disclosed in the present specification is to input to a computer an event that occurs in a controlled object, a mode that is a state of the controlled object, and an action that is a process executed by the controlled object. And a function to display a state transition table showing the combination of events and modes corresponding to the action executed by the controlled object without showing the combination of the event and the mode corresponding to the action not executed by the controlled object. , Is a program that realizes.
Further, for such an object, the technique disclosed in the present specification accepts input of an event that occurs in a controlled object, a mode that is a state of the controlled object, and an action that is a process executed by the controlled object. A means and a display means for displaying a state transition table showing a combination of events and modes corresponding to an action executed by the controlled object without showing a combination of events and modes corresponding to an action not executed by the controlled object. The information processing system is characterized by comprising an output means for outputting a program code created based on the state transition table and describing the control target.

本発明によれば、組合せの状態爆発が抑制される状態遷移表を提供することができる。 According to the present invention, it is possible to provide a state transition table in which a combination state explosion is suppressed.

本実施形態の情報処理システムの概略図である。It is a schematic diagram of the information processing system of this embodiment. 情報処理装置のハードウェア構成例を示した図である。It is a figure which showed the hardware configuration example of an information processing apparatus. 情報処理装置の状態遷移表に関わる機能を実現する機能ブロック図である。It is a functional block diagram which realizes the function related to the state transition table of an information processing apparatus. 本実施形態の状態遷移表の一例を示す図である。It is a figure which shows an example of the state transition table of this embodiment. 本実施形態のイベント定義テーブルの一例を示す図である。It is a figure which shows an example of the event definition table of this embodiment. 本実施形態のモード定義テーブルの一例を示す図である。It is a figure which shows an example of the mode definition table of this embodiment. 本実施形態のアクション定義テーブルの一例を示す図である。It is a figure which shows an example of the action definition table of this embodiment. 本実施形態のモード編集画面の説明図である。It is explanatory drawing of the mode edit screen of this embodiment. 定義テーブルに対する定義情報の追加を促す画面の一例を示す図である。It is a figure which shows an example of the screen which prompts the addition of the definition information to a definition table. 複合モードの作成を促す画面の一例を示す図である。It is a figure which shows an example of the screen which prompts the creation of a compound mode. 本実施形態の状態遷移表の具体例の説明図である。It is explanatory drawing of the specific example of the state transition table of this embodiment. 動的構造図と静的構造図と状態遷移表との関係を示す図である。It is a figure which shows the relationship between a dynamic structure diagram, a static structure diagram, and a state transition table. 本実施形態のプログラムコードの出力の一例を示す図である。It is a figure which shows an example of the output of the program code of this embodiment. 比較例の状態遷移表の説明図である。It is explanatory drawing of the state transition table of the comparative example.

以下、添付図面を参照して、本発明の実施形態について説明する。
<情報処理システム1>
図1は、本実施形態の情報処理システム1の概略図である。
Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings.
<Information processing system 1>
FIG. 1 is a schematic diagram of the information processing system 1 of the present embodiment.

図1に示すように、情報処理システム1は、EMA(エマ)型状態遷移表100(後述の図4参照)に関する各種の情報を管理する情報処理装置10と、本システムを利用するユーザが利用する端末装置30と、を有する。そして、情報処理装置10および端末装置30は、ネットワーク90を介して互いに接続されている。 As shown in FIG. 1, the information processing system 1 is used by an information processing device 10 that manages various information related to an EMA type state transition table 100 (see FIG. 4 described later) and a user who uses this system. The terminal device 30 and the like. The information processing device 10 and the terminal device 30 are connected to each other via the network 90.

本実施形態の情報処理システム1では、情報処理装置10において、制御対象の状態遷移を管理し、端末装置30を介してユーザからEMA型状態遷移表100の編集を受け付けたり、EMA型状態遷移表100をユーザに参照させたりする。
ここで、本実施形態のEMA型状態遷移表100による表現の対象となる制御対象は、ハードウェア、ソフトウェア、ハードウェアとソフトウェアとが協働するシステムとすることができる。制御対象となるソフトウェアとしては、例えば制御プログラムやアプリケーションプログラムなどを例示できる。また、制御対象となるハードウェアとしては、例えば電子回路や住宅などを例示できる。さらに、システムとしては、例えば自動車などを例示できる。また、EMA型状態遷移表100による表現の対象となる制御対象は、一つの製品等の単位に限定されず、その製品等を構成する部品の単位であってもよい。
In the information processing system 1 of the present embodiment, the information processing device 10 manages the state transition of the controlled object, accepts the editing of the EMA type state transition table 100 from the user via the terminal device 30, and the EMA type state transition table. Let the user refer to 100.
Here, the control target to be represented by the EMA type state transition table 100 of the present embodiment can be hardware, software, or a system in which hardware and software cooperate. Examples of the software to be controlled include a control program and an application program. Further, as the hardware to be controlled, for example, an electronic circuit, a house, or the like can be exemplified. Further, as the system, for example, an automobile or the like can be exemplified. Further, the control target to be expressed by the EMA type state transition table 100 is not limited to the unit of one product or the like, but may be the unit of the parts constituting the product or the like.

なお、図1に示す情報処理システム1においては、情報処理装置10が1台設けられ、端末装置30が2台設けられている例を用いるが、情報処理装置10および端末装置30の数は特に限定されない。例えば、情報処理システム1が複数の情報処理装置10を備えている場合、複数の情報処理装置10による分散処理を行っても良い。 In the information processing system 1 shown in FIG. 1, an example is used in which one information processing device 10 is provided and two terminal devices 30 are provided, but the number of the information processing device 10 and the terminal device 30 is particularly large. Not limited. For example, when the information processing system 1 includes a plurality of information processing devices 10, distributed processing by the plurality of information processing devices 10 may be performed.

<情報処理装置10のハードウェア構成>
図2は、情報処理装置10のハードウェア構成例を示した図である。
<Hardware configuration of information processing device 10>
FIG. 2 is a diagram showing a hardware configuration example of the information processing apparatus 10.

本実施形態における情報処理装置10のハードウェア構成例を示した図である。図2に示すように、情報処理装置10は、CPU101と、主記憶装置102と、補助記憶装置103と、通信インターフェース(図では「通信I/F」と表記)104と、表示デバイス105と、入力デバイス106とを備える。 It is a figure which showed the hardware configuration example of the information processing apparatus 10 in this embodiment. As shown in FIG. 2, the information processing device 10 includes a CPU 101, a main storage device 102, an auxiliary storage device 103, a communication interface (denoted as “communication I / F” in the figure) 104, and a display device 105. It includes an input device 106.

CPU101は、例えば補助記憶装置103に記憶された各種プログラムを主記憶装置102にロードして実行することにより、情報処理装置10の機能を実現する。
主記憶装置102は、CPU101の作業用メモリ等として用いられるメモリである。
補助記憶装置103は、CPU101が実行する各種プログラム、情報処理装置10で作成または取得したデータ等を記憶するメモリである。補助記憶装置103には、SSD(Solid State Drive)やHDD(Hard Disk Drive)などを用いることができる。
The CPU 101 realizes the function of the information processing device 10 by, for example, loading and executing various programs stored in the auxiliary storage device 103 into the main storage device 102.
The main storage device 102 is a memory used as a working memory or the like of the CPU 101.
The auxiliary storage device 103 is a memory that stores various programs executed by the CPU 101, data created or acquired by the information processing device 10, and the like. As the auxiliary storage device 103, an SSD (Solid State Drive), an HDD (Hard Disk Drive), or the like can be used.

通信I/F104は、ネットワーク90を介して他の装置との間で各種情報の送受信を行う。
表示デバイス105は、情報処理装置10内部から出力された各種情報を表示するデバイスである。ここで、表示デバイスとしては、例えば、液晶ディスプレイを用いることができる。
入力デバイス106は、ユーザが入力した情報を受け取り、これを情報処理装置10内部へ入力するデバイスである。
The communication I / F 104 transmits / receives various information to / from other devices via the network 90.
The display device 105 is a device that displays various information output from the inside of the information processing device 10. Here, as the display device, for example, a liquid crystal display can be used.
The input device 106 is a device that receives the information input by the user and inputs the information into the information processing apparatus 10.

なお、図2に示したハードウェア構成は、端末装置30のハードウェア構成としても同様である。 The hardware configuration shown in FIG. 2 is the same as the hardware configuration of the terminal device 30.

ここで、CPU101によって実行されるプログラムは、半導体メモリなどのコンピュータが読取可能な記録媒体に記憶した状態で、情報処理装置10へ提供することができる。また、CPU101によって実行されるプログラムは、情報処理装置10や端末装置30などにダウンロードしてもよい。例えば、情報処理装置10の上記各機能を実現するプログラムを、アプリケーションとして情報処理装置10にダウンロードしてもよい。 Here, the program executed by the CPU 101 can be provided to the information processing apparatus 10 in a state of being stored in a recording medium readable by a computer such as a semiconductor memory. Further, the program executed by the CPU 101 may be downloaded to the information processing device 10, the terminal device 30, or the like. For example, a program that realizes each of the above functions of the information processing apparatus 10 may be downloaded to the information processing apparatus 10 as an application.

図3は、情報処理装置10の状態遷移表に関わる機能を実現する機能ブロック図である。
情報処理装置10は、EMA型状態遷移表100を管理する管理部11と、EMA型状態遷移表100の編集を受け付ける受付部13と、EMA型状態遷移表100や動的構造図や静的構造図(後述の図12参照)を視覚的にユーザに示すために表示する表示部15と、EMA型状態遷移表100に基づくプログラムコード等を出力する出力部17と、を有する。
なお、情報処理装置10の各構成部は、上述したハードウェアによって実現される。
FIG. 3 is a functional block diagram that realizes a function related to the state transition table of the information processing apparatus 10.
The information processing apparatus 10 includes a management unit 11 that manages the EMA type state transition table 100, a reception unit 13 that accepts editing of the EMA type state transition table 100, an EMA type state transition table 100, a dynamic structure diagram, and a static structure. It has a display unit 15 for displaying a figure (see FIG. 12 described later) for visually showing the user, and an output unit 17 for outputting a program code or the like based on the EMA type state transition table 100.
Each component of the information processing apparatus 10 is realized by the above-mentioned hardware.

〔管理部11〕
管理部11は、制御対象にて生じるイベント、制御対象がとり得るモード、および制御対象が実行するアクションの関係を表現するEMA型状態遷移表100を管理する。また、管理部11(例えば、記憶手段の一例)は、イベントを定義するイベント定義テーブル200(例えば、イベント定義情報の一例)、モードを定義するモード定義テーブル300(例えば、モード定義情報の一例)、およびアクションを定義するアクション定義テーブル400(例えば、アクション定義情報の一例)を管理する。
なお、本実施形態において、イベント定義テーブル200、モード定義テーブル300およびアクション定義テーブル400をそれぞれ特に区別しない場合には、「定義テーブル」と総称する。
[Management unit 11]
The management unit 11 manages the EMA type state transition table 100 that expresses the relationship between the events that occur in the controlled object, the modes that the controlled object can take, and the actions that the controlled object executes. Further, the management unit 11 (for example, an example of storage means) has an event definition table 200 (for example, an example of event definition information) for defining an event and a mode definition table 300 (for example, an example of mode definition information) for defining a mode. , And an action definition table 400 (for example, an example of action definition information) that defines an action is managed.
In the present embodiment, when the event definition table 200, the mode definition table 300, and the action definition table 400 are not particularly distinguished, they are collectively referred to as "definition table".

管理部11は、受付部13にて受け付けたユーザの編集に基づいて、EMA型状態遷移表100および各種の定義テーブルの内容を更新したり、更新された内容を記憶したりする。
また、管理部11は、記憶しているEMA型状態遷移表100の情報を、表示部15や出力部17に送信する。
The management unit 11 updates the contents of the EMA type state transition table 100 and various definition tables based on the user's edits received by the reception unit 13, and stores the updated contents.
Further, the management unit 11 transmits the stored information of the EMA type state transition table 100 to the display unit 15 and the output unit 17.

図4は、本実施形態のEMA型状態遷移表100の一例を示す図である。
図5は、本実施形態のイベント定義テーブル200の一例を示す図である。
図6は、本実施形態のモード定義テーブル300の一例を示す図である。
図7は、本実施形態のアクション定義テーブル400の一例を示す図である。
FIG. 4 is a diagram showing an example of the EMA type state transition table 100 of the present embodiment.
FIG. 5 is a diagram showing an example of the event definition table 200 of the present embodiment.
FIG. 6 is a diagram showing an example of the mode definition table 300 of the present embodiment.
FIG. 7 is a diagram showing an example of the action definition table 400 of the present embodiment.

(EMA型状態遷移表)
まず、本実施形態で用いるEMA型状態遷移表100について説明する。
図4に示すように、EMA型状態遷移表100は、項目名が表示されるヘッダ部100hと、項目に対応する内容が入力される入力部100iと、を有する。
(EMA type state transition table)
First, the EMA type state transition table 100 used in this embodiment will be described.
As shown in FIG. 4, the EMA type state transition table 100 has a header unit 100h in which item names are displayed, and an input unit 100i in which contents corresponding to the items are input.

ヘッダ部100hは、イベント(E)項目名10e、モード(M)項目名10m、アクション(A)項目名10a、仕様理由(R)項目名10rおよび試験結果(T)項目名10tの各項目名が設けられる。ヘッダ部100hにおいて、各項目名は、第1軸方向(例えば横方向)に並べて配置される。
ここで、本実施形態の説明において、イベントとは、制御対象において発生する事象である。イベントは、制御対象に対する入力と捉えることもできる。モードは、制御対象の状態である。アクションは、制御対象が実行する処理である。
The header portion 100h is each item name of the event (E) item name 10e, the mode (M) item name 10m, the action (A) item name 10a, the specification reason (R) item name 10r, and the test result (T) item name 10t. Is provided. In the header portion 100h, the item names are arranged side by side in the first axis direction (for example, the horizontal direction).
Here, in the description of the present embodiment, the event is an event that occurs in the controlled object. The event can also be regarded as an input to the controlled object. The mode is the state to be controlled. An action is a process executed by a controlled object.

入力部100iは、ヘッダ部100hにおける各項目名に対応して、イベント入力欄111、モード入力欄112、アクション入力欄113、仕様理由入力欄114および試験結果入力欄115を有する。入力部100iにおいて、イベント入力欄111、モード入力欄112、アクション入力欄113、仕様理由入力欄114および試験結果入力欄115は、それぞれ第1軸方向(例えば、横方向)に並べて配置される。 The input unit 100i has an event input field 111, a mode input field 112, an action input field 113, a specification reason input field 114, and a test result input field 115 corresponding to each item name in the header unit 100h. In the input unit 100i, the event input field 111, the mode input field 112, the action input field 113, the specification reason input field 114, and the test result input field 115 are arranged side by side in the first axis direction (for example, in the horizontal direction).

イベント入力欄111は、イベントが記入される入力欄である。例えば、制御対象がテレビなどの家電製品である場合、電源ボタンの変化がイベントとしてイベント入力欄111に記入される。 The event input field 111 is an input field in which an event is entered. For example, when the control target is a home electric appliance such as a television, a change in the power button is entered in the event input field 111 as an event.

モード入力欄112は、モードが記入される入力欄である。モードは、制御対象について異なる複数の観点から捉えることができる。そして、モードは、観点ごとに設けられるカテゴリに分類される。例えば、制御対象の各々のモードは、「電源」という観点で捉えたカテゴリと、「メニュー」という観点で捉えたカテゴリとにそれぞれ分類される。例えば、「電源」というカテゴリには、「ONモード」と「OFFモード」とが含まれる。また、「メニュー」というカテゴリには、「メニュー操作中モード」と、「メニュー非操作モード」とが含まれる。 The mode input field 112 is an input field in which the mode is entered. The mode can be understood from multiple different viewpoints regarding the controlled object. Then, the modes are classified into categories provided for each viewpoint. For example, each mode to be controlled is classified into a category from the viewpoint of "power supply" and a category from the viewpoint of "menu". For example, the category "power supply" includes "ON mode" and "OFF mode". Further, the category "menu" includes "menu operation mode" and "menu non-operation mode".

そして、一のカテゴリ内に含まれる複数のモードは、制御対象が同時にとることができない状態である。例えば、「電源」というカテゴリにおいて、「ONモード」と「OFFモード」とは、制御対象が同時にとることができない、並行しない2つの状態である。一方で、異なる複数のカテゴリとの関係においては、一のカテゴリに含まれるモードと、他のカテゴリに含まれるモードとは、制御対象が同時にとることができる状態を含む。例えば、「電源」というカテゴリの「ONモード」と、「メニュー」というカテゴリの「メニュー操作中モード」とは、制御対象が同時にとることができる、並行する2つの状態である。 The plurality of modes included in one category are in a state in which the controlled object cannot be taken at the same time. For example, in the category of "power supply", "ON mode" and "OFF mode" are two non-parallel states that cannot be controlled at the same time. On the other hand, in relation to a plurality of different categories, the mode included in one category and the mode included in the other category include a state in which the controlled object can be simultaneously taken. For example, the "ON mode" in the category of "power supply" and the "menu operating mode" in the category of "menu" are two parallel states that the controlled object can take at the same time.

そして、本実施形態のEMA型状態遷移表100では、一のモード入力欄112には、制御対象に一のイベントが生じた際に一のアクションを行う場合のモードの条件(以下、モード条件と呼ぶ)が入力される。モード条件は、イベントとアクションとの関係に応じて、単数のモードで構成されたり、複数のモード(以下、複合モードと呼ぶ)で構成されたりする。したがって、一のモード入力欄112には、単数のモードや複合モードが入力される。 Then, in the EMA type state transition table 100 of the present embodiment, in the one mode input field 112, the mode condition (hereinafter referred to as the mode condition) in which one action is performed when one event occurs in the controlled object. Call) is entered. The mode condition may be composed of a single mode or a plurality of modes (hereinafter referred to as a composite mode) depending on the relationship between the event and the action. Therefore, a single mode or a combined mode is input to the one mode input field 112.

アクション入力欄113は、アクションが記入される入力欄である。そして、本実施形態のEMA型状態遷移表100では、一のアクション入力欄113には、一のアクションが入力される。例えば、制御対象がテレビなどの家電製品である場合、電源をOFFにするという処理がアクションとしてアクション入力欄113に記入される。
アクションは、制御対象が行う処理である。そして、制御対象が処理を行うことで制御対象の状態であるモードが遷移する。本実施形態では、アクションは、状態遷移を含む概念と捉えることができる。なお、アクション入力欄113には、アクションのみを記入したり、アクションに伴う遷移後の状態である遷移後モードを併記したりすることができる。
The action input field 113 is an input field in which an action is entered. Then, in the EMA type state transition table 100 of the present embodiment, one action is input in the one action input field 113. For example, when the control target is a home electric appliance such as a television, the process of turning off the power is entered in the action input field 113 as an action.
An action is a process performed by a controlled object. Then, when the control target performs processing, the mode that is the state of the control target changes. In this embodiment, the action can be regarded as a concept including a state transition. In the action input field 113, only the action can be entered, or the post-transition mode, which is the state after the transition accompanying the action, can be described together.

仕様理由入力欄114は、制御対象の仕様に関する仕様情報をユーザが記入する入力欄である。一の仕様理由入力欄114は、一のアクションに対応して設けられる。例えば、制御対象の仕様を変更したときの注意点などが仕様理由として仕様理由入力欄114に記入される。このように、本実施形態のEMA型状態遷移表100は、仕様書としても利用できるようになっている。 The specification reason input field 114 is an input field in which the user inputs specification information regarding the specifications to be controlled. One specification reason input field 114 is provided corresponding to one action. For example, precautions when the specifications to be controlled are changed are entered in the specification reason input field 114 as the specification reason. As described above, the EMA type state transition table 100 of the present embodiment can also be used as a specification.

試験結果入力欄115は、制御対象の試験に関する試験情報を記入する入力欄である。一の試験結果入力欄115は、一のアクションに対応して設けられる。
一般的に、製品開発においては、所定のモードとイベントとの組合せに関する制御対象の動作であるアクション等を確認する試験が行われる。そして、試験結果入力欄115は、試験結果を記入するための記入欄として用いられる。例えば、ユーザが制御対象の試験を行う際に、EMA型状態遷移表100が参照される。そして、試験結果入力欄115には、例えば、イベントとモードとの組合せのときの動作内容が、EMA型状態遷移表100に記載されるアクションと一致しているか否かという試験結果などの試験情報が入力される。なお、試験結果入力欄115に対する入力は、ユーザによる記入に限定されず、例えば後述するモデル検査の実施に伴って情報処理装置10が自動的に行ってもよい。
また、制御対象の試験は、制御対象の動作試験、後述するモデル検査、EMA型状態遷移表100に基づいて作成されたプログラムコードに対する検査、このプログラムコードが実装された制御対象(実機)の動作試験など各種の試験を例示できる。
The test result input field 115 is an input field for inputting test information regarding the test to be controlled. One test result input field 115 is provided corresponding to one action.
Generally, in product development, a test for confirming an action or the like, which is an operation of a controlled object related to a combination of a predetermined mode and an event, is performed. The test result input field 115 is used as an entry field for entering the test result. For example, when the user performs a test to be controlled, the EMA type state transition table 100 is referred to. Then, in the test result input field 115, for example, test information such as whether or not the operation content when the event and the mode are combined matches the action described in the EMA type state transition table 100 is obtained. Is entered. The input to the test result input field 115 is not limited to the input by the user, and may be automatically performed by the information processing apparatus 10 with the implementation of the model check described later, for example.
The control target test includes operation test of the control target, model checking described later, inspection of the program code created based on the EMA type state transition table 100, and operation of the control target (actual machine) on which this program code is implemented. Various tests such as tests can be exemplified.

本実施形態の試験結果入力欄115には、各検査を特定するための検査IDと、検査結果を記入するための入力欄と、検査の実施日を記入する実施日欄と、担当者の情報を記入する担当者欄が設けられている。
このように、本実施形態のEMA型状態遷移表100は、制御対象の検査結果の記入書としても利用できるようになっている。
In the test result input field 115 of this embodiment, an inspection ID for specifying each inspection, an input field for entering the inspection result, an implementation date column for entering the inspection implementation date, and information of the person in charge. There is a person in charge column to fill in.
As described above, the EMA type state transition table 100 of the present embodiment can also be used as an entry form for the inspection result of the controlled object.

以上のように構成されるEMA型状態遷移表100の入力部100iでは、イベント、モード、アクション、仕様理由および検査結果が、第1軸方向(例えば、横方向)において並べられる。そして、本実施形態のEMA型状態遷移表100では、一のアクションに対して、イベント、モード、仕様理由および検査結果を関連付ける。このように、本実施形態のEMA型状態遷移表100では、一のアクションと、当該一のアクションに関連付けられたイベント、モード、仕様理由および検査結果とによって一組の単位が構成され、この一組の単位が例えば一行に表示される。そして、EMA型状態遷移表100では、複数の単位が第2軸方向(例えば、縦方向)において並べて表示される。すなわち、本実施形態のEMA型状態遷移表100では、複数の単位がリスト状に表示される。 In the input unit 100i of the EMA type state transition table 100 configured as described above, events, modes, actions, reasons for specifications, and inspection results are arranged in the first axis direction (for example, in the horizontal direction). Then, in the EMA type state transition table 100 of the present embodiment, an event, a mode, a reason for specification, and an inspection result are associated with one action. As described above, in the EMA type state transition table 100 of the present embodiment, a set of units is configured by one action and the event, mode, specification reason, and inspection result associated with the one action. The units of a set are displayed, for example, on one line. Then, in the EMA type state transition table 100, a plurality of units are displayed side by side in the second axis direction (for example, the vertical direction). That is, in the EMA type state transition table 100 of the present embodiment, a plurality of units are displayed in a list.

上記のとおり、本実施形態のEMA型状態遷移表100では、一のアクションの単位で、イベントやモードが表示される。そして、本実施形態のEMA型状態遷移表100では、制御対象が実行するアクションに対応するイベントおよびモードだけしか表示しない。特に、本実施形態のEMA型状態遷移表100では、制御対象が実行しないアクションは、一切表示しない。ここで、制御対象が実行しないアクションとは、例えばイベントおよびモードの組合せが制御対象として有り得ないものである。つまり、本実施形態のEMA型状態遷移表100は、制御対象で実行されないアクションに対応するイベントおよびモードの組合せが示されず、制御対象が実行するアクションに対応するイベントおよびモードの組合せが示される。これによって、本実施形態のEMA型状態遷移表100では、表示されるイベントおよびモードの組合せの数が有限個数に収まるようになり、組合せの状態爆発が確実に抑制される。 As described above, in the EMA type state transition table 100 of the present embodiment, events and modes are displayed in units of one action. Then, in the EMA type state transition table 100 of the present embodiment, only the events and modes corresponding to the actions executed by the controlled object are displayed. In particular, in the EMA type state transition table 100 of the present embodiment, actions that the controlled object does not execute are not displayed at all. Here, the action that the control target does not execute is, for example, a combination of an event and a mode cannot be a control target. That is, the EMA type state transition table 100 of the present embodiment does not show the combination of events and modes corresponding to the actions not executed by the controlled object, but shows the combination of events and modes corresponding to the actions executed by the controlled object. As a result, in the EMA type state transition table 100 of the present embodiment, the number of combinations of events and modes displayed is limited to a finite number, and the state explosion of the combinations is surely suppressed.

さらに、上述のとおり、入力部100iにおけるモード入力欄112には、複数のモードによって構成される複合モードを入力可能になっている。そして、本実施形態のEMA型状態遷移表100では、例えば一のイベントが生じた際に一のアクションが行われるモードが複数ある場合、これらの複数のモードを複合モードとしてまとめて表現する。これによって、本実施形態のEMA型状態遷移表100では、EMA型状態遷移表100に表示されるイベントとモードとの組合せの数が更に少なくなるようにしている。 Further, as described above, in the mode input field 112 of the input unit 100i, a composite mode composed of a plurality of modes can be input. Then, in the EMA type state transition table 100 of the present embodiment, for example, when there are a plurality of modes in which one action is performed when one event occurs, these plurality of modes are collectively expressed as a composite mode. As a result, in the EMA type state transition table 100 of the present embodiment, the number of combinations of events and modes displayed in the EMA type state transition table 100 is further reduced.

(イベント定義テーブル200)
次に、各定義テーブルについて詳細に説明する。
図5に示すように、イベント定義テーブル200は、制御対象にて発生し得るイベントの名前が入力されるイベント名入力欄210を有している。また、イベント名入力欄210に対応して、イベントID211が設けられる。図5に示すイベント定義テーブル200の例では、3つのイベント名入力欄210が設けられている。そして、イベントID211は、3つのイベント名入力欄210に対応して、「E001」~「E003」が設けられる。
(Event definition table 200)
Next, each definition table will be described in detail.
As shown in FIG. 5, the event definition table 200 has an event name input field 210 in which the names of events that can occur in the controlled object are input. Further, the event ID 211 is provided corresponding to the event name input field 210. In the example of the event definition table 200 shown in FIG. 5, three event name input fields 210 are provided. The event ID 211 is provided with "E001" to "E003" corresponding to the three event name input fields 210.

さらに、イベント定義テーブル200は、シンボル欄212を有している。シンボル欄212は、各々のイベント名入力欄210に対応して設けられる。シンボル欄212には、ユーザが任意の文字や記号やマークを入力することができる。そして、ユーザは、シンボル欄212に、例えば任意の文字や記号等を入力しておくことで、その記号を作業の際に参考にすることができる。 Further, the event definition table 200 has a symbol column 212. The symbol field 212 is provided corresponding to each event name input field 210. The user can input any character, symbol, or mark in the symbol field 212. Then, the user can input, for example, an arbitrary character, a symbol, or the like in the symbol field 212, and the symbol can be referred to at the time of work.

また、イベント定義テーブル200は、複数のイベント内容入力欄220を有している。図5に示すイベント定義テーブル200の例では、各イベント名入力欄210に対して、それぞれ7つのイベント内容入力欄220が設けられる。各イベント内容入力欄220は、イベント内容ID221が設けられる。イベント内容ID221は、7つのイベント内容入力欄220に対応して、「0」~「6」のIDを有する。 Further, the event definition table 200 has a plurality of event content input fields 220. In the example of the event definition table 200 shown in FIG. 5, seven event content input fields 220 are provided for each event name input field 210. Each event content input field 220 is provided with an event content ID 221. The event content ID 221 has IDs of "0" to "6" corresponding to the seven event content input fields 220.

さらに、イベント定義テーブル200は、シンボル欄230を有している。シンボル欄230は、各々のイベント内容入力欄220に対応して設けられる。シンボル欄230には、ユーザが任意の文字や記号やマークを入力することができる。そして、ユーザは、シンボル欄230に、例えば任意の文字や記号等を入力しておくことで、その記号を作業の際に参考にすることができる。 Further, the event definition table 200 has a symbol column 230. The symbol field 230 is provided corresponding to each event content input field 220. The user can input any character, symbol, or mark in the symbol field 230. Then, the user can input, for example, an arbitrary character, a symbol, or the like in the symbol field 230, and the symbol can be referred to at the time of work.

(モード定義テーブル300)
図6に示すように、モード定義テーブル300は、制御対象がとり得るモードの名前が入力されるモード名入力欄310を有している。また、モード名入力欄310に対応して、モードID311が設けられる。図6に示すモード定義テーブル300の例では、3つのモード名入力欄310が設けられている。そして、モードID311は、3つのモード名入力欄310に対応して、「M001」~「M003」が設けられる。
(Mode definition table 300)
As shown in FIG. 6, the mode definition table 300 has a mode name input field 310 in which the name of the mode that the control target can take is input. Further, the mode ID 311 is provided corresponding to the mode name input field 310. In the example of the mode definition table 300 shown in FIG. 6, three mode name input fields 310 are provided. The mode ID 311 is provided with "M001" to "M003" corresponding to the three mode name input fields 310.

また、モード定義テーブル300は、シンボル欄320を有している。シンボル欄320は、各モード名入力欄310に対応して設けられる。シンボル欄320には、ユーザが任意の文字や記号やマークを入力することができる。 Further, the mode definition table 300 has a symbol column 320. The symbol field 320 is provided corresponding to each mode name input field 310. The user can input any character, symbol, or mark in the symbol field 320.

さらに、モード定義テーブル300は、複数のモード内容入力欄330を有している。図6に示すモード定義テーブル300の例では、各モード名入力欄310に対して、それぞれ7つのモード内容入力欄330が設けられる。各モード内容入力欄330は、モード内容ID331が設けられる。モード内容ID331は、7つのモード内容入力欄330に対応して、「0」~「6」のIDを有する。 Further, the mode definition table 300 has a plurality of mode content input fields 330. In the example of the mode definition table 300 shown in FIG. 6, seven mode content input fields 330 are provided for each mode name input field 310. Each mode content input field 330 is provided with a mode content ID 331. The mode content ID 331 has IDs of "0" to "6" corresponding to the seven mode content input fields 330.

さらに、モード定義テーブル300は、シンボル欄340を有している。シンボル欄340は、各々のモード内容入力欄330に対応して設けられる。シンボル欄340には、ユーザが任意の文字や記号やマークを入力することができる。 Further, the mode definition table 300 has a symbol column 340. The symbol field 340 is provided corresponding to each mode content input field 330. The user can input any character, symbol, or mark in the symbol field 340.

そして、モード定義テーブル300のモード内容入力欄330には、単数のモードや複合モードが入力される。このうち、例えば複合モードは、一のイベントに対して一のアクションを実行するための条件をモードの組合せによって表現したものである。そして、例えば複合モードに対し、複合モードの概念を示すラベルを付けてモード定義テーブル300にて管理することができる。このように複合モードにラベルを付けて抽象化することで、ユーザは、モード定義テーブル300においてラベルが示す概念を参考にして複合モードを取り扱うことができる。
なお、本実施形態のモード定義テーブル300では、モード単体や、複数のモードを組み合わせた複合モードのみならず、複数の複合モードを組合せて更に上位のモードを定義することも可能である。
Then, a single mode or a composite mode is input to the mode content input field 330 of the mode definition table 300. Of these, for example, the compound mode expresses a condition for executing one action for one event by a combination of modes. Then, for example, the composite mode can be managed by the mode definition table 300 with a label indicating the concept of the composite mode. By labeling and abstracting the composite mode in this way, the user can handle the composite mode with reference to the concept indicated by the label in the mode definition table 300.
In the mode definition table 300 of the present embodiment, it is possible to define not only a single mode or a composite mode in which a plurality of modes are combined, but also a higher-level mode by combining a plurality of composite modes.

さらに、本実施形態のモード定義テーブル300では、サブモードを定義することが可能になっている。サブモードとは、ある観点で捉えたメインの一のモードに対し、下位の概念として設けられるモードである。例えば、メインの一のモードをテレビの録画モードとした場合、サブモードは、ユーザが予め設定していた予約に基づく録画モードと、ユーザが任意のタイミングで録画ボタンを押したことに基づく録画モードとを例示できる。
そして、本実施形態のEMA型状態遷移表100では、サブモードを含む複合モードを用いたモード条件を設定できるようになっている。
Further, in the mode definition table 300 of the present embodiment, it is possible to define a submode. The sub-mode is a mode provided as a subordinate concept to one of the main modes captured from a certain point of view. For example, if one of the main modes is the TV recording mode, the sub-modes are the recording mode based on the reservation set in advance by the user and the recording mode based on the user pressing the record button at any time. Can be exemplified.
Then, in the EMA type state transition table 100 of the present embodiment, it is possible to set mode conditions using a composite mode including a submode.

(アクション定義テーブル400)
図7に示すように、アクション定義テーブル400は、制御対象が行うアクションの名前が入力されるアクション名入力欄410を有している。また、アクション名入力欄410に対応して、アクションID411が設けられる。図7に示すアクション定義テーブル400の例では、3つのアクション名入力欄410が設けられている。そして、アクションID411は、3つのアクション名入力欄410に対応して、「A001」~「A003」が設けられる。
(Action definition table 400)
As shown in FIG. 7, the action definition table 400 has an action name input field 410 in which the name of the action performed by the controlled object is input. Further, the action ID 411 is provided corresponding to the action name input field 410. In the example of the action definition table 400 shown in FIG. 7, three action name input fields 410 are provided. Then, the action ID 411 is provided with "A001" to "A003" corresponding to the three action name input fields 410.

また、アクション定義テーブル400は、アクション内容入力欄420を有している。図7に示すアクション定義テーブル400の例では、各アクション名入力欄410に対して、それぞれ2つのアクション内容入力欄420が設けられる。アクション内容入力欄420は、モード遷移時入力欄421と、モード定常中入力欄422とを有する。モード遷移時入力欄421は、モードが遷移するときに制御対象が実行するアクションが入力される。また、モード定常中入力欄422は、モードの遷移後であってモードが定常状態である場合に実行するアクションが入力される。 Further, the action definition table 400 has an action content input field 420. In the example of the action definition table 400 shown in FIG. 7, two action content input fields 420 are provided for each action name input field 410. The action content input field 420 has a mode transition input field 421 and a mode steady state input field 422. In the mode transition input field 421, an action to be executed by the controlled object when the mode transitions is input. Further, in the mode steady state input field 422, an action to be executed when the mode is in the steady state after the mode transition is input.

さらに、アクション定義テーブル400は、シンボル欄430を有している。シンボル欄430は、各々のアクション内容入力欄420に対応して設けられる。シンボル欄340には、ユーザが任意の文字や記号やマークを入力することができる。 Further, the action definition table 400 has a symbol column 430. The symbol field 430 is provided corresponding to each action content input field 420. The user can input any character, symbol, or mark in the symbol field 340.

〔受付部13〕
受付部13(例えば、受付手段の一例)は、イベント定義テーブル200、モード定義テーブル300およびアクション定義テーブル400に対する情報の入力をユーザから受け付ける。
本実施形態の情報処理システム1において、受付部13は、上記の各定義テーブルを端末装置30の表示画面30mに表示させる。そして、受付部13は、表示画面30mに表示される定義テーブルに対する入力を受け付ける。本実施形態では、ユーザは、表示画面30mに表示される各々の定義テーブルに対して、直接的に入力や編集を行うことができる。例えば、ユーザは、各定義テーブルにおいて編集対象の入力欄を選択し、キーボード等の操作を介して数値や文字を入力欄に入力することができる。
[Reception Department 13]
The reception unit 13 (for example, an example of reception means) receives input of information from the user to the event definition table 200, the mode definition table 300, and the action definition table 400.
In the information processing system 1 of the present embodiment, the reception unit 13 displays each of the above definition tables on the display screen 30m of the terminal device 30. Then, the reception unit 13 receives an input to the definition table displayed on the display screen 30m. In the present embodiment, the user can directly input and edit each definition table displayed on the display screen 30m. For example, the user can select an input field to be edited in each definition table and input a numerical value or a character in the input field via an operation such as a keyboard.

また、受付部13は、EMA型状態遷移表100に対する情報の入力をユーザから受け付ける。
本実施形態の情報処理システム1において、受付部13は、EMA型状態遷移表100を端末装置30の表示画面30mに表示させる。そして、受付部13は、表示画面30mに表示されるEMA型状態遷移表100に対する入力を受け付ける。
Further, the reception unit 13 receives input of information to the EMA type state transition table 100 from the user.
In the information processing system 1 of the present embodiment, the reception unit 13 displays the EMA type state transition table 100 on the display screen 30m of the terminal device 30. Then, the reception unit 13 receives an input to the EMA type state transition table 100 displayed on the display screen 30m.

受付部13は、イベント定義テーブル200、モード定義テーブル300およびアクション定義テーブル400に記憶される情報を用いて、EMA型状態遷移表100の各入力欄に対する入力をユーザから受け付ける。具体的には、受付部13は、EMA型状態遷移表100に各定義テーブルに基づいて作成された選択肢をプルダウン形式で表示する。プルダウンに表示する内容は、定義テーブルにおける各種ID、各種シンボル、定義内容を例示できる。 The reception unit 13 receives input from the user to each input field of the EMA type state transition table 100 by using the information stored in the event definition table 200, the mode definition table 300, and the action definition table 400. Specifically, the reception unit 13 displays the options created based on each definition table in the EMA type state transition table 100 in a pull-down format. The contents displayed in the pull-down can exemplify various IDs, various symbols, and definition contents in the definition table.

また、受付部13は、表示画面30mに表示されるEMA型状態遷移表100の入力部100iに対して、直接的に入力や編集を行うことができる。例えば、ユーザは、入力部100iにおける各テーブルにおいて編集対象の入力欄を選択し、キーボード等の操作を介して数値や文字を入力することができる。 Further, the reception unit 13 can directly input and edit the input unit 100i of the EMA type state transition table 100 displayed on the display screen 30m. For example, the user can select an input field to be edited in each table in the input unit 100i and input a numerical value or a character through an operation of a keyboard or the like.

図8は、本実施形態のモード編集画面50の説明図である。
本実施形態の受付部13は、モード編集画面50によって、ユーザからモードに関する入力を受け付けることができるようになっている。
FIG. 8 is an explanatory diagram of the mode editing screen 50 of the present embodiment.
The reception unit 13 of the present embodiment can receive input related to the mode from the user by the mode editing screen 50.

受付部13は、端末装置30の表示画面30mにモード編集画面50を表示する。受付部13は、モード編集画面50を介して、ユーザからモードに関する編集を受け付ける。
本実施形態のモード編集画面50は、EMA型状態遷移表100の一のモード入力欄112(図4参照)に対するユーザによるクリック操作やタップ操作などの選択操作を受け付けることで表示画面30mに表示される。
The reception unit 13 displays the mode editing screen 50 on the display screen 30m of the terminal device 30. The reception unit 13 receives edits related to the mode from the user via the mode edit screen 50.
The mode editing screen 50 of the present embodiment is displayed on the display screen 30m by accepting a selection operation such as a click operation or a tap operation by the user for the mode input field 112 (see FIG. 4) of one of the EMA type state transition tables 100. To.

図8に示すように、モード編集画面50は、入力されたモードの内容が表示される表示枠51と、演算子としての論理積(AND)を入力するための論理積ボタン52と、演算子としての論理和(OR)を入力するための論理和ボタン53と、編集が終了したことを特定するための完了ボタン54とを有する。また、モード編集画面50は、作成したモードをモード定義テーブル300に保存する保存ボタン55を有する。 As shown in FIG. 8, the mode edit screen 50 has a display frame 51 in which the contents of the input mode are displayed, a logical product button 52 for inputting a logical product (AND) as an operator, and an operator. It has a logical sum button 53 for inputting the logical sum (OR) as, and a completion button 54 for specifying that the editing is completed. Further, the mode editing screen 50 has a save button 55 for saving the created mode in the mode definition table 300.

モード編集画面50では、ユーザによる、数字列や文字列の入力、論理積ボタン52や論理和ボタン53の押下に応じて表示枠51にモード条件を表示する。そして、モード編集画面50では、完了ボタン54が操作されることで、編集作業を完了させ、作成されたモード条件をEMA型状態遷移表100に反映させる。 On the mode edit screen 50, the mode condition is displayed in the display frame 51 in response to the input of a number string or a character string by the user and the pressing of the AND button 52 or the OR button 53. Then, on the mode editing screen 50, the completion button 54 is operated to complete the editing work, and the created mode condition is reflected in the EMA type state transition table 100.

また、モード編集画面50では、保存ボタン55がユーザによって押下されることで、作成されたモード条件を新たな複合モードとしてモード定義テーブル300に追加する。複合モードの内容は、モード定義テーブル300の一のモード内容入力欄330(図6参照)に記入される。また、作成された複合モードには、ユーザが任意の名称を付けることができる。この名称は、一のモード内容入力欄330に対応するモード名入力欄310に入力される。 Further, on the mode edit screen 50, when the save button 55 is pressed by the user, the created mode condition is added to the mode definition table 300 as a new composite mode. The content of the composite mode is entered in the mode content input field 330 (see FIG. 6) in one of the mode definition tables 300. In addition, the created composite mode can be given an arbitrary name by the user. This name is input to the mode name input field 310 corresponding to one mode content input field 330.

さらに、本実施形態のモード編集画面50では、既に定義されているモード内容の編集を行うこともできる。この場合、例えば、モード定義テーブル300から、編集対象の単数のモードや複合モードを表示枠51に例えばドラッグ・アンド・ドロップする操作を行う。そして、モード編集画面50では、モード定義テーブル300から持ってきたモードに対する編集を行うことができる。 Further, on the mode editing screen 50 of the present embodiment, it is possible to edit the mode contents already defined. In this case, for example, an operation of dragging and dropping a single mode or a composite mode to be edited from the mode definition table 300 to the display frame 51 is performed. Then, on the mode edit screen 50, it is possible to edit the mode brought from the mode definition table 300.

図9は、定義テーブルに対する定義情報の追加を促す画面の一例を示す図である。 FIG. 9 is a diagram showing an example of a screen prompting the addition of definition information to the definition table.

上述したように、本実施形態の情報処理システム1では、各定義テーブルに対して直接的に入力や編集を行うことができる。そして、受付部13は、直接的な入力や編集が行われた際に定義テーブルに記憶されていない文字列の記入があった場合、表示部15を介して、端末装置30の表示画面30mにメッセージ表示60を表示させる。 As described above, in the information processing system 1 of the present embodiment, each definition table can be directly input and edited. Then, when a character string that is not stored in the definition table is entered when the reception unit 13 is directly input or edited, the reception unit 13 is displayed on the display screen 30m of the terminal device 30 via the display unit 15. Display the message display 60.

図9に示すように、メッセージ表示60には、例えば「入力された内容は、〇〇定義テーブルに存在しません」といったテキストメッセージ61を表示する。これによって、ユーザに対して、定義テーブルにない新たな定義情報が入力されたことを通知する。また、メッセージ表示60に、「〇〇定義テーブルに追加しますか?」といったように、新たな文字列を定義テーブルに追加することを促す内容のテキストメッセージ62を表示する。さらに、メッセージ表示60には、ユーザからの指示を受け付けるためのYESボタン画像63およびNOボタン画像64を表示する。そして、受付部13は、新たな文字列を定義テーブルに追加することの指示をユーザから受け付ける。 As shown in FIG. 9, the message display 60 displays a text message 61 such as "The input content does not exist in the XX definition table". This notifies the user that new definition information that is not in the definition table has been entered. In addition, a text message 62 is displayed on the message display 60 to prompt the user to add a new character string to the definition table, such as "Do you want to add to the definition table?". Further, the message display 60 displays a YES button image 63 and a NO button image 64 for receiving an instruction from the user. Then, the reception unit 13 receives an instruction from the user to add a new character string to the definition table.

図10は、複合モードの作成を促す画面の一例を示す図である。 FIG. 10 is a diagram showing an example of a screen prompting the creation of a composite mode.

ユーザがEMA型状態遷移表100に対して直接的に入力や編集を行った結果、EMA型状態遷移表100に、イベントおよびアクションが同一の組合せであって、モードが異なる単位が複数存在するという状況が発生する場合がある。
このような場合、受付部13は、表示部15を介して、端末装置30の表示画面30mにメッセージ表示65を表示させる。
As a result of the user directly inputting or editing the EMA type state transition table 100, it is said that the EMA type state transition table 100 has a plurality of units having the same combination of events and actions but different modes. Situations may occur.
In such a case, the reception unit 13 displays the message display 65 on the display screen 30m of the terminal device 30 via the display unit 15.

図10に示すように、メッセージ表示65には、例えば「「イベント」と「アクション」との組合せが一致・類似するモードが入力されました」といったテキストメッセージ66が表示される。これによって、受付部13は、一のイベントおよび一のアクションの組合せが同じであって、モード条件が異なる単位があることをユーザに対して通知する。また、受付部13は、一のイベントおよび一のアクションの組合せが類似していて、モード条件が異なる単位があることをユーザに対して通知する。 As shown in FIG. 10, a text message 66 such as "A mode in which the combination of" event "and" action "matches or is similar has been input" is displayed on the message display 65. As a result, the reception unit 13 notifies the user that there is a unit in which the combination of one event and one action is the same but the mode conditions are different. Further, the reception unit 13 notifies the user that there is a unit in which the combination of one event and one action is similar and the mode conditions are different.

また、メッセージ表示65には、例えば「モード条件を作成して1つのアクションでまとめますか?」といったテキストメッセージ67を表示する。さらに、メッセージ表示65には、ユーザからの指示を受け付けるためのYESボタン画像68およびNOボタン画像69を表示する。そして、受付部13は、イベントとアクションとの組合せが同じであって、モード条件が異なる単位をまとめて、一のアクションによってまとめられた単位を作成することの指示を受け付ける。 Further, on the message display 65, for example, a text message 67 such as "Do you want to create a mode condition and put it together in one action?" Is displayed. Further, the message display 65 displays a YES button image 68 and a NO button image 69 for receiving an instruction from the user. Then, the reception unit 13 receives an instruction to combine units having the same combination of events and actions but different mode conditions to create a unit grouped by one action.

〔表示部15〕
表示部15(例えば、表示手段の一例)は、ユーザからの指示に応じ、ユーザが利用する端末装置30の画面に、管理部11が管理する各種の情報を表示させる。表示部15は、ユーザが各種の定義テーブルの編集を行う際に、各定義テーブルを表示する。また、表示部15は、ユーザがEMA型状態遷移表100を閲覧したり、編集したりする際に、端末装置30の表示画面30mにEMA型状態遷移表100を表示する。
[Display unit 15]
The display unit 15 (for example, an example of the display means) causes the screen of the terminal device 30 used by the user to display various information managed by the management unit 11 in response to an instruction from the user. The display unit 15 displays each definition table when the user edits various definition tables. Further, the display unit 15 displays the EMA type state transition table 100 on the display screen 30 m of the terminal device 30 when the user browses or edits the EMA type state transition table 100.

続いて、本実施形態のEMA型状態遷移表100について具体的に説明する。
図11は、本実施形態のEMA型状態遷移表100の具体例の説明図である。
Subsequently, the EMA type state transition table 100 of the present embodiment will be specifically described.
FIG. 11 is an explanatory diagram of a specific example of the EMA type state transition table 100 of the present embodiment.

図11に示すEMA型状態遷移表100は、例えばテレビを制御対象に用いた場合の例である。ここで、テレビにて生じるイベントとして、電源ボタンの変化と、メニューボタンの変化とを例示する。また、テレビのモードとして、テレビ画面が消えた状態であるIdleモードと、映像を表示したり音声を出力したりするための準備を行うReadyモードと、映像が表示され音声が出力されているBusyモードとを例示する。また、テレビのモードとして、メニュー画面に対する操作が行われないメニュー非操作モードと、メニュー画面に対する操作が行われるメニュー操作中モードとを例示する。 The EMA type state transition table 100 shown in FIG. 11 is an example when, for example, a television is used as a control target. Here, changes in the power button and changes in the menu button are exemplified as events that occur on the television. In addition, as the TV mode, the Idle mode in which the TV screen is turned off, the Ready mode in which preparations are made for displaying the video and the audio are output, and the Busy in which the video is displayed and the audio is output. The mode is illustrated. Further, as the mode of the television, a menu non-operation mode in which the operation for the menu screen is not performed and a menu operation mode in which the operation for the menu screen is performed are exemplified.

図11に示すように、テレビの電源ボタンが押下されるというイベントが発生した際、Idleモードである場合には、初期化処理というアクションが実行される。また、この場合に、テレビのモードは、IdleモードからReadyモードに遷移する。 As shown in FIG. 11, when an event that the power button of the television is pressed occurs, an action called an initialization process is executed in the Idle mode. Further, in this case, the TV mode shifts from the Idle mode to the Ready mode.

テレビの電源ボタンが押下されるというイベントが発生した場合、ReadyモードおよびBusyモードのいずれかである場合には、終了処理というアクションが実行される。また、この場合に、テレビは、各々のモードからIdleモードに遷移する。
このように、本実施形態のEMA型状態遷移表100では、電源ボタンが押下されるというイベントが発生し、終了処理という一のアクションが行われる場合のモード条件は、ReadyモードまたはBusyモードであるという複合モードによって表現される。また、この場合の終了処理というアクションは、EMA型状態遷移表100において一つ単位で表示される。
When the event that the power button of the TV is pressed occurs, the action of termination processing is executed in either the Ready mode or the Busy mode. Further, in this case, the television transitions from each mode to the Idle mode.
As described above, in the EMA type state transition table 100 of the present embodiment, the mode condition when the event that the power button is pressed occurs and one action of the termination process is performed is the Ready mode or the Busy mode. It is expressed by the compound mode. Further, the action of termination processing in this case is displayed in units of one in the EMA type state transition table 100.

テレビのメニューボタンが押下されるというイベントが発生した際、Busyモードかつメニュー非操作モードである場合には、メニューを表示するメニュー表示処理が実行される。また、この場合、テレビのモードは、メニュー操作中モードに遷移する。
このように、本実施形態のEMA型状態遷移表100では、メニューボタンが押下されるというイベントが発生し、メニュー表示処理という一のアクションが行われる場合のモード条件は、Busyモードかつメニュー非操作モードという複合モードによって表現される。また、この場合のメニュー表示処理というアクションは、EMA型状態遷移表100において一つ単位で表示される。
When the event that the menu button of the television is pressed occurs, the menu display process for displaying the menu is executed in the Busy mode and the menu non-operation mode. Further, in this case, the TV mode shifts to the menu operation mode.
As described above, in the EMA type state transition table 100 of the present embodiment, the mode condition when the event that the menu button is pressed occurs and one action of the menu display process is performed is the Busy mode and the menu is not operated. It is expressed by a compound mode called mode. Further, the action of menu display processing in this case is displayed in units of one in the EMA type state transition table 100.

また、テレビのメニューボタンが押下されるというイベントが発生した際、Busyモードかつメニュー操作中モードである場合には、メニューを非表示にするメニュー非表示処理が実行される。また、この場合、テレビのモードは、メニュー非操作モードに遷移する。
このように、本実施形態のEMA型状態遷移表100では、メニューボタンが押下されるというイベントが発生し、メニュー非表示処理という一のアクションが行われる場合のモード条件は、Busyモードかつメニュー操作中モードという複合モードによって表現される。また、この場合のメニュー非表示処理というアクションは、EMA型状態遷移表100において一つ単位で表示される。
Further, when an event that the menu button of the television is pressed occurs, the menu non-display process for hiding the menu is executed in the Busy mode and the menu operation mode. Further, in this case, the TV mode shifts to the menu non-operation mode.
As described above, in the EMA type state transition table 100 of the present embodiment, the mode condition when the event that the menu button is pressed occurs and one action of the menu non-display process is performed is the Busy mode and the menu operation. It is expressed by a compound mode called medium mode. Further, the action of menu non-display processing in this case is displayed in units of one in the EMA type state transition table 100.

ここで、比較のために、比較例の状態遷移表について説明する。
図14は、比較例の状態遷移表900の説明図である。
Here, for comparison, the state transition table of the comparative example will be described.
FIG. 14 is an explanatory diagram of the state transition table 900 of the comparative example.

図14に示すように、比較例の状態遷移表900は、制御対象に生じる複数のイベントを縦軸に並べ、制御対象がとる複数のモードを横軸に並べている。そして、比較例の状態遷移表900では、一のイベントと一のモードとの組合せに対応するセルに、その組合せを条件として実行される一のアクションが表示される。 As shown in FIG. 14, in the state transition table 900 of the comparative example, a plurality of events occurring in the controlled object are arranged on the vertical axis, and a plurality of modes taken by the controlled object are arranged on the horizontal axis. Then, in the state transition table 900 of the comparative example, one action executed on the condition of the combination is displayed in the cell corresponding to the combination of one event and one mode.

また、比較例の状態遷移表900では、制御対象の複数のモードを3つの観点から捉えた3つのカテゴリに分類している。そして、比較例の状態遷移表900は、第1カテゴリ901、第2カテゴリ902および第3カテゴリ903を含んで構成されている。なお、第1カテゴリ901、第2カテゴリ902および第3カテゴリ903にそれぞれ含まれるモードは、異なるカテゴリ間で並行してとることができるモードを含んでいる。 Further, in the state transition table 900 of the comparative example, a plurality of modes to be controlled are classified into three categories from three viewpoints. The state transition table 900 of the comparative example is configured to include the first category 901, the second category 902, and the third category 903. The modes included in the first category 901, the second category 902, and the third category 903 include modes that can be taken in parallel between different categories.

そして、比較例の状態遷移表900(例えば、第1カテゴリ901)において、イベントE01とモードM04とを条件としてアクションA1が実行される。イベントE02とモードM05とを条件としてアクションA1が実行される。イベントE02とモードM05とを条件としてアクションA1が実行される。イベントE03とモードM05とを条件としてアクションA1が実行される。また、イベントE04とモードM03とを条件としてアクションA2が実行される。イベントE05とモードM01とを条件としてアクションA3が実行される。
なお、比較例の状態遷移表900において、一のイベントおよび一のモードの組合せで、制御対象がアクションを実行しないセルには「-」(ブランク)を表示している。なお、ブランクで表示されるイベントおよびモードの組合せは、例えば制御対象として有り得ない組合せである。
Then, in the state transition table 900 (for example, the first category 901) of the comparative example, the action A1 is executed under the condition of the event E01 and the mode M04. Action A1 is executed on condition of event E02 and mode M05. Action A1 is executed on condition of event E02 and mode M05. Action A1 is executed on condition of event E03 and mode M05. Further, the action A2 is executed on condition of the event E04 and the mode M03. Action A3 is executed on condition of event E05 and mode M01.
In the state transition table 900 of the comparative example, "-" (blank) is displayed in the cell in which the control target does not execute the action in the combination of one event and one mode. The combination of events and modes displayed as blanks is, for example, a combination that cannot be controlled.

以上のように構成される比較例の状態遷移表900では、モードとイベントの組合せは、制御対象にて発生し得るイベントの数、制御対象がとるモードの数とに比例して、無数に多くなる可能性がある。
また、比較例の状態遷移表900では、制御対象にてアクションが実行されないモードとイベントの組合せのセルが表示されることは、表の構造上、避けられない仕様となっている。したがって、比較例の状態遷移表900では、アクションが制御対象にて実行されるか実行されないかにかかわらず、全てのモードとイベントとの組合せが表示される。
このような比較例の状態遷移表900では、イベントとモードとの組合せが無数に及び、ユーザが全てを把握することは現実的に極めて困難である。また、制御対象のアクションの検証も、無数に及ぶイベントとモードとの組合せの全てについて実施する必要があるが、全ての組合せを検査することは極めて困難となる。
In the state transition table 900 of the comparative example configured as described above, the combinations of modes and events are innumerably large in proportion to the number of events that can occur in the controlled object and the number of modes that the controlled object takes. There is a possibility of becoming.
Further, in the state transition table 900 of the comparative example, it is an unavoidable specification due to the structure of the table that the cell of the combination of the mode and the event in which the action is not executed in the controlled object is displayed. Therefore, in the state transition table 900 of the comparative example, all combinations of modes and events are displayed regardless of whether the action is executed or not executed by the controlled object.
In the state transition table 900 of such a comparative example, there are innumerable combinations of events and modes, and it is practically extremely difficult for the user to grasp all of them. In addition, verification of the action to be controlled needs to be performed for all combinations of innumerable events and modes, but it is extremely difficult to inspect all combinations.

また、比較例の状態遷移表900では、制御対象のモードは、第1カテゴリ901、第2カテゴリ902および第3カテゴリ903にそれぞれ振り分けられる。そうすると、比較例の状態遷移表900では、異なるカテゴリ間でのイベントとモードの組合せでアクションを表現することができない仕様となっている。 Further, in the state transition table 900 of the comparative example, the modes to be controlled are divided into the first category 901, the second category 902, and the third category 903, respectively. Then, in the state transition table 900 of the comparative example, the specification is such that the action cannot be expressed by the combination of the event and the mode between different categories.

これに対して、本実施形態のEMA型状態遷移表100では、実行されるアクションのイベントおよびモードの組合せだけを表示することができる。したがって、本実施形態のEMA型状態遷移表100では、EMA型状態遷移表100に表示するイベントとモードとの組合せの数を有限個数にすることができる。その結果、例えば、本実施形態のEMA型状態遷移表100では、ユーザがイベント、モードおよびアクションの関係を把握し易くなり、抜け漏れなど制御対象の確認が容易になる。 On the other hand, in the EMA type state transition table 100 of the present embodiment, only the combination of the event and the mode of the action to be executed can be displayed. Therefore, in the EMA type state transition table 100 of the present embodiment, the number of combinations of events and modes displayed in the EMA type state transition table 100 can be limited to a finite number. As a result, for example, in the EMA type state transition table 100 of the present embodiment, it becomes easy for the user to grasp the relationship between the event, the mode, and the action, and it becomes easy to confirm the control target such as omission.

また、本実施形態のEMA型状態遷移表100では、一のアクションを軸にイベントとモードの組合せがまとめられているため、イベントとモードの組合せを表示する表示欄の数が抑制される。これによって、本実施形態のEMA型状態遷移表100では、ユーザがイベント、モードおよびアクションの関係をさらに把握し易くなっている。
そして、本実施形態のEMA型状態遷移表100は、比較例の状態遷移表900では表現することができなかった異なるカテゴリに分類される複数のモードに基づくアクションの表現を行うことを可能にする。
Further, in the EMA type state transition table 100 of the present embodiment, since the combination of the event and the mode is summarized with one action as the axis, the number of display columns for displaying the combination of the event and the mode is suppressed. This makes it easier for the user to grasp the relationship between the event, the mode, and the action in the EMA type state transition table 100 of the present embodiment.
The EMA-type state transition table 100 of the present embodiment makes it possible to express actions based on a plurality of modes classified into different categories, which could not be expressed by the state transition table 900 of the comparative example. ..

(静的構造図700、動的構造図800およびEMA型状態遷移表100)
図12は、動的構造図800と静的構造図700とEMA型状態遷移表100との関係を示す図である。
(Static structure diagram 700, dynamic structure diagram 800 and EMA type state transition table 100)
FIG. 12 is a diagram showing the relationship between the dynamic structure diagram 800, the static structure diagram 700, and the EMA type state transition table 100.

表示部15は、制御対象に関する静的構造図700を端末装置30の表示画面30mに表示可能である。また、表示部15は、制御対象に関する動的構造図800を表示画面30mに表示可能である。そして、本実施形態の表示部15は、静的構造図700、動的構造図800およびEMA型状態遷移表100との相互の関係を表示する。
なお、静的構造図700、動的構造図800およびEMA型状態遷移表100の関係は、受付部13によってユーザから関係情報を取得することで特定できる。また、静的構造図700、動的構造図800およびEMA型状態遷移表100の関係は、各々に含まれる文字列等の情報に基づいて関連付けても良い。
The display unit 15 can display the static structure diagram 700 regarding the control target on the display screen 30m of the terminal device 30. Further, the display unit 15 can display the dynamic structure diagram 800 regarding the control target on the display screen 30m. Then, the display unit 15 of the present embodiment displays the mutual relationship with the static structure diagram 700, the dynamic structure diagram 800, and the EMA type state transition table 100.
The relationship between the static structure diagram 700, the dynamic structure diagram 800, and the EMA type state transition table 100 can be specified by acquiring the relationship information from the user by the reception unit 13. Further, the relationship between the static structure diagram 700, the dynamic structure diagram 800, and the EMA type state transition table 100 may be related based on information such as a character string included in each.

静的構造図700は、例えばシステムなどの制御対象において機能を発揮するコンポーネント70(機能構成の一例)の関係を表現したものである。図12に示す例では、各コンポーネント70は、下位層、中間層および上位層とで構成される複数の階層に分けて表示される。下位層は、センサやモータなどのハードウェアを駆動するドライバに相当するコンポーネント70が配置される階層である。中間層は、ハードウェアによって実現される動作の概念の単位で統合して上位層につなげるコンポーネント70が配置される階層である。上位層は、制御対象において実行されるアプリケーションに相当するコンポーネント70が配置される階層である。
そして、静的構造図700においては、上位層の一のアプリケーションと、中間層において一のアプリケーションに関係するコンポーネント70とが線により結ばれて表示される。同様に、中間層のドライバと、下位層のデバイスとの関係が線により結ばれて表示される。
The static structure diagram 700 expresses the relationship of the component 70 (an example of the functional configuration) that exerts a function in a controlled object such as a system. In the example shown in FIG. 12, each component 70 is divided into a plurality of layers including a lower layer, an intermediate layer, and an upper layer. The lower layer is a layer in which components 70 corresponding to drivers for driving hardware such as sensors and motors are arranged. The middle layer is a layer in which components 70 are arranged, which are integrated in units of the concept of operation realized by hardware and connected to the upper layer. The upper layer is a layer in which the component 70 corresponding to the application executed in the controlled object is arranged.
Then, in the static structure diagram 700, one application in the upper layer and the component 70 related to the one application in the intermediate layer are connected by a line and displayed. Similarly, the relationship between the driver in the middle layer and the device in the lower layer is displayed by connecting them with a line.

動的構造図800は、システムの動作を示すフローである。動的構造図800は、各動作ステップ80により構成される動作の流れを示す。
本実施形態の動的構造図800と静的構造図700とは、各動作ステップ80とコンポーネント70とが関連付けられている。そして、表示部15は、例えば動的構造図800における一の動作ステップ80に対する選択操作を受け付けると、静的構造図700において当該一の動作ステップ80に対応するコンポーネント70を明示する。また、表示部15は、例えば静的構造図700における一のコンポーネント70に対する選択操作を受け付けると、当該一のコンポーネント70に対応する動的構造図800の動作ステップ80を明示するようになっている。
The dynamic structure diagram 800 is a flow showing the operation of the system. The dynamic structure diagram 800 shows a flow of operations configured by each operation step 80.
In the dynamic structure diagram 800 and the static structure diagram 700 of the present embodiment, each operation step 80 and the component 70 are associated with each other. Then, for example, when the display unit 15 receives a selection operation for one operation step 80 in the dynamic structure diagram 800, the display unit 15 clearly indicates the component 70 corresponding to the one operation step 80 in the static structure diagram 700. Further, when the display unit 15 receives, for example, a selection operation for one component 70 in the static structure diagram 700, the display unit 15 clearly indicates the operation step 80 of the dynamic structure diagram 800 corresponding to the one component 70. ..

そして、本実施形態では、上記の静的構造図700と動的構造図800とのリンクに加えて、EMA型状態遷移表100とのリンクを示すことができる。
例えば、静的構造図700におけるコンポーネント70と、EMA型状態遷移表100のアクションとが関連付けられている。また、動的構造図800における動作ステップ80と、EMA型状態遷移表100のアクションとが関連付けられている。
Then, in the present embodiment, in addition to the link between the static structure diagram 700 and the dynamic structure diagram 800, the link with the EMA type state transition table 100 can be shown.
For example, the component 70 in the static structure diagram 700 and the action in the EMA type state transition table 100 are associated with each other. Further, the operation step 80 in the dynamic structure diagram 800 and the action in the EMA type state transition table 100 are associated with each other.

表示部15は、EMA型状態遷移表100における一のアクションに対するユーザの選択を受け付けると、動的構造図800において、選択された一のアクションに対応する動作ステップ80を明示する。例えば、その動作ステップ80は、他の動作ステップ80とは異なる表示態様で示されたり、明示される前の状態とは異なって目立つ表示態様で示されたりする。
また、表示部15は、EMA型状態遷移表100における一のアクションに対するユーザの選択を受け付けると、静的構造図700において、選択された一のアクションに対応するコンポーネント70を明示する。例えば、そのコンポーネント70は、他のコンポーネント70とは異なる表示態様で示されたり、明示される前の状態とは異なって目立つ表示態様で示されたりする。
When the display unit 15 accepts the user's selection for one action in the EMA type state transition table 100, the display unit 15 clearly indicates the operation step 80 corresponding to the selected one action in the dynamic structure diagram 800. For example, the operation step 80 may be shown in a display mode different from that of other operation steps 80, or may be shown in a conspicuous display mode different from the state before being specified.
Further, when the display unit 15 accepts the user's selection for one action in the EMA type state transition table 100, the component 70 corresponding to the selected one action is specified in the static structure diagram 700. For example, the component 70 may be shown in a display mode different from that of the other components 70, or may be shown in a prominent display mode different from the state before being specified.

なお、表示部15は、静的構造図700の一のコンポーネント70が選択操作されると、対応するEMA型状態遷移表100のアクションを明示しても良い。同様に、表示部15は、動的構造図800の一の動作ステップ80が選択操作されると、対応するEMA型状態遷移表100のアクションを明示しても良い。
このように、本実施形態の表示部15は、EMA型状態遷移表100、静的構造図700および動的構造図800の相互の関係をユーザに示すことができるようになっている。
The display unit 15 may specify the action of the corresponding EMA type state transition table 100 when the component 70 of one of the static structure diagrams 700 is selected and operated. Similarly, the display unit 15 may specify the action of the corresponding EMA type state transition table 100 when the operation step 80 of one of the dynamic structure diagrams 800 is selected and operated.
In this way, the display unit 15 of the present embodiment can show the user the mutual relationship between the EMA type state transition table 100, the static structure diagram 700, and the dynamic structure diagram 800.

(モデル検査)
次に、情報処理装置10のモデル検査の機能について説明する。
本実施形態の情報処理装置10は、制御対象のモデル検査を実行する機能を有している。
モデル検査とは、ハードウェア、ソフトウェア、システムなどの制御対象の網羅的な検査を行うものである。モデル検査には、制御対象を表現するモデル言語と、その制御対象に関する検査式とが用いられる。このうち、モデル言語には、制御対象を記述するソースコード等を例示できる。また、検査式には、設計仕様書などを例示できる。そして、モデル検査では、例えば制御対象をモデルで表現したうえで、制御対象が満たすべき仕様がモデル上で成り立つかどうかを、モードとイベントとのすべての組合せについて機械的かつ網羅的に検査する。例えば、モデル検査では、抜け出せないモードがあったり、モードの対応がとれなかったりするなどの不具合が検査結果として示される。
(Model checking)
Next, the function of model checking of the information processing apparatus 10 will be described.
The information processing apparatus 10 of the present embodiment has a function of executing a model check of a controlled object.
Model checking is a comprehensive check of controlled objects such as hardware, software, and systems. For model checking, a model language that expresses a controlled object and an inspection formula related to the controlled object are used. Of these, the model language can be exemplified by a source code or the like that describes a controlled object. Further, the inspection formula can be exemplified by a design specification or the like. Then, in model checking, for example, after expressing the controlled object with a model, it is mechanically and comprehensively inspected for all combinations of modes and events whether or not the specifications to be satisfied by the controlled object are satisfied on the model. For example, in model checking, defects such as a mode that cannot be escaped or a mode that cannot be matched are shown as inspection results.

そして、情報処理装置10は、例えばモデル検査の結果を端末装置30の表示画面30mに表示可能になっている。これによって、ユーザは、モデル検査の結果と、EMA型状態遷移表100とを表示画面30mにて見比べたりすることができる。このように、本実施形態の情報処理システム1は、ユーザの作業効率を向上させることができる。 Then, the information processing apparatus 10 can display, for example, the result of the model check on the display screen 30m of the terminal apparatus 30. As a result, the user can compare the result of the model check with the EMA type state transition table 100 on the display screen 30m. As described above, the information processing system 1 of the present embodiment can improve the work efficiency of the user.

〔出力部17〕
図13は、本実施形態のプログラムコードの出力の一例を示す図である。
[Output unit 17]
FIG. 13 is a diagram showing an example of output of the program code of the present embodiment.

図13に示すように、出力部17は、本実施形態のEMA型状態遷移表100に基づいて、EMA型状態遷移表100で定義される状態遷移を実現するための疑似コードを出力する。出力部17による疑似コードの出力の指示は、例えば受付部13が表示画面30mにEMA型状態遷移表100に合わせて表示するエクスポートボタン画像などから受け付けることができる。 As shown in FIG. 13, the output unit 17 outputs a pseudo code for realizing the state transition defined in the EMA type state transition table 100 based on the EMA type state transition table 100 of the present embodiment. The instruction to output the pseudo code by the output unit 17 can be received from, for example, an export button image displayed by the reception unit 13 on the display screen 30 m in accordance with the EMA type state transition table 100.

本実施形態のEMA型状態遷移表100は、一のイベントの発生により一のアクションを実行する際のモード条件を含んでいる。したがって、モード条件を用いて、制御対象を制御するプログラムのプログラムコードを作成することができる。出力するプログラムコードは、各種のプログラム言語を用いることができるが、例えばC言語による記述を例示できる。
図13に示すように、出力部17は、EMA型状態遷移表100のイベント、モードおよびアクションの情報に基づいて、例えばアクションが実行される条件を記述した疑似コードを生成する。コードにおける一の単位は、例えばEMA型状態遷移表100の一のアクションの単位に対応している。
The EMA type state transition table 100 of the present embodiment includes a mode condition for executing one action by the occurrence of one event. Therefore, the program code of the program that controls the controlled object can be created by using the mode condition. Various programming languages can be used for the output program code, and for example, a description in C language can be exemplified.
As shown in FIG. 13, the output unit 17 generates pseudo-code that describes, for example, the conditions under which the action is executed, based on the event, mode, and action information in the EMA type state transition table 100. One unit in the code corresponds to, for example, one unit of action in the EMA type state transition table 100.

本実施形態のEMA型状態遷移表100では、一のアクションに対して、一のアクションが実行される際の条件としてイベントおよびモードが並べられた単位で表現されている。また、EMA型状態遷移表100では、一のアクションごとの単位が複数設けられ、リスト状に並べられている。そのため、出力部17は、EMA型状態遷移表100の構造に倣って、疑似コードを作成することが容易になっている。 In the EMA type state transition table 100 of the present embodiment, for one action, events and modes are expressed as a unit in which events and modes are arranged as a condition when one action is executed. Further, in the EMA type state transition table 100, a plurality of units for each action are provided and arranged in a list. Therefore, the output unit 17 can easily create a pseudo code according to the structure of the EMA type state transition table 100.

なお、本実施形態では、EMA型状態遷移表100からプログラムコードを作成する例について説明したが、この逆を行うことも可能である。すなわち、制御対象を記述するソースコードやハードウェア記述言語などのプログラムコードに基づいて、本実施形態の構造のEMA型状態遷移表100を作成することも可能である。プログラムコードには、イベント、モードおよびアクションの関係を規定するコードが含まれる。これにより、本実施形態の情報処理システム1は、イベント、モードおよびアクションの関係を規定するコードに基づいて、EMA型状態遷移表100を作成する。
例えば、既存の制御対象の改良等を行って新規の制御対象を開発するような場合、既存の制御対象の制御プログラム等を本実施形態のEMA型状態遷移表100の形式で表現することで、製品開発の効率化を図ることが可能になる。
In this embodiment, an example of creating a program code from the EMA type state transition table 100 has been described, but the reverse is also possible. That is, it is also possible to create the EMA type state transition table 100 having the structure of the present embodiment based on the source code for describing the control target or the program code such as the hardware description language. The program code contains code that defines the relationship between events, modes, and actions. As a result, the information processing system 1 of the present embodiment creates the EMA type state transition table 100 based on the code that defines the relationship between the event, the mode, and the action.
For example, in the case of developing a new control target by improving an existing control target, the control program or the like of the existing control target can be expressed in the format of the EMA type state transition table 100 of the present embodiment. It will be possible to improve the efficiency of product development.

また、出力部17が出力するEMA型状態遷移表100に基づいて作成された制御対象のプログラムコードは、上述した制御対象のモデル検査における制御対象のモデルに用いることができる。
ここで、従来において、例えばイベントとモードとの組合せの状態爆発が生じている場合には、モデル検査を実施しようとしても組合せがほぼ無限にあることから、全ての検査を行うことができないことがあった。また、従来、組合せが無数にある場合にモデル検査を実施する際、組合せを任意に間引いてから実施するなど、モデル検査としては不完全な内容で行われることがあった。
Further, the program code of the controlled object created based on the EMA type state transition table 100 output by the output unit 17 can be used for the model of the controlled object in the above-mentioned model check of the controlled object.
Here, in the past, for example, when a state explosion of a combination of an event and a mode has occurred, it may not be possible to perform all checks because there are almost infinite combinations even if model checking is performed. there were. Further, conventionally, when performing model checking when there are innumerable combinations, the model checking may be performed with incomplete contents, such as performing after arbitrarily thinning out the combinations.

これに対して、本実施形態の情報処理システム1では、EMA型状態遷移表100に基づいて作成され、制御対象を記述するプログラムコードを制御対象のモデルに用いることができる。これによって、情報処理システム1では、有限個数に収められたイベントとモードとの組合せについてモデル検査を行うことができる。また、本実施形態の情報処理システム1では、モデル検査を行うためにモデル言語を用いた制御対象のモデルを改めて作成する必要がなくなる。さらに、本実施形態の情報処理システム1では、組合せが有限個数に収まるため、制御対象のイベントとモードとの全ての組合せを網羅したモデル検査を行うことができる。 On the other hand, in the information processing system 1 of the present embodiment, a program code created based on the EMA type state transition table 100 and describing the controlled object can be used for the model of the controlled object. As a result, in the information processing system 1, model checking can be performed on a combination of events and modes stored in a finite number. Further, in the information processing system 1 of the present embodiment, it is not necessary to recreate a model to be controlled using a model language in order to perform model checking. Further, in the information processing system 1 of the present embodiment, since the number of combinations is limited to a finite number, it is possible to perform model checking covering all combinations of the event to be controlled and the mode.

(変形例)
上述したEMA型状態遷移表100では、複数のモードを条件として、イベントが発生した際に実行される制御対象のアクションを表現していたが、この例に限定されない。
例えば、複数のイベントを組み合わせた複合イベントを、一のアクションを実行する条件を表現しても良い。この場合に、イベントに対応するモードは、単数であっても、複数であっても構わない。
このようにすることで、EMA型状態遷移表100において一のアクションの単位を更にまとめることができる。特に、複数のイベントおよび複数のモードを条件として一のアクションの単位を表現することで、EMA型状態遷移表100において一のアクションが一つだけ表示されるように構成できる。これによって、EMA型状態遷移表100では、表示される組合せの数の肥大化がさらに抑制される。
(Modification example)
In the above-mentioned EMA type state transition table 100, the action to be controlled to be executed when an event occurs is expressed on condition of a plurality of modes, but the present invention is not limited to this example.
For example, a complex event in which a plurality of events are combined may express a condition for executing one action. In this case, the mode corresponding to the event may be singular or plural.
By doing so, the unit of one action can be further summarized in the EMA type state transition table 100. In particular, by expressing the unit of one action on the condition of a plurality of events and a plurality of modes, it can be configured so that only one action is displayed in the EMA type state transition table 100. As a result, in the EMA type state transition table 100, the bloat of the number of combinations displayed is further suppressed.

(変形例)
本実施形態の情報処理システム1では、上述のとおり、新規な状態遷移表であるEMA型状態遷移表100を表示する。一方で、情報処理システム1は、EMA型状態遷移表100に基づいて、比較例の状態遷移表900の形式での状態遷移表を作成することができる。具体的には、情報処理システム1では、EMA型状態遷移表100のイベント、モードおよびアクションの情報を用いて、EMA型状態遷移表100を比較例の状態遷移表900の表示態様に変換する。これによって、ユーザは、同じ制御対象の状態遷移に関して、EMA型状態遷移表100と比較例の状態遷移表900とを比較することが可能になる。
(Modification example)
In the information processing system 1 of the present embodiment, as described above, the EMA type state transition table 100, which is a new state transition table, is displayed. On the other hand, the information processing system 1 can create a state transition table in the form of the state transition table 900 of the comparative example based on the EMA type state transition table 100. Specifically, the information processing system 1 converts the EMA type state transition table 100 into the display mode of the state transition table 900 of the comparative example by using the event, mode, and action information of the EMA type state transition table 100. As a result, the user can compare the EMA type state transition table 100 and the state transition table 900 of the comparative example with respect to the state transition of the same controlled object.

なお、上記では種々の実施形態および変形例を説明したが、これらの実施形態や変形例同士を組み合わせて構成してもよい。
また、本開示は上記の実施形態に何ら限定されるものではなく、本開示の要旨を逸脱しない範囲で種々の形態で実施することができる。
Although various embodiments and modifications have been described above, the embodiments and modifications may be combined and configured.
Further, the present disclosure is not limited to the above-described embodiment, and can be carried out in various forms without departing from the gist of the present disclosure.

1…情報処理システム、11…管理部、13…受付部、15…表示部、30…端末装置、50…モード編集画面、100…EMA型状態遷移表、111…イベント入力欄、112…モード入力欄、113…アクション入力欄、114…仕様理由入力欄、115…試験結果入力欄、200…イベント定義テーブル、300…モード定義テーブル、400…アクション定義テーブル、700…静的構造図、800…動的構造図 1 ... Information processing system, 11 ... Management unit, 13 ... Reception unit, 15 ... Display unit, 30 ... Terminal device, 50 ... Mode edit screen, 100 ... EMA type state transition table, 111 ... Event input field, 112 ... Mode input Field, 113 ... Action input field, 114 ... Specification reason input field, 115 ... Test result input field, 200 ... Event definition table, 300 ... Mode definition table, 400 ... Action definition table, 700 ... Static structure diagram, 800 ... Motion Structural diagram

Claims (3)

制御対象にて生じるイベント、当該制御対象の状態であるモード、および当該制御対象が実行する処理であるアクションの入力を受け付ける受付手段と、
前記制御対象で実行されないアクションに対応するイベントおよびモードの組合せを示さずに、当該制御対象が実行するアクションに対応するイベントおよびモードの組合せを示す状態遷移表を表示させる表示手段と、
を備え
前記表示手段は、前記制御対象の複数の機能構成の関係を示す静的構造図を表示可能であって、
表示する一のアクションに対する選択操作を受け付けると、当該一のアクションに対応する前記機能構成を示す、ことを特徴とする情報処理装置。
An event that occurs in the controlled object, a mode that is the state of the controlled object, and a receiving means that accepts input of an action that is a process executed by the controlled object.
A display means for displaying a state transition table showing a combination of events and modes corresponding to an action executed by the controlled object without showing a combination of events and modes corresponding to an action not executed by the controlled object.
Equipped with
The display means can display a static structural diagram showing the relationship between a plurality of functional configurations of the controlled object.
An information processing apparatus characterized in that when a selection operation for one action to be displayed is received, the functional configuration corresponding to the one action is shown .
前記表示手段は、前記制御対象の複数の動作ステップを示す動的構造図を表示可能であって、
表示する一のアクションに対する選択操作を受け付けると、当該一のアクションに対応する前記動作ステップを示す、ことを特徴とする請求項1に記載の情報処理装置。
The display means can display a dynamic structure diagram showing a plurality of operation steps of the controlled object.
The information processing apparatus according to claim 1 , wherein when a selection operation for one action to be displayed is received, the operation step corresponding to the one action is shown.
コンピュータに、
制御対象にて生じるイベント、当該制御対象の状態であるモード、および当該制御対象が実行する処理であるアクションの入力を受け付ける機能と、
前記制御対象で実行されないアクションに対応するイベントおよびモードの組合せを示さずに、当該制御対象が実行するアクションに対応するイベントおよびモードの組合せを示す状態遷移表を表示させる機能と、
前記制御対象の複数の機能構成の関係を示す静的構造図を表示する機能と、
表示する一のアクションに対する選択操作を受け付けると、当該一のアクションに対応する前記機能構成を示す機能と、
を実現させるプログラム。
On the computer
A function that accepts the input of an event that occurs in a controlled object, a mode that is the state of the controlled object, and an action that is a process executed by the controlled object.
A function to display a state transition table showing a combination of events and modes corresponding to an action executed by the controlled object without showing a combination of events and modes corresponding to an action not executed by the controlled object.
A function to display a static structure diagram showing the relationship between a plurality of functional configurations of the controlled object, and
When a selection operation for one action to be displayed is accepted, a function indicating the functional configuration corresponding to the one action and a function indicating the function configuration
A program that realizes.
JP2021032967A 2021-03-02 2021-03-02 Information processing equipment and programs Active JP7009001B1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2021032967A JP7009001B1 (en) 2021-03-02 2021-03-02 Information processing equipment and programs
JP2021164341A JP7101934B1 (en) 2021-03-02 2021-10-05 Information processing equipment and programs
JP2021186075A JP7085777B1 (en) 2021-03-02 2021-11-16 Information processing system, display device, information processing method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021032967A JP7009001B1 (en) 2021-03-02 2021-03-02 Information processing equipment and programs

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2021164341A Division JP7101934B1 (en) 2021-03-02 2021-10-05 Information processing equipment and programs

Publications (2)

Publication Number Publication Date
JP7009001B1 true JP7009001B1 (en) 2022-01-25
JP2022133979A JP2022133979A (en) 2022-09-14

Family

ID=80629652

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2021032967A Active JP7009001B1 (en) 2021-03-02 2021-03-02 Information processing equipment and programs
JP2021186075A Active JP7085777B1 (en) 2021-03-02 2021-11-16 Information processing system, display device, information processing method and program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2021186075A Active JP7085777B1 (en) 2021-03-02 2021-11-16 Information processing system, display device, information processing method and program

Country Status (1)

Country Link
JP (2) JP7009001B1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006109558A1 (en) 2005-04-06 2006-10-19 Fukuoka Industry, Science & Technology Foundation Verification support device, verification support method, program, and recording medium
JP2009098958A (en) 2007-10-17 2009-05-07 Cats Kk State transition analysis device, and processing method and program for state transition analysis device
JP2010134721A (en) 2008-12-04 2010-06-17 Hitachi Information & Control Solutions Ltd Method of displaying state transition table, and display device
JP2013137639A (en) 2011-12-28 2013-07-11 Toshiba Corp State transition table generation device
JP2013200787A (en) 2012-03-26 2013-10-03 Fukuoka Pref Gov Sangyo Kagaku Gijutsu Shinko Zaidan Model inspection device, model inspection processing method, and program
JP2013222327A (en) 2012-04-17 2013-10-28 Toyota Motor Corp Software verification device and software verification program

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07271568A (en) * 1994-03-31 1995-10-20 Toshiba Corp Program generator
JP2842305B2 (en) * 1995-06-28 1999-01-06 日本電気株式会社 Interaction processing method
JPH11259336A (en) * 1998-03-09 1999-09-24 Mitsubishi Electric Corp Test procedure extraction system
JP4864867B2 (en) * 2007-12-26 2012-02-01 富士ソフト株式会社 Model checking support device and program
US20150169303A1 (en) * 2013-12-13 2015-06-18 Qualcomm Incorporated Compiler optimization for finite state machines
US9771092B2 (en) * 2015-10-13 2017-09-26 Globus Medical, Inc. Stabilizer wheel assembly and methods of use

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006109558A1 (en) 2005-04-06 2006-10-19 Fukuoka Industry, Science & Technology Foundation Verification support device, verification support method, program, and recording medium
JP2009098958A (en) 2007-10-17 2009-05-07 Cats Kk State transition analysis device, and processing method and program for state transition analysis device
JP2010134721A (en) 2008-12-04 2010-06-17 Hitachi Information & Control Solutions Ltd Method of displaying state transition table, and display device
JP2013137639A (en) 2011-12-28 2013-07-11 Toshiba Corp State transition table generation device
JP2013200787A (en) 2012-03-26 2013-10-03 Fukuoka Pref Gov Sangyo Kagaku Gijutsu Shinko Zaidan Model inspection device, model inspection processing method, and program
JP2013222327A (en) 2012-04-17 2013-10-28 Toyota Motor Corp Software verification device and software verification program

Also Published As

Publication number Publication date
JP2022134087A (en) 2022-09-14
JP2022133979A (en) 2022-09-14
JP7085777B1 (en) 2022-06-17

Similar Documents

Publication Publication Date Title
CN112035101B (en) Method, device, medium and equipment for creating command library combining RPA and AI
JP3441309B2 (en) How to display functional objects in graphical programming
US20070208464A1 (en) System and method of interactively compiling a database for an in-vehicle display device
CN103984818A (en) AUV (autonomous underwater vehicle) design flow visualization modeling method based on Flex technology
JPH06214738A (en) Method and system for processing and provision of on-line multimedia information at inside of tree structure
CN103279088A (en) Graphical programming language object editing and reporting tool
US9177082B2 (en) Drawing automation in computer aided design systems
CN111309315A (en) Automatic configuration method based on industrial Internet of things data and business modeling
CN115495069B (en) Model-driven coal industry software process implementation method, device and equipment
JP2003178173A (en) Project risk managing method, device and program
US8332764B2 (en) Editing device, information processing device, editing method, and editing program product
KR101772785B1 (en) Program chart display device, program chart display method, and computer readable recoding medium for recording program chart display program
CN111798128A (en) Interface operation method of process flow, computer equipment and storage medium
JP7009001B1 (en) Information processing equipment and programs
JP7101934B1 (en) Information processing equipment and programs
US20090241075A1 (en) Test chip validation and development system
CN114896918A (en) Real-time visualization method and system for functional function module
CN116011943A (en) Robot automation flow service system, method and medium based on low codes
CN114066398A (en) Business model management method and device, storage medium and terminal equipment
CN115203162A (en) WYSIWYG graph data construction method
US20080243589A1 (en) Questionnaire-driven system configuration
CN107943564B (en) Fine management system and management method for animation design task
CN117634229B (en) Nested logic simulation model based on SysML activity diagram and construction method
US20230237249A1 (en) Method and system for generating an automation engineering project in a technical installation using multidisciplinary approach
US8132146B2 (en) Input of program instructions in imperative programming languages

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210311

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20210311

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210608

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20210805

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20211005

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: 20211228

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220104

R150 Certificate of patent or registration of utility model

Ref document number: 7009001

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150