JP2014137631A - Processing program, terminal device, processing system, and processing method - Google Patents

Processing program, terminal device, processing system, and processing method Download PDF

Info

Publication number
JP2014137631A
JP2014137631A JP2013004609A JP2013004609A JP2014137631A JP 2014137631 A JP2014137631 A JP 2014137631A JP 2013004609 A JP2013004609 A JP 2013004609A JP 2013004609 A JP2013004609 A JP 2013004609A JP 2014137631 A JP2014137631 A JP 2014137631A
Authority
JP
Japan
Prior art keywords
terminal device
data
unit
user
operation data
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.)
Granted
Application number
JP2013004609A
Other languages
Japanese (ja)
Other versions
JP6059989B2 (en
Inventor
Takayuki Goto
崇行 後藤
Teruyuki Hasegawa
輝之 長谷川
Tokuo Tachibana
篤男 立花
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.)
KDDI Corp
Original Assignee
KDDI Corp
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 KDDI Corp filed Critical KDDI Corp
Priority to JP2013004609A priority Critical patent/JP6059989B2/en
Publication of JP2014137631A publication Critical patent/JP2014137631A/en
Application granted granted Critical
Publication of JP6059989B2 publication Critical patent/JP6059989B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a processing program capable of effectively recording data related to user's operation applied to a terminal device.SOLUTION: The processing program is a program for making a computer execute the steps of: an operation section disposed in a terminal device (as one example, terminal device 1), receiving an operation performed by a user; an operation data acquiring section disposed in the terminal device, acquiring data related to the operation received by the operation section as data having a format that does not depend on the terminal; the operation data acquiring section disposed in the terminal device, transmitting the acquired data to an external device (as one example, management device 2).

Description

本発明は、処理プログラム、端末装置、処理システム及び処理方法に関する。   The present invention relates to a processing program, a terminal device, a processing system, and a processing method.

例えば、Android(アンドロイド)は、スマートフォンやタブレット型パーソナルコンピュータ(PC)などの端末装置のプラットフォームである。
以下で、[背景技術]及び[発明が解決しようとする課題]では、Androidを例として説明する。
For example, Android is a platform for terminal devices such as smartphones and tablet personal computers (PCs).
In the following, [Background Art] and [Problems to be Solved by the Invention] will be described by taking Android as an example.

非特許文献1には、getevent及びsendeventのコマンドに関して記載されている(非特許文献1参照。)。geteventのコマンドを実行することにより、端末装置において行われるユーザ(例えば、人)の操作のデータ(例えば、一覧データ)を、カーネルから、ダンプすることが可能である。また、ダンプされたデータを引数として、sendeventのコマンドを実行することにより、端末装置においてユーザの操作に対応した結果を再生することが可能である。ここで、ユーザの操作のデータは、カーネルから取得されているため、各端末装置に固有のものである。   Non-Patent Document 1 describes commands for getevent and sendevent (see Non-Patent Document 1). By executing a getevent command, it is possible to dump data (for example, list data) of a user (for example, a person) performed in the terminal device from the kernel. Further, by executing a send command using the dumped data as an argument, it is possible to reproduce a result corresponding to a user operation in the terminal device. Here, the user operation data is acquired from the kernel, and is unique to each terminal device.

非特許文献2には、MonkeyRunnerというツールに関して記載されている(非特許文献2参照。)。ユーザは、MonkeyRunnerに付随するMonkeyRecorderを使用して、端末装置と接続しているパーソナルコンピュータにおけるMonkeyRecorder GUI(Graphical User Interface)により端末装置を操作することで、操作のデータを記録(記憶)することが可能である。記録された操作のデータをMonkeyRunnerに入力することで、ユーザの操作に応じた結果を再生することが可能である。ここで、MonkeyRunnerでは、ユーザはパーソナルコンピュータを使用して、端末装置を遠隔操作する。また、MonkeyRunnerでは、パーソナルコンピュータにより端末装置の画面をキャプチャして記録するため、ダブルタップや長押し等の操作は認識されない。   Non-Patent Document 2 describes a tool called MonkeyRunner (see Non-Patent Document 2). The user can record (store) operation data by operating the terminal device using the monkey recorder GUI (Graphical User Interface) in a personal computer connected to the terminal device using the monkey recorder attached to the monkey runner. Is possible. By inputting the recorded operation data into the monkeyrunner, it is possible to reproduce the result according to the user operation. Here, in MonkeyRunner, the user uses a personal computer to remotely operate the terminal device. In addition, since MoneyKeyner captures and records the screen of the terminal device with a personal computer, operations such as double taps and long presses are not recognized.

“Android Debug Bridge”、[online]、[平成24年12月5日検索]、インターネット、<http://developer.android.com/tools/help/adb.html>“Android Debug Bridge”, [online], [December 5, 2012 search], Internet, <http: // developer. android. com / tools / help / adb. html> “monkeyrunner”、[online]、[平成24年12月5日検索]、インターネット、<http://developer.android.com/tools/help/monkeyrunner_concepts.html>“Monkeyrunner”, [online], [searched on December 5, 2012], Internet, <http: // developer. android. com / tools / help / monkeyrunner_concepts. html>

しかしながら、従来では、端末装置に対してユーザにより行われる操作に関するデータを記録する技術に不十分な点があった。具体的には、例えば、ダブルタップや長押し等の操作に関するデータについて、各端末装置に依存しないデータ(端末非依存のデータ)を記録する技術がなかった。   However, conventionally, there has been an inadequate technique for recording data relating to operations performed by the user on the terminal device. Specifically, for example, there has been no technique for recording data (terminal-independent data) that does not depend on each terminal device for data relating to operations such as double tap and long press.

上述した非特許文献1に記載されたgetevent及びsendeventのコマンドでは、ユーザの操作を正確に記録すること及び再生することが可能であるが、ダンプされるデータは各端末装置に依存するデータである。このため、ある端末装置でダンプされたデータを他の機種の端末装置に適用することはできない。また、ダンプされたデータをユーザが直接編集することは困難である。   The getevent and senddev commands described in Non-Patent Document 1 described above can accurately record and play back user operations, but the dumped data is data that depends on each terminal device. . For this reason, data dumped by a certain terminal device cannot be applied to other types of terminal devices. Also, it is difficult for the user to directly edit the dumped data.

上述した非特許文献2に記載されたMonkeyRunnerに付随するMonkeyRecorderでは、GUIにより直感的な操作の記録が可能であるが、記録することが可能な操作の種類が制限されており、例えば、ダブルタップや長押し等の操作の記録はできない。また、MonkeyRecorderでは、端末装置とパーソナルコンピュータとを接続して、ユーザがパーソナルコンピュータの画面上で操作する必要があり、ユーザは端末装置を直接操作して操作の記録をすることができない。   In the Monkey Recorder attached to the MonkeyKeyer described in Non-Patent Document 2 described above, intuitive operation recording is possible with the GUI, but the types of operations that can be recorded are limited. For example, double tap It is not possible to record operations such as and long presses. In addition, in the Money Recorder, the terminal device and the personal computer need to be connected and the user needs to operate on the screen of the personal computer, and the user cannot directly record the operation by operating the terminal device directly.

本発明は、このような事情を考慮してなされたもので、端末装置に対してユーザにより行われる操作に関するデータを効果的に記録することができる処理プログラム、端末装置、処理システム及び処理方法を提供することを課題とする。   The present invention has been made in view of such circumstances, and provides a processing program, a terminal device, a processing system, and a processing method capable of effectively recording data relating to an operation performed on a terminal device by a user. The issue is to provide.

(1)上記の課題を解決するために、本発明に係る処理プログラムは、端末装置に備えられた操作部が、ユーザにより行われる操作を受け付けるステップと、前記端末装置に備えられた操作データ取得部が、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得するステップと、前記端末装置に備えられた前記操作データ取得部が、取得されたデータを外部の装置へ送信するステップと、をコンピュータに実行させるためのプログラムである。   (1) In order to solve the above-described problem, a processing program according to the present invention includes a step in which an operation unit provided in a terminal device accepts an operation performed by a user, and operation data acquisition provided in the terminal device A unit that acquires data relating to an operation received by the operation unit as data in a format independent of a terminal, and the operation data acquisition unit provided in the terminal device externally acquires the acquired data. A program for causing a computer to execute the step of transmitting to the apparatus.

(2)本発明は、上記した(1)に記載の処理プログラムにおいて、前記端末装置に備えられた前記操作データ取得部が前記操作部により受け付けられた操作に関するデータを端末に非依存なフォーマットのデータとして取得した場合に、前記操作部により受け付けられる操作が前記操作データ取得部に伝達不可能な状態へ切り替わるステップと、前記外部の装置からの指示に応じて、前記操作部により受け付けられる操作が前記操作データ取得部に伝達可能な状態へ切り替わるステップと、を前記コンピュータに実行させるためのプログラムである。   (2) The present invention provides the processing program according to (1), wherein the operation data acquisition unit provided in the terminal device stores data related to an operation received by the operation unit in a format independent of a terminal. When acquired as data, an operation accepted by the operation unit is switched to a state in which the operation accepted by the operation unit cannot be transmitted to the operation data obtaining unit, and an operation accepted by the operation unit in response to an instruction from the external device. And a step of causing the computer to execute a step of switching to a state that can be transmitted to the operation data acquisition unit.

(3)上記の課題を解決するために、本発明に係る端末装置は、ユーザにより行われる操作を受け付ける操作部と、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得し、取得したデータを外部の装置へ送信する操作データ取得部と、を備えることを特徴とする。   (3) In order to solve the above-described problem, a terminal device according to the present invention includes an operation unit that receives an operation performed by a user, and data related to the operation received by the operation unit in a format independent of the terminal. And an operation data acquisition unit that acquires the data and transmits the acquired data to an external device.

(4)上記の課題を解決するために、本発明に係る処理システムは、端末装置と管理装置を有し、前記端末装置は、ユーザにより行われる操作を受け付ける操作部と、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得し、取得したデータを前記管理装置へ送信する操作データ取得部と、を備え、前記管理装置は、前記端末装置から受信された操作データを記録する記録部と、前記端末装置に対して、前記操作データ取得部を起動させるための制御信号を送信し、また、前記端末装置に対して、前記操作データ取得部を終了させるための制御信号を送信する指示部と、を備える、ことを特徴とする。   (4) In order to solve the above-described problem, a processing system according to the present invention includes a terminal device and a management device, and the terminal device receives an operation performed by a user, and receives an operation performed by the operation unit. An operation data acquisition unit that acquires data relating to a given operation as data in a format independent of a terminal, and transmits the acquired data to the management device, wherein the management device is received from the terminal device A control unit for starting the operation data acquisition unit is transmitted to the recording unit for recording the operation data and the terminal device, and the operation data acquisition unit is terminated for the terminal device. And an instruction unit that transmits a control signal for this purpose.

(5)上記の課題を解決するために、本発明に係る処理方法は、管理装置に備えられた指示部が、端末装置に対して、前記端末装置に備えられた操作データ取得部を起動させるための制御信号を送信し、前記端末装置に備えられた操作部が、ユーザにより行われる操作を受け付け、前記端末装置に備えられた前記操作データ取得部が、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得し、取得したデータを前記管理装置へ送信し、前記管理装置に備えられた記録部が、前記端末装置から受信された操作データを記録し、前記管理装置に備えられた指示部が、前記端末装置に対して、前記操作データ取得部の起動を終了させるための制御信号を送信する、ことを特徴とする。   (5) In order to solve the above problems, in the processing method according to the present invention, the instruction unit provided in the management device causes the terminal device to activate the operation data acquisition unit provided in the terminal device. The operation unit provided in the terminal device receives an operation performed by the user, and the operation data acquisition unit provided in the terminal device relates to the operation received by the operation unit. The data is acquired as data in a format independent of the terminal, the acquired data is transmitted to the management device, and the recording unit provided in the management device records the operation data received from the terminal device. The instruction unit provided in the management device transmits a control signal for ending activation of the operation data acquisition unit to the terminal device.

