JP2017084186A - Operation recording reproduction program, operation reproduction program, operation reproduction method, and operation recording reproduction device - Google Patents

Operation recording reproduction program, operation reproduction program, operation reproduction method, and operation recording reproduction device Download PDF

Info

Publication number
JP2017084186A
JP2017084186A JP2015213371A JP2015213371A JP2017084186A JP 2017084186 A JP2017084186 A JP 2017084186A JP 2015213371 A JP2015213371 A JP 2015213371A JP 2015213371 A JP2015213371 A JP 2015213371A JP 2017084186 A JP2017084186 A JP 2017084186A
Authority
JP
Japan
Prior art keywords
information
recording
target object
hierarchy
objects
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
JP2015213371A
Other languages
Japanese (ja)
Other versions
JP6561775B2 (en
Inventor
真士 小林
Shinji Kobayashi
真士 小林
桃子 尾崎
Momoko Ozaki
桃子 尾崎
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2015213371A priority Critical patent/JP6561775B2/en
Publication of JP2017084186A publication Critical patent/JP2017084186A/en
Application granted granted Critical
Publication of JP6561775B2 publication Critical patent/JP6561775B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an operation recording reproduction method for improving accuracy of reproduction of an operation.SOLUTION: A recording processing unit detects an operation with respect to an object displayed on a screen (S601), acquires hierarchical information on the object on the basis of the detected object to be operated (S602), and retrieves the object to be operated and a discrimination target object subordinate to a common object and records operation recording information by applying index information for discriminating between the object to be operated and the discrimination target object and operation type information indicating a type of the operation to object specific information (S605-S617). A reproduction processing unit reads the recorded operation recording information and specifies an object which causes an operation on the basis of the object specific information and the index information, then generates an operation of a type according to the operation type information with respect to the specified object.SELECTED DRAWING: Figure 6

Description

本発明は、操作記録再生プログラム、操作再生プログラム、操作再生方法及び操作記録再生装置に関する。   The present invention relates to an operation recording / reproducing program, an operation reproducing program, an operation reproducing method, and an operation recording / reproducing apparatus.

従来では、コンピュータに対する操作内容を記録し、記録した操作内容を再生することで、操作を再現する技術が知られている。   2. Description of the Related Art Conventionally, a technique for reproducing an operation by recording an operation content for a computer and reproducing the recorded operation content is known.

また、従来では、操作画面において操作が行われた位置を示す座標情報と、操作により起動したプログラムを示す情報とを、操作内容として記録することが知られている。   Conventionally, it is known that coordinate information indicating a position where an operation is performed on an operation screen and information indicating a program started by the operation are recorded as operation contents.

特開2005−63279号公報Japanese Patent Laying-Open No. 2005-63279

従来の手法により記録された操作内容では、例えばアイコン等の操作の対象となる画面上のオブジェクトの表示領域に、記録された座標情報が含まれない場合、記録された操作が再現されない。また、従来の手法により記録された操作内容では、プログラムを起動させるために、どのオブジェクトに対してどのような操作がなされたかを特定できない。   In the operation content recorded by the conventional method, for example, when the recorded coordinate information is not included in the display area of the object on the screen as an operation target such as an icon, the recorded operation is not reproduced. In addition, the operation content recorded by the conventional method cannot specify what operation has been performed on which object in order to start the program.

このため、従来の手法では、操作内容を記録する際の表示画面の設定環境と、操作内容を再生する際の表示画面の設定環境とが異なる場合等には、記録された操作内容が正しく再生されない可能性がある。   For this reason, in the conventional method, when the setting environment of the display screen when recording the operation contents is different from the setting environment of the display screen when reproducing the operation contents, the recorded operation contents are correctly reproduced. It may not be.

1つの側面では、操作の再現の精度を向上させることが可能な操作記録再生プログラム、操作記録再生方法及び操作記録再生システムを提供することを目的としている。   An object of one aspect is to provide an operation recording / reproducing program, an operation recording / reproducing method, and an operation recording / reproducing system capable of improving the accuracy of operation reproduction.

1つの実施態様では、画面に表示されたオブジェクトに対する操作を検知し、検知された操作対象オブジェクトに基づいて、オブジェクトの階層情報を取得し、取得した前記階層情報に基づいて、前記操作対象オブジェクトと、共通のオブジェクトに従属する識別対象オブジェクトを検索し、前記操作対象オブジェクトと識別対象オブジェクトとを識別するインデックス情報を生成してオブジェクト特定情報に付与し、前記インデックス情報を付与した前記オブジェクト特定情報に、前記操作の種類を示す操作種類情報を、対応付けた操作記録情報を記録し、記録された前記操作記録情報を読み込み、前記オブジェクト特定情報と前記インデックス情報とに基づき、前記操作を発生させるオブジェクトを特定し、特定された前記オブジェクトに対して前記操作種類情報に従った種類の前記操作を発生させる、処理をコンピュータに実行させる。   In one embodiment, an operation on the object displayed on the screen is detected, hierarchical information of the object is acquired based on the detected operation target object, and the operation target object is acquired based on the acquired hierarchical information. The identification target object subordinate to the common object is searched, index information for identifying the operation target object and the identification target object is generated and assigned to the object specifying information, and the object specifying information to which the index information is added The operation type information indicating the type of the operation is recorded in the associated operation record information, the recorded operation record information is read, and the operation is generated based on the object specifying information and the index information. Identify the identified object Generating a type of the operation according to the operation type information for, to execute the processing to the computer.

上記各処理は、上記各処理を実現する機能部、上記各処理を手順としてコンピュータにより実行させる方法、プログラムを記憶したコンピュータ読み取り可能な記憶媒体とすることもできる。   Each of the above processes may be a functional unit that realizes each of the above processes, a method of causing each computer to execute each of the processes as a procedure, and a computer-readable storage medium that stores the program.

操作の再現の精度を向上させることができる。   The accuracy of operation reproduction can be improved.

操作内容の記録と再生について説明する図である。It is a figure explaining recording and reproduction | regeneration of operation content. 記録装置による操作記録情報の記録と、再生装置による操作記録情報の再生を説明する図である。It is a figure explaining recording of operation record information by a recording device, and reproduction of operation record information by a reproducing device. 記録装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of a recording device. 第一の実施形態の記録装置及び再生装置の機能構成を説明する図である。It is a figure explaining the functional structure of the recording device of 1st embodiment, and a reproducing | regenerating apparatus. オブジェクト情報を説明する図である。It is a figure explaining object information. 記録処理部の処理を説明するフローチャートである。It is a flowchart explaining the process of a recording process part. 操作記録情報の記述例を示す図である。It is a figure which shows the example of a description of operation recording information. 再生処理部の処理を説明するフローチャートである。It is a flowchart explaining the process of a reproduction | regeneration processing part. 存在チェックテーブルを説明する図である。It is a figure explaining an existence check table. インデックス情報が付与されていない操作記録情報の記述例を示す図である。It is a figure which shows the example of description of the operation record information to which index information is not provided. 第二の実施形態の記録再生装置の機能構成を説明する図である。It is a figure explaining the functional structure of the recording / reproducing apparatus of 2nd embodiment. 第三の実施形態の記録再生システムのシステム構成を示す図である。It is a figure which shows the system configuration | structure of the recording / reproducing system of 3rd embodiment.

(第一の実施形態)
以下に図面を参照して実施形態について説明する。図1は、操作内容の記録と再生について説明する図である。
(First embodiment)
Embodiments will be described below with reference to the drawings. FIG. 1 is a diagram for explaining recording and reproduction of operation contents.

本実施形態では、コンピュータ100において行われた操作の内容を、操作記録情報200として記録する。記録された操作記録情報200は、コンピュータ300−1、300−2において読み込まれ、記録された操作が再現される。   In the present embodiment, the content of the operation performed on the computer 100 is recorded as operation record information 200. The recorded operation record information 200 is read by the computers 300-1 and 300-2, and the recorded operation is reproduced.

本実施形態において、操作記録情報200として内容が記録される操作は、例えばコンピュータ100で繰り返し行わせたい操作や、コンピュータ300−1、300−2等の他のコンピュータで行わせたい操作等である。   In the present embodiment, the operation whose contents are recorded as the operation record information 200 is, for example, an operation that is to be repeatedly performed by the computer 100, an operation that is to be performed by another computer such as the computers 300-1 and 300-2, or the like. .

尚、図1では、操作記録情報200を再生するコンピュータを、コンピュータ300−1、300−2の2台としたが、操作記録情報200を再生するコンピュータの数は任意であって良い。以下の説明では、コンピュータ300−1、300−2を区別しない場合には、単にコンピュータ300と呼ぶ。   In FIG. 1, two computers 300-1 and 300-2 are used to reproduce the operation record information 200, but the number of computers that reproduce the operation record information 200 may be arbitrary. In the following description, when the computers 300-1 and 300-2 are not distinguished, they are simply referred to as the computer 300.

また、以下の説明では、操作の内容を操作記録情報200として記録するコンピュータ100を、記録装置100と呼び、操作記録情報200を再生するコンピュータ300を再生装置300と呼ぶ。   In the following description, the computer 100 that records the operation content as the operation record information 200 is referred to as a recording device 100, and the computer 300 that reproduces the operation record information 200 is referred to as a playback device 300.

本実施形態では、記録装置100において、操作記録情報200を記録することで、記録装置100で行われた操作を自動的に任意の数の再生装置300に行わせることができる。したがって、本実施形態によれば、例えば複数台のコンピュータに同一の設定を行う操作を実施する場合等には、1台の記録装置100において該当する操作を実施して操作記録情報200を記録し、この操作記録情報200を複数台のコンピュータに再生させれば良い。   In the present embodiment, by recording the operation record information 200 in the recording apparatus 100, an operation performed on the recording apparatus 100 can be automatically performed on any number of playback apparatuses 300. Therefore, according to the present embodiment, for example, when an operation for performing the same setting is performed on a plurality of computers, the corresponding operation is performed on one recording apparatus 100 to record the operation record information 200. The operation record information 200 may be reproduced by a plurality of computers.

また、本実施形態では、記録装置100と再生装置300とを別のコンピュータとしているが、これに限定されない。記録装置100と再生装置300とは、同一の装置であっても良い。この場合、例えば1台のコンピュータに複数回同じ操作を実行させたい場合等に、操作記録情報200を記録し、再生させれば良い。   In the present embodiment, the recording apparatus 100 and the playback apparatus 300 are separate computers, but the present invention is not limited to this. The recording device 100 and the playback device 300 may be the same device. In this case, for example, when it is desired to execute the same operation multiple times on one computer, the operation record information 200 may be recorded and reproduced.

尚、本実施形態の操作記録情報200は、例えば記録装置100において、外部の記憶装置や可搬型の記憶媒体等に記録されても良い。   Note that the operation record information 200 of the present embodiment may be recorded in an external storage device, a portable storage medium, or the like in the recording device 100, for example.

次に、本実施形態の記録装置100による操作記録情報200の記録と、再生装置300による操作記録情報200の再生について説明する。   Next, recording of the operation record information 200 by the recording apparatus 100 of the present embodiment and reproduction of the operation record information 200 by the reproduction apparatus 300 will be described.

本実施形態の記録装置100は、表示画面に表示されたオブジェクトを特定するオブジェクト特定情報と、特定されたオブジェクトに対して行われた操作の種類を示す操作種類情報と、を操作記録情報200として記録する。言い換えれば、本実施形態の操作記録情報200は、オブジェクト特定情報と、オブジェクト特定情報に対応付けられた操作種類情報とを含む。本実施形態におけるオブジェクトとは、画面上に選択可能な状態で表示され得るものであり、且つ操作の対象となる表示部品である。   The recording apparatus 100 according to the present embodiment uses object specifying information for specifying an object displayed on the display screen and operation type information indicating the type of operation performed on the specified object as operation recording information 200. Record. In other words, the operation record information 200 of the present embodiment includes object specifying information and operation type information associated with the object specifying information. The object in the present embodiment is a display component that can be displayed in a selectable state on the screen and is an operation target.

以下に、オブジェクト特定情報について説明する。   Below, object specific information is demonstrated.

本実施形態のオブジェクト特定情報は、操作対象とされたオブジェクトの階層を示す階層情報と、表示画面に表示された各オブジェクトの並び順を示すインデックス情報と、を含む。   The object specifying information of the present embodiment includes hierarchy information indicating the hierarchy of the object to be operated, and index information indicating the arrangement order of the objects displayed on the display screen.

本実施形態の階層情報は、デスクトップを最上位の階層としたとき、階層情報の取得対象とされたオブジェクトが所属する階層から最上位の階層までに、取得対象のオブジェクトが従属しているオブジェクトの名称と、取得対象のオブジェクトの名称と、を上位の階層にあるものから順に並べた情報である。つまり、本実施形態の階層情報は、操作対象のオブジェクトと、表示画面における他のオブジェクトとの関係を示す情報である。   In the hierarchical information of this embodiment, when the desktop is the highest hierarchy, the hierarchy of the object for which the acquisition target object is subordinate from the hierarchy to which the object for which the hierarchical information is acquired belongs to the highest hierarchy. This is information in which the name and the name of the object to be acquired are arranged in order from the upper level. That is, the hierarchical information of this embodiment is information indicating the relationship between the operation target object and other objects on the display screen.

インデックス情報とは、オブジェクトの名称に付与されるものであり、オブジェクトの属する階層の1階層上の階層における、該当するオブジェクトの並び順(配置)を示す。   The index information is given to the name of the object and indicates the arrangement order (arrangement) of the corresponding object in the hierarchy one level above the hierarchy to which the object belongs.

本実施形態のオブジェクトの名称は、記録装置100に搭載されたOS(Operating System)により取得されるオブジェクト情報に含まれる。オブジェクト情報は、オブジェクトの名称、種類、自身が従属するオブジェクトの名称、自身に従属しているオブジェクトの名称、その名称のオブジェクトの数等の情報が含まれる。   The name of the object of the present embodiment is included in object information acquired by an OS (Operating System) installed in the recording apparatus 100. The object information includes information such as the name and type of the object, the name of the object to which the object is subordinate, the name of the object that is subordinate to the object, and the number of objects with the name.

本実施形態の再生装置300は、操作記録情報200に含まれるオブジェクト特定情報に基づき、再生装置300の表示画面において、操作の対象となるオブジェクトを特定する。そして、再生装置300は、操作種類情報に基づき、特定されたオブジェクトに対して操作種類情報が示す種類の操作を発生させる。   The playback device 300 of this embodiment specifies an object to be operated on the display screen of the playback device 300 based on the object specifying information included in the operation record information 200. Then, based on the operation type information, the playback device 300 generates the type of operation indicated by the operation type information for the identified object.

したがって、本実施形態によれば、操作記録情報200の再生の際に、表示画面における操作対象のオブジェクトの表示位置に関わらず操作を再現でき、操作の再現の精度を向上させることができる。   Therefore, according to the present embodiment, when the operation record information 200 is reproduced, the operation can be reproduced regardless of the display position of the operation target object on the display screen, and the reproduction accuracy of the operation can be improved.

また、本実施形態によれば、操作記録情報200の再生の際に、操作内容を記録する際の表示画面の設定環境と、操作内容を再生する際の表示画面の設定環境とが異なる場合等でも、どのオブジェクトに何の操作が行われたかを特定できる。よって、本実施形態によれば、記録時の環境と再生時の環境の違いに影響を抑えることができ、汎用性を向上させることができる。   Further, according to the present embodiment, when the operation record information 200 is reproduced, the setting environment of the display screen when recording the operation content is different from the setting environment of the display screen when reproducing the operation content, etc. However, it is possible to specify what operation is performed on which object. Therefore, according to the present embodiment, it is possible to suppress the influence on the difference between the recording environment and the reproduction environment, and to improve versatility.

図2は、記録装置による操作記録情報の記録と、再生装置による操作記録情報の再生を説明する図である。   FIG. 2 is a diagram for explaining the recording of the operation record information by the recording device and the reproduction of the operation record information by the reproduction device.

図2では、記録装置100の表示画面101に表示されたオブジェクトに対して行われた操作の内容を記録する例を示している。表示画面101は、記録装置100のディスプレイ等に表示される。   FIG. 2 shows an example in which the content of an operation performed on an object displayed on the display screen 101 of the recording apparatus 100 is recorded. The display screen 101 is displayed on the display of the recording apparatus 100 or the like.

表示画面101は、記録装置100のデスクトップ画面であり、オブジェクト102−1〜107−1、102−2〜107−2が表示されている。オブジェクト102−1〜107−1、102−2〜107−2は、それぞれが選択可能であり、且つ操作の対象となり得る。   A display screen 101 is a desktop screen of the recording apparatus 100 and displays objects 102-1 to 107-1 and 102-2 to 107-2. Each of the objects 102-1 to 107-1 and 102-2 to 107-2 can be selected and can be an operation target.

オブジェクト102−1、102−2は、アプリケーション「XYZ」の起動により立ち上げられたウィンドウである。つまり、表示画面101は、同一名称のアプリケーション「XYZ」が複数立ち上げられた状態を示している。   The objects 102-1 and 102-2 are windows started up by starting up the application “XYZ”. That is, the display screen 101 shows a state in which a plurality of applications “XYZ” having the same name are launched.

オブジェクト103−1、103−2、104−1、104−2は、起動しているアプリケーション「XYZ」それぞれに対する操作を行うための表示部品である。   The objects 103-1, 103-2, 104-1, and 104-2 are display components for performing operations on each activated application “XYZ”.

オブジェクト103−1、104−1は、オブジェクト102−1の内部に表示された、オブジェクト102−1の1階層下の階層のオブジェクトであり、オブジェクト102−1に従属している。オブジェクト103−2、104−2は、オブジェクト102−2の内部に表示された、オブジェクト102−2の1階層下のオブジェクトであり、オブジェクト102−2に従属している。   The objects 103-1 and 104-1 are objects that are displayed in the object 102-1 and are one layer below the object 102-1 and are subordinate to the object 102-1. The objects 103-2 and 104-2 are objects one level below the object 102-2 displayed inside the object 102-2, and are subordinate to the object 102-2.

オブジェクト105−1、105−2は、それぞれが対応するウィンドウの最小化の要求を行うための表示部品である。オブジェクト106−1、106−2は、それぞれが対応するウィンドウを閉じる要求を行うための表示部品である。ウィンドウを閉じる要求とは、アプリケーション「XYZ」の終了の要求である。オブジェクト107−1、107−2は、それぞれが対応するウィンドウの最大化の要求を行うための表示部品である。   The objects 105-1 and 105-2 are display parts for requesting the minimization of the corresponding window. The objects 106-1 and 106-2 are display components for making a request to close the corresponding window. The request to close the window is a request to end the application “XYZ”. The objects 107-1 and 107-2 are display components for requesting the maximization of the corresponding window.

オブジェクト105−1、106−1、107−1は、オブジェクト102−1の内部に表示された表示部品であり、オブジェクト102−1の1階層下のオブジェクトである。オブジェクト105−2、106−2、107−2は、オブジェクト102−2の内部に表示された表示部品であり、オブジェクト102−2の1階層下のオブジェクトである。   The objects 105-1, 106-1 and 107-1 are display components displayed inside the object 102-1, and are objects one layer below the object 102-1. Objects 105-2, 106-2, and 107-2 are display components displayed inside the object 102-2, and are objects one layer below the object 102-2.

ここで、表示画面101に表示されたオブジェクトのうち、名称と種類が一致するオブジェクトについて考える。オブジェクトの名称とは、オブジェクト内に表示されたテキストデータである。オブジェクトの種類とは、例えばウィンドウ、ダイアログボックス、ボタン(最小化、最大化、閉じる等)、ラベル等を示す。   Here, of the objects displayed on the display screen 101, an object whose name and type match is considered. The name of the object is text data displayed in the object. Examples of object types include windows, dialog boxes, buttons (minimize, maximize, close, etc.), labels, and the like.

図2の例では、オブジェクト102−1、102−2は、同一のアプリケーション「XYZ」によって表示されるウィンドウであり、オブジェクトの名称と種類が一致する。   In the example of FIG. 2, the objects 102-1 and 102-2 are windows displayed by the same application “XYZ”, and the names and types of the objects match.

オブジェクト102−1には、オブジェクト103−1とオブジェクト104−1が表示されている。オブジェクト103−1とオブジェクト104−1のそれぞれは、名称が「OK」、種類が「ボタン」であり、両方ともオブジェクト102−1に従属しており、自身に従属するオブジェクトは存在しない。   In the object 102-1, an object 103-1 and an object 104-1 are displayed. Each of the object 103-1 and the object 104-1 has the name “OK” and the type “button”, and both are subordinate to the object 102-1, and there are no subordinate objects.

オブジェクト102−2には、オブジェクト103−2とオブジェクト104−2が表示されている。オブジェクト103−2とオブジェクト104−2のそれぞれは、名称が「OK」、種類が「ボタン」であり、両方ともオブジェクト102−2に従属しており、自身に従属するオブジェクトは存在しない。   In the object 102-2, an object 103-2 and an object 104-2 are displayed. Each of the object 103-2 and the object 104-2 has the name “OK” and the type “button”, both of which are subordinate to the object 102-2, and there is no object subordinate to itself.

したがって、オブジェクト102−1、102−2のそれぞれのオブジェクト情報は同一の情報となる。また、オブジェクト103−1、104−1、103−2、104−2のそれぞれのオブジェクト情報は、同一の情報となる。   Therefore, the object information of the objects 102-1 and 102-2 is the same information. Further, the object information of the objects 103-1, 104-1, 103-2, and 104-2 is the same information.

このため、例えば、表示画面101において、ポインタPによりオブジェクト103−2を選択してクリック操作を行い、その次にオブジェクト104−1を選択してクリック操作を行った場合、単にオブジェクト情報を取得しただけでは、オブジェクト103−2とオブジェクト104−1のオブジェクト情報が同一のものとなり、区別がつかなくなる。したがって、このオブジェクト情報を操作種類情報と対応付けて操作記録情報とした場合、再生装置300に操作を正しく再生させることができない。   For this reason, for example, when the object 103-2 is selected by the pointer P on the display screen 101 and the click operation is performed, and then the object 104-1 is selected and the click operation is performed, the object information is simply acquired. Alone, the object information of the object 103-2 and the object 104-1 becomes the same, and cannot be distinguished. Therefore, when this object information is associated with the operation type information and used as operation record information, the reproduction apparatus 300 cannot correctly reproduce the operation.

そこで、本実施形態の記録装置100は、表示画面に、操作対象とオブジェクト情報が同一となるオブジェクトが複数存在する場合、操作対象のオブジェクトの名称にインデックス情報を付与する。   Therefore, when there are a plurality of objects having the same object information as the operation target on the display screen, the recording apparatus 100 according to the present embodiment adds index information to the name of the operation target object.

そして、記録装置100は、インデックス情報が含むオブジェクト特定情報を、操作種類情報と共に操作記録情報200として記録する。   Then, the recording device 100 records the object specifying information included in the index information as the operation record information 200 together with the operation type information.

本実施形態では、インデックス情報を付与することで、操作対象のオブジェクトを表示画面上で一意に特定することができる。したがって、例えばオブジェクト103−2に対する操作の操作記録情報と、オブジェクト104−1に対する操作の操作記録情報とは異なるものとなり、これらの操作の操作記録情報を区別して記録することができる。   In the present embodiment, by adding index information, an operation target object can be uniquely specified on the display screen. Therefore, for example, the operation record information of the operation for the object 103-2 is different from the operation record information of the operation for the object 104-1, and the operation record information of these operations can be recorded separately.

また、以下の説明では、オブジェクト情報が一致するオブジェクト同士を、同一のオブジェクトと呼ぶ。   In the following description, objects having the same object information are referred to as the same object.

また、本実施形態の再生装置300は、操作記録情報200を再生する際に、再生装置300の表示画面において、操作対象となるオブジェクトと同一のオブジェクトの数が、記録装置100の表示画面における操作対象のオブジェクトと同一のオブジェクトの数と一致するか否かを判定する。   Further, when reproducing the operation record information 200, the reproduction apparatus 300 according to the present embodiment has the same number of objects as the operation target object on the display screen of the reproduction apparatus 300. It is determined whether or not the number of objects identical to the target object matches.

そして、本実施形態の再生装置300は、操作対象のオブジェクトと同一のオブジェクトの数が操作記録情報200と一致する場合に再生の処理を実行する。また、本実施形態の再生装置300は、操作対象のオブジェクトと同一のオブジェクトの数が一致しない場合は、エラーとして再生の処理を停止させる。再生装置300において、表示されるオブジェクトの数が記録時と異なる場合には、何らかの理由により操作が正しく再現されていないと考えられるからである。   Then, the playback apparatus 300 according to the present embodiment executes playback processing when the number of objects identical to the operation target object matches the operation record information 200. In addition, when the number of objects that are the same as the operation target object does not match, the playback device 300 of the present embodiment stops the playback process as an error. This is because in the playback apparatus 300, when the number of displayed objects is different from that at the time of recording, it is considered that the operation is not correctly reproduced for some reason.

以上のように、本実施形態の記録装置100は、操作記録情報200を記録する際に、画面上に同一のオブジェクトが複数存在する場合でも、操作対象とされたオブジェクトを区別して記録することができる。   As described above, when recording the operation record information 200, the recording apparatus 100 according to the present embodiment can distinguish and record an object that is an operation target even when there are a plurality of the same objects on the screen. it can.

また、本実施形態の再生装置300は、操作記録情報200を再生する際に、操作対象のオブジェクトと同一のオブジェクトが複数存在していても、記録時に操作対象とされたオブジェクトを特定し、そのオブジェクトに対する操作を再現することができる。   In addition, when reproducing the operation record information 200, the reproduction apparatus 300 according to the present embodiment specifies an object that is an operation target at the time of recording, even if there are a plurality of objects that are the same as the operation target object. Operations on objects can be reproduced.

よって、本実施形態によれば、操作の再現の精度を向上させることができる。   Therefore, according to the present embodiment, it is possible to improve the accuracy of operation reproduction.

次に、図3を参照して本実施形態の記録装置100と再生装置300のハードウェア構成について説明する。本実施形態の記録装置100と再生装置300のハードウェア構成は、同じであるため、図3では、記録装置のハードウェア構成について説明し、再生装置300のハードウェア構成の説明は省略する。   Next, the hardware configuration of the recording device 100 and the playback device 300 of this embodiment will be described with reference to FIG. Since the hardware configurations of the recording device 100 and the playback device 300 of the present embodiment are the same, the hardware configuration of the recording device will be described in FIG. 3, and the description of the hardware configuration of the playback device 300 will be omitted.

図3は、記録装置のハードウェア構成の一例を示す図である。本実施形態の記録装置100は、それぞれバスBで相互に接続されている入力装置11、出力装置12、ドライブ装置13、補助記憶装置14、メモリ装置15、演算処理装置16及びインターフェース装置17を含む。   FIG. 3 is a diagram illustrating an example of a hardware configuration of the recording apparatus. The recording apparatus 100 according to the present embodiment includes an input device 11, an output device 12, a drive device 13, an auxiliary storage device 14, a memory device 15, an arithmetic processing device 16, and an interface device 17 that are connected to each other via a bus B. .

入力装置11はキーボードやマウス等を含み、各種信号を入力するために用いられる。出力装置12はディスプレイ装置等を含み、各種ウィンドウやデータ等を表示するために用いられる。インターフェース装置17は、モデム、LANカード等を含み、ネットワークに接続する為に用いられる。   The input device 11 includes a keyboard and a mouse, and is used for inputting various signals. The output device 12 includes a display device and the like, and is used to display various windows and data. The interface device 17 includes a modem, a LAN card, and the like, and is used for connecting to a network.

操作記録再生プログラムは、記録装置100を制御する各種プログラムの少なくとも一部である。操作記録再生プログラムは例えば記録媒体18の配布やネットワークからのダウンロードなどによって提供される。操作記録再生プログラムを記録した記録媒体18は、CD−ROM、フレキシブルディスク、光磁気ディスク等の様に情報を光学的、電気的或いは磁気的に記録する記録媒体、ROM、フラッシュメモリ等の様に情報を電気的に記録する半導体メモリ等、様々なタイプの記録媒体を用いることができる。   The operation recording / reproducing program is at least a part of various programs for controlling the recording apparatus 100. The operation recording / playback program is provided by, for example, distribution of the recording medium 18 or downloading from a network. The recording medium 18 on which the operation recording / reproducing program is recorded is a recording medium on which information is optically, electrically or magnetically recorded, such as a CD-ROM, flexible disk, magneto-optical disk, ROM, flash memory, etc. Various types of recording media such as a semiconductor memory for electrically recording information can be used.

また、操作記録再生プログラムは、操作記録再生プログラムを記録した記録媒体18がドライブ装置13にセットされるとは記録媒体18からドライブ装置13を介して補助記憶装置14にインストールされる。ネットワークからダウンロードされた操作記録再生プログラムは、インターフェース装置17を介して補助記憶装置14にインストールされる。   The operation recording / reproducing program is installed from the recording medium 18 to the auxiliary storage device 14 via the drive device 13 when the recording medium 18 storing the operation recording / reproducing program is set in the drive device 13. The operation recording / playback program downloaded from the network is installed in the auxiliary storage device 14 via the interface device 17.

補助記憶装置14は、インストールされた操作記録再生プログラムを格納すると共に、必要なファイル、データ等を格納する。メモリ装置15は、コンピュータの起動時に補助記憶装置14から操作記録再生プログラムを読み出して格納する。そして、演算処理装置16はメモリ装置15に格納された操作記録再生プログラムに従って、後述するような各種処理を実現している。   The auxiliary storage device 14 stores the installed operation recording / reproducing program and also stores necessary files, data, and the like. The memory device 15 reads and stores the operation recording / reproducing program from the auxiliary storage device 14 when the computer is activated. The arithmetic processing unit 16 implements various processes as will be described later in accordance with the operation recording / reproducing program stored in the memory device 15.

また、本実施形態の記録装置100は、例えばタブレット型のコンピュータ等であっても良い。その場合、入力装置11及び出力装置12の代わりに、表示機能を有するタッチパネル等の表示操作装置を有していても良い。   Further, the recording apparatus 100 of the present embodiment may be a tablet computer, for example. In that case, instead of the input device 11 and the output device 12, a display operation device such as a touch panel having a display function may be provided.

次に、図4を参照して本実施形態の記録装置100と再生装置300の機能について説明する。   Next, functions of the recording apparatus 100 and the reproduction apparatus 300 of this embodiment will be described with reference to FIG.

図4は、第一の実施形態の記録装置及び再生装置の機能構成を説明する図である。本実施形態の記録装置100は、操作記録再生処理部110を有する。また、本実施形態の再生装置300は、操作記録再生処理部310を有する。   FIG. 4 is a diagram illustrating the functional configuration of the recording device and the playback device according to the first embodiment. The recording apparatus 100 according to this embodiment includes an operation recording / playback processing unit 110. In addition, the playback apparatus 300 of this embodiment includes an operation recording / playback processing unit 310.

本実施形態の操作記録再生処理部110は、記録装置100にインストールされた操作記録再生プログラムを演算処理装置16が実行することで実現される。   The operation recording / playback processing unit 110 of this embodiment is realized by the arithmetic processing device 16 executing an operation recording / playback program installed in the recording device 100.

また、本実施形態の操作記録再生処理部310は、再生装置300にインストールされた操作記録再生プログラムを、再生装置300の演算処理装置が実行することで実現される。   Further, the operation recording / playback processing unit 310 according to the present embodiment is realized by the operation processing device of the playback device 300 executing the operation record / playback program installed in the playback device 300.

ここで、本実施形態において、記録装置100と再生装置300のそれぞれにインストールされる操作記録再生プログラムは、同一のプログラムであって良い。   Here, in the present embodiment, the operation recording / reproducing program installed in each of the recording apparatus 100 and the reproducing apparatus 300 may be the same program.

記録装置100では、操作記録再生プログラムに含まれる記録プログラムを実行することで記録処理部120を実現し、コンピュータを記録装置100として動作させる。   In the recording apparatus 100, the recording processing unit 120 is realized by executing a recording program included in the operation recording / reproducing program, and the computer is operated as the recording apparatus 100.

また、再生装置300では、操作記録再生プログラムに含まれる再生プログラムを実行することで再生処理部330を実現し、コンピュータを再生装置300として動作させる。   Further, the playback apparatus 300 realizes the playback processing unit 330 by executing a playback program included in the operation recording / playback program, and causes the computer to operate as the playback apparatus 300.

始めに、本実施形態の記録装置100について説明する。本実施形態の記録装置100の操作記録再生処理部110は、記録処理部120、再生処理部130を有する。   First, the recording apparatus 100 of this embodiment will be described. The operation recording / playback processing unit 110 of the recording apparatus 100 according to the present embodiment includes a recording processing unit 120 and a playback processing unit 130.

本実施形態の記録処理部120は、操作検知部121、割込発生部122、オブジェクト情報取得部123、操作種類取得部124、階層情報取得部125、オブジェクト数判定部126、インデックス付与部127、操作記録部128を有する。   The recording processing unit 120 of the present embodiment includes an operation detection unit 121, an interrupt generation unit 122, an object information acquisition unit 123, an operation type acquisition unit 124, a hierarchy information acquisition unit 125, an object number determination unit 126, an index assignment unit 127, An operation recording unit 128 is included.

操作検知部121は、記録装置100において行われた操作を検知する。具体的には、本実施形態の操作検知部121は、記録装置100に搭載されたOSがクリック操作、ドラッグ操作、ドロップ操作を検知したことを示す通知を受け付け、操作を受け付けたことを割込発生部122へ通知する。   The operation detection unit 121 detects an operation performed on the recording apparatus 100. Specifically, the operation detection unit 121 according to the present embodiment receives a notification indicating that the OS installed in the recording apparatus 100 has detected a click operation, a drag operation, or a drop operation, and interrupts the reception of the operation. The generation unit 122 is notified.

本実施形態では、画面上の同一の座標において、マウスボタンのボタンダウンとボタンアップが検知されたとき、この操作はクリック操作として検知される。また、本実施形態では、マウスボタンのボタンダウン後に、ポインタが指し示す座標が移動した場合に、この操作はドラッグ操作として検知される。また、本実施形態では、ポインタが指し示す座標が移動した後のマウスボタンのボタンアップを検知したとき、この操作はドロップ操作として検知される。   In the present embodiment, when button down and button up of a mouse button are detected at the same coordinates on the screen, this operation is detected as a click operation. In the present embodiment, this operation is detected as a drag operation when the coordinate pointed to by the pointer moves after the mouse button is down. Further, in the present embodiment, when the button up of the mouse button is detected after the coordinates indicated by the pointer have moved, this operation is detected as a drop operation.

割込発生部122は、操作検知部121により検知対象の操作が検知されると、記録装置100に搭載されたOSに対して割り込みを発生させ、操作内容を記録する処理の実行を要求する。   When the operation detection unit 121 detects an operation to be detected by the operation detection unit 121, the interrupt generation unit 122 generates an interrupt for the OS installed in the recording apparatus 100 and requests execution of a process for recording the operation content.

オブジェクト情報取得部123は、割り込みが発生すると、ポインタが指し示しているオブジェクトに関するオブジェクト情報を取得する。   When an interrupt occurs, the object information acquisition unit 123 acquires object information regarding the object pointed to by the pointer.

具体的には、オブジェクト情報取得部123は、表示画面においてポインタが指し示している位置の座標情報を取得し、この座標情報を記録装置100に搭載されたOSに渡し、OSから座標情報と対応するオブジェクトのオブジェクト情報を受け取る。   Specifically, the object information acquisition unit 123 acquires coordinate information of the position pointed to by the pointer on the display screen, passes this coordinate information to the OS installed in the recording apparatus 100, and corresponds to the coordinate information from the OS. Receive object information for an object.

操作種類取得部124は、割り込みが発生すると、操作検知部121により検知された操作の種類を示す情報を取得する。   When an interruption occurs, the operation type acquisition unit 124 acquires information indicating the type of operation detected by the operation detection unit 121.

階層情報取得部125は、オブジェクトの階層情報を取得する。具体的には、階層情報取得部125は、階層情報の取得対象とされたオブジェクトについて、そのオブジェクトが従属している全てのオブジェクトの名称を取得する。つまり、階層情報取得部125は、階層情報の取得対象のオブジェクトが属する階層から1つ上の階層から最上位の階層(デスクトップ)に到達するまでに辿れる全てのオブジェクトの名称と、取得対象のオブジェクトの名称と、を階層情報として取得する。   The hierarchy information acquisition unit 125 acquires the hierarchy information of the object. Specifically, the hierarchy information acquisition unit 125 acquires the names of all the objects that the object is subordinate to for the object that is the acquisition target of the hierarchy information. That is, the hierarchy information acquisition unit 125 includes the names of all the objects that are traced from the hierarchy one level higher than the hierarchy to which the hierarchy information acquisition object belongs to the top hierarchy (desktop), and the acquisition target objects. Is acquired as hierarchical information.

オブジェクト数判定部126は、オブジェクト情報及び階層情報に基づき、表示画面上における、判定対象のオブジェクトと同一のオブジェクトの数を判定する。   The object number determination unit 126 determines the number of objects identical to the determination target object on the display screen based on the object information and the hierarchy information.

インデックス付与部127は、オブジェクト数判定部126により、表示画面上に同一のオブジェクトが複数存在すると判定されたとき、複数のオブジェクトのそれぞれの名称に、オブジェクトの並び順を示すインデックス情報を付与する。   When the object number determination unit 126 determines that there are a plurality of identical objects on the display screen, the index assignment unit 127 assigns index information indicating the arrangement order of the objects to the names of the plurality of objects.

操作記録部128は、オブジェクトの名称にインデックス情報を付与したオブジェクト特定情報を、操作種類情報と対応付けた操作記録情報200として記録する。また、本実施形態の操作記録部128は、記録処理の終了指示を受け付けたとき、記録の処理を終了する。   The operation recording unit 128 records object specifying information obtained by adding index information to the name of the object as operation recording information 200 associated with the operation type information. The operation recording unit 128 of this embodiment ends the recording process when receiving an instruction to end the recording process.

操作記録情報200は、例えば可搬型の記憶媒体210に記録される。記憶媒体210は、再生装置300において読取可能な記憶媒体であれば良い。   The operation record information 200 is recorded in, for example, a portable storage medium 210. The storage medium 210 may be any storage medium that can be read by the playback device 300.

次に、本実施形態の再生装置300について説明する。本実施形態の再生装置の操作記録再生処理部310は、記録処理部320、再生処理部330を有する。   Next, the playback device 300 of this embodiment will be described. The operation recording / playback processing unit 310 of the playback device according to the present embodiment includes a recording processing unit 320 and a playback processing unit 330.

本実施形態の再生装置300では、上述したように、再生処理部330が実現される。本実施形態の再生処理部330は、操作記録読込部331、操作種類特定部332、存在判定部333、オブジェクト数比較部334、オブジェクト特定部335、操作発生要求部336、テーブル格納部337を有する。   In the playback device 300 of this embodiment, the playback processing unit 330 is realized as described above. The reproduction processing unit 330 of this embodiment includes an operation record reading unit 331, an operation type specifying unit 332, an existence determining unit 333, an object number comparing unit 334, an object specifying unit 335, an operation generation requesting unit 336, and a table storage unit 337. .

操作記録読込部331は、記憶媒体210に格納された操作記録情報200を読み込む。操作種類特定部332は、操作記録情報200に含まれる操作種類情報から、特定したオブジェクトに対して行う操作の種類を特定する。   The operation record reading unit 331 reads the operation record information 200 stored in the storage medium 210. The operation type identification unit 332 identifies the type of operation performed on the identified object from the operation type information included in the operation record information 200.

存在判定部333は、再生装置300の表示画面上に、操作記録情報200が示すオブジェクトが存在するか否か(表示されているか否か)を判定する。存在判定部333は、再生装置300の表示画面上に該当するオブジェクトが存在しない場合、エラーとして操作記録情報200の再生を停止させる。   The presence determination unit 333 determines whether or not the object indicated by the operation record information 200 exists on the display screen of the playback device 300 (whether or not it is displayed). If there is no corresponding object on the display screen of the playback device 300, the presence determination unit 333 stops the playback of the operation record information 200 as an error.

オブジェクト数比較部334は、再生装置300の表示画面上に、操作記録情報200が示すオブジェクトが存在すると判定されたとき、操作記録情報200が示すオブジェクトの数と、表示画面上におけるこのオブジェクトの数と、を比較する。そして、オブジェクト数比較部334は、比較結果が一致しない場合には、エラーとして操作記録情報200の再生を停止させる。   When it is determined that the object indicated by the operation record information 200 exists on the display screen of the playback device 300, the object number comparison unit 334 determines the number of objects indicated by the operation record information 200 and the number of objects displayed on the display screen. And compare. Then, when the comparison result does not match, the object number comparison unit 334 stops the reproduction of the operation record information 200 as an error.

オブジェクト特定部335は、オブジェクト数比較部334による比較結果が一致したとき、操作記録情報200に含まれるオブジェクト特定情報に基づき、操作対象のオブジェクトに特定する。   When the comparison result by the object number comparison unit 334 matches, the object specifying unit 335 specifies an operation target object based on the object specifying information included in the operation record information 200.

操作発生要求部336は、再生装置300に搭載されたOSに対して、操作対象のオブジェクトに対して特定した操作を発生させるための操作発生要求を行う。再生装置300では、OSに対して操作発生要求を行うことで、OSの機能により要求した操作が発生し、操作記録情報200に記録された操作内容が再生装置300において再現される。   The operation generation request unit 336 makes an operation generation request for causing the OS installed in the playback apparatus 300 to generate the specified operation on the operation target object. In the reproduction apparatus 300, an operation generation request is made to the OS, so that the requested operation is generated by the function of the OS, and the operation content recorded in the operation record information 200 is reproduced in the reproduction apparatus 300.

テーブル格納部337は、存在判定部333の処理において参照されるテーブルを格納する。テーブル格納部337が格納するテーブルの詳細は後述する。   The table storage unit 337 stores a table referred to in the processing of the presence determination unit 333. Details of the table stored in the table storage unit 337 will be described later.

次に、図5を参照して、本実施形態のオブジェクト特定情報について説明する。図5は、オブジェクト情報を説明する図である。   Next, the object specifying information of this embodiment will be described with reference to FIG. FIG. 5 is a diagram for explaining object information.

図5では、図2に示す表示画面101に対する操作により取得されるオブジェクト特定情報を説明する。   In FIG. 5, object specifying information acquired by an operation on the display screen 101 shown in FIG. 2 will be described.

図2に示す表示画面101に表示された各オブジェクトのオブジェクト情報を示している。   The object information of each object displayed on the display screen 101 shown in FIG. 2 is shown.

オブジェクト情報112−1は、オブジェクト102−1のオブジェクト情報であり、オブジェクト情報112−2は、オブジェクト102−2のオブジェクト情報である。オブジェクト情報112−1、112−2のそれぞれは、オブジェクト102−1、102−2の名称と種類及びオブジェクト102−1、102−2に含まれるオブジェクトの名称とその数が含まれる。   The object information 112-1 is object information of the object 102-1, and the object information 112-2 is object information of the object 102-2. Each of the object information 112-1 and 112-2 includes the names and types of the objects 102-1 and 102-2 and the names and the numbers of the objects included in the objects 102-1 and 102-2.

本実施形態のオブジェクト102−1、102−2は、デスクトップ101Aを最上位の階層とした場合に、デスクトップ101Aの1つ下の階層のオブジェクトとなる。デスクトップ101Aは、オブジェクトではないため、オブジェクト102−1、102−2が従属しているオブジェクトは存在しない。よって、オブジェクト情報112−1、112−2には、オブジェクト102−1、102−2が従属するオブジェクトの名称は含まれない。   The objects 102-1 and 102-2 according to the present embodiment are objects in a hierarchy one level below the desktop 101A when the desktop 101A is the highest hierarchy. Since the desktop 101A is not an object, there is no object on which the objects 102-1 and 102-2 are subordinate. Therefore, the object information 112-1 and 112-2 do not include the names of the objects to which the objects 102-1 and 102-2 depend.

また、本実施形態のオブジェクト102−1、102−2には、それぞれにオブジェクト103−1、104−1とオブジェクト103−2、104−2が含まれる。したがって、オブジェクト情報112−1には、オブジェクト102−1に含まれる(従属する)103−1、104−1の名称が含まれる。また、オブジェクト情報112−1には、オブジェクト102−1に含まれるオブジェクトのうち、名称が一致するオブジェクトの個数が含まれる。   In addition, the objects 102-1 and 102-2 of the present embodiment include the objects 103-1 and 104-1 and the objects 103-2 and 104-2, respectively. Therefore, the object information 112-1 includes the names of 103-1 and 104-1 included (subordinate) in the object 102-1. The object information 112-1 includes the number of objects having the same name among the objects included in the object 102-1.

オブジェクト102−1、102−2は、両者ともアプリケーション「XYZ」により起動されるウィンドウである。よって、オブジェクト情報112−1、112−2のどちらも、名称「XYZ」、種類「ウィンドウ」を含む。また、オブジェクト102−1、102−2は、両者ともに、オブジェクトの名称が「OK」となるオブジェクトが2つずつ含まれる。このため、オブジェクト情報112−1、112−2のどちらも、含んでいるオブジェクトの名称「OK」と、個数「2」を含む。   Both of the objects 102-1 and 102-2 are windows activated by the application “XYZ”. Accordingly, both the object information 112-1 and 112-2 include the name “XYZ” and the type “window”. Each of the objects 102-1 and 102-2 includes two objects each having the object name “OK”. Therefore, both of the object information 112-1 and 112-2 include the name “OK” of the included object and the number “2”.

したがって、オブジェクト情報112−1、112−2は同一の情報となり、それぞれに同一の識別子が付与される。   Accordingly, the object information 112-1 and 112-2 are the same information, and are given the same identifier.

本実施形態の識別子とは、オブジェクトをデスクトップ101Aに表示させるときに、各オブジェクトのオブジェクト情報に付与される識別子である。この識別子は、アプリケーションXYZの実行によって付与され、画面の表示が遷移する度に新たに付与されるものであり、オブジェクト情報には含まれなくても良い。また、本実施形態では、同一のオブジェクト情報に対しては同一の識別子が付与される。以下の説明では、オブジェクト情報を識別するための識別子を、オブジェクトIDと呼ぶ。   The identifier of this embodiment is an identifier given to the object information of each object when the object is displayed on the desktop 101A. This identifier is given by the execution of the application XYZ, and is newly given every time the screen display changes, and may not be included in the object information. In the present embodiment, the same identifier is assigned to the same object information. In the following description, an identifier for identifying object information is referred to as an object ID.

オブジェクト情報113−1、114−1は、オブジェクト103−1、104−1のオブジェクト情報であり、オブジェクト103−1、104−1の名称と種類と及びオブジェクト103−1、104−1のそれぞれが従属するオブジェクトの名称が含まれる。また、オブジェクト103−1、104−1に含まれるオブジェクトは存在しない。したがって、オブジェクト情報113−1、114−1には、含まれるオブジェクトの名称と個数を示す情報は含まれない。   The object information 113-1, 114-1 is object information of the objects 103-1, 104-1. The names and types of the objects 103-1, 104-1 and the objects 103-1, 104-1 are respectively Contains the name of the subordinate object. In addition, there are no objects included in the objects 103-1 and 104-1. Therefore, the object information 113-1, 114-1 does not include information indicating the names and number of objects included.

オブジェクト103−1の名称は「OK」であり、種類は「ボタン」である。また、オブジェクト103−1は、オブジェクト102−1の内部に表示されたオブジェクト102−1に従属するオブジェクトであり、オブジェクト102−1の下の階層のオブジェクトとなる。   The name of the object 103-1 is “OK”, and the type is “button”. The object 103-1 is an object subordinate to the object 102-1 displayed inside the object 102-1, and is an object in a hierarchy below the object 102-1.

よって、オブジェクト情報113−1では、オブジェクト103−1の名称「OK」、種類「ボタン」に加え、オブジェクト103−1が従属するオブジェクト102−1の名称である「XYZ」を含む。   Therefore, the object information 113-1 includes “XYZ” that is the name of the object 102-1 on which the object 103-1 is subordinate, in addition to the name “OK” and the type “button” of the object 103-1.

オブジェクト104−1の名称は「OK」であり、種類は「ボタン」である。また、オブジェクト104−1は、オブジェクト102−1の内部に表示されているオブジェクトであり、オブジェクト102−1の下の階層のオブジェクトである。   The name of the object 104-1 is “OK”, and the type is “button”. The object 104-1 is an object displayed inside the object 102-1 and is an object below the object 102-1.

よって、オブジェクト情報114−1では、オブジェクト104−1の名称「OK」、種類「ボタン」、オブジェクト104−1が従属するオブジェクト102−1の名称である「XYZ」を含む。   Therefore, the object information 114-1 includes the name “OK” of the object 104-1, the type “button”, and “XYZ” that is the name of the object 102-1 on which the object 104-1 is subordinate.

すなわち、オブジェクト情報113−1、114−1は、同一の情報となる。したがって、オブジェクト情報113−1、114−1には、同一のオブジェクトIDが付与される。   That is, the object information 113-1 and 114-1 are the same information. Therefore, the same object ID is assigned to the object information 113-1, 114-1.

オブジェクト情報113−2、114−2は、オブジェクト103−2、104−2のオブジェクト情報であり、オブジェクト103−2、104−2の名称と種類と及びオブジェクト103−2、104−2のそれぞれが従属するオブジェクトの名称が含まれる。   The object information 113-2 and 114-2 are object information of the objects 103-2 and 104-2. The names and types of the objects 103-2 and 104-2 and the objects 103-2 and 104-2 are respectively Contains the name of the subordinate object.

したがって、オブジェクト情報113−2、114−2は、名称「OK」、種類「ボタン」、それぞれのオブジェクトが従属するオブジェクト102−2の名称である「XYZ」を含む。よって、オブジェクト情報113−2、114−2はそれぞれが同一の情報であり、さらに、オブジェクト情報113−1、114−1とも同一の情報となる。したがって、オブジェクト情報113−1、113−2、114−1、114−2には、同一のオブジェクトIDが付与される。   Therefore, the object information 113-2 and 114-2 includes the name “OK”, the type “button”, and “XYZ” that is the name of the object 102-2 on which each object is subordinate. Therefore, the object information 113-2 and 114-2 are the same information, and the object information 113-1 and 114-1 are also the same information. Therefore, the same object ID is assigned to the object information 113-1, 113-2, 114-1, 114-2.

本実施形態の記録装置100では、これらのオブジェクト情報に含まれるオブジェクトの名称に、そのオブジェクトの1つ上の階層における並び順(配置)を示す情報をインデックス情報として付与する。   In the recording apparatus 100 of the present embodiment, information indicating the arrangement order (arrangement) in the hierarchy one level higher than the object is added as index information to the names of the objects included in these object information.

例えば、オブジェクト102−1は、オブジェクト102−1の1つ上の階層のデスクトップ101Aにおいて、左側に配置され、オブジェクト102−2は、オブジェクト102−2の1つ上の階層のデスクトップ101Aにおいて、右側に配置されている(図2参照)。   For example, the object 102-1 is arranged on the left side of the desktop 101 </ b> A that is one level above the object 102-1, and the object 102-2 is the right side on the desktop 101 </ b> A that is one level above the object 102-2. (See FIG. 2).

そこで、本実施形態では、1つ上の階層において、左端に配置されたオブジェクトから順に、並び順を示す値をインデックス情報として付与する。   Therefore, in this embodiment, a value indicating the arrangement order is assigned as index information in order from the object arranged at the left end in the hierarchy one level above.

例えば、デスクトップ101Aには、同一のオブジェクト102−1、102−2が表示されており、オブジェクト102−1は左端に表示されている。   For example, the same object 102-1 and 102-2 are displayed on the desktop 101A, and the object 102-1 is displayed at the left end.

したがって、記録装置100は、例えばオブジェクト102−1の場合、オブジェクト102−1の名称に、インデックス情報として「インデックス値:0」を付与し、オブジェクト102−1のオブジェクト特定情報とする。   Therefore, for example, in the case of the object 102-1, the recording apparatus 100 assigns “index value: 0” as index information to the name of the object 102-1, thereby obtaining object specifying information of the object 102-1.

また、記録装置100は、オブジェクト102−2の場合、オブジェクト102−2の名称に、インデックス情報として「インデックス値:1」を付与し、オブジェクト102−2のオブジェクト特定情報とする。   Further, in the case of the object 102-2, the recording apparatus 100 adds “index value: 1” as index information to the name of the object 102-2, and sets it as object specifying information of the object 102-2.

同様に、記録装置100は、オブジェクト103−1の場合、オブジェクト103−1の1つ上の階層であるオブジェクト102−1における、オブジェクト103−1の並び順をインデックス情報として、オブジェクト103−1の名称に付与する。   Similarly, in the case of the object 103-1, the recording apparatus 100 uses the arrangement order of the objects 103-1 in the object 102-1 that is one layer above the object 103-1, and uses the order of the objects 103-1 as index information. Give to the name.

オブジェクト102−1には、オブジェクト103−1と同一のオブジェクトであるオブジェクト104−1が存在する。また、オブジェクト103−1は、オブジェクト102−1において左端に表示されている。よって、記録装置100は、オブジェクト103−1の名称に、インデックス情報として「インデックス値:0」を付与し、オブジェクト103−1のオブジェクト特定情報とする。   The object 102-1 includes an object 104-1 that is the same object as the object 103-1. The object 103-1 is displayed at the left end of the object 102-1. Therefore, the recording apparatus 100 assigns “index value: 0” as index information to the name of the object 103-1, and sets the object specifying information of the object 103-1.

また、本実施形態の記録装置100は、オブジェクトの1階層上に、同一の他のオブジェクトが存在しない場合には、このオブジェクトの名称に、インデックス情報として「インデックス値:0」を付与する。   The recording apparatus 100 according to the present embodiment assigns “index value: 0” as index information to the name of the object when the same other object does not exist on one layer of the object.

以上のように、本実施形態の記録装置100は、操作記録情報200を記録する際に、オブジェクトの名称に、インデックス情報を付与することで、同一のオブジェクトが複数存在する場合でも再生装置300に操作対象のオブジェクトを特定させることができる。   As described above, the recording apparatus 100 according to the present embodiment adds index information to the name of the object when recording the operation record information 200, so that even when there are a plurality of identical objects, The object to be operated can be specified.

以下に、図6を参照して本実施形態の記録装置100の記録処理部120の処理について説明する。図6は、記録処理部の処理を説明するフローチャートである。   Hereinafter, processing of the recording processing unit 120 of the recording apparatus 100 according to the present embodiment will be described with reference to FIG. FIG. 6 is a flowchart for explaining the processing of the recording processing unit.

本実施形態の記録装置100の記録処理部120は、操作検知部121により、操作を検知し、割込発生部122により割込を発生させ、表示画面において操作を受け付けた位置の座標を示す座標情報を取得する。また、記録処理部120は、操作種類取得部124により、操作検知部121が検知した操作の種類を示す操作種類情報を取得する(ステップS601)。   The recording processing unit 120 of the recording apparatus 100 according to the present embodiment detects the operation by the operation detection unit 121, generates an interrupt by the interrupt generation unit 122, and indicates the coordinates of the position where the operation is received on the display screen. Get information. In addition, the recording processing unit 120 acquires operation type information indicating the type of operation detected by the operation detection unit 121 by the operation type acquisition unit 124 (step S601).

続いて、記録処理部120は、オブジェクト情報取得部123により、取得した座標情報と対応する位置にあるオブジェクトのオブジェクト情報と、オブジェクト情報に付与されたオブジェクトIDをOSから取得する。さらに、記録処理部120は、階層情報取得部125により、座標情報と対応する位置にあるオブジェクトの階層情報をOSから取得する(ステップS602)。取得した座標情報と対応する位置にあるオブジェクトは、操作対象のオブジェクトである。   Subsequently, the recording processing unit 120 uses the object information acquisition unit 123 to acquire the object information of the object at the position corresponding to the acquired coordinate information and the object ID given to the object information from the OS. Further, the recording processing unit 120 uses the hierarchy information acquisition unit 125 to acquire the hierarchy information of the object at the position corresponding to the coordinate information from the OS (step S602). An object at a position corresponding to the acquired coordinate information is an operation target object.

続いて、記録処理部120は、階層情報取得部125により、階層情報に基づき、操作対象のオブジェクトからデスクトップまでの階層数を取得し、取得した階層数をmaxとする(ステップS603)。   Subsequently, the recording processing unit 120 acquires the number of layers from the operation target object to the desktop based on the layer information by the layer information acquisition unit 125, and sets the acquired number of layers to max (step S603).

続いて、記録処理部120は、操作対象のオブジェクトを問い合わせ対象のオブジェクトに設定し(ステップS604)、変数n=1とする(ステップS605)。続いて、記録処理部120は、記録装置100の有する作業用の記憶領域を初期化する(ステップS606)。作業用の記憶領域とは、例えば記録装置100の有するメモリ装置15等に設けられた所定の記憶領域である。   Subsequently, the recording processing unit 120 sets the operation target object as the inquiry target object (step S604), and sets the variable n = 1 (step S605). Subsequently, the recording processing unit 120 initializes a working storage area of the recording apparatus 100 (step S606). The working storage area is a predetermined storage area provided in, for example, the memory device 15 included in the recording apparatus 100.

続いて、記録処理部120は、オブジェクト情報取得部123により、階層情報を参照し、問い合わせ対象のオブジェクトの1階層上のオブジェクトのオブジェクト情報と、そのオブジェクトIDとを取得する(ステップS607)。続いて、記録処理部120は、オブジェクト数判定部126により、ステップS607で取得したオブジェクト情報に、問い合わせ対象のオブジェクトの名称がいくつあるか、判定する(ステップS608)。   Subsequently, the recording processing unit 120 refers to the hierarchy information by using the object information acquisition unit 123, and acquires the object information of the object one layer higher than the object to be queried and the object ID (step S607). Subsequently, the recording processing unit 120 uses the object number determination unit 126 to determine how many names of objects to be queried exist in the object information acquired in step S607 (step S608).

続いて、記録処理部120は、オブジェクト数判定部126により、該当するオブジェクトの名称が1つであるか否かを判定する(ステップS609)。   Subsequently, the recording processing unit 120 uses the object number determination unit 126 to determine whether or not the name of the corresponding object is one (step S609).

つまり、オブジェクト数判定部126は、問い合わせ対象のオブジェクトと同じ名称のオブジェクトが、1階層上のオブジェクトに複数存在しているか否かを判定している。言い換えれば、オブジェクト数判定部126は、問い合わせ対象のオブジェクトと、共通するオブジェクトに従属しているオブジェクトの数を判定している。   That is, the object number determination unit 126 determines whether or not there are a plurality of objects having the same name as the object to be inquired in the object on one layer. In other words, the object number determination unit 126 determines the number of objects subordinate to the object to be queried and the common object.

ステップS609において、該当するオブジェクトの数が1つであった場合、記録処理部120は、インデックス付与部127により、「インデックス値:0」のインデックス情報をステップS602で取得した問い合わせ対象のオブジェクトの名称に付与し(ステップS610)、後述するステップS613へ進む。   If the number of corresponding objects is one in step S609, the recording processing unit 120 uses the index assigning unit 127 to obtain the name of the inquiry target object obtained in step S602 for the index information “index value: 0”. (Step S610), and the process proceeds to step S613 to be described later.

ステップS609において、該当するオブジェクトの数が1つでない場合、つまり2つ以上であった場合、記録処理部120は、インデックス付与部127により、複数存在した同一名称のオブジェクトのオブジェクト情報に付与されたオブジェクトIDを抽出する(ステップS611)。   In step S609, when the number of corresponding objects is not one, that is, when the number is two or more, the recording processing unit 120 is assigned to the object information of the plurality of objects having the same name by the index assigning unit 127. An object ID is extracted (step S611).

続いて、インデックス付与部127は、抽出したオブジェクトIDのうち、問い合わせ対象のオブジェクトのオブジェクト情報に付与されたオブジェクトIDと一致するオブジェクトIDを特定する。そして、インデックス付与部127は、特定されたオブジェクトIDが付与されたオブジェクト情報が示すオブジェクトの並び順を判定し、並び順に応じたインデックス情報を付与する(ステップS612)。つまり、インデックス値は、問い合わせ対象(操作対象)のオブジェクトと、共通のオブジェクトに従属している他のオブジェクト(識別対象オブジェクト)とを識別するための情報である。   Subsequently, the index assigning unit 127 identifies an object ID that matches the object ID assigned to the object information of the object to be queried among the extracted object IDs. Then, the index assigning unit 127 determines the arrangement order of the objects indicated by the object information to which the specified object ID is assigned, and assigns index information according to the arrangement order (step S612). That is, the index value is information for identifying an object to be queried (operation target) and another object (identification target object) subordinate to the common object.

続いて、記録処理部120は、作業用の記憶領域へ、インデックス情報と、問い合わせ対象のオブジェクトの名称とを対応付けて、記憶(保持)させる(ステップS613)。   Subsequently, the recording processing unit 120 stores (holds) the index information and the name of the query target object in association with each other in the work storage area (step S613).

続いて、記録処理部120は、問い合わせ対象のオブジェクトの1階層上のオブジェクトを問い合わせ対象とし(ステップS614)、変数nの値をn+1とする(ステップS615)。   Subsequently, the recording processing unit 120 sets the object one layer higher than the inquiry target object as the inquiry target (step S614), and sets the value of the variable n to n + 1 (step S615).

続いて、記録処理部120は、nの値がMaxより大きいか否かを判定する(ステップS616)。ステップS616において、nの値がMax以下である場合、記録処理部120は、ステップS607へ戻る。   Subsequently, the recording processing unit 120 determines whether or not the value of n is larger than Max (step S616). In step S616, when the value of n is Max or less, the recording processing unit 120 returns to step S607.

ステップS616において、nの値がMaxより大きい場合、記録処理部120は、作業用の記憶領域に格納された情報をオブジェクト特定情報とし、操作種類情報と対応付けた操作記録情報200として記憶媒体210に記録する(ステップS617)。続いて記録処理部120は、記録処理の終了指示を受け付けたか否かを判定する(ステップS618)。ステップS618において、終了指示を受け付けない場合、記録処理部120は、ステップS601へ戻る。   In step S616, when the value of n is larger than Max, the recording processing unit 120 uses the information stored in the work storage area as the object specifying information, and stores it as operation recording information 200 associated with the operation type information. (Step S617). Subsequently, the recording processing unit 120 determines whether an instruction to end the recording process has been received (step S618). If the end instruction is not accepted in step S618, the recording processing unit 120 returns to step S601.

ステップS618において、終了指示を受け付けた場合、記録処理部120は処理を終了する。   If an end instruction is accepted in step S618, the recording processing unit 120 ends the process.

尚、本実施形態では、ステップS610において、問い合わせ対象オブジェクトと名称が一致するオブジェクトが1つであった場合にもインデックス値を付与するものとしたが、
これに限定されない。問い合わせ対象オブジェクトと名称が一致し、且つ共通する一階層上のオブジェクトに従属する他のオブジェクトが存在しない場合、インデックス値は付与されなくても良い。
In this embodiment, in step S610, the index value is assigned even when there is one object whose name matches the query target object.
It is not limited to this. When there is no other object subordinate to the object on the same hierarchy as the name of the object to be inquired, the index value may not be given.

図7は、インデックス情報が付与された操作記録情報の記述例を示す図である。図7に示す記述71では、表示画面101においてオブジェクト103−2をクリックする操作の操作記録情報と、オブジェクト104−1をクリックする操作の操作記録情報とを記述した例である。尚、本実施形態では、記述<Operation>から記述</Operation>までを1回の操作を示す記述とする。   FIG. 7 is a diagram illustrating a description example of operation record information to which index information is added. The description 71 shown in FIG. 7 is an example in which operation record information of an operation of clicking the object 103-2 on the display screen 101 and operation record information of an operation of clicking the object 104-1 are described. In the present embodiment, the description <Operation> to the description </ Operation> is a description indicating one operation.

記述71において、記述200−1は、表示画面101においてオブジェクト103−2をクリックする操作の操作記録情報であり、記述200−2は、表示画面101においてオブジェクト104−1をクリックする操作の操作記録情報である。   In the description 71, a description 200-1 is operation record information of an operation of clicking the object 103-2 on the display screen 101, and a description 200-2 is an operation record of an operation of clicking the object 104-1 on the display screen 101. Information.

記述200−1の記述21は、オブジェクト103−2を特定するオブジェクト特定情報であり、記述22は操作種類情報である。   The description 21 of the description 200-1 is object specifying information for specifying the object 103-2, and the description 22 is operation type information.

オブジェクト103−2の1階層上のオブジェクトはオブジェクト102−2である。また、オブジェクト102−2には、オブジェクト103−2と、名称とオブジェクトIDが一致するオブジェクト104−2が存在し、オブジェクト103−2は、左端に配置されている。したがって、オブジェクト103−2の名称には、インデックス情報「インデックス値:0」が付与される。   The object on the first layer of the object 103-2 is the object 102-2. In addition, the object 102-2 includes an object 103-2 and an object 104-2 whose name and object ID match, and the object 103-2 is arranged at the left end. Therefore, index information “index value: 0” is given to the name of the object 103-2.

また、オブジェクト102−2の1階層上のデスクトップ101Aには、オブジェクト102−2の名称とオブジェクトIDが一致するオブジェクト102−1が存在し、オブジェクト102−2は、左端から2番目に配置されている。したがって、オブジェクト102−2の名称には、インデックス情報「インデックス値:1」が付与される。   In addition, in the desktop 101A that is one layer above the object 102-2, there is an object 102-1 having the same object ID as the object 102-2, and the object 102-2 is arranged second from the left end. Yes. Therefore, index information “index value: 1” is given to the name of the object 102-2.

また、本実施形態の記述21では、上位の階層から下位の階層に向かって、上位の階層にあるオブジェクトから順に名称が記述されている。この記述が、本実施形態の階層情報である。   Further, in the description 21 of the present embodiment, names are described in order from the object in the upper hierarchy from the upper hierarchy to the lower hierarchy. This description is the hierarchical information of this embodiment.

すなわち、記述21は、階層情報であるオブジェクト102−2の名称「XYZ」と、インデックス情報である「インデックス値:1」とが対応付けられた記述21−1と、記述21−1の次の階層を示す階層情報であるオブジェクト103−2の名称「OK」と、インデックス情報と「インデックス値:0」が対応付けられた記述21−2と、を含む。   That is, the description 21 includes a description 21-1 in which the name “XYZ” of the object 102-2 that is the hierarchy information is associated with the “index value: 1” that is the index information, and the description 21-1 next to the description 21-1. It includes the name “OK” of the object 103-2 which is hierarchical information indicating the hierarchy, and a description 21-2 in which the index information and “index value: 0” are associated with each other.

言い換えれば、本実施形態のオブジェクト特定情報は、表示画面における操作対象のオブジェクトと、他のオブジェクトとの関係を示す階層情報と、操作対象のオブジェクトの並び順を示すインデックス情報とが対応付けられた情報である。   In other words, the object specifying information of the present embodiment is associated with the operation target object on the display screen, hierarchical information indicating the relationship between other objects, and index information indicating the arrangement order of the operation target objects. Information.

そして、インデックス特定情報である記述21は、操作の種類「click」を示す操作種類情報である記述22と対応付けられている。   The description 21 that is index specifying information is associated with the description 22 that is operation type information indicating the operation type “click”.

したがって、本実施形態の記述200−1によれば、デスクトップ101Aの左から2つ目のXYZアプリケーションのウィンドウに表示された2つのOKボタンのうち、左側のOKボタンがクリックされたことがわかる。   Therefore, according to the description 200-1 of the present embodiment, it can be seen that the left OK button is clicked among the two OK buttons displayed in the second XYZ application window from the left of the desktop 101A.

記述200−2の記述23は、オブジェクト104−1を特定するオブジェクト特定情報であり、記述23は操作種類情報である。   The description 23 of the description 200-2 is object specifying information for specifying the object 104-1, and the description 23 is operation type information.

オブジェクト103−1の1階層上のオブジェクトはオブジェクト102−1である。また、オブジェクト102−1には、オブジェクト104−1と、名称とオブジェクトIDが一致するオブジェクト103−1が存在し、オブジェクト104−1は、左端から2番目に配置されている。したがって、オブジェクト104−1の名称には、インデックス情報「インデックス値:1」が付与される。   The object on one level of the object 103-1 is the object 102-1. In addition, the object 102-1 includes the object 104-1 and the object 103-1 having the same name and object ID, and the object 104-1 is arranged second from the left end. Therefore, index information “index value: 1” is given to the name of the object 104-1.

また、オブジェクト102−1の1階層上のデスクトップ101Aには、オブジェクト102−1の名称とオブジェクトIDが一致するオブジェクト102−2が存在し、オブジェクト102−1は、左端に配置されている。したがって、オブジェクト102−1の名称には、インデックス情報「インデックス値:0」が付与される。   Further, on the desktop 101A one layer above the object 102-1, there is an object 102-2 in which the name of the object 102-1 matches the object ID, and the object 102-1 is arranged at the left end. Therefore, index information “index value: 0” is given to the name of the object 102-1.

本実施形態の記述23は、オブジェクト102−1の名称「XYZ」と、「インデックス値:0」が対応付けられた記述23−1と、記述23−1の次に記述された、オブジェクト104−1の名称「OK」と、「インデックス値:1」が対応付けられた記述23−2と、を含む。そして、記述24は、操作の種類「click」を示す操作種類情報を示す記述24と対応付けられている。   The description 23 of the present embodiment includes a description 23-1 in which the name “XYZ” of the object 102-1 is associated with “index value: 0”, and an object 104-described next to the description 23-1. 1 name “OK” and a description 23-2 associated with “index value: 1”. The description 24 is associated with the description 24 indicating the operation type information indicating the operation type “click”.

したがって、本実施形態の記述200−2によれば、デスクトップ101Aの一番左のXYZアプリケーションのウィンドウに表示された2つのOKボタンのうち、右側のOKボタンがクリックされたことがわかる。   Therefore, according to the description 200-2 of this embodiment, it can be seen that the right OK button is clicked out of the two OK buttons displayed in the leftmost XYZ application window of the desktop 101A.

次に、図8を参照して、本実施形態の再生装置300による操作記録情報200の再生について説明する。図8は、再生処理部330の処理を説明するフローチャートである。   Next, with reference to FIG. 8, the reproduction of the operation record information 200 by the reproduction apparatus 300 of the present embodiment will be described. FIG. 8 is a flowchart for explaining the processing of the reproduction processing unit 330.

本実施形態の再生処理部330は、操作記録読込部331により、操作記録情報200を読み込む(ステップS801)。続いて、再生処理部330は、操作記録情報200における操作の数(回数)をnMaxに設定し(ステップS802)、変数nに1を設定する(ステップS803)。   The reproduction processing unit 330 of the present embodiment reads the operation record information 200 by the operation record reading unit 331 (step S801). Subsequently, the reproduction processing unit 330 sets the number (number of times) of operations in the operation record information 200 to nMax (step S802), and sets 1 to the variable n (step S803).

続いて、再生処理部330は、存在判定部333により、n番目の操作の操作記録情報からオブジェクト特定情報を抽出する(ステップS804)。続いて、再生処理部330は、操作種類特定部332により、n番目の操作の操作記録情報から操作種類情報を抽出する(ステップS805)。   Subsequently, the reproduction processing unit 330 causes the presence determination unit 333 to extract object specifying information from the operation record information of the nth operation (step S804). Subsequently, the reproduction processing unit 330 extracts the operation type information from the operation record information of the nth operation by the operation type specifying unit 332 (step S805).

続いて、再生処理部330は、存在判定部333により、オブジェクト特定情報により示される階層数をkMaxとする(ステップS806)。続いて、再生処理部330は、存在判定部333により、テーブル格納部337が格納する存在チェックテーブルにデスクトップを設定し(ステップS807)、変数kの値を1に設定する(ステップS808)。   Subsequently, the reproduction processing unit 330 causes the presence determination unit 333 to set the number of hierarchies indicated by the object specifying information to kMax (step S806). Subsequently, the reproduction processing unit 330 sets the desktop in the presence check table stored in the table storage unit 337 by the presence determination unit 333 (step S807), and sets the value of the variable k to 1 (step S808).

続いて、再生処理部330は、存在判定部333により、抽出したオブジェクト特定情報から、デスクトップからk階層下のオブジェクトまでを着目オブジェクトとし、着目オブジェクトのオブジェクト情報を取得する(ステップS809)。   Subsequently, the reproduction processing unit 330 obtains object information of the target object from the extracted object specifying information by using the presence determination unit 333 as a target object from the desktop to the object under the k hierarchy (step S809).

続いて、再生処理部330は、存在判定部333により、取得したオブジェクト情報に基づき、着目オブジェクトが、存在チェックテーブルに設定された階層に従属しているか否かを判定する(ステップS810)。   Subsequently, the reproduction processing unit 330 determines whether the object of interest is subordinate to the hierarchy set in the presence check table based on the acquired object information by the presence determination unit 333 (step S810).

ステップS810において、着目オブジェクトが従属していない場合(ステップS811)、再生処理部330は、エラーと判定し(ステップS812)、操作記録情報200の再生を中止して処理を終了する。尚、本実施形態の再生処理部330は、エラーと判定した場合、その旨のメッセージ等を再生装置300に表示させても良い。   In step S810, when the object of interest is not subordinate (step S811), the reproduction processing unit 330 determines that there is an error (step S812), stops reproduction of the operation record information 200, and ends the process. If the reproduction processing unit 330 of this embodiment determines that an error has occurred, the reproduction apparatus 300 may display a message or the like to that effect.

ステップS810において、着目オブジェクトが従属してする場合(ステップS811)、再生処理部330は、オブジェクト数比較部334により、ステップS809で取得したオブジェクト情報の数と、オブジェクト特定情報のデスクトップからk階層下のオブジェクトの名称に付与されたインデックス値に1を加算した値と、を比較する(ステップS813)。   In step S810, when the object of interest is dependent (step S811), the reproduction processing unit 330 uses the object number comparison unit 334 to obtain the number of object information acquired in step S809 and the desktop of the object specifying information from the kth level below. A value obtained by adding 1 to the index value assigned to the name of the object is compared (step S813).

具体的には、オブジェクト数比較部334は、再生装置300に表示されている画面において、操作対象となるオブジェクトと同一のオブジェクトが、操作記録情報200において操作対象とされたオブジェクトの数と同じ数存在しているか否かを判定している。   Specifically, the object number comparison unit 334 has the same number of objects as the operation target in the screen displayed on the playback device 300 as the number of objects set as the operation target in the operation record information 200. It is determined whether or not it exists.

再生処理部330は、オブジェクト数比較部334により、着目オブジェクトのオブジェクト情報の数が、インデックス値に1を加算した値より大きいと判定された場合(ステップS814)、ステップS812へ進む。   When the object number comparison unit 334 determines that the number of object information of the object of interest is larger than the value obtained by adding 1 to the index value (step S814), the reproduction processing unit 330 proceeds to step S812.

再生処理部330は、オブジェクト数比較部334により、着目オブジェクトのオブジェクト情報の数が、インデックス値に1を加算した値以下と判定された場合(ステップS814)、オブジェクト特定情報における、デスクトップからk階層下のオブジェクトの名称とインデックス値とを存在チェックテーブルへ保持させる(ステップS815)。   When the object number comparison unit 334 determines that the number of object information of the object of interest is equal to or less than the value obtained by adding 1 to the index value (step S814), the reproduction processing unit 330 has k layers from the desktop in the object specifying information. The name and index value of the lower object are held in the existence check table (step S815).

続いて、再生処理部330は、変数kの値をk+1に設定し(ステップS816)、kの値がkMaxより大きい否かを判定する(ステップS817)。   Subsequently, the reproduction processing unit 330 sets the value of the variable k to k + 1 (step S816), and determines whether or not the value of k is greater than kMax (step S817).

ステップS817において、kの値がkMax以下である場合、再生処理部330は、ステップS809に戻る。   In step S817, when the value of k is equal to or less than kMax, the reproduction processing unit 330 returns to step S809.

ステップS817において、kの値がkMaxより大きい場合、再生処理部330は、存在チェックテーブルに保持されたオブジェクト特定情報を読み取る(ステップS818)。尚、ステップS818において存在チェックテーブルに保持されたオブジェクト特定情報は、操作記録情報から読み取ったオブジェクト特定情報と同じものである。   In step S817, when the value of k is larger than kMax, the reproduction processing unit 330 reads the object specifying information held in the existence check table (step S818). Note that the object identification information held in the presence check table in step S818 is the same as the object identification information read from the operation record information.

存在チェックテーブルに保持されたオブジェクト特定情報は、再生装置300の表示画面において、オブジェクト特定情報に含まれるインデックス情報の通りに、オブジェクト特定情報に含まれる名称のオブジェクトが配置されていることが確認されたものである。   The object identification information held in the presence check table is confirmed on the display screen of the playback device 300 that the object having the name included in the object identification information is arranged according to the index information included in the object identification information. It is a thing.

続いて、再生処理部330は、操作発生要求部336により、読み取ったオブジェクト特定情報により特定されたオブジェクトに対し、操作種類情報が示す種類の操作を発生させる(ステップS819)。   Subsequently, the reproduction processing unit 330 causes the operation generation request unit 336 to generate the type of operation indicated by the operation type information for the object specified by the read object specifying information (step S819).

続いて、再生処理部330は、変数nの値をn+1に設定し(ステップS820)、nの値がnMaxより大きいか否かを判定する(ステップS821)。ステップS821において、nの値がnMax以下の場合、再生処理部330は、ステップS804に戻る。ステップS821において、nの値がnMaxより大きい場合、再生処理部330は、処理を終了する。   Subsequently, the reproduction processing unit 330 sets the value of the variable n to n + 1 (step S820), and determines whether or not the value of n is larger than nMax (step S821). In step S821, when the value of n is nMax or less, the reproduction processing unit 330 returns to step S804. In step S821, when the value of n is larger than nMax, the reproduction processing unit 330 ends the process.

以下に、図9を参照して本実施形態の存在チェックテーブルについて説明する。図9は、存在チェックテーブルを説明する図である。   Hereinafter, the presence check table of this embodiment will be described with reference to FIG. FIG. 9 is a diagram for explaining the existence check table.

本実施形態の存在チェックテーブル91では、操作記録情報200から読み取ったオブジェクト特定情報において、再生装置300の表示画面に存在していると判定されたオブジェクトの名称とインデックス値とを保持する。   In the presence check table 91 of this embodiment, the object identification information read from the operation record information 200 holds the names and index values of the objects determined to exist on the display screen of the playback device 300.

以下に、再生装置300が、操作記録情報200として、図7に示す記述71を読み込んだ場合について説明する。   Hereinafter, a case where the playback apparatus 300 reads the description 71 shown in FIG. 7 as the operation record information 200 will be described.

このとき、再生装置300の再生処理部330は、再生装置300の表示画面に、図2に示す表示画面101上に存在する全てのオブジェクトが存在しているか否かを判定する。   At this time, the playback processing unit 330 of the playback device 300 determines whether all objects present on the display screen 101 shown in FIG. 2 are present on the display screen of the playback device 300.

再生処理部330は、記述71に示す操作記録情報200を読み込むと、操作の数が2であるから、nMax=2とする。   When the operation processing information 200 shown in the description 71 is read, the reproduction processing unit 330 sets nMax = 2 since the number of operations is 2.

また、再生処理部330は、1番目の操作記録情報である記述200−1から、オブジェクト特定情報である記述22と、操作種類情報である記述23を抽出し、記述21の階層数である2をkMaxの値とする。   In addition, the reproduction processing unit 330 extracts the description 22 that is the object specifying information and the description 23 that is the operation type information from the description 200-1 that is the first operation record information, and the number of hierarchies of the description 21 is 2 Is the value of kMax.

そして再生処理部330は、存在チェックテーブル91にデスクトップを設定し、デスクトップの1階層下のオブジェクトを着目オブジェクトとする。着目オブジェクトと同一の名称「XYZ」のオブジェクトは、デスクトップに2つ存在する。したがって、再生処理部330は、2つのオブジェクトのオブジェクト情報を取得する。   Then, the playback processing unit 330 sets a desktop in the presence check table 91, and sets an object one layer below the desktop as a target object. There are two objects with the same name “XYZ” as the object of interest on the desktop. Therefore, the reproduction processing unit 330 acquires object information of two objects.

次に、再生処理部330は、着目オブジェクトがデスクトップに従属しているため、着目オブジェクトのオブジェクト数と、オブジェクト特定情報において名称「XYZ」に付与されたインデックス値に1を加算した値とを比較する。   Next, since the target object is dependent on the desktop, the reproduction processing unit 330 compares the number of objects of the target object with a value obtained by adding 1 to the index value assigned to the name “XYZ” in the object specifying information. To do.

ここで、オブジェクト数は2であり、インデックス値に1を加算した値は2であるため、比較結果が一致する。   Here, since the number of objects is 2 and the value obtained by adding 1 to the index value is 2, the comparison results match.

よって、本実施形態の再生処理部330は、再生装置300の画面における名称「XYZ」のオブジェクトの数と、記録装置100の表示画面における名称「XYZ」のオブジェクトの数が一致することがわかる。そして、再生処理部330は、オブジェクト特定情報に含まれる名称「XYZ」のオブジェクトが、デスクトップに並べられた2個のオブジェクトのうち、左から2番目のものであることを示す情報を、存在チェックテーブルに保持させる。つまり、存在チェックテーブル91には、この時点でオブジェクト特定情報の一部が保持された状態となる。   Therefore, the reproduction processing unit 330 of the present embodiment knows that the number of objects with the name “XYZ” on the screen of the reproduction apparatus 300 matches the number of objects with the name “XYZ” on the display screen of the recording apparatus 100. Then, the playback processing unit 330 checks whether the object with the name “XYZ” included in the object specifying information is the second object from the left of the two objects arranged on the desktop. Hold on a table. In other words, the existence check table 91 is in a state where a part of the object specifying information is held at this time.

続いて、再生処理部330は、名称「XYZ」のオブジェクトの1階層下のオブジェクトである、名称が「OK」のオブジェクトについても同様の処理を行い、存在チェックテーブル91へ保持させる。この処理により、存在チェックテーブル91には、オブジェクト特定情報と同一の情報が保持される。   Subsequently, the reproduction processing unit 330 performs the same process on the object with the name “OK”, which is an object one layer below the object with the name “XYZ”, and stores the object in the presence check table 91. By this process, the existence check table 91 holds the same information as the object specifying information.

本実施形態では、以上のように、存在チェックテーブルを用いることで、再生装置300の画面においてオブジェクト特定情報が示す並び順にオブジェクトが存在するか否かを判定できる。本実施形態では、存在チェックテーブルに保持された情報が、オブジェクト特定情報と同一となった場合に、操作記録情報200を再生する。   In the present embodiment, as described above, by using the presence check table, it can be determined whether or not the objects exist in the arrangement order indicated by the object specifying information on the screen of the playback device 300. In the present embodiment, the operation record information 200 is reproduced when the information held in the presence check table is the same as the object specifying information.

したがって、本実施形態の再生装置300によれば、操作記録情報200による操作の再現の精度を向上させるこができる。   Therefore, according to the playback device 300 of the present embodiment, the accuracy of operation reproduction based on the operation record information 200 can be improved.

以下に、インデックス情報を有していない操作記録情報の例を示す。図10は、インデックス情報が付与されていない操作記録情報の記述例を示す図である。   The following is an example of operation record information that does not have index information. FIG. 10 is a diagram illustrating a description example of operation record information to which no index information is assigned.

図10の示す記述10は、図2に示す画面101において、オブジェクト103−2をクリックする操作と、オブジェクト104−1をクリックする操作を示している。   A description 10 illustrated in FIG. 10 indicates an operation of clicking the object 103-2 and an operation of clicking the object 104-1 on the screen 101 illustrated in FIG.

記述10では、オブジェクトを特定する情報11、12に、オブジェクトの並び順を示すインデックス情報が付与されていない。   In the description 10, the index information indicating the arrangement order of the objects is not given to the information 11 and 12 specifying the objects.

このため、オブジェクトを特定する情報11、12は同一の情報となり、再生時にどのオブジェクトをクリックする操作なのか区別することができないことがわかる。   Therefore, the information 11 and 12 specifying the object are the same information, and it can be seen that it is impossible to distinguish which object is an operation of clicking at the time of reproduction.

これに対し、本実施形態では、オブジェクトを特定するオブジェクト特定情報に含まれるオブジェクトの名称に、オブジェクトの並び順を示すインデックス情報を対応付けるため、同じ名称のオブジェクトが複数存在していても、操作対象のオブジェクトを特定できる。したがって、本実施形態によれば、操作の再現の精度を向上させることができる。   On the other hand, in this embodiment, the object name included in the object specifying information for specifying the object is associated with the index information indicating the arrangement order of the objects, so even if there are a plurality of objects with the same name, the operation target Can identify objects. Therefore, according to the present embodiment, it is possible to improve the accuracy of operation reproduction.

(第二の実施形態)
以下に図面を参照して第二の実施形態について説明する。第二の実施形態は、一台のコンピュータが記録処理部と再生処理部を実現する点が第一の実施形態と相違する。よって、以下の第二の実施形態の説明では、第一の実施形態との相違点について説明し、第一の実施形態と同様の機能構成を有するものには、第一の実施形態の説明で用いた符号と同様の符号を付与し、その説明を省略する。
(Second embodiment)
The second embodiment will be described below with reference to the drawings. The second embodiment is different from the first embodiment in that one computer realizes a recording processing unit and a reproduction processing unit. Therefore, in the following description of the second embodiment, differences from the first embodiment will be described, and those having the same functional configuration as the first embodiment will be described in the description of the first embodiment. The same reference numerals as those used are assigned, and the description thereof is omitted.

図11は、第二の実施形態の記録再生装置の機能構成を説明する図である。本実施形態の記録再生装置100Aは、操作記録再生処理部110Aを有する。   FIG. 11 is a diagram illustrating the functional configuration of the recording / reproducing apparatus according to the second embodiment. The recording / reproducing apparatus 100A of the present embodiment includes an operation recording / reproducing processor 110A.

本実施形態の操作記録再生処理部110Aは、記録処理部120と再生処理部130とを有する。再生処理部130は、操作記録読込部131、操作種類特定部132、存在判定部133、オブジェクト数比較部134、オブジェクト特定部135、操作発生要求部136を有する。再生処理部130の有する各部は、第一の実施形態の再生処理部330の有する各部と同様の機能を実現する。   The operation recording / playback processing unit 110 </ b> A of the present embodiment includes a recording processing unit 120 and a playback processing unit 130. The reproduction processing unit 130 includes an operation record reading unit 131, an operation type identification unit 132, an existence determination unit 133, an object number comparison unit 134, an object identification unit 135, and an operation generation request unit 136. Each unit included in the reproduction processing unit 130 realizes the same function as each unit included in the reproduction processing unit 330 according to the first embodiment.

また、本実施形態の記録再生装置100Aは、記憶部140を有する。記憶部140は、記録再生装置100Aが有するメモリ装置等に設けられた記憶領域である。本実施形態の記録再生装置100Aでは、記録処理部120による記録された操作記録情報200を記憶部140に格納しても良い。この場合、再生処理部130は、記憶部140に格納された操作記録情報200を再生する。   In addition, the recording / reproducing apparatus 100 </ b> A of the present embodiment includes a storage unit 140. The storage unit 140 is a storage area provided in a memory device or the like included in the recording / reproducing apparatus 100A. In the recording / reproducing apparatus 100A of the present embodiment, the operation record information 200 recorded by the recording processing unit 120 may be stored in the storage unit 140. In this case, the reproduction processing unit 130 reproduces the operation record information 200 stored in the storage unit 140.

本実施形態では、1台のコンピュータ(記録再生装置)100Aにおいて、記録処理部120による記録と、再生処理部130による再生とを同一のコンピュータで行うことで、操作内容を記録する際の表示画面の環境と、操作内容を再生する際の表示画面の環境とが異なる場合でも、操作の再現の精度を維持できる。   In the present embodiment, in one computer (recording / reproducing apparatus) 100A, recording by the recording processing unit 120 and reproduction by the reproducing processing unit 130 are performed by the same computer, thereby displaying a display screen when recording the operation content. Even when the environment and the environment of the display screen when reproducing the operation contents are different, the accuracy of the operation reproduction can be maintained.

(第三の実施形態)
以下に図面を参照して第三の実施形態について説明する。第三の実施形態は、記録装置100において記録された操作記録情報200が、外部のサーバに格納される点が第一の実施形態と相違する。
(Third embodiment)
The third embodiment will be described below with reference to the drawings. The third embodiment is different from the first embodiment in that operation record information 200 recorded in the recording device 100 is stored in an external server.

よって、以下の第三の実施形態の説明では、第一の実施形態との相違点について説明し、第一の実施形態と同様の機能構成を有するものには、第一の実施形態の説明で用いた符号と同様の符号を付与し、その説明を省略する。   Therefore, in the following description of the third embodiment, differences from the first embodiment will be described, and those having the same functional configuration as the first embodiment will be described in the description of the first embodiment. The same reference numerals as those used are assigned, and the description thereof is omitted.

図12は、第三の実施形態の記録再生装置の機能構成を説明する図である。本実施形態の記録再生システム400は、記録装置100、再生装置300、サーバ410を有する。記録装置100、再生装置300及びサーバ410は、ネットワークを介して接続されている。   FIG. 12 is a diagram for explaining the functional configuration of the recording / reproducing apparatus of the third embodiment. The recording / reproducing system 400 of this embodiment includes a recording device 100, a reproducing device 300, and a server 410. The recording device 100, the playback device 300, and the server 410 are connected via a network.

本実施形態の記録装置100は、操作記録再生処理部110の記録処理部120により、操作記録情報200をサーバ410に記録する。本実施形態の記録装置100は、操作内容の記録の終了指示を受け付けてから、記録された操作記録情報200をサーバ410に送信しても良い。   In the recording apparatus 100 of this embodiment, the operation recording information 200 is recorded in the server 410 by the recording processing unit 120 of the operation recording / reproducing processing unit 110. The recording apparatus 100 of this embodiment may transmit the recorded operation record information 200 to the server 410 after receiving an instruction to end recording of operation details.

本実施形態の再生装置300は、操作記録再生処理部310の再生処理部330により、サーバ410から操作記録情報200を読み込んで再生する。本実施形態の再生装置300は、操作記録情報200全てをサーバ410から取得した後に、再生装置300内に保持された操作記録情報200を再生しても良い。   In the playback device 300 of this embodiment, the playback processing unit 330 of the operation recording / playback processing unit 310 reads and plays back the operation record information 200 from the server 410. The reproduction apparatus 300 of this embodiment may reproduce the operation record information 200 held in the reproduction apparatus 300 after acquiring all the operation record information 200 from the server 410.

本実施形態によれば、再生装置300はサーバ410から操作記録情報200を取得すれば良く、操作記録情報200が記憶された可搬型の記憶媒体を持ち運んだり、記憶媒体から操作記録情報200を再生装置300に読み取らせたりする作業が軽減される。   According to the present embodiment, the playback apparatus 300 only needs to acquire the operation record information 200 from the server 410, carry a portable storage medium in which the operation record information 200 is stored, and play back the operation record information 200 from the storage medium. Work to be read by the apparatus 300 is reduced.

開示の技術では、以下に記載する付記のような形態が考えられる。
(付記1)
画面に表示されたオブジェクトに対する操作を検知し、
検知された操作対象オブジェクトに基づいて、オブジェクトの階層情報を取得し、
取得した前記階層情報に基づいて、前記操作対象オブジェクトと、共通のオブジェクトに従属する識別対象オブジェクトを検索し、
前記操作対象オブジェクトと識別対象オブジェクトとを識別するインデックス情報を生成してオブジェクト特定情報に付与し、
前記インデックス情報を付与した前記オブジェクト特定情報に、前記操作の種類を示す操作種類情報を、対応付けた操作記録情報を記録し、
記録された前記操作記録情報を読み込み、
前記オブジェクト特定情報と前記インデックス情報とに基づき、前記操作を発生させるオブジェクトを特定し、
特定された前記オブジェクトに対して前記操作種類情報に従った種類の前記操作を発生させる、処理をコンピュータに実行させる
(付記2)
前記操作記録情報を記録する処理は、前記操作対象オブジェクトの上位階層の階層情報を含む操作記録情報を記録し、
前記識別対象オブジェクトを検索する処理は、前記操作対象オブジェクトに変えて、前記階層情報から得られる操作対象オブジェクトの上位階層の上位オブジェクトに対して、前記操作対象オブジェクトと共通のオブジェクトに従属する識別対象オブジェクトを検索し、
前記インデックス情報を生成する処理は、前記上位オブジェクトと前記識別対象オブジェクトを識別するインデックス情報を生成し、
生成した前記インデックス情報を前記階層情報に含まれる前記上位オブジェクトを示す情報に付与する付記1記載の操作記録再生プログラム。
(付記3)
前記識別対象オブジェクトを検索する処理は、インデックス情報を生成する対象のオブジェクトと同じオブジェクト名称を有する識別対象オブジェクトを検索し、
前記インデックス情報を生成する処理は、インデックス情報を生成する対象のオブジェクトと同じオブジェクト名称を有する識別対象オブジェクトが存在する場合に付与する付記1記載の操作記録再生プログラム。
(付記4)
前記操作を発生させる処理は、
前記階層情報と前記インデックス情報とに基づき、画面に、前記操作対象オブジェクト及び他のオブジェクトが表示されているか否かを判定し、
前記操作対象オブジェクト及び前記他のオブジェクトが全て前記画面に表示されていると判定された場合、前記操作を発生させるオブジェクトを特定し、
前記操作対象オブジェクト及び前記他のオブジェクトの少なくとも一部が前記画面に表示されていないと判定された場合、前記操作を発生させる処理を終了する、付記1記載の操作記録再生プログラム。
(付記5)
前記操作対象オブジェクト及び前記他のオブジェクトの少なくとも一部が前記画面に表示されていないと判定された場合、エラー通知を出力する、付記4記載の操作記録再生プログラム。
(付記6)
前記階層情報は、
前記操作対象オブジェクトの名称と、
前記操作対象オブジェクトが属する階層より1階層上の階層から前記画面と対応する階層までの各階層における、前記操作対象オブジェクトが従属するオブジェクトの名称と、を、上位の階層から順に記述した情報である、付記1乃至5の何れか一項に記載の操作記録再生プログラム。
(付記7)
前記インデックス情報は、
前記操作対象オブジェクト及び他のオブジェクトのそれぞれが属する階層の1階層上の階層における、前記操作対象オブジェクト及び前記他のオブジェクトの並び順を示す情報である付記1乃至6の何れか一項に記載の操作記録再生プログラム。
(付記8)
画面に表示されたオブジェクトに対する操作を記録した操作記録情報を読み込み、
前記操作記録情報に含まれる、オブジェクトの階層情報と、操作対象オブジェクトと共通のオブジェクトに従属する識別対象オブジェクトとを識別するインデックス情報と、を含むオブジェクト特定情報に基づき、前記操作を発生させるオブジェクトを特定し、
前記オブジェクト特定情報と対応付けられた操作記録情報に含まれる、前記操作の種類を示す操作種類情報に従った操作を、特定された前記オブジェクトに対して発生させる、処理をコンピュータに実行させる操作再生プログラム。
(付記9)
コンピュータによる操作再生方法であって、該コンピュータが、
画面に表示されたオブジェクトに対する操作を記録した操作記録情報を読み込み、
前記操作記録情報に含まれる、オブジェクトの階層情報と、操作対象オブジェクトと共通のオブジェクトに従属する識別対象オブジェクトとを識別するインデックス情報と、を含むオブジェクト特定情報に基づき、前記操作を発生させるオブジェクトを特定し、
前記オブジェクト特定情報と対応付けられた操作記録情報に含まれる、前記操作の種類を示す操作種類情報に従った操作を、特定された前記オブジェクトに対して発生させる、操作再生方法。
(付記10)
画面に表示されたオブジェクトに対する操作を検知し、
検知された操作対象オブジェクトに基づいて、オブジェクトの階層情報を取得し、
取得した前記階層情報に基づいて、前記操作対象オブジェクトと、共通のオブジェクトに従属する識別対象オブジェクトを検索し、
前記操作対象オブジェクトと識別対象オブジェクトとを識別するインデックス情報を生成してオブジェクト特定情報に付与し、
前記インデックス情報を付与した前記オブジェクト特定情報に、前記操作の種類を示す操作種類情報を、対応付けた操作記録情報を記録する記録処理部と、
記録された前記操作記録情報を読み込み、
前記オブジェクト特定情報と前記インデックス情報とに基づき、前記操作を発生させるオブジェクトを特定し、
特定された前記オブジェクトに対して前記操作種類情報に従った種類の前記操作を発生させる再生処理部と、を有する操作記録再生装置。
In the disclosed technology, forms such as the following supplementary notes are conceivable.
(Appendix 1)
Detects operations on objects displayed on the screen,
Based on the detected operation target object, obtain the hierarchy information of the object,
Based on the acquired hierarchy information, the operation target object and the identification target object subordinate to the common object are searched,
Generating index information for identifying the operation target object and the identification target object and assigning the index information to the object specifying information;
Recording operation record information in which operation type information indicating the type of operation is associated with the object specifying information to which the index information is assigned,
Read the recorded operation record information,
Based on the object identification information and the index information, identify the object that causes the operation,
Causes a computer to execute a process for generating the type of the operation according to the operation type information for the identified object (Appendix 2)
The process of recording the operation record information records operation record information including hierarchical information of an upper hierarchy of the operation target object,
The process of searching for the identification target object is performed by replacing the operation target object with an identification target subordinate to an object common to the operation target object with respect to a higher level object of the operation target object obtained from the hierarchical information. Search for objects
The process of generating the index information generates index information for identifying the upper object and the identification target object,
The operation recording / reproducing program according to appendix 1, wherein the generated index information is added to information indicating the upper object included in the hierarchy information.
(Appendix 3)
The process of searching for the identification target object searches for an identification target object having the same object name as the target object for generating index information,
The operation recording / reproducing program according to appendix 1, wherein the process of generating the index information is given when there is an identification target object having the same object name as the target object for generating the index information.
(Appendix 4)
The process for generating the operation is as follows:
Based on the hierarchy information and the index information, it is determined whether the operation target object and other objects are displayed on the screen,
When it is determined that the operation target object and the other objects are all displayed on the screen, the object that causes the operation is specified,
The operation recording / reproducing program according to appendix 1, wherein when it is determined that at least a part of the operation target object and the other object is not displayed on the screen, the process of generating the operation is terminated.
(Appendix 5)
The operation recording / reproducing program according to appendix 4, wherein an error notification is output when it is determined that at least a part of the operation target object and the other object is not displayed on the screen.
(Appendix 6)
The hierarchy information is
The name of the object to be operated;
Information describing the names of the objects to which the operation target object is subordinate in each hierarchy from the hierarchy one level higher than the hierarchy to which the operation target object belongs to the hierarchy corresponding to the screen in order from the higher hierarchy. The operation recording / reproducing program according to any one of appendices 1 to 5.
(Appendix 7)
The index information is
The information according to any one of appendices 1 to 6, which is information indicating an arrangement order of the operation target object and the other object in a hierarchy one level higher than a hierarchy to which the operation target object and the other object belong. Operation recording / playback program.
(Appendix 8)
Read the operation record information that records the operation for the object displayed on the screen,
An object for generating the operation based on object specifying information including hierarchical information of the object included in the operation record information and index information for identifying an identification target object subordinate to an object common to the operation target object. Identify,
Operation reproduction for causing a computer to execute a process for causing the identified object to perform an operation according to the operation type information indicating the type of operation included in the operation record information associated with the object specifying information. program.
(Appendix 9)
An operation reproduction method by a computer, the computer comprising:
Read the operation record information that records the operation for the object displayed on the screen,
An object for generating the operation based on object specifying information including hierarchical information of the object included in the operation record information and index information for identifying an identification target object subordinate to an object common to the operation target object. Identify,
An operation reproduction method for causing an operation according to operation type information indicating the type of operation included in operation record information associated with the object specifying information to be generated for the specified object.
(Appendix 10)
Detects operations on objects displayed on the screen,
Based on the detected operation target object, obtain the hierarchy information of the object,
Based on the acquired hierarchy information, the operation target object and the identification target object subordinate to the common object are searched,
Generating index information for identifying the operation target object and the identification target object and assigning the index information to the object specifying information;
A record processing unit for recording operation record information in which the operation type information indicating the type of operation is associated with the object specifying information to which the index information is added;
Read the recorded operation record information,
Based on the object identification information and the index information, identify the object that causes the operation,
An operation recording / reproducing apparatus comprising: a reproduction processing unit that generates the type of the operation according to the operation type information for the identified object.

本発明は、具体的に開示された実施形態に限定されるものではなく、特許請求の範囲から逸脱することなく、種々の変形や変更が可能である。   The present invention is not limited to the specifically disclosed embodiments, and various modifications and changes can be made without departing from the scope of the claims.

100、100A 記録装置
110、110A、310 操作記録再生処理部
120、320 記録処理部
123 オブジェクト情報取得部
124 操作種類取得部
125 階層情報取得部
126 オブジェクト数判定部
127 インデックス付与部
130、330 再生処理部
200 操作記録情報
210 記憶媒体
333 存在判定部
334 オブジェクト数比較部
335 オブジェクト特定部
336 操作発生要求部
400 記録再生システム
410 サーバ
100, 100A Recording device 110, 110A, 310 Operation recording / reproduction processing unit 120, 320 Recording processing unit 123 Object information acquisition unit 124 Operation type acquisition unit 125 Hierarchical information acquisition unit 126 Object number determination unit 127 Index assignment unit 130, 330 Reproduction processing Unit 200 operation record information 210 storage medium 333 existence determination unit 334 object number comparison unit 335 object identification unit 336 operation generation request unit 400 recording / playback system 410 server

Claims (9)

画面に表示されたオブジェクトに対する操作を検知し、
検知された操作対象オブジェクトに基づいて、オブジェクトの階層情報を取得し、
取得した前記階層情報に基づいて、前記操作対象オブジェクトと、共通のオブジェクトに従属する識別対象オブジェクトを検索し、
前記操作対象オブジェクトと識別対象オブジェクトとを識別するインデックス情報を生成してオブジェクト特定情報に付与し、
前記インデックス情報を付与した前記オブジェクト特定情報に、前記操作の種類を示す操作種類情報を、対応付けた操作記録情報を記録し、
記録された前記操作記録情報を読み込み、
前記オブジェクト特定情報と前記インデックス情報とに基づき、前記操作を発生させるオブジェクトを特定し、
特定された前記オブジェクトに対して前記操作種類情報に従った種類の前記操作を発生させる、処理をコンピュータに実行させる操作記録再生プログラム。
Detects operations on objects displayed on the screen,
Based on the detected operation target object, obtain the hierarchy information of the object,
Based on the acquired hierarchy information, the operation target object and the identification target object subordinate to the common object are searched,
Generating index information for identifying the operation target object and the identification target object and assigning the index information to the object specifying information;
Recording operation record information in which operation type information indicating the type of operation is associated with the object specifying information to which the index information is assigned,
Read the recorded operation record information,
Based on the object identification information and the index information, identify the object that causes the operation,
An operation recording / reproducing program for causing a computer to execute a process for generating the type of the operation according to the operation type information for the identified object.
前記操作記録情報を記録する処理は、前記操作対象オブジェクトの上位階層の階層情報を含む操作記録情報を記録し、
前記識別対象オブジェクトを検索する処理は、前記操作対象オブジェクトに変えて、前記階層情報から得られる操作対象オブジェクトの上位階層の上位オブジェクトに対して、前記操作対象オブジェクトと共通のオブジェクトに従属する識別対象オブジェクトを検索し、
前記インデックス情報を生成する処理は、前記上位オブジェクトと前記識別対象オブジェクトを識別するインデックス情報を生成し、
生成した前記インデックス情報を前記階層情報に含まれる前記上位オブジェクトを示す情報に付与する請求項1記載の操作記録再生プログラム。
The process of recording the operation record information records operation record information including hierarchical information of an upper hierarchy of the operation target object,
The process of searching for the identification target object is performed by replacing the operation target object with an identification target subordinate to an object common to the operation target object with respect to a higher level object of the operation target object obtained from the hierarchical information. Search for objects
The process of generating the index information generates index information for identifying the upper object and the identification target object,
The operation recording / reproducing program according to claim 1, wherein the generated index information is added to information indicating the upper object included in the hierarchy information.
前記識別対象オブジェクトを検索する処理は、インデックス情報を生成する対象のオブジェクトと同じオブジェクト名称を有する識別対象オブジェクトを検索し、
前記インデックス情報を生成する処理は、インデックス情報を生成する対象のオブジェクトと同じオブジェクト名称を有する識別対象オブジェクトが存在する場合に付与する請求項1記載の操作記録再生プログラム。
The process of searching for the identification target object searches for an identification target object having the same object name as the target object for generating index information,
The operation recording / reproducing program according to claim 1, wherein the processing for generating the index information is given when there is an identification target object having the same object name as the target object for generating the index information.
前記操作を発生させる処理は、
前記階層情報と前記インデックス情報とに基づき、画面に、前記操作対象オブジェクト及び他のオブジェクトが表示されているか否かを判定し、
前記操作対象オブジェクト及び前記他のオブジェクトが全て前記画面に表示されていると判定された場合、前記操作を発生させるオブジェクトを特定し、
前記操作対象オブジェクト及び前記他のオブジェクトの少なくとも一部が前記画面に表示されていないと判定された場合、前記操作を発生させる処理を終了する、請求項1乃至3の何れか一項に記載の操作記録再生プログラム。
The process for generating the operation is as follows:
Based on the hierarchy information and the index information, it is determined whether the operation target object and other objects are displayed on the screen,
When it is determined that the operation target object and the other objects are all displayed on the screen, the object that causes the operation is specified,
The process for generating the operation is terminated when it is determined that at least a part of the operation target object and the other object is not displayed on the screen. Operation recording / playback program.
前記階層情報は、
前記操作対象オブジェクトの名称と、
前記操作対象オブジェクトが属する階層より1階層上の階層から前記画面と対応する階層までの各階層における、前記操作対象オブジェクトが従属するオブジェクトの名称と、を、上位の階層から順に記述した情報である、請求項1乃至4の何れか一項に記載の操作記録再生プログラム。
The hierarchy information is
The name of the object to be operated;
Information describing the names of the objects to which the operation target object is subordinate in each hierarchy from the hierarchy one level higher than the hierarchy to which the operation target object belongs to the hierarchy corresponding to the screen in order from the higher hierarchy. The operation recording / reproducing program according to any one of claims 1 to 4.
前記インデックス情報は、
前記操作対象オブジェクト及び他のオブジェクトのそれぞれが属する階層の1階層上の階層における、前記操作対象オブジェクト及び前記他のオブジェクトの並び順を示す情報である請求項1乃至5の何れか一項に記載の操作記録再生プログラム。
The index information is
6. The information according to claim 1, wherein the operation target object and the other object are information indicating an arrangement order of the operation target object and the other object in a hierarchy one level higher than a hierarchy to which each of the operation target object and the other object belongs. Operation recording and playback program.
画面に表示されたオブジェクトに対する操作を記録した操作記録情報を読み込み、
前記操作記録情報に含まれる、オブジェクトの階層情報と、操作対象オブジェクトと共通のオブジェクトに従属する識別対象オブジェクトとを識別するインデックス情報と、を含むオブジェクト特定情報に基づき、前記操作を発生させるオブジェクトを特定し、
前記オブジェクト特定情報と対応付けられた操作記録情報に含まれる、前記操作の種類を示す操作種類情報に従った操作を、特定された前記オブジェクトに対して発生させる、処理をコンピュータに実行させる操作再生プログラム。
Read the operation record information that records the operation for the object displayed on the screen,
An object for generating the operation based on object specifying information including hierarchical information of the object included in the operation record information and index information for identifying an identification target object subordinate to an object common to the operation target object. Identify,
Operation reproduction for causing a computer to execute a process for causing the identified object to perform an operation according to the operation type information indicating the type of operation included in the operation record information associated with the object specifying information. program.
コンピュータによる操作再生方法であって、該コンピュータが、
画面に表示されたオブジェクトに対する操作を記録した操作記録情報を読み込み、
前記操作記録情報に含まれる、オブジェクトの階層情報と、操作対象オブジェクトと共通のオブジェクトに従属する識別対象オブジェクトとを識別するインデックス情報と、を含むオブジェクト特定情報に基づき、前記操作を発生させるオブジェクトを特定し、
前記オブジェクト特定情報と対応付けられた操作記録情報に含まれる、前記操作の種類を示す操作種類情報に従った操作を、特定された前記オブジェクトに対して発生させる、操作再生方法。
An operation reproduction method by a computer, the computer comprising:
Read the operation record information that records the operation for the object displayed on the screen,
An object for generating the operation based on object specifying information including hierarchical information of the object included in the operation record information and index information for identifying an identification target object subordinate to an object common to the operation target object. Identify,
An operation reproduction method for causing an operation according to operation type information indicating the type of operation included in operation record information associated with the object specifying information to be generated for the specified object.
画面に表示されたオブジェクトに対する操作を検知し、
検知された操作対象オブジェクトに基づいて、オブジェクトの階層情報を取得し、
取得した前記階層情報に基づいて、前記操作対象オブジェクトと、共通のオブジェクトに従属する識別対象オブジェクトを検索し、
前記操作対象オブジェクトと識別対象オブジェクトとを識別するインデックス情報を生成してオブジェクト特定情報に付与し、
前記インデックス情報を付与した前記オブジェクト特定情報に、前記操作の種類を示す操作種類情報を、対応付けた操作記録情報を記録する記録処理部と、
記録された前記操作記録情報を読み込み、
前記オブジェクト特定情報と前記インデックス情報とに基づき、前記操作を発生させるオブジェクトを特定し、
特定された前記オブジェクトに対して前記操作種類情報に従った種類の前記操作を発生させる再生処理部と、を有する操作記録再生装置。
Detects operations on objects displayed on the screen,
Based on the detected operation target object, obtain the hierarchy information of the object,
Based on the acquired hierarchy information, the operation target object and the identification target object subordinate to the common object are searched,
Generating index information for identifying the operation target object and the identification target object and assigning the index information to the object specifying information;
A record processing unit for recording operation record information in which the operation type information indicating the type of operation is associated with the object specifying information to which the index information is added;
Read the recorded operation record information,
Based on the object identification information and the index information, identify the object that causes the operation,
An operation recording / reproducing apparatus comprising: a reproduction processing unit that generates the type of the operation according to the operation type information for the identified object.
JP2015213371A 2015-10-29 2015-10-29 Operation recording / reproducing program, operation reproducing program, operation reproducing method, and operation recording / reproducing apparatus Active JP6561775B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015213371A JP6561775B2 (en) 2015-10-29 2015-10-29 Operation recording / reproducing program, operation reproducing program, operation reproducing method, and operation recording / reproducing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015213371A JP6561775B2 (en) 2015-10-29 2015-10-29 Operation recording / reproducing program, operation reproducing program, operation reproducing method, and operation recording / reproducing apparatus

Publications (2)

Publication Number Publication Date
JP2017084186A true JP2017084186A (en) 2017-05-18
JP6561775B2 JP6561775B2 (en) 2019-08-21

Family

ID=58711175

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015213371A Active JP6561775B2 (en) 2015-10-29 2015-10-29 Operation recording / reproducing program, operation reproducing program, operation reproducing method, and operation recording / reproducing apparatus

Country Status (1)

Country Link
JP (1) JP6561775B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021163123A (en) * 2020-03-31 2021-10-11 株式会社 ディー・エヌ・エー Information processing program, information processing apparatus and information processing method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001350653A (en) * 2000-06-05 2001-12-21 Fuji Xerox Co Ltd Operation history recording system
JP2010160538A (en) * 2009-01-06 2010-07-22 Hitachi Ltd Terminal operation history storage system and user terminal
JP2013033377A (en) * 2011-08-02 2013-02-14 Nippon Telegr & Teleph Corp <Ntt> Method and device for specifying component to be automatically operated
JP2015049520A (en) * 2013-08-29 2015-03-16 富士通株式会社 Scenario generation program, scenario execution program, scenario generation method, scenario execution method, scenario generation apparatus, and scenario execution apparatus

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001350653A (en) * 2000-06-05 2001-12-21 Fuji Xerox Co Ltd Operation history recording system
JP2010160538A (en) * 2009-01-06 2010-07-22 Hitachi Ltd Terminal operation history storage system and user terminal
JP2013033377A (en) * 2011-08-02 2013-02-14 Nippon Telegr & Teleph Corp <Ntt> Method and device for specifying component to be automatically operated
JP2015049520A (en) * 2013-08-29 2015-03-16 富士通株式会社 Scenario generation program, scenario execution program, scenario generation method, scenario execution method, scenario generation apparatus, and scenario execution apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021163123A (en) * 2020-03-31 2021-10-11 株式会社 ディー・エヌ・エー Information processing program, information processing apparatus and information processing method

Also Published As

Publication number Publication date
JP6561775B2 (en) 2019-08-21

Similar Documents

Publication Publication Date Title
US10511674B2 (en) Gesture based switching of virtual desktop clients
US9218197B2 (en) Virtual machine image migration
US9998551B1 (en) Automatic discovery and registration of service application for files introduced to a user interface
US10534753B2 (en) Caseless file lookup in a distributed file system
CN109739855B (en) Method and system for realizing data sheet splicing and automatically training machine learning model
US20160098390A1 (en) Command history analysis apparatus and command history analysis method
US11423008B2 (en) Generating a data lineage record to facilitate source system and destination system mapping
TW201222361A (en) Resolving merged touch contacts
JP6040837B2 (en) Information processing apparatus management method and program
US20160124795A1 (en) Evaluation method and apparatus
US11647086B2 (en) System and method for maintaining user session continuity across multiple devices and/or multiple platforms
EP2814208B1 (en) Program, apparatus, and method for creating configuration requirements
US20140164908A1 (en) Content reproducing apparatus
US9886271B2 (en) Change method, apparatus, and recording medium
JP6561775B2 (en) Operation recording / reproducing program, operation reproducing program, operation reproducing method, and operation recording / reproducing apparatus
JP2012094129A (en) Method, device and program for discovering resource in computing environment
CN112100092A (en) Information caching method, device, equipment and medium
EP2680172A2 (en) Other user content-based collaborative filtering
JP2020170427A (en) Model creation supporting method and model creation supporting system
CN106453544B (en) Cloud environment and monitoring method and system thereof
US10678539B2 (en) Information processing device, information processing method for determining program, and storage medium
US9998341B2 (en) Method of constructing data collector, server performing the same and storage medium for the same
US10852899B2 (en) Non-transitory computer-readable storage medium, and terminal device
JP6797524B2 (en) Operation record playback program, operation playback program, operation record playback system and operation record playback method
JP4411343B2 (en) Information processing apparatus, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180706

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190213

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190319

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190510

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190708

R150 Certificate of patent or registration of utility model

Ref document number: 6561775

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150