本発明によれば、端末装置に対してユーザにより行われる操作に関するデータを効果的に記録することができる。   ADVANTAGE OF THE INVENTION According to this invention, the data regarding the operation performed by the user with respect to a terminal device can be recorded effectively.

本発明の一実施形態に係る処理システムの概略的な構成及び操作に関するデータの記録、編集、再生の様子を示すブロック図である。It is a block diagram which shows the mode of recording, editing, and reproduction | regeneration of the data regarding the schematic structure and operation of the processing system concerning one Embodiment of this invention. 本発明の一実施形態に係る端末装置の概略的な構成を示すブロック図である。It is a block diagram which shows the schematic structure of the terminal device which concerns on one Embodiment of this invention. 本発明の一実施形態に係る管理装置の概略的な構成を示すブロック図である。It is a block diagram which shows the schematic structure of the management apparatus which concerns on one Embodiment of this invention. 本発明の第1実施形態に係る処理システムにおいて行われる操作データの記録の処理の手順の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the procedure of the process of the recording of the operation data performed in the processing system which concerns on 1st Embodiment of this invention. 本発明の一実施形態に係る端末非依存のフォーマットの操作データを表示する画面の一例を示す図である。It is a figure which shows an example of the screen which displays the operation data of the format independent of a terminal which concerns on one Embodiment of this invention. 本発明の第1実施形態に係る処理システムにおいて行われる操作データの編集の処理の手順の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the procedure of the edit process of the operation data performed in the processing system which concerns on 1st Embodiment of this invention. 本発明の第2実施形態に係る処理システムにおいて行われる操作データの記録の処理の手順の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the procedure of the process of the recording of the operation data performed in the processing system which concerns on 2nd Embodiment of this invention.

以下、図面を参照し、本発明の実施形態について説明する。
以下では、Androidを例として説明する。
具体的には、以下で説明する処理プログラム、端末装置、処理システム及び処理方法などは、例えば、Androidのものである。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
Hereinafter, Android will be described as an example.
Specifically, a processing program, a terminal device, a processing system, and a processing method described below are, for example, those of Android.

[実施形態に係る処理システムの概要]
図1は、本発明の一実施形態に係る処理システムの概略的な構成及び操作に関するデータの記録、編集、再生の様子を示すブロック図である。
本実施形態に係る処理システムは、端末装置1と、管理装置2と、ケーブル3を備える。
[Outline of Processing System According to Embodiment]
FIG. 1 is a block diagram showing recording, editing, and playback of data relating to a schematic configuration and operation of a processing system according to an embodiment of the present invention.
The processing system according to the present embodiment includes a terminal device 1, a management device 2, and a cable 3.

端末装置1は、例えば、スマートフォンやタブレット型パーソナルコンピュータなどの端末装置である。本実施形態では、端末装置1として、非ルート化(非root化)の端末装置を用いるが、ルート化した端末装置に適用することも可能である。
管理装置2は、端末装置1に対して外部の装置であり、例えば、ノート型のパーソナルコンピュータなどの情報処理装置である。
ケーブル3は、端末装置1と管理装置2とを互いに通信することが可能に接続する。本実施形態では、USB(Universal Serial Bus)ケーブルから構成される有線のケーブル3を用いるが、他の例として、端末装置1と管理装置2とが無線により互いに通信する構成が用いられてもよい。
The terminal device 1 is a terminal device such as a smartphone or a tablet personal computer. In the present embodiment, a non-rooted (non-rooted) terminal device is used as the terminal device 1, but it is also possible to apply to a routed terminal device.
The management device 2 is a device external to the terminal device 1, and is an information processing device such as a notebook personal computer, for example.
The cable 3 connects the terminal device 1 and the management device 2 so that they can communicate with each other. In the present embodiment, a wired cable 3 composed of a USB (Universal Serial Bus) cable is used, but as another example, a configuration in which the terminal device 1 and the management device 2 communicate with each other wirelessly may be used. .

本実施形態に係る処理システムでは、端末装置1に対してユーザが行う操作に関するデータを記録し、この記録内容をユーザにより編集し、編集前或いは編集後の記録内容に応じて再生を行う。
(a)記録時には、端末装置1と管理装置2とをケーブル3を介して接続する。そして、ユーザの手11で端末装置1を操作し、その操作に関するデータをケーブル3を介して管理装置2により取得して記録する。
(b)編集時には、端末装置1と管理装置2とは接続されていなくてもよい。そして、ユーザの手11で管理装置2を操作し、記録内容を編集する。
(c)再生時には、端末装置1と管理装置2とをケーブル3を介して接続する。そして、ユーザの手11で管理装置2を操作し、記録内容(編集前或いは編集後の記録内容)に応じて、操作に応じた結果を端末装置1で再生する。
なお、端末装置1と管理装置2は、例えば、adb(Android Debug Bridge)接続される。
In the processing system according to the present embodiment, data related to an operation performed by the user is recorded on the terminal device 1, the recorded content is edited by the user, and reproduction is performed according to the recorded content before or after editing.
(A) At the time of recording, the terminal device 1 and the management device 2 are connected via the cable 3. Then, the user's hand 11 operates the terminal device 1, and data related to the operation is acquired and recorded by the management device 2 via the cable 3.
(B) At the time of editing, the terminal device 1 and the management device 2 may not be connected. Then, the management device 2 is operated with the user's hand 11 to edit the recorded content.
(C) At the time of reproduction, the terminal device 1 and the management device 2 are connected via the cable 3. Then, the management device 2 is operated by the user's hand 11 and the result corresponding to the operation is reproduced on the terminal device 1 according to the recorded content (recorded content before or after editing).
The terminal device 1 and the management device 2 are connected to, for example, an adb (Android Debug Bridge).

[実施形態に係る端末装置の概要]
図2は、本発明の一実施形態に係る端末装置1の概略的な構成を示すブロック図である。
本実施形態に係る端末装置1は、操作表示部31と、操作データ取得部32と、情報処理部33と、通信部34と、記憶部35を備える。操作表示部31は、操作部41と、表示部42を備える。
[Outline of Terminal Device According to Embodiment]
FIG. 2 is a block diagram showing a schematic configuration of the terminal device 1 according to the embodiment of the present invention.
The terminal device 1 according to the present embodiment includes an operation display unit 31, an operation data acquisition unit 32, an information processing unit 33, a communication unit 34, and a storage unit 35. The operation display unit 31 includes an operation unit 41 and a display unit 42.

操作部41は、ユーザにより行われる操作を受け付ける。
表示部42は、各種の情報を表示する画面を用いて構成される。
ここで、操作部41としては、例えば、表示部42の画面に表示されるキーやボタンやアイコンなどの画像をユーザの指で押すなどして操作を行うソフト的なもの(例えば、タッチパネル)が用いられてもよく、或いは、実際のキーやボタンなどをユーザの指で押すなどして操作を行うハード的なものが用いられてもよい。
The operation unit 41 receives an operation performed by the user.
The display unit 42 is configured using a screen that displays various types of information.
Here, as the operation unit 41, for example, a software unit (for example, a touch panel) that performs an operation by pressing an image such as a key, button, or icon displayed on the screen of the display unit 42 with a user's finger. Alternatively, a hardware device that performs an operation by pressing an actual key or button with a user's finger may be used.

操作データ取得部32は、ユーザにより行われる操作に関するデータ(操作データ)を取得して、ケーブル3を介して管理装置2に送信する。本実施形態では、操作データ取得部32は、情報収集アプリ(後述する情報収集アプリ103)の機能を用いて構成される。
情報処理部33は、各種の情報処理を行い、例えば、スマートフォンやタブレット型パーソナルコンピュータなどの端末装置としての各種の情報処理を行う。本実施形態では、情報処理部33は、操作対象機能(後述する操作対象機能104)を有する。
通信部34は、管理装置2との間で各種の信号を通信する。本実施形態では、通信部34は、ケーブル3を介して、管理装置2との間で通信する。
記憶部35は、例えばメモリから構成され、各種のデータを記憶する。
The operation data acquisition unit 32 acquires data (operation data) related to the operation performed by the user and transmits the data to the management device 2 via the cable 3. In the present embodiment, the operation data acquisition unit 32 is configured using a function of an information collection application (an information collection application 103 described later).
The information processing unit 33 performs various types of information processing, for example, performs various types of information processing as a terminal device such as a smartphone or a tablet personal computer. In the present embodiment, the information processing unit 33 has an operation target function (an operation target function 104 described later).
The communication unit 34 communicates various signals with the management device 2. In the present embodiment, the communication unit 34 communicates with the management device 2 via the cable 3.
The memory | storage part 35 is comprised from memory, for example, and memorize | stores various data.

[実施形態に係る管理装置の概要]
図3は、本発明の一実施形態に係る管理装置2の概略的な構成を示すブロック図である。
本実施形態に係る管理装置2は、操作部61と、表示部62と、管理部63と、情報処理部64と、通信部65と、記憶部66を備える。管理部63は、指示部71と、記録部72と、編集部73と、再生部74を備える。
操作部61は、ユーザにより行われる操作を受け付ける。操作部61は、例えば、キーボードやマウスなどを用いて構成される。
表示部62は、各種の情報を表示する画面を用いて構成される。
[Outline of Management Device According to Embodiment]
FIG. 3 is a block diagram showing a schematic configuration of the management apparatus 2 according to an embodiment of the present invention.
The management device 2 according to the present embodiment includes an operation unit 61, a display unit 62, a management unit 63, an information processing unit 64, a communication unit 65, and a storage unit 66. The management unit 63 includes an instruction unit 71, a recording unit 72, an editing unit 73, and a playback unit 74.
The operation unit 61 receives an operation performed by the user. The operation unit 61 is configured using, for example, a keyboard or a mouse.
The display unit 62 is configured using a screen that displays various types of information.

管理部63は、操作データの記録、編集、再生を行う。
指示部71は、端末装置1に対する指示をケーブル3を介して送信する。
記録部72は、操作データの記録の処理を行う。
編集部73は、操作データの編集の処理を行う。
再生部74は、操作データの再生の処理を行う。
本実施形態では、管理部63は、管理プログラム(後述する管理プログラム102)やMonkeyRunner(非特許文献2参照。)を用いて構成され、具体的には、管理プログラムを用いて指示部71や記録部72や編集部73が構成され、MonkeyRunnerを用いて再生部74が構成される。
The management unit 63 records, edits, and reproduces operation data.
The instruction unit 71 transmits an instruction for the terminal device 1 via the cable 3.
The recording unit 72 performs a process of recording operation data.
The editing unit 73 performs an operation data editing process.
The reproduction unit 74 performs operation data reproduction processing.
In the present embodiment, the management unit 63 is configured using a management program (a management program 102 to be described later) and MonkeyRunner (see Non-Patent Document 2). Specifically, the management unit 63 uses the management program to record the instruction unit 71 and recording. The unit 72 and the editing unit 73 are configured, and the playback unit 74 is configured using MonkeyRunner.

情報処理部64は、各種の情報処理を行い、例えば、ノート型のパーソナルコンピュータなどの情報処理装置としての各種の情報処理を行う。
通信部65は、端末装置1との間で各種の信号を通信する。本実施形態では、通信部65は、ケーブル3を介して、端末装置1との間で通信する。
記憶部66は、例えばメモリから構成され、各種のデータを記憶する。
本実施形態では、記録部72は操作データを記憶部66に記録(記憶)し、編集部73は編集後の操作データを記憶部66に記録し、再生部74は記憶部66に記録された操作データを読み出す。
The information processing unit 64 performs various types of information processing, for example, performs various types of information processing as an information processing device such as a notebook personal computer.
The communication unit 65 communicates various signals with the terminal device 1. In the present embodiment, the communication unit 65 communicates with the terminal device 1 via the cable 3.
The memory | storage part 66 is comprised from memory, for example, and memorize | stores various data.
In the present embodiment, the recording unit 72 records (stores) the operation data in the storage unit 66, the editing unit 73 records the edited operation data in the storage unit 66, and the playback unit 74 is recorded in the storage unit 66. Read operation data.

[第1実施形態]
第1実施形態を説明する。
<事前準備>
操作の対象となる端末装置1において、ユーザにより行われる操作に関するデータ(操作データ)を捕捉(取得)する透明レイヤを設定する情報収集用のアプリケーション(情報収集アプリ)103を、ユーザなどにより、当該端末装置1にインストールして用意しておく。
また、本実施形態では、操作の対象となる端末装置1において、本来的に操作の対象となる機能を操作対象機能(操作対象機能104)と呼ぶ。操作対象機能104としては、様々な機能(例えば、アプリケーション)が用いられてもよい。
このように、本実施形態では、操作対象機能104に対してユーザにより行われる操作に関するデータを情報収集アプリ103により捕捉する。
[First Embodiment]
A first embodiment will be described.
<Preparation>
In the terminal device 1 to be operated, an information collection application (information collection application) 103 for setting a transparent layer for capturing (acquiring) data (operation data) related to an operation performed by the user is Installed in the terminal device 1 and prepared.
In the present embodiment, in the terminal device 1 that is an operation target, a function that is originally an operation target is referred to as an operation target function (operation target function 104). Various functions (for example, applications) may be used as the operation target function 104.
As described above, in the present embodiment, the information collection application 103 captures data related to the operation performed on the operation target function 104 by the user.

ここで、情報収集アプリ103により設定される透明レイヤは、通常の画面より上位に表示することが可能なものであり、例えば、WindowManager.TYPE_SYSTEM_ERRORや、WindowManager.TYPE_SYSTEM_OVERLAYや、WindowManager.TYPE_TOASTや、WindowManager.TYPE_PHONEなどを用いることができる。   Here, the transparent layer set by the information collection application 103 can be displayed at a higher level than the normal screen. For example, WindowManager. TYPE_SYSTEM_ERROR, WindowManager. TYPE_SYSTEM_OVERLAY, WindowManager. TYPE_TOAST, WindowManager. TYPE_PHONE or the like can be used.

また、情報収集アプリ103は、透明レイヤと、所定のAndroid API(Application Programming Interface)を利用する。
このAPIとしては、本実施形態では、端末非依存の操作として認識するために用いられる。
このAPIとしては、例えば、タッチイベントに対して、そのジェスチャを検出するGestureDetectorクラスを用いることができる。タッチイベントとしては、シングルタップ(1回押す操作)、ダブルタップ(2回連続的に押す操作)、長押し(所定の時間以上押す操作)、スクロール(例えば、ドラッグの操作)などがある。
また、このAPIとしては、例えば、キーの入力(ここでは、HOMEキーと電源キーを除くキーの入力)に対してKeyEventクラスを用いることができ、また、HOMEキーの入力に対してandroid.intent.action.CLOSE_SYSTEM_DIALOGSのブロードキャストを用いることができ、また、電源キーの入力に対してandroid.intent.action.SCREEN_ON及びandroid.intent.action.SCREEN_OFFのブロードキャストを用いることができる。
In addition, the information collection application 103 uses a transparent layer and a predetermined Android API (Application Programming Interface).
In the present embodiment, this API is used to recognize a terminal-independent operation.
As this API, for example, a GestureDetector class that detects a gesture for a touch event can be used. Examples of the touch event include a single tap (operation of pressing once), a double tap (operation of continuously pressing twice), a long press (operation of pressing for a predetermined time or more), scrolling (for example, a drag operation), and the like.
As this API, for example, the KeyEvent class can be used for key input (here, key input excluding the HOME key and the power key), and Android. intent. action. CLOSE_SYSTEM_DIALOGS broadcast can be used, and Android. intent. action. SCREEN_ON and Android. intent. action. A SCREEN_OFF broadcast can be used.

これにより、情報収集アプリ103は、ユーザが端末装置1において行う操作に関するデータを、端末装置の機種に依存しないフォーマット(端末非依存のフォーマット)で、記録することが可能である。
また、本実施形態では、情報収集アプリ103は、ユーザが端末装置1において行う全ての操作に関するデータを記録することが可能である。
また、本実施形態では、情報収集アプリ103は、例えば、アプリケーション(アプリ)の起動のための操作、操作(アプリの起動中の操作)、アプリの終了のための操作に関するデータを記録することで、あらゆるアプリの操作に関するデータを記録することが可能である。
Thereby, the information collection application 103 can record data related to operations performed by the user on the terminal device 1 in a format independent of the terminal device model (terminal-independent format).
In the present embodiment, the information collection application 103 can record data related to all operations performed by the user on the terminal device 1.
In the present embodiment, the information collection application 103 records, for example, data related to an operation for starting an application (application), an operation (operation while the application is being started), and an operation for ending the application. It is possible to record data on the operation of any app.

なお、情報収集アプリ103としては、本実施形態では透明レイヤを利用するものを用いるが、他の構成例として、不透明なレイヤ(透明ではないレイヤ)が用いられてもよい。
また、情報収集アプリ103としては、更に他の構成例として、レイヤ以外の構成のものが用いられてもよい。
As the information collection application 103, an application using a transparent layer is used in the present embodiment, but an opaque layer (non-transparent layer) may be used as another configuration example.
Further, as the information collection application 103, a configuration other than the layer may be used as another configuration example.

管理装置2において、操作データに関する処理を実行する管理用のプログラム(管理プログラム)102をインストールするなどして用意しておく。
本実施形態では、管理プログラム102により、操作データの記録の処理、及び、操作データの編集の処理を実行する。
また、本実施形態では、操作データの再生の処理については、端末非依存の再生ツールであるMonkeyRunner(非特許文献2参照。)を利用して実行する。なお、再生ツールとしては、様々なものが用いられてもよい。また、操作データの再生の処理についても、管理プログラム102により実行してもよい。
In the management apparatus 2, a management program (management program) 102 for executing processing related to operation data is installed and prepared.
In the present embodiment, the management program 102 executes operation data recording processing and operation data editing processing.
In the present embodiment, the operation data reproduction process is executed using a monkey runner (see Non-Patent Document 2), which is a terminal-independent reproduction tool. Various playback tools may be used. Further, the operation program reproduction process may be executed by the management program 102.

<操作データの記録の処理>
図4は、本実施形態に係る処理システムにおいて行われる操作データの記録の処理の手順の一例を示すシーケンス図である。
図4は、ユーザ101と、管理装置2の管理プログラム102と、端末装置1の情報収集アプリ103と、端末装置1の操作対象機能104により行われる処理の手順の一例を示してある。
図1に示されるように、記録時には、端末装置1と管理装置2とをケーブル3を介して接続する。
<Operation data recording process>
FIG. 4 is a sequence diagram illustrating an example of a procedure for recording operation data performed in the processing system according to the present embodiment.
FIG. 4 shows an example of a processing procedure performed by the user 101, the management program 102 of the management device 2, the information collection application 103 of the terminal device 1, and the operation target function 104 of the terminal device 1.
As shown in FIG. 1, the terminal device 1 and the management device 2 are connected via a cable 3 during recording.

まず、ユーザ101は、管理装置2の操作部61を操作して、管理プログラム102に対して、操作データの記録を開始する旨の指示(通知)を入力する(処理T1)。
この指示を受けると、管理プログラム102(指示部71の機能)は、端末装置1の情報収集アプリ103を起動させるための制御信号(例えば、所定のメッセージ信号)を、管理装置2からケーブル3を介して端末装置1に送信する(処理T2)。
この制御信号を受信すると、端末装置1において、情報収集アプリ103が起動する。これにより、端末装置1においてユーザにより行われる操作(ユーザ操作)が情報収集アプリ103に伝達することが可能な状態へ変化する(状態T21)。
First, the user 101 operates the operation unit 61 of the management apparatus 2 to input an instruction (notification) to start recording operation data to the management program 102 (process T1).
Upon receiving this instruction, the management program 102 (function of the instruction unit 71) sends a control signal (for example, a predetermined message signal) for starting the information collection application 103 of the terminal device 1 from the management device 2 to the cable 3. To the terminal device 1 (process T2).
When this control signal is received, the information collection application 103 is activated in the terminal device 1. As a result, the operation (user operation) performed by the user in the terminal device 1 is changed to a state in which the operation can be transmitted to the information collection application 103 (state T21).

その後、ユーザ101が端末装置1の操作部41を操作すると(処理T3)、情報収集アプリ103は、透明レイヤ及びAPIを用いて、その操作の内容を捕捉する。具体的には、情報収集アプリ103は、APIを用いて、全てのユーザ操作を端末非依存のフォーマットで認識して取得する。
そして、端末装置1においてユーザ101により行われる操作(ユーザ操作)が情報収集アプリ103に伝達することが不可能な状態へ変化する(状態T22)。
Thereafter, when the user 101 operates the operation unit 41 of the terminal device 1 (process T3), the information collection application 103 captures the content of the operation using the transparent layer and the API. Specifically, the information collection application 103 recognizes and acquires all user operations in a terminal-independent format using an API.
Then, the operation (user operation) performed by the user 101 in the terminal device 1 changes to a state where it cannot be transmitted to the information collection application 103 (state T22).

具体的には、例えば、端末装置1の情報収集アプリ103は、端末装置1の操作部41に対してユーザ101の指で、1単位の操作(例えば、タップ、ダブルタップ、ドラッグ、所定のキー等の押下、などの単位となる操作)が行われて、その指が端末装置1の操作部41に対する操作を完了したことを検出した場合に、ユーザ101により行われる操作(ユーザ操作)が情報収集アプリ103に伝達することが不可能な状態へ変化する。この状態では、端末装置1の操作部41に対するユーザ101の操作が受け付けられず、記録も、実際の操作(操作対象機能104に対する操作実施の指示)も行われない。このような状態の切り替えを行うことで、例えば、ユーザ101により行われる操作に関して、タイムラグ(例えば、各操作の間の時間の区切り)を設けることができる。   Specifically, for example, the information collection application 103 of the terminal device 1 is operated by one unit operation (for example, tap, double tap, drag, predetermined key) with the finger of the user 101 on the operation unit 41 of the terminal device 1. The operation (user operation) performed by the user 101 is detected when it is detected that the finger has completed the operation on the operation unit 41 of the terminal device 1. It changes to a state where it cannot be transmitted to the collection application 103. In this state, the operation of the user 101 with respect to the operation unit 41 of the terminal device 1 is not accepted, and neither recording nor actual operation (operation execution instruction for the operation target function 104) is performed. By performing such state switching, for example, a time lag (for example, a time interval between operations) can be provided for the operation performed by the user 101.

その後、情報収集アプリ103は、捕捉したユーザ操作の内容を含むデータ(操作データの一例)を、端末装置1からケーブル3を介して管理装置2に送信(転送)する(処理T4)。
ここで、本実施形態では、情報収集アプリ103は、捕捉したユーザ操作の内容を端末非依存の再生ツール(再生部74の機能)で再生することが可能なフォーマットへ変換し、当該変換後のユーザ操作の内容を含むデータ(操作データの一例)を管理装置2に送信する。
Thereafter, the information collection application 103 transmits (transfers) data including the captured user operation content (an example of operation data) from the terminal device 1 to the management device 2 via the cable 3 (process T4).
Here, in the present embodiment, the information collection application 103 converts the content of the captured user operation into a format that can be played back by a terminal-independent playback tool (function of the playback unit 74), and after the conversion Data including the contents of the user operation (an example of operation data) is transmitted to the management device 2.

なお、ここまでの段階では、端末装置1においてユーザ101により行われた操作は、情報収集アプリ103により捕捉されるが、操作対象機能104には何らの操作も与えない。   At this stage, the operation performed by the user 101 in the terminal device 1 is captured by the information collection application 103, but no operation is given to the operation target function 104.

管理プログラム102(記録部72の機能)は、端末装置1の情報収集アプリ103により送信された操作データを受信し、受信した操作データを管理装置2の記憶部66に記録する(処理T11)。これにより、操作データが管理装置2の記憶部66に保存される。
そして、管理プログラム102(指示部71の機能)は、記録した操作データに対応する操作を端末装置1において実施するための制御信号(例えば、所定のメッセージ信号)を、管理装置2からケーブル3を介して端末装置1に送信する(処理T5)。本実施形態では、管理プログラム102(指示部71の機能)は、再生ツール(再生部74の機能)を用いて、この制御信号を生成する。
この制御信号を受信すると、端末装置1において、操作対象機能104は、受信した制御信号に対応した操作に応じた処理を実行する。これにより、端末装置1においてユーザ101により行われた操作(処理T3の操作)が実際に実施される。
The management program 102 (function of the recording unit 72) receives the operation data transmitted by the information collection application 103 of the terminal device 1, and records the received operation data in the storage unit 66 of the management device 2 (process T11). Thereby, the operation data is stored in the storage unit 66 of the management device 2.
Then, the management program 102 (function of the instruction unit 71) sends a control signal (for example, a predetermined message signal) for performing an operation corresponding to the recorded operation data in the terminal device 1 from the management device 2 to the cable 3. To the terminal device 1 (process T5). In the present embodiment, the management program 102 (function of the instruction unit 71) generates this control signal using a reproduction tool (function of the reproduction unit 74).
When this control signal is received, in the terminal device 1, the operation target function 104 executes processing corresponding to the operation corresponding to the received control signal. Thereby, the operation (operation T3) performed by the user 101 in the terminal device 1 is actually performed.

また、管理プログラム102(指示部71の機能)は、端末装置1の情報収集アプリ103に対して当該情報収集アプリ103にユーザ操作が伝達不可能な状態(画面ロックの状態)を解除するための制御信号(例えば、所定のメッセージ信号)を、管理装置2からケーブル3を介して端末装置1に送信する(処理T6)。
この制御信号を受信すると、端末装置1においてユーザにより行われる操作(ユーザ操作)が情報収集アプリ103に伝達することが可能な状態へ変化する(状態T23)。
In addition, the management program 102 (function of the instruction unit 71) is used to release a state (screen lock state) in which a user operation cannot be transmitted to the information collection application 103 of the terminal device 1. A control signal (for example, a predetermined message signal) is transmitted from the management device 2 to the terminal device 1 via the cable 3 (process T6).
When this control signal is received, the operation (user operation) performed by the user in the terminal device 1 is changed to a state in which the operation can be transmitted to the information collection application 103 (state T23).

ここで、更に、端末装置1においてユーザにより操作が行われる場合には、以上に述べた処理T3〜処理T6の処理が繰り返して行われる(処理T3〜処理T6)。
その後、ユーザ101は、操作データの記録を完了するときには、管理装置2の操作部61を操作して、管理プログラム102に対して、操作データの記録を完了(終了)する旨の指示(通知)を入力する(処理T7)。
この指示を受けると、管理プログラム102(指示部71の機能)は、端末装置1の情報収集アプリ103を終了させるための制御信号(例えば、所定のメッセージ信号)を、管理装置2からケーブル3を介して端末装置1に送信する(処理T8)。
この制御信号を受信すると、端末装置1において、情報収集アプリ103が終了する。これにより、透明レイヤが削除される。
Here, when an operation is further performed by the user in the terminal device 1, the processes T3 to T6 described above are repeatedly performed (process T3 to process T6).
Thereafter, when completing the recording of the operation data, the user 101 operates the operation unit 61 of the management apparatus 2 to instruct (notify) the management program 102 to complete (end) the recording of the operation data. Is input (process T7).
Upon receiving this instruction, the management program 102 (function of the instruction unit 71) sends a control signal (for example, a predetermined message signal) for terminating the information collection application 103 of the terminal device 1 from the management device 2 to the cable 3. Through the terminal device 1 (process T8).
When this control signal is received, the information collection application 103 ends in the terminal device 1. As a result, the transparent layer is deleted.

図5は、本実施形態に係る端末非依存のフォーマットの操作データを表示する画面201の一例を示す図である。
なお、この画面201に表示される情報に対応する操作データが管理装置2の記憶部66に記録される。
FIG. 5 is a diagram illustrating an example of a screen 201 that displays operation data in a terminal-independent format according to the present embodiment.
Note that operation data corresponding to information displayed on the screen 201 is recorded in the storage unit 66 of the management apparatus 2.

ここで、端末非依存のフォーマットとしては、本実施形態では、タッチイベントやキーの操作に対する端末装置の機種による感度に依存しないフォーマットを用いる。具体的には、端末非依存のフォーマットとして、各端末装置における操作に対する機械的な感度(例えば、操作に必要な圧力など)やソフト的な感度(例えば、操作に必要な継続時間やタイミングなど)に依存せずに、行われた操作のイベントの内容(のみ)を表すフォーマットを用いる。
操作のイベントの内容としては、「タップ」、「ダブルタップ」、「長押し」、「ドラッグ」、「キーの押下」などがある。例えば、タッチパネル等の画面或いは実際のキーなどが押されている時間(1秒や10秒など)の情報や、押下が連続的に行われる場合におけるそのタイミング(1秒の間隔で押下されたなど)の情報については削除して、操作のイベントの内容毎に、1つの操作の内容として捉える。
Here, as the terminal-independent format, in this embodiment, a format that does not depend on the sensitivity of the terminal device model with respect to touch events and key operations is used. Specifically, as a terminal-independent format, mechanical sensitivity (for example, pressure required for operation) and software sensitivity (for example, duration and timing required for operation) of each terminal device are used. The format representing the contents (only) of the event of the operation performed is used without depending on.
The contents of the operation event include “tap”, “double tap”, “long press”, “drag”, “key press”, and the like. For example, information on the time when a screen such as a touch panel or an actual key is pressed (1 second, 10 seconds, etc.) and the timing when the pressing is continuously performed (pressed at intervals of 1 second, etc.) ) Is deleted, and each operation event content is regarded as one operation content.

図5に示される画面201の例では、tap(400,200)、wait(500ms)、dtap(700,350)、wait(5000ms)、drag(400,200→500,300)、wait(500ms)、press(HOME)、wait(1000ms)、・・・というデータ(情報)が表示されている。そして、tap(400,200)、dtap(700,350)、drag(400,200→500,300)、press(HOME)という操作のイベント内容のデータ(情報)が表示されている。   In the example of the screen 201 shown in FIG. 5, tap (400, 200), wait (500 ms), dtap (700, 350), wait (5000 ms), drag (400, 200 → 500, 300), wait (500 ms). , Press (HOME), wait (1000 ms),... (Data) are displayed. Then, event content data (information) of operations of tap (400, 200), d tap (700, 350), drag (400, 200 → 500, 300), press (HOME) is displayed.

ここで、端末装置1の表示部42の画面の横方向の座標(例えば、画素位置)の値をXで表し、当該画面の縦方向の座標(例えば、画素位置)の値をYで表す。
本実施形態では、tap(X,Y)は、端末装置1の表示部42の画面の座標(X,Y)の位置、すなわち当該画面の横方向の座標値がXであり縦方向の座標値がYである位置が、ユーザの手11の指(又は、他の部分でもよい)によりタップされたことを表す。具体例として、tap(400,200)は、画面の座標(400,200)の位置がユーザによりタップされたことを表す。
Here, the value of the horizontal coordinate (for example, pixel position) of the screen of the display unit 42 of the terminal device 1 is represented by X, and the value of the vertical coordinate (for example, pixel position) of the screen is represented by Y.
In the present embodiment, tap (X, Y) is the position of the coordinate (X, Y) on the screen of the display unit 42 of the terminal device 1, that is, the horizontal coordinate value of the screen is X, and the vertical coordinate value. Represents a position where Y is tapped with a finger (or another part) of the user's hand 11. As a specific example, tap (400, 200) represents that the position of the coordinates (400, 200) on the screen is tapped by the user.

また、dtap(X,Y)は、端末装置1の表示部42の画面の座標(X,Y)の位置が、ユーザの手11の指(又は、他の部分でもよい)によりダブルタップされたことを表す。具体例として、dtap(700,350)は、画面の座標(700,350)の位置がユーザによりダブルタップされたことを表す。   Moreover, dtap (X, Y) is double-tapped by the finger (or other part) of the user's hand 11 at the position of the coordinate (X, Y) on the screen of the display unit 42 of the terminal device 1. Represents that. As a specific example, dtap (700, 350) represents that the position of the coordinates (700, 350) on the screen is double-tapped by the user.

また、(X1,Y1)及び(X2,Y2)がそれぞれ画面の座標を表すとして、drag(X1,Y1→X2,Y2)は、端末装置1の表示部42の画面の座標(X1,Y1)の位置を始点として、そこから、当該画面の座標(X2,Y2)の位置を終点として、ユーザの手11の指(又は、他の部分でもよい)によりなぞられた(ドラッグされた)ことを表す。具体例として、drag(400,200→500,300)は、画面の座標(400,200)の位置から座標(500,300)の位置までユーザによりなぞられたことを表す。   Also, assuming that (X1, Y1) and (X2, Y2) represent screen coordinates, drag (X1, Y1 → X2, Y2) is the screen coordinates (X1, Y1) of the display unit 42 of the terminal device 1. The position of the start point and the position of the coordinates (X2, Y2) of the screen as the end point, and the user's hand 11 (or another part) may be traced (dragged). Represent. As a specific example, drag (400, 200 → 500, 300) represents that the user has traced from the position of coordinates (400, 200) to the position of coordinates (500, 300).

また、Kがキー又はボタンを特定する名称を表すとして、press(K)は、Kというキー又はボタンがユーザの手11の指(又は、他の部分でもよい)により押下されたことを表す。具体例として、press(HOME)は、HOMEキーがユーザにより押下されたことを表す。   Further, assuming that K represents a name that identifies a key or button, press (K) represents that the key or button K has been pressed by the finger of the user's hand 11 (or may be another part). As a specific example, press (HOME) represents that the HOME key has been pressed by the user.

また、Pを時間の長さとして、wait(P)は、待ち時間がPであることを表す。具体例として、wait(500ms)は、待ち時間が500msであることを表す。
ここで、本実施形態では、図4に示される(処理T4)において端末装置1から管理装置2に操作データが送信(転送)されてくる時間間隔が、待ち時間Pに相当する。
具体的には、管理装置2の管理プログラム102が、この時間間隔を検出する。つまり、端末装置1では、待ち時間Pについては検出せず、操作のイベント内容のデータを検出して、管理装置2に通知する。
Further, with P as the length of time, wait (P) represents that the waiting time is P. As a specific example, wait (500 ms) represents that the waiting time is 500 ms.
Here, in this embodiment, the time interval at which the operation data is transmitted (transferred) from the terminal device 1 to the management device 2 in (Process T4) shown in FIG.
Specifically, the management program 102 of the management device 2 detects this time interval. That is, the terminal device 1 does not detect the waiting time P, but detects the data of the event contents of the operation and notifies the management device 2 of it.

<操作データの編集の処理>
図6は、本実施形態に係る処理システムにおいて行われる操作データの編集の処理の手順の一例を示すシーケンス図である。
図6は、ユーザ101と、管理装置2の管理プログラム102により行われる処理の手順の一例を示してある。
図1に示されるように、編集時には、端末装置1と管理装置2とは接続されていなくてもよい。
<Operation data editing process>
FIG. 6 is a sequence diagram showing an example of the procedure of the operation data editing process performed in the processing system according to the present embodiment.
FIG. 6 shows an example of a procedure of processing performed by the user 101 and the management program 102 of the management apparatus 2.
As shown in FIG. 1, the terminal device 1 and the management device 2 do not have to be connected during editing.

まず、ユーザ101は、管理装置2の操作部61を操作して、管理プログラム102に対して、操作データの編集を開始する旨の指示(通知)を入力する(処理T51)。
この指示を受けると、管理プログラム102(編集部73の機能)は、記憶部66に記録されている操作データを表示部62の画面に表示して、その表示内容をユーザに提示する(処理T52)。この画面は、一例として、図5に示される画面201のような情報を表示する。
なお、管理プログラム102(編集部73の機能)は、例えば、記憶部66に記録されている操作データが、ユーザ101が見て理解することができないものである場合には、ユーザ101が見て理解することが可能なフォーマットのデータへ変換してから、画面に表示する。
First, the user 101 operates the operation unit 61 of the management apparatus 2 to input an instruction (notification) to start editing operation data to the management program 102 (process T51).
Upon receiving this instruction, the management program 102 (function of the editing unit 73) displays the operation data recorded in the storage unit 66 on the screen of the display unit 62 and presents the display contents to the user (processing T52). ). As an example, this screen displays information like a screen 201 shown in FIG.
Note that the management program 102 (the function of the editing unit 73) is, for example, viewed by the user 101 when the operation data recorded in the storage unit 66 cannot be viewed and understood by the user 101. After converting the data to a format that can be understood, it is displayed on the screen.

そして、ユーザ101は、管理装置2の画面の表示内容を見ながら、管理装置2の操作部61を操作して、操作データを編集する(処理T53)。
なお、データの編集には、例えば、テキストエディタ等の機能を用いることができる。
また、データの編集は、例えば、ユーザ101により手動で行われてもよく、又は、所定のプログラム(例えば、管理プログラム102、或いは、他のプログラム)によりあらかじめ定められた手順で、装置(管理装置2)により自動的に行われてもよい。
Then, the user 101 edits the operation data by operating the operation unit 61 of the management apparatus 2 while viewing the display content of the screen of the management apparatus 2 (process T53).
For data editing, for example, a function such as a text editor can be used.
The data editing may be performed manually by the user 101, for example, or may be performed by a device (management device) according to a procedure predetermined by a predetermined program (for example, the management program 102 or another program). It may be performed automatically according to 2).

その後、ユーザ101は、管理装置2の操作部61を操作して、管理プログラム102に対して、操作データの編集を完了(終了)する旨の指示(通知)を入力する(処理T54)。
この指示を受けると、管理プログラム102(編集部73の機能)は、操作データの編集を終了させ、編集後の操作データを記憶部66に記録する。
ここで、管理プログラム102は、端末装置1から受信した操作データ(編集前の操作データ)と、これを編集した結果である編集後の操作データについて、例えば、これらの両方を別々に記憶部66に保存(記録)してもよく、又は、編集前の操作データに対して編集後の操作データを上書きすることで編集後の操作データのみを記憶部66に保存(記録)してもよい。
Thereafter, the user 101 operates the operation unit 61 of the management apparatus 2 to input an instruction (notification) to complete (end) editing of the operation data to the management program 102 (process T54).
Upon receiving this instruction, the management program 102 (the function of the editing unit 73) ends the editing of the operation data, and records the edited operation data in the storage unit 66.
Here, for example, the management program 102 separately stores both the operation data (operation data before editing) received from the terminal device 1 and the operation data after editing that is the result of editing the operation data. The operation data after editing may be overwritten with the operation data before editing, and only the operation data after editing may be stored (recorded) in the storage unit 66.

なお、本実施形態では、図4に示される(処理T4)において、端末装置1の情報収集アプリ103が、捕捉したユーザ操作の内容を端末非依存の再生ツール(再生部74の機能)で再生することが可能なフォーマットへ変換し、当該変換後のユーザ操作の内容を含むデータ(操作データの一例)を管理装置2に送信する構成としたが、他の構成例として、このようなフォーマットの変換を他のタイミングで行うことも可能である。
このような他の構成例として、図4に示される(処理T4)において、端末装置1の情報収集アプリ103が、捕捉したユーザ操作の内容を含むデータ(操作データの一例)を所定のフォーマット(ここでは、端末非依存の再生ツール(再生部74の機能)で再生することが不可能なフォーマット)で管理装置2に送信し、管理装置2の管理プログラム102(編集部73の機能)が、受信した操作データの編集前又は編集後に、操作データを端末非依存の再生ツール(再生部74の機能)で再生することが可能なフォーマットへ変換して記憶部66に記録する構成を用いることができる。
In the present embodiment, in (process T4) shown in FIG. 4, the information collection application 103 of the terminal device 1 reproduces the contents of the captured user operation using a terminal-independent reproduction tool (function of the reproduction unit 74). Is converted to a format that can be performed, and the data including the contents of the user operation after the conversion (an example of operation data) is transmitted to the management apparatus 2. However, as another configuration example, It is also possible to perform the conversion at another timing.
As another example of such a configuration, in the processing T4 shown in FIG. 4, the information collection application 103 of the terminal device 1 converts data (an example of operation data) including the contents of the captured user operation into a predetermined format (an example of operation data). In this case, the terminal-independent playback tool (format that cannot be played back by the playback unit 74) is transmitted to the management device 2, and the management program 102 (the function of the editing unit 73) of the management device 2 Before or after editing the received operation data, use a configuration in which the operation data is converted into a format that can be played back by a terminal-independent playback tool (function of the playback unit 74) and recorded in the storage unit 66. it can.

<操作データの再生の処理>
図1に示されるように、再生時には、端末装置1と管理装置2とをケーブル3を介して接続する。
まず、ユーザ101は、管理装置2の操作部61を操作して、管理プログラム102に対して、操作データの再生を開始する旨の指示(通知)を入力する。この際、ユーザ101は、例えば、管理装置2の記憶部66に記録されている1つ以上の操作データのうちから再生対象とする操作データを指定することや、指定した操作データを再生する回数を指定することなどができる。
<Operation data playback process>
As shown in FIG. 1, the terminal device 1 and the management device 2 are connected via a cable 3 at the time of reproduction.
First, the user 101 operates the operation unit 61 of the management apparatus 2 to input an instruction (notification) for starting reproduction of operation data to the management program 102. At this time, for example, the user 101 designates operation data to be reproduced from one or more pieces of operation data recorded in the storage unit 66 of the management device 2 and the number of times of reproduction of the designated operation data. Can be specified.

この指示を受けると、管理プログラム102(再生部74の機能)は、指示(指定)された操作データに対応する操作を端末装置1において実施するための制御信号(例えば、所定のメッセージ信号)を、管理装置2からケーブル3を介して端末装置1に送信する。
この制御信号を受信すると、端末装置1において、操作対象機能104は、受信した制御信号に対応した操作に応じた処理を実行する。これにより、端末装置1において、操作データに記述された操作(1つ以上のイベント内容の操作)が実際に実施される。
Upon receiving this instruction, the management program 102 (function of the playback unit 74) sends a control signal (for example, a predetermined message signal) for performing an operation corresponding to the instructed (designated) operation data in the terminal device 1. Then, the data is transmitted from the management device 2 to the terminal device 1 via the cable 3.
When this control signal is received, in the terminal device 1, the operation target function 104 executes processing corresponding to the operation corresponding to the received control signal. Thereby, in the terminal device 1, the operation described in the operation data (operation of one or more event contents) is actually performed.

一例として、図5に示される画面201に表示される情報のような操作データを端末装置1において再生する場合には、端末装置1において、tap(400,200)というイベント内容の操作、dtap(700,350)というイベント内容の操作、drag(400,200→500,300)というイベント内容の操作、press(HOME)というイベント内容の操作、・・・が実施される。また、この操作データの再生回数がN(Nは1以上の整数である。)回に設定された場合には、端末装置1において、この操作データに基づく再生(一連の操作の実施)がN回(例えば、連続的に)行われる。   As an example, in the case where operation data such as information displayed on the screen 201 shown in FIG. 5 is reproduced on the terminal device 1, an event content operation “tap (400, 200)” on the terminal device 1, dtap ( 700, 350), an event content operation called drag (400, 200 → 500, 300), an event content operation called press (HOME), and so on. Further, when the number of reproductions of the operation data is set to N (N is an integer equal to or greater than 1), the terminal device 1 performs N reproduction (execution of a series of operations) based on the operation data. Performed (eg continuously).

<操作データの編集の具体例1:wait(P)の調整>
操作データの編集の具体例1を示す。
端末装置1が複数のネットワークのインタフェース(ネットワークインタフェース)の機能を有する場合を考える。また、端末装置1において通信を行うアプリの操作データの記録、編集、再生を行う場合を考える。なお、複数のネットワークとしては、様々なものが用いられてもよく、例えば、WiFi(Wireless Fidelity)や3GPP(Third Generation Partnership Project)などを用いることができる。
<Specific Example of Editing Operation Data 1: Adjustment of wait (P)>
Specific example 1 of editing operation data is shown.
Consider a case where the terminal device 1 has a plurality of network interface (network interface) functions. Also, consider a case where the terminal device 1 records, edits, and reproduces operation data of an application that performs communication. Various networks may be used as the plurality of networks. For example, WiFi (Wireless Fidelity), 3GPP (Third Generation Partnership Project), or the like can be used.

この場合、まず、端末装置1が有する複数のネットワークインタフェースの機能のうちの1つのネットワークインタフェースの機能を使用して通信を行うアプリの操作データを取得して、端末装置1から管理装置2へ送信して記録する。
次に、管理装置2において、記録された操作データを編集する。本例では、ユーザ101は、記録された操作データに含まれる各操作の時間間隔に相当するwait(P)のPの値を、適用するネットワークインタフェース(ここでは、記録を行ったネットワークインタフェースとは別のネットワークインタフェース)に応じて、変更する。
In this case, first, operation data of an application that performs communication using one network interface function among a plurality of network interface functions of the terminal apparatus 1 is acquired and transmitted from the terminal apparatus 1 to the management apparatus 2. And record.
Next, the management device 2 edits the recorded operation data. In this example, the user 101 applies the value of wait (P) corresponding to the time interval of each operation included in the recorded operation data to the network interface to which the user 101 applies (here, the recorded network interface is Change according to another network interface).

一例として、比較的な通信速度として、通信速度が低いネットワーク(例えば、3GPP)のインタフェースの機能を端末装置1において使用したときに取得されて記録された操作データを、通信速度が高いネットワーク(例えば、WiFi)のインタフェースの機能を端末装置1において使用するときに適用する操作データへ変更(編集)する場合を考える。この場合、通信速度が低いネットワークのインタフェースの機能を使用して記録された操作データに含まれるwait(P)のPの値(例えば、500msなど)を、より短い時間の値(例えば、50msなど)へ変更(編集)し、変更後の操作データに基づく再生の指示を、管理装置2から、通信速度が高いネットワークのインタフェースの機能を使用する端末装置1へ送信する。   As an example, as a comparative communication speed, operation data acquired and recorded when a function of an interface of a network with a low communication speed (for example, 3GPP) is used in the terminal device 1 is recorded as a network with a high communication speed (for example, , WiFi) interface function is considered to be changed (edited) to operation data applied when the terminal device 1 is used. In this case, the value of P of wait (P) (for example, 500 ms) included in the operation data recorded using the network interface function with a low communication speed is set to a shorter time value (for example, 50 ms). ), And a reproduction instruction based on the changed operation data is transmitted from the management device 2 to the terminal device 1 using the network interface function with a high communication speed.

このように、端末装置1において一のネットワークインタフェースの機能を使用するときの操作データを記録し、記録した操作データに含まれる各操作の間の時間間隔(この例では、wait(P)のP)を他のネットワークインタフェースの機能に合わせる(調整する)ように変更することで、変更後の操作データを、端末装置1において当該他のネットワークインタフェースの機能を使用するときの再生に用いることができる。このため、例えば、複数のネットワークインタフェースについて、ネットワークインタフェース毎に操作データを取得及び記録するような必要をなくすことができ、効率化を図ることができる。   In this way, the operation data when using the function of one network interface in the terminal device 1 is recorded, and the time interval between the operations included in the recorded operation data (in this example, P of wait (P)) ) To match (adjust) the function of another network interface, the changed operation data can be used for reproduction when the terminal device 1 uses the function of the other network interface. . Therefore, for example, for a plurality of network interfaces, it is possible to eliminate the need to acquire and record operation data for each network interface, and to improve efficiency.

なお、wait(P)のPの値は、任意に設定されてもよく、例えば、実際の時間間隔の値よりも少し長めの値を設定するのが好ましい。
また、本例のような編集処理は、例えば、同一の端末装置1が複数の異なるネットワークインタフェースの機能を切り替えて使用する場合ばかりでなく、複数の端末装置1がそれぞれ異なるネットワークインタフェースの機能を使用するような場合にも適用することが可能である。
Note that the value P of wait (P) may be set arbitrarily. For example, it is preferable to set a value slightly longer than the actual time interval value.
In addition, the editing process as in this example is not limited to the case where the same terminal device 1 switches and uses a plurality of different network interface functions, but the plurality of terminal devices 1 use different network interface functions. It can also be applied to such cases.

<操作データの編集の具体例2:座標(X,Y)の調整>
操作データの編集の具体例2を示す。
複数の機種の端末装置1において、同じ一連の操作(複数のイベント内容の操作)から構成される操作データの再生を行う場合を考える。また、端末装置1において、タップやダブルタップやドラッグ等のように座標(X,Y)を使用するアプリの操作データの記録、編集、再生を行う場合を考える。
<Specific Example 2 of Editing Operation Data: Adjustment of Coordinates (X, Y)>
Specific example 2 of editing operation data is shown.
Consider a case where operation data composed of the same series of operations (operations of a plurality of event contents) is reproduced in a plurality of types of terminal devices 1. Further, consider a case where the terminal device 1 records, edits, and reproduces operation data of an application that uses coordinates (X, Y) such as tap, double tap, and drag.

この場合、まず、複数の機種の端末装置1のうちの1つの機種の端末装置1においてアプリの操作データを取得して、当該端末装置1から管理装置2へ送信して記録する。
次に、管理装置2において、記録された操作データを編集する。本例では、ユーザ101は、記録された操作データに含まれる操作のうちで座標を使用する操作について、座標の値を、適用する端末装置1(ここでは、記録を行った端末装置1とは別の機種の端末装置1)に応じて、変更する。ここで、座標の値としては、例えば、tap(X,Y)のX、Yの値や、dtap(X,Y)のX、Yの値や、drag(X1,Y1→X2,Y2)のX1、Y1、X2、Y2の値がある。
In this case, first, the operation data of the application is acquired in one type of terminal device 1 among the plurality of types of terminal devices 1, and is transmitted from the terminal device 1 to the management device 2 and recorded.
Next, the management device 2 edits the recorded operation data. In this example, the user 101 applies a coordinate value to an operation that uses coordinates among the operations included in the recorded operation data (in this case, the terminal device 1 that has performed recording). Change according to the terminal device 1) of another model. Here, as coordinate values, for example, the values of X and Y of tap (X, Y), the values of X and Y of dtap (X, Y), and drag (X1, Y1 → X2, Y2) There are values for X1, Y1, X2, and Y2.

一例として、比較的な画面の大きさ(横の長さや縦の長さ)として、第1の大きさの画面を有する第1の機種の端末装置1において取得されて記録された操作データを、第2の大きさの画面(第1の大きさの画面とは異なる大きさの画面)を有する第2の機種の端末装置1に適用する操作データへ変更(編集)する場合を考える。この場合、第1の大きさの画面を有する第1の機種の端末装置1において取得されて記録された操作データに含まれるtap(X,Y)のX、Yの値や、dtap(X,Y)のX、Yの値や、drag(X1,Y1→X2,Y2)のX1、Y1、X2、Y2の値を、第2の大きさの画面を有する第2の機種の端末装置1における当該画面の第2の大きさに合わせて拡大或いは縮小するように変更(編集)し、変更後の操作データに基づく再生の指示を、管理装置2から、第2の大きさの画面を有する第2の機種の端末装置1へ送信する。   As an example, the operation data acquired and recorded in the terminal device 1 of the first model having the screen of the first size as a comparative screen size (horizontal length or vertical length), Consider a case where the operation data is changed (edited) to be applied to the terminal device 1 of the second model having the second size screen (a screen size different from the first size screen). In this case, the X and Y values of tap (X, Y) included in the operation data acquired and recorded in the terminal device 1 of the first model having the screen of the first size, dtap (X, Y) X and Y values and drag (X1, Y1 → X2, Y2) X1, Y1, X2, and Y2 values in the terminal device 1 of the second model having the second size screen. The screen is changed (edited) so as to be enlarged or reduced in accordance with the second size of the screen, and a reproduction instruction based on the changed operation data is sent from the management device 2 to the second size screen having the second size. It transmits to the terminal device 1 of 2 types.

具体例として、第1の機種の端末装置1が有する画面の第1の大きさが座標値で横50×縦100であり、第2の機種の端末装置1が有する画面の第2の大きさが座標値で横40×縦80である場合には、第1の機種の端末装置1において取得されて記録された操作データに含まれる横方向の座標X(又は、X1或いはX2)の値及び縦方向の座標Y(又は、Y1或いはY2)の値をそれぞれ0.8倍の値へ変更(編集)する。
また、第1の機種の端末装置1が有する画面と第2の機種の端末装置1が有する画面との間で、縦横比が異なる場合についても、同様である。具体例として、第1の機種の端末装置1が有する画面の第1の大きさが座標値で横60×縦100であり、第2の機種の端末装置1が有する画面の第2の大きさが座標値で横72×縦130である場合には、第1の機種の端末装置1において取得されて記録された操作データに含まれる横方向の座標X(又は、X1或いはX2)の値を1.2倍の値へ変更(編集)し、縦方向の座標の値Y(又は、Y1或いはY2)を1.3倍の値へ変更(編集)する。
As a specific example, the first size of the screen of the terminal device 1 of the first model is 50 × 100 in the coordinate value, and the second size of the screen of the terminal device 1 of the second model. Is the coordinate value of 40 × 80 in the horizontal direction, the value of the horizontal coordinate X (or X1 or X2) included in the operation data acquired and recorded in the terminal device 1 of the first model and The value of the vertical coordinate Y (or Y1 or Y2) is changed (edited) to a value of 0.8 times.
The same applies to the case where the aspect ratio is different between the screen of the terminal device 1 of the first model and the screen of the terminal device 1 of the second model. As a specific example, the first size of the screen of the terminal device 1 of the first model is 60 × 100 in the coordinate value, and the second size of the screen of the terminal device 1 of the second model. Is the horizontal value 72 × vertical value 130, the value of the horizontal coordinate X (or X1 or X2) included in the operation data acquired and recorded in the terminal device 1 of the first model is used. The value is changed (edited) to a value of 1.2 times, and the value Y (or Y1 or Y2) of the vertical coordinate is changed (edited) to a value of 1.3 times.

このように、端末装置1において一の機種の端末装置1について操作データを記録し、記録した操作データに含まれる各操作の座標の値を他の機種の端末装置1に合わせる(調整する)ように変更することで、変更後の操作データを、当該他の機種の端末装置1における再生に用いることができる。このため、例えば、複数の機種の端末装置1について、機種毎に操作データを取得及び記録するような必要をなくすことができ、効率化を図ることができる。   As described above, the operation data is recorded for the terminal device 1 of one model in the terminal device 1, and the coordinate value of each operation included in the recorded operation data is adjusted (adjusted) to the terminal device 1 of another model. The operation data after the change can be used for reproduction in the terminal device 1 of the other model. For this reason, for example, it is possible to eliminate the necessity of acquiring and recording operation data for each model of the terminal devices 1 of a plurality of models, and to improve efficiency.

<操作データの再生の具体例>
端末装置1について、エラーの発生或いはスループット(通信の速度)などの品質の検査を行う場合を例として説明する。
一例として、同じ操作データについて、同じ端末装置1において、多数回(例えば、1万回など)の再生を行う。例えば、この多数回の再生のうちで、少数回(例えば、2、3回)のエラー(例えば、異なる画面表示)が発生した場合には、それを報告する。この場合に、再生ツールにより、エラー(例えば、異なる画面表示)が発生したときの情報(例えば、エラーが発生したときにおける画面のキャプチャ画像)を取得して記録することができる。
他の例として、タップやダブルタップなどの複数の操作の一定の組み合わせから構成される操作データを、複数の異なる端末装置1(例えば、機種が異なる端末装置1)において、スループットを測定するアプリケーション上で再生(実行)させることで、それぞれの端末装置1におけるスループットを測定することが可能である。
<Specific example of operation data playback>
The terminal device 1 will be described by taking as an example a case where quality inspection such as error occurrence or throughput (communication speed) is performed.
As an example, the same operation data is reproduced many times (for example, 10,000 times) in the same terminal device 1. For example, if a small number of times (for example, two or three times) of errors (for example, different screen displays) occur in the large number of times of reproduction, this is reported. In this case, information when an error (for example, a different screen display) occurs (for example, a captured image of the screen when the error occurs) can be acquired and recorded by the playback tool.
As another example, an operation data composed of a certain combination of a plurality of operations such as a tap and a double tap is measured on an application for measuring throughput in a plurality of different terminal devices 1 (for example, terminal devices 1 of different models). It is possible to measure the throughput in each terminal device 1 by reproducing (executing) with.

<第1実施形態のまとめ>
以上のように、本実施形態に係る処理システムでは、ユーザ101が端末装置1の操作部41を操作して行った操作に関するデータ(操作データ)を、端末装置1の情報収集アプリ103が捕捉(取得)して管理装置2の管理プログラム102に送信し、管理装置2の管理プログラム102(記録部72の機能)が当該操作データを記憶部66に記録する。また、端末装置1の情報収集アプリ103又は管理装置2の管理プログラム102(編集部73の機能)が、操作データを、端末非依存の再生ツール(再生部74の機能)で再生することが可能なフォーマットへ変換する。また、管理装置2の管理プログラム102(編集部73の機能)が操作データの編集を行い、管理装置2の管理プログラム102(再生部74の機能)が操作データの再生を行う。
<Summary of First Embodiment>
As described above, in the processing system according to the present embodiment, the information collection application 103 of the terminal device 1 captures data (operation data) related to the operation performed by the user 101 by operating the operation unit 41 of the terminal device 1 ( Acquired) and transmitted to the management program 102 of the management apparatus 2, and the management program 102 (function of the recording unit 72) of the management apparatus 2 records the operation data in the storage unit 66. Also, the information collection application 103 of the terminal device 1 or the management program 102 (function of the editing unit 73) of the management device 2 can reproduce the operation data with a terminal-independent reproduction tool (function of the reproduction unit 74). To a different format Further, the management program 102 (function of the editing unit 73) of the management apparatus 2 edits the operation data, and the management program 102 (function of the reproduction unit 74) of the management apparatus 2 reproduces the operation data.

従って、本実施形態に係る処理システムによると、端末装置1に対してユーザ101により行われる操作に関するデータ(操作データ)を効果的に記録することができる。
また、本実施形態に係る処理システムによると、記録した操作データを管理装置2により編集して、効果的に再生に利用することができる。
また、本実施形態に係る処理システムによると、例えば、端末装置1などのハードウェアについては従来と同じものを使用して、ソフトウェアのインストール等を行うことで、実現することが可能である。
Therefore, according to the processing system concerning this embodiment, the data (operation data) about operation performed by user 101 to terminal unit 1 can be recorded effectively.
Further, according to the processing system according to the present embodiment, the recorded operation data can be edited by the management device 2 and effectively used for reproduction.
Further, according to the processing system according to the present embodiment, for example, the hardware such as the terminal device 1 can be realized by installing software using the same hardware as the conventional one.

具体例として、本実施形態に係る処理システムによると、非特許文献1に係る技術では困難であった「一の機種の端末装置において記録した操作データを編集し、編集後の操作データを用いて別の機種の端末装置において再生を行う」ことが容易に可能となる。これにより、本実施形態に係る処理システムによると、同じ動作(同じ操作により実現される動作)を複数の異なる機種の端末装置1において再生するような場合に、それぞれの機種毎に操作データを記録等する構成と比べて、ユーザの手間を大幅に軽減することが可能である。また、本実施形態に係る処理システムによると、同じ機種の端末装置1においても、複数の異なるネットワークインタフェースの機能を使用して再生を行うような場合に、それぞれのネットワークインタフェース毎に操作データを記録等する構成と比べて、ユーザの手間を大幅に軽減することが可能である。   As a specific example, according to the processing system according to the present embodiment, “operation data recorded in a terminal device of one model is edited and the edited operation data is used, which is difficult with the technique according to Non-Patent Document 1. It is possible to easily “play on another type of terminal device”. Thereby, according to the processing system concerning this embodiment, when reproducing the same operation (operation realized by the same operation) in a plurality of different types of terminal devices 1, operation data is recorded for each model. Compared with the structure which is equal, it is possible to reduce a user's effort significantly. Further, according to the processing system according to the present embodiment, even in the terminal device 1 of the same model, when reproduction is performed using a plurality of different network interface functions, operation data is recorded for each network interface. Compared with the structure which is equal, it is possible to reduce a user's effort significantly.

また、具体例として、非特許文献2に係る技術ではダブルタップや長押し等の操作記録に未対応であるが、本実施形態に係る処理システムによると、ダブルタップや長押し等の操作記録も含めて全てのユーザ操作について記録することが可能である。これにより、本実施形態に係る処理システムによると、多種多様な操作の記録、編集、再生が可能である。
更に、非特許文献2に係る技術では端末装置に接続された外部装置における操作を記録する必要があるが、本実施形態に係る処理システムによると、端末装置1においてユーザ101により行われる操作について直接的に記録することができるため、例えば、操作をより精確に記録することができ、また、ユーザ101が使用方法を容易に理解することが可能である。
As a specific example, the technique according to Non-Patent Document 2 does not support operation recording such as double tap and long press. However, according to the processing system according to the present embodiment, operation recording such as double tap and long press is also performed. It is possible to record all user operations including. Thereby, according to the processing system concerning this embodiment, recording, editing, and reproduction of various operations are possible.
Furthermore, in the technology according to Non-Patent Document 2, it is necessary to record the operation in the external device connected to the terminal device. However, according to the processing system according to this embodiment, the operation performed by the user 101 in the terminal device 1 is directly performed. For example, the operation can be recorded more accurately, and the user 101 can easily understand the usage method.

ここで、本実施形態では、図4に示されるように、端末装置1においてユーザ101により行われる操作に関するデータ(操作データ)を端末装置1の情報収集アプリ103が捕捉して管理装置2の管理プログラム102に送信した後に(本実施形態では、更に、操作データを管理装置2の記憶部66に記録した後に)、管理装置2の管理プログラム102が端末装置1の操作対象機能104に対してその操作の実施の指示を出す構成としたが、他の構成例として、端末装置1においてユーザ101により操作が行われたときに、その操作に応じた処理を端末装置1の操作対象機能104により実行し、これと並行して、ユーザ101により行われた前記操作に関するデータ(操作データ)を端末装置1の情報収集アプリ103が捕捉して管理装置2の管理プログラム102に送信する構成を用いることも可能である。   Here, in the present embodiment, as shown in FIG. 4, data (operation data) related to an operation performed by the user 101 in the terminal device 1 is captured by the information collection application 103 of the terminal device 1 and managed by the management device 2. After being transmitted to the program 102 (in the present embodiment, after the operation data is further recorded in the storage unit 66 of the management apparatus 2), the management program 102 of the management apparatus 2 applies to the operation target function 104 of the terminal apparatus 1 Although the configuration is such that an operation execution instruction is issued, as another configuration example, when an operation is performed by the user 101 in the terminal device 1, processing corresponding to the operation is performed by the operation target function 104 of the terminal device 1. In parallel with this, the information collection application 103 of the terminal device 1 captures and manages data (operation data) related to the operation performed by the user 101. It is also possible to use a structure for transmitting to the management program 102 of the device 2.

[第2実施形態]
第2実施形態を説明する。
本実施形態では、第1実施形態と比べて、操作データの記録の処理が異なっている。
このため、本実施形態に係る操作データの記録の処理について詳しく説明し、第1実施形態と同様な部分については詳しい説明を省略する。また、第1実施形態と同様な処理部等については、同一の符号を付して説明する。
[Second Embodiment]
A second embodiment will be described.
In the present embodiment, operation data recording processing is different from that in the first embodiment.
Therefore, the operation data recording process according to the present embodiment will be described in detail, and detailed description of the same parts as those in the first embodiment will be omitted. Further, the same processing units as those in the first embodiment will be described with the same reference numerals.

<操作データの記録の処理>
図7は、本実施形態に係る処理システムにおいて行われる操作データの記録の処理の手順の一例を示すシーケンス図である。
図7は、ユーザ101と、管理装置2の管理プログラム102と、端末装置1の情報収集アプリ103と、端末装置1の操作対象機能104により行われる処理の手順の一例を示してある。
図1に示されるように、記録時には、端末装置1と管理装置2とをケーブル3を介して接続する。
<Operation data recording process>
FIG. 7 is a sequence diagram illustrating an example of a procedure for recording operation data performed in the processing system according to the present embodiment.
FIG. 7 shows an example of a processing procedure performed by the user 101, the management program 102 of the management device 2, the information collection application 103 of the terminal device 1, and the operation target function 104 of the terminal device 1.
As shown in FIG. 1, the terminal device 1 and the management device 2 are connected via a cable 3 during recording.

ここで、本実施形態に係る処理システムにおいて行われる操作データの記録の処理の手順は、第1実施形態に係る図4に示される操作データの記録の処理の手順と比べて、(状態T22)、(状態T23)及び(処理T6)に係る端末装置1における状態の切り替えの処理が除かれている点で異なっており、他の処理については同様である。
具体的には、本実施形態では、端末装置1において、情報収集アプリ103が起動されると、常に、ユーザ101により行われる操作(ユーザ操作)が情報収集アプリ103に伝達することが可能な状態とする。
以上のように、本実施形態に係る処理システムが実施されてもよい。
Here, the procedure of the operation data recording process performed in the processing system according to this embodiment is compared with the procedure of the operation data recording process shown in FIG. 4 according to the first embodiment (state T22). , (State T23) and (process T6) are different in that the state switching process in the terminal device 1 is excluded, and the other processes are the same.
Specifically, in the present embodiment, when the information collection application 103 is activated in the terminal device 1, an operation (user operation) performed by the user 101 can always be transmitted to the information collection application 103. And
As described above, the processing system according to the present embodiment may be implemented.

[以上の実施形態に関する構成例]
以上の実施形態では、端末装置1は、コンピュータを用いて構成されており、当該コンピュータに実行させるための処理プログラムを記憶部35に記憶しており、当該コンピュータに当該処理プログラムを実行させることにより、各種のステップの処理を行う。
[Configuration example of the above embodiment]
In the above embodiment, the terminal device 1 is configured using a computer, stores a processing program to be executed by the computer in the storage unit 35, and causes the computer to execute the processing program. Process various steps.

一構成例として、端末装置(以上の実施形態では、端末装置1)に備えられた操作部(以上の実施形態では、操作部41)が、ユーザ(以上の実施形態では、ユーザ101)により行われる操作を受け付けるステップ(以上の実施形態では、図4及び図7に示される処理T3のステップ)と、前記端末装置に備えられた操作データ取得部(以上の実施形態では、操作データ取得部32)が、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得するステップ(以上の実施形態では、図4及び図7に示される処理T3のステップ)と、前記端末装置に備えられた前記操作データ取得部が、取得されたデータを外部の装置(以上の実施形態では、管理装置2)へ送信するステップ(以上の実施形態では、図4及び図7に示される処理T4のステップ)と、をコンピュータ(以上の実施形態では、端末装置1のコンピュータ)に実行させるための処理プログラムである。   As one configuration example, an operation unit (the operation unit 41 in the above embodiment) provided in the terminal device (in the above embodiment, the terminal device 1) is performed by the user (in the above embodiment, the user 101). A step of accepting an operation (in the above embodiment, the step of the process T3 shown in FIGS. 4 and 7), and an operation data acquisition unit (in the above embodiment, the operation data acquisition unit 32) provided in the terminal device. ) Is a step of acquiring data related to the operation received by the operation unit as data in a format independent of the terminal (in the above embodiment, the step of the process T3 shown in FIGS. 4 and 7); The operation data acquisition unit provided in the terminal device transmits the acquired data to an external device (the management device 2 in the above embodiment) In the form, the steps) of processing T4 shown in FIGS. 4 and 7, the computer (or more embodiments, a processing program to be executed by a computer) of the terminal apparatus 1.

一構成例として、上記のような処理プログラムにおいて、前記端末装置に備えられた前記操作データ取得部が前記操作部により受け付けられた操作に関するデータを端末に非依存なフォーマットのデータとして取得した場合に、前記操作部により受け付けられる操作が前記操作データ取得部に伝達不可能な状態へ切り替わるステップ(以上の実施形態では、図4に示される状態T22へ切り替わるステップ)と、前記外部の装置からの指示(以上の実施形態では、図2に示される処理T6の指示)に応じて、前記操作部により受け付けられる操作が前記操作データ取得部に伝達可能な状態へ切り替わるステップ(以上の実施形態では、図4に示される状態T23へ切り替わるステップ)と、を前記コンピュータに実行させるための処理プログラムである。   As one configuration example, in the processing program as described above, when the operation data acquisition unit provided in the terminal device acquires data related to an operation received by the operation unit as data in a format independent of the terminal , A step of switching the operation accepted by the operation unit to a state where the operation data acquisition unit cannot be transmitted (in the above embodiment, a step of switching to the state T22 shown in FIG. 4), and an instruction from the external device In the above embodiment, the step of switching the operation accepted by the operation unit to a state in which the operation data can be transmitted to the operation data acquisition unit according to the instruction of the process T6 shown in FIG. 2 (in the above embodiment, FIG. A step of switching to the state T23 shown in FIG. It is a non.

一構成例として、ユーザ(以上の実施形態では、ユーザ101)により行われる操作を受け付ける操作部(以上の実施形態では、操作部41)と、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得し、取得したデータを外部の装置(以上の実施形態では、管理装置2)へ送信する操作データ取得部(以上の実施形態では、操作データ取得部32)と、を備えることを特徴とする端末装置(以上の実施形態では、端末装置1)である。   As one configuration example, an operation unit (operation unit 41 in the above embodiment) that receives an operation performed by a user (in the above embodiment, the user 101), and data related to the operation received by the operation unit are stored in the terminal Operation data acquisition unit (in the above embodiment, operation data acquisition unit 32) that acquires the acquired data as data in a format independent of the data and transmits the acquired data to an external device (in the above embodiment, the management device 2) A terminal device (in the above embodiment, the terminal device 1).

一構成例として、端末装置(以上の実施形態では、端末装置1)と管理装置(以上の実施形態では、管理装置2)を有し、前記端末装置は、ユーザ(以上の実施形態では、ユーザ101)により行われる操作を受け付ける操作部(以上の実施形態では、操作部41)と、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得し、取得したデータを前記管理装置へ送信する操作データ取得部(以上の実施形態では、操作データ取得部32)と、を備え、前記管理装置は、前記端末装置から受信された操作データを記録する記録部(以上の実施形態では、記録部72)と、前記端末装置に対して、前記操作データ取得部を起動させるための制御信号を送信し、また、前記端末装置に対して、前記操作データ取得部の起動を終了させるための制御信号を送信する指示部(以上の実施形態では、指示部71)と、を備える、ことを特徴とする処理システムである。   As one configuration example, a terminal device (in the above embodiments, the terminal device 1) and a management device (in the above embodiments, the management device 2) are included, and the terminal device is a user (in the above embodiments, a user). 101), the operation unit (in the above embodiment, the operation unit 41) that receives the operation performed by (101) and the data related to the operation received by the operation unit are acquired and acquired as data in a format independent of the terminal. An operation data acquisition unit (in the above embodiment, the operation data acquisition unit 32) that transmits data to the management device, and the management device records the operation data received from the terminal device ( In the above embodiment, a control signal for starting the operation data acquisition unit is transmitted to the recording unit 72) and the terminal device, and to the terminal device, (In the above embodiments, the instruction unit 71) instructing unit for transmitting a control signal to terminate the activation of the serial operation data acquisition unit includes a, a, a processing system, characterized in that.

一構成例として、管理装置(以上の実施形態では、管理装置2)に備えられた指示部(以上の実施形態では、指示部71)が、端末装置(以上の実施形態では、端末装置1)に対して、前記端末装置に備えられた操作データ取得部(以上の実施形態では、操作データ取得部32)を起動させるための制御信号を送信し、前記端末装置に備えられた操作部(以上の実施形態では、操作部41)が、ユーザ(以上の実施形態では、ユーザ101)により行われる操作を受け付け、前記端末装置に備えられた前記操作データ取得部が、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得し、取得したデータを前記管理装置へ送信し、前記管理装置に備えられた記録部(以上の実施形態では、記録部72)が、前記端末装置から受信された操作データを記録し、前記管理装置に備えられた指示部(以上の実施形態では、指示部71)が、前記端末装置に対して、前記操作データ取得部の起動を終了させるための制御信号を送信する、ことを特徴とする処理方法である。   As an example of the configuration, an instruction unit (in the above embodiment, the instruction unit 71) provided in the management device (in the above embodiment, the management device 2) is a terminal device (in the above embodiment, the terminal device 1). In contrast, an operation data acquisition unit provided in the terminal device (in the above embodiment, the operation data acquisition unit 32) is transmitted to send a control signal, and the operation unit provided in the terminal device (above In the embodiment, the operation unit 41) receives an operation performed by a user (in the above embodiment, the user 101), and the operation data acquisition unit provided in the terminal device is received by the operation unit. Data relating to the operation is acquired as data in a format independent of the terminal, the acquired data is transmitted to the management device, and the recording unit provided in the management device (in the above embodiments, Recording unit 72) records the operation data received from the terminal device, and the instruction unit (in the above embodiment, the instruction unit 71) provided in the management device performs the operation on the terminal device. A processing method is characterized in that a control signal for ending activation of a data acquisition unit is transmitted.

[以上の実施形態のまとめ]
以上、本発明の実施形態について図面を参照して詳述したが、具体的な構成はこの実施形態に限られるものではなく、本発明の要旨を逸脱しない範囲の設計変更等も含まれる。
[Summary of the above embodiments]
As mentioned above, although embodiment of this invention was explained in full detail with reference to drawings, the concrete structure is not restricted to this embodiment, The design change etc. of the range which does not deviate from the summary of this invention are included.

例えば、以上に示した各実施形態に係る各装置(例えば、端末装置1や管理装置2)の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより、処理を行う。   For example, a program for realizing the function of each device (for example, the terminal device 1 or the management device 2) according to each embodiment described above is recorded on a computer-readable recording medium and recorded on the recording medium. The program is loaded into the computer system and executed.

なお、ここで言う「コンピュータシステム」とは、オペレーティング・システム(Operating System;OS)や周辺機器等のハードウェアを含むものであってもよい。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM(Read Only Memory)、フラッシュメモリ等の書き込み可能な不揮発性メモリ、DVD(Digital Versatile Disk)等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことを言う。
The “computer system” mentioned here may include an operating system (OS) and hardware such as peripheral devices.
The “computer-readable recording medium” means a flexible disk, a magneto-optical disk, a ROM (Read Only Memory), a writable nonvolatile memory such as a flash memory, a portable medium such as a DVD (Digital Versatile Disk), A storage device such as a hard disk built in a computer system.

更に、「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(例えばDRAM(Dynamic Random Access Memory))のように、一定時間プログラムを保持しているものも含むものとする。
また、上記のプログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、或いは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことを言う。
また、上記のプログラムは、前述した機能の一部を実現するためのものであっても良い。
更に、前述した機能をコンピュータシステムに既に記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。
Further, the “computer-readable recording medium” refers to a volatile memory (for example, DRAM (DRAM)) in a computer system that becomes a server or a client when a program is transmitted via a network such as the Internet or a communication line such as a telephone line. Dynamic Random Access Memory)) that holds a program for a certain period of time is also included.
The program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting a program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line.
Further, the above program may be for realizing a part of the functions described above.
Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.

1…端末装置、2…管理装置、3…ケーブル、11…ユーザの手、31…操作表示部、32…操作データ取得部、33、64…情報処理部、34、65…通信部、35、66…記憶部、41、61…操作部、42、62…表示部、63…管理部、71…指示部、72…記録部、73…編集部、74…再生部、101…ユーザ、102…管理プログラム、103…情報収集アプリ、104…操作対象機能、201…画面 DESCRIPTION OF SYMBOLS 1 ... Terminal device, 2 ... Management apparatus, 3 ... Cable, 11 ... User's hand, 31 ... Operation display part, 32 ... Operation data acquisition part, 33, 64 ... Information processing part, 34, 65 ... Communication part, 35, 66: Storage unit, 41, 61 ... Operation unit, 42, 62 ... Display unit, 63 ... Management unit, 71 ... Instruction unit, 72 ... Recording unit, 73 ... Editing unit, 74 ... Playback unit, 101 ... User, 102 ... Management program 103 ... Information collection application 104 ... Operation target function 201 ... Screen

Claims (5)

端末装置に備えられた操作部が、ユーザにより行われる操作を受け付けるステップと、
前記端末装置に備えられた操作データ取得部が、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得するステップと、
前記端末装置に備えられた前記操作データ取得部が、取得されたデータを外部の装置へ送信するステップと、
をコンピュータに実行させるための処理プログラム。
A step of receiving an operation performed by a user by an operation unit provided in the terminal device;
An operation data acquisition unit provided in the terminal device acquires data relating to an operation received by the operation unit as data in a format independent of the terminal;
The operation data acquisition unit provided in the terminal device transmits the acquired data to an external device;
Processing program for causing a computer to execute.
前記端末装置に備えられた前記操作データ取得部が前記操作部により受け付けられた操作に関するデータを端末に非依存なフォーマットのデータとして取得した場合に、前記操作部により受け付けられる操作が前記操作データ取得部に伝達不可能な状態へ切り替わるステップと、
前記外部の装置からの指示に応じて、前記操作部により受け付けられる操作が前記操作データ取得部に伝達可能な状態へ切り替わるステップと、
を前記コンピュータに実行させるための請求項1に記載の処理プログラム。
When the operation data acquisition unit provided in the terminal device acquires data related to the operation received by the operation unit as data in a format independent of the terminal, the operation received by the operation unit is the operation data acquisition A step of switching to a state incapable of being transmitted to the part,
In response to an instruction from the external device, the step of switching to a state in which an operation accepted by the operation unit can be transmitted to the operation data acquisition unit;
The processing program according to claim 1, for causing the computer to execute.
ユーザにより行われる操作を受け付ける操作部と、
前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得し、取得したデータを外部の装置へ送信する操作データ取得部と、
を備えることを特徴とする端末装置。
An operation unit that receives an operation performed by the user;
An operation data acquisition unit that acquires data related to an operation received by the operation unit as data in a format independent of the terminal, and transmits the acquired data to an external device;
A terminal device comprising:
端末装置と管理装置を有し、
前記端末装置は、ユーザにより行われる操作を受け付ける操作部と、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得し、取得したデータを前記管理装置へ送信する操作データ取得部と、を備え、
前記管理装置は、前記端末装置から受信された操作データを記録する記録部と、前記端末装置に対して、前記操作データ取得部を起動させるための制御信号を送信し、また、前記端末装置に対して、前記操作データ取得部の起動を終了させるための制御信号を送信する指示部と、を備える、
ことを特徴とする処理システム。
A terminal device and a management device;
The terminal device acquires an operation unit that receives an operation performed by a user and data related to the operation received by the operation unit as data in a format independent of the terminal, and transmits the acquired data to the management device An operation data acquisition unit
The management device transmits a control signal for starting the operation data acquisition unit to the recording device for recording the operation data received from the terminal device and the terminal device, and also transmits the control signal to the terminal device. On the other hand, an instruction unit that transmits a control signal for ending activation of the operation data acquisition unit,
A processing system characterized by that.
管理装置に備えられた指示部が、端末装置に対して、前記端末装置に備えられた操作データ取得部を起動させるための制御信号を送信し、
前記端末装置に備えられた操作部が、ユーザにより行われる操作を受け付け、
前記端末装置に備えられた前記操作データ取得部が、前記操作部により受け付けられた操作に関するデータを、端末に非依存なフォーマットのデータとして、取得し、取得したデータを前記管理装置へ送信し、
前記管理装置に備えられた記録部が、前記端末装置から受信された操作データを記録し、
前記管理装置に備えられた指示部が、前記端末装置に対して、前記操作データ取得部の起動を終了させるための制御信号を送信する、
ことを特徴とする処理方法。
The instruction unit provided in the management device transmits a control signal for starting the operation data acquisition unit provided in the terminal device to the terminal device,
The operation unit provided in the terminal device accepts an operation performed by a user,
The operation data acquisition unit provided in the terminal device acquires data related to the operation received by the operation unit as data in a format independent of the terminal, and transmits the acquired data to the management device.
The recording unit provided in the management device records the operation data received from the terminal device,
The instruction unit provided in the management device transmits a control signal for ending activation of the operation data acquisition unit to the terminal device.
A processing method characterized by the above.
JP2013004609A 2013-01-15 2013-01-15 Processing program, terminal device, processing system, and processing method Expired - Fee Related JP6059989B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013004609A JP6059989B2 (en) 2013-01-15 2013-01-15 Processing program, terminal device, processing system, and processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013004609A JP6059989B2 (en) 2013-01-15 2013-01-15 Processing program, terminal device, processing system, and processing method

Publications (2)

Publication Number Publication Date
JP2014137631A true JP2014137631A (en) 2014-07-28
JP6059989B2 JP6059989B2 (en) 2017-01-11

Family

ID=51415112

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013004609A Expired - Fee Related JP6059989B2 (en) 2013-01-15 2013-01-15 Processing program, terminal device, processing system, and processing method

Country Status (1)

Country Link
JP (1) JP6059989B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104598026A (en) * 2014-12-29 2015-05-06 广东欧珀移动通信有限公司 Sensor data processing method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050278728A1 (en) * 2004-06-15 2005-12-15 Microsoft Corporation Recording/playback tools for UI-based applications

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050278728A1 (en) * 2004-06-15 2005-12-15 Microsoft Corporation Recording/playback tools for UI-based applications

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104598026A (en) * 2014-12-29 2015-05-06 广东欧珀移动通信有限公司 Sensor data processing method and device

Also Published As

Publication number Publication date
JP6059989B2 (en) 2017-01-11

Similar Documents

Publication Publication Date Title
TWI592021B (en) Method, device, and terminal for generating video
JP6171319B2 (en) Information processing apparatus, information processing method, information processing system, and program
WO2018098912A1 (en) Recording and playing method for screen video, and screen recording terminal and playing terminal
EP2772903A1 (en) Electroacoustic signal emitter device and electroacoustic signal emitter method
TW201518933A (en) Testing device and testing method thereof
JP2008226257A (en) Preparation of image assigning file, and regeneration of image using same
JP2012243316A (en) Media file splitting method and device for the same
JP6289100B2 (en) Information processing apparatus, information processing method, and program
US9304612B2 (en) Off-screen input capture for mobile device
US20130293486A1 (en) Touch-based remote control
US20120050336A1 (en) Touch-based remote control
JP2008040537A (en) Gui test support system and application program for test support
TWI599956B (en) Transmission apparatus and system of using the same
TW201740275A (en) System and method for recording and replaying mouse behavior, recording medium and program product judging whether the cursor moves to an appointed image region block in the screen or a specific cursor coordinate or not
JP6359738B2 (en) Comment method for interactive contents and comment scenario replay method
US10972811B2 (en) Image processing device and image processing method
JP2015197694A (en) Portable terminal device and method of controlling the same
JP6852478B2 (en) Communication terminal, communication program and communication method
JP6059989B2 (en) Processing program, terminal device, processing system, and processing method
JP2013143044A (en) Program, information processing method and information processing apparatus
US8856251B2 (en) Picture processing method and apparatus for instant communication tool
US20180203556A1 (en) Display control system, display control method, and display device
CN105094633A (en) Method and device for transmitting control instruction
JP2012156600A (en) Remote operation system, and operation method of remote operation system
JP2007316647A (en) Creation of image designation file and reproduction of image using the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150806

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20150810

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160428

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160531

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160728

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20160729

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20161212

R150 Certificate of patent or registration of utility model

Ref document number: 6059989

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees