JP2012088989A - Information processing apparatus and operation support method - Google Patents

Information processing apparatus and operation support method Download PDF

Info

Publication number
JP2012088989A
JP2012088989A JP2010236179A JP2010236179A JP2012088989A JP 2012088989 A JP2012088989 A JP 2012088989A JP 2010236179 A JP2010236179 A JP 2010236179A JP 2010236179 A JP2010236179 A JP 2010236179A JP 2012088989 A JP2012088989 A JP 2012088989A
Authority
JP
Japan
Prior art keywords
operation information
screen
stored
unit
series
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
JP2010236179A
Other languages
Japanese (ja)
Other versions
JP5615128B2 (en
Inventor
Hitotsugu Kawasaki
仁嗣 川崎
Yu Kikuchi
悠 菊地
Shinzo Okubo
信三 大久保
Hiroshi Inamura
浩 稲村
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.)
NTT Docomo Inc
Original Assignee
NTT Docomo Inc
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 NTT Docomo Inc filed Critical NTT Docomo Inc
Priority to JP2010236179A priority Critical patent/JP5615128B2/en
Publication of JP2012088989A publication Critical patent/JP2012088989A/en
Application granted granted Critical
Publication of JP5615128B2 publication Critical patent/JP5615128B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To perform a series of operations having a high probability of execution through procedures less than the case where the series of operations are performed in order.SOLUTION: When a screen is changed by an operation of a user, operation information containing an identifier of an event generated by the operation and a screen identifier is generated by an operation information acquisition section 201 and stored. In the case where the screen identifier contained in the newly stored operation information is a specific screen identifier, an operation information dividing section 221 collects the stored operation information as an operation information group. An analysis section 222 calculates a probability for a series of operations represented by the operation information group to be performed. When an operation is performed, a candidate estimation section 211 estimates a series of operations to be performed next on the basis of the probability obtained by the calculation. In the case where execution of the series of estimated operations is instructed, on the basis of an event identifier contained in operation information of an operation information group corresponding to the series of operations, processing at a time when the series of operations are performed is executed.

Description

本発明は、ユーザが行う操作を予測して支援する技術に関する。   The present invention relates to a technique for predicting and supporting an operation performed by a user.

ユーザが行う操作を予測する装置として特許文献1に開示されたユーザインターフェース生成装置がある。この装置は、ユーザが行った操作の履歴を記憶する。また、この装置は、ユーザが行った操作と操作の履歴を比較してユーザが行う次の一の操作を予測し、予測した次の操作を実行するためのメニューを表示する。   As an apparatus for predicting an operation performed by a user, there is a user interface generation apparatus disclosed in Patent Document 1. This apparatus stores a history of operations performed by the user. In addition, the apparatus compares the operation performed by the user with the history of the operation, predicts the next operation performed by the user, and displays a menu for executing the predicted next operation.

特開2002−215278号公報JP 2002-215278 A

特許文献1に開示された装置によれば、次の一の操作を行うためのメニューが表示されるため、ユーザは、操作を簡略化して次の操作を行うことが可能となっている。しかしながら、特許文献1に開示された装置では、次の一の操作しか表示されないため、一連の操作を行う場合には一の操作毎に予測された次の操作を選択することとなり、結局、操作の回数としては、メニューを順番に操作していった場合と大差がない場合が生じえる。   According to the apparatus disclosed in Patent Document 1, since a menu for performing the next operation is displayed, the user can simplify the operation and perform the next operation. However, since only the next operation is displayed in the apparatus disclosed in Patent Document 1, when performing a series of operations, the next operation predicted for each operation is selected. As for the number of times, there may be a case where there is not much difference from the case where the menus are operated in order.

本発明は、上述した背景の下になされたものであり、行われる確率が高い一連の操作については、一連の操作を順番に行う場合より少ない手順で行えるようにすることを目的とする。   The present invention has been made under the above-described background, and an object of the present invention is to enable a series of operations with a high probability of being performed with fewer procedures than when performing a series of operations in order.

上述した課題を解決するために本発明は、ユーザにより操作される操作手段と、前記操作手段において行われた操作に応じた処理を行い、該操作に対応した画面を表示手段に表示させる処理手段と、前記表示手段に表示された画面を識別する画面識別子と、該画面を表示させるイベントのイベント識別子とを対応付けた操作情報を記憶する操作情報記憶手段と、前記操作情報記憶手段に記憶された操作情報の画面識別子が特定画面の画面識別子である場合、該画面識別子を含む操作情報より前に前記操作情報記憶手段に記憶された操作情報、または該画面識別子を含む操作情報より前に前記操作情報記憶手段に記憶された操作情報および該画面識別子を含む操作情報をまとめた操作情報グループを生成する操作情報分割手段と、異なる操作情報グループ毎に、操作情報グループと、該操作情報グループが生成された回数を記憶し、記憶した回数に基づいて、操作情報グループを生成する一連の操作が行われる確率を操作情報グループ毎に演算する演算手段と、前記操作手段が操作された場合、該操作の次に行われる一連の操作を前記演算手段で求めた確率に基づいて推定する推定手段と、を有し、前記処理手段は、前記推定手段で推定された一連の操作の実行を指示する操作が前記操作手段で行われた場合、該一連の操作に対応する操作情報グループの操作情報に含まれている前記イベント識別子に基づいて、該一連の操作が行われた時の処理を実行することを特徴とする情報処理装置を提供する。   In order to solve the above-described problems, the present invention provides an operation unit operated by a user, and a processing unit that performs a process according to an operation performed on the operation unit and displays a screen corresponding to the operation on a display unit. Operation information storage means for storing operation information in which a screen identifier for identifying a screen displayed on the display means is associated with an event identifier of an event for displaying the screen, and stored in the operation information storage means. If the screen identifier of the operation information is the screen identifier of the specific screen, the operation information stored in the operation information storage means before the operation information including the screen identifier or the operation information including the screen identifier Operation information different from the operation information dividing means for generating an operation information group in which operation information stored in the operation information storage means and operation information including the screen identifier are collected. For each group, the operation information group and the number of times the operation information group is generated are stored, and the probability that a series of operations for generating the operation information group is performed is calculated for each operation information group based on the stored number of times. When the operation means is operated, the calculation means and an estimation means for estimating a series of operations performed after the operation based on the probability obtained by the calculation means, and the processing means When an operation to instruct execution of a series of operations estimated by the estimation means is performed by the operation means, based on the event identifier included in the operation information of the operation information group corresponding to the series of operations, An information processing apparatus is provided that performs processing when the series of operations is performed.

本発明においては、前記操作情報分割手段は、新たに前記操作情報記憶手段に記憶された操作情報の画面識別子が、該操作情報より前に前記操作情報記憶手段に記憶されている操作情報の画面識別子と一致した場合、新たに操作情報記憶手段に記憶された操作情報より前に記憶された操作情報、または新たに前記操作情報記憶手段に記憶された操作情報より前に記憶された操作情報および新たに記憶された操作情報を操作情報グループとする構成であってもよい。   In the present invention, the operation information dividing means includes an operation information screen in which an operation information screen identifier newly stored in the operation information storage means is stored in the operation information storage means before the operation information. When the identifier matches, the operation information newly stored before the operation information stored in the operation information storage means, or the operation information newly stored before the operation information stored in the operation information storage means and The newly stored operation information may be configured as an operation information group.

また、本発明においては、前記操作情報は、前記画面識別子で特定される画面を構成するユーザインターフェースの構成要素の一覧を含み、前記操作情報分割手段は、新たに前記操作情報記憶手段に記憶された操作情報に含まれる前記構成要素の一覧において、予め定められた構成要素が含まれている場合、新たに操作情報記憶手段に記憶された操作情報より前に前記操作情報記憶手段に記憶された操作情報、または新たに前記操作情報記憶手段に記憶された操作情報より前に記憶された操作情報および新たに記憶された操作情報を操作情報グループとして出力する構成であってもよい。   In the present invention, the operation information includes a list of components of a user interface constituting the screen specified by the screen identifier, and the operation information dividing unit is newly stored in the operation information storage unit. In the list of the constituent elements included in the operation information, when a predetermined constituent element is included, the operation information is stored in the operation information storage means before the operation information newly stored in the operation information storage means. Operation information, operation information newly stored before operation information stored in the operation information storage means, and operation information newly stored may be output as an operation information group.

また、本発明においては、前記予め定められた構成要素は、動画のコンテンツを表示する構成要素であってもよい。   In the present invention, the predetermined component may be a component that displays moving image content.

また、本発明においては、前記推定手段で推定された一連の操作の実行を指示する操作が前記操作手段で行われた後に、再度前記推定手段で推定された一連の操作の実行を指示する操作が前記操作手段で行われた場合、実行を指示された一連の操作に係る操作情報グループを統合する操作情報統合手段を有する構成であってもよい。   Further, in the present invention, after the operation for instructing execution of the series of operations estimated by the estimation means is performed by the operation means, the operation for instructing execution of the series of operations estimated by the estimation means again. When the operation unit performs the operation information, the configuration may include an operation information integration unit that integrates operation information groups related to a series of operations instructed to be executed.

また、本発明は、情報処理装置の制御部が、操作部において行われた操作に応じた処理を行い、該操作に対応した画面を表示部に表示させる処理ステップと、前記制御部が、前記表示部に表示された画面を識別する画面識別子と、該画面を表示させるイベントのイベント識別子とを対応付けた操作情報を記憶する操作情報記憶ステップと、前記制御部が、前記操作情報記憶ステップで記憶された操作情報の画面識別子が特定画面の画面識別子である場合、該画面識別子を含む操作情報より前に前記操作情報記憶ステップで記憶された操作情報、または該画面識別子を含む操作情報より前に前記操作情報記憶ステップで記憶された操作情報および該画面識別子を含む操作情報をまとめた操作情報グループを生成する操作情報分割ステップと、前記制御部が、異なる操作情報グループ毎に、操作情報グループと、該操作情報グループが生成された回数を記憶し、記憶した回数に基づいて、操作情報グループを生成する一連の操作が行われる確率を操作情報グループ毎に演算する演算ステップと、前記制御部が、前記操作部が操作された場合、該操作の次に行われる一連の操作を前記演算ステップで求めた確率に基づいて推定する推定ステップと、前記推定ステップで推定された一連の操作の実行を指示する操作が前記操作部で行われた場合、該一連の操作に対応する操作情報グループの操作情報に含まれている前記イベント識別子に基づいて、該一連の操作が行われた時の処理を実行する処理実行ステップとを有する操作支援方法を提供する。   Further, the present invention provides a processing step in which the control unit of the information processing apparatus performs processing according to an operation performed in the operation unit, and displays a screen corresponding to the operation on the display unit, and the control unit includes the An operation information storage step for storing operation information in which a screen identifier for identifying a screen displayed on the display unit and an event identifier of an event for displaying the screen are associated with each other, and the control unit in the operation information storage step When the screen identifier of the stored operation information is the screen identifier of the specific screen, the operation information stored in the operation information storage step before the operation information including the screen identifier or the operation information including the screen identifier An operation information dividing step for generating an operation information group in which the operation information stored in the operation information storage step and the operation information including the screen identifier are collected; The control unit stores the operation information group and the number of times the operation information group is generated for each different operation information group, and the probability that a series of operations for generating the operation information group is performed based on the stored number of times. An operation step for calculating for each operation information group, and an estimation step for estimating, when the operation unit is operated, the series of operations performed after the operation based on the probability obtained in the operation step when the control unit is operated When an operation that instructs execution of a series of operations estimated in the estimation step is performed on the operation unit, the event identifier included in the operation information of the operation information group corresponding to the series of operations And an operation support method including a process execution step for executing a process when the series of operations are performed.

本発明においては、前記操作情報分割ステップは、新たに前記操作情報記憶ステップで記憶された操作情報の画面識別子が、該操作情報より前に前記操作情報記憶ステップで記憶された操作情報の画面識別子と一致した場合、新たに操作情報記憶ステップで記憶された操作情報より前に記憶された操作情報、または新たに前記操作情報記憶ステップで記憶された操作情報より前に記憶された操作情報および新たに記憶された操作情報を操作情報グループとする構成であってもよい。   In the present invention, in the operation information dividing step, the screen identifier of the operation information newly stored in the operation information storage step is the screen identifier of the operation information stored in the operation information storage step before the operation information. The operation information stored before the operation information newly stored in the operation information storage step, or the operation information newly stored before the operation information stored in the operation information storage step and the new The operation information stored in the operation information group may be used as the operation information group.

また、本発明においては、前記操作情報は、前記画面識別子で特定される画面を構成するユーザインターフェースの構成要素の一覧を含み、前記操作情報分割ステップは、新たに前記操作情報記憶ステップで記憶された操作情報に含まれる前記構成要素の一覧において、予め定められた構成要素が含まれている場合、新たに操作情報記憶ステップで記憶された操作情報より前に記憶された操作情報、または新たに前記操作情報記憶ステップで記憶された操作情報より前に記憶された操作情報および新たに記憶された操作情報を操作情報グループとする構成であってもよい。   In the present invention, the operation information includes a list of components of a user interface constituting the screen specified by the screen identifier, and the operation information dividing step is newly stored in the operation information storage step. In the list of the constituent elements included in the operation information, if the predetermined constituent elements are included, the operation information stored before the operation information newly stored in the operation information storage step, or newly The operation information stored before the operation information stored in the operation information storage step and the newly stored operation information may be configured as an operation information group.

また、本発明においては、前記予め定められた構成要素は、動画のコンテンツを表示する構成要素であってもよい。   In the present invention, the predetermined component may be a component that displays moving image content.

また、本発明においては、前記推定ステップで推定された一連の操作の実行を指示する操作が前記操作部で行われた後に、再度前記推定ステップで推定された一連の操作の実行を指示する操作が前記操作部で行われた場合、実行を指示された一連の操作に係る操作情報グループを統合する操作情報統合ステップを有する構成であってもよい。   Further, in the present invention, after the operation for instructing execution of the series of operations estimated in the estimation step is performed in the operation unit, the operation for instructing execution of the series of operations estimated in the estimation step again. May be configured to include an operation information integration step of integrating operation information groups related to a series of operations instructed to be executed.

本発明によれば、行われる確率が高い一連の操作については、一連の操作を順番に行う場合より少ない手順で行うことができる。   According to the present invention, a series of operations with a high probability of being performed can be performed with fewer procedures than when performing a series of operations in order.

本発明の一実施形態に係る情報処理装置1の外観を示した図。The figure which showed the external appearance of the information processing apparatus 1 which concerns on one Embodiment of this invention. 情報処理装置1のハードウェア構成を示した図。2 is a diagram illustrating a hardware configuration of the information processing apparatus 1. FIG. 情報処理装置1において実現する機能の構成を示したブロック図。FIG. 3 is a block diagram showing a configuration of functions realized in the information processing apparatus 1. 操作情報取得部201が操作情報を出力する時の処理の流れを示したフローチャート。The flowchart which showed the flow of the process when the operation information acquisition part 201 outputs operation information. 操作情報分割部221が操作情報グループを出力する時の処理の流れを示したフローチャート。The flowchart which showed the flow of the process when the operation information division part 221 outputs an operation information group. 画面の遷移の順番を説明するための図。The figure for demonstrating the order of a transition of a screen. 待受画面P1を示した図。The figure which showed standby screen P1. 起動画面P2を示した図。The figure which showed the starting screen P2. 基本画面P3を示した図。The figure which showed the basic screen P3. メニュー画面P4を示した図。The figure which showed menu screen P4. 撮影モード選択画面P5を示した図。The figure which showed the imaging | photography mode selection screen P5. フォルダ一覧画面P6を示した図。The figure which showed folder list screen P6. 写真一覧画面P7を示した図。The figure which showed the photograph list screen P7. 電子メール作成画面P8を示した図。The figure which showed the email creation screen P8. 推定した操作を表示した画面を示した図。The figure which showed the screen which displayed the estimated operation. 操作モデルを説明するための図。The figure for demonstrating an operation model. CPU102が行う処理の流れを示したフローチャート。The flowchart which showed the flow of the process which CPU102 performs.

[実施形態]
(情報処理装置1の構成)
図1は、本発明の一実施形態に係る情報処理装置1の外観を示した図である。本実施形態においては、情報処理装置1は、音声通信とデータ通信が可能な携帯電話機である。図2は、情報処理装置1のハードウェア構成を示した図である。図2に示したように、情報処理装置1の各部は、バス101に接続されている。情報処理装置1の各部は、このバス101を介して各部間でデータの授受を行う。
[Embodiment]
(Configuration of information processing apparatus 1)
FIG. 1 is a diagram illustrating an appearance of an information processing apparatus 1 according to an embodiment of the present invention. In the present embodiment, the information processing apparatus 1 is a mobile phone capable of voice communication and data communication. FIG. 2 is a diagram illustrating a hardware configuration of the information processing apparatus 1. As illustrated in FIG. 2, each unit of the information processing apparatus 1 is connected to the bus 101. Each unit of the information processing apparatus 1 exchanges data between each unit via the bus 101.

通信部108は、無線通信を行うインターフェースの機能を有している。通信部108は、CPU(Central Processing Unit)102の制御の下、通信部108に接続されているアンテナ(図示略)を介して、移動体通信網を構成する無線基地局と無線通信を行い、音声通信やデータ通信を行う。通信部108は、無線基地局から送信された信号を受信すると、音声通信に係る音声信号を通話部109へ出力し、データ通信に係るデータ信号をCPU102へ出力する。また、通信部108は、CPU102から出力されたデータ信号が入力されると、このデータ信号を無線基地局へ送信し、通話部109から出力された音声信号が入力されると、この音声信号を無線基地局へ送信する。
通話部109は、マイクとスピーカ(いずれも図示略)を有している。通話部109は、マイクに音声が入力されると、入力された音声を表す音声信号を通信部108へ出力する。また、通話部109では、通信部108から音声信号が入力されると、この音声信号がアナログ信号に変換されてスピーカへ出力され、スピーカから音声が出力される。
The communication unit 108 has an interface function for performing wireless communication. The communication unit 108 performs radio communication with a radio base station constituting a mobile communication network via an antenna (not shown) connected to the communication unit 108 under the control of a CPU (Central Processing Unit) 102. Perform voice communication and data communication. When the communication unit 108 receives a signal transmitted from the radio base station, the communication unit 108 outputs a voice signal related to voice communication to the call unit 109 and outputs a data signal related to data communication to the CPU 102. In addition, when the data signal output from the CPU 102 is input, the communication unit 108 transmits the data signal to the radio base station. When the audio signal output from the call unit 109 is input, the communication unit 108 receives the audio signal. Transmit to the radio base station.
The calling unit 109 has a microphone and a speaker (both not shown). When voice is input to the microphone, the call unit 109 outputs a voice signal representing the input voice to the communication unit 108. In addition, when an audio signal is input from the communication unit 108, the call unit 109 converts the audio signal into an analog signal and outputs the analog signal, and the audio is output from the speaker.

撮影部110は、イメージセンサと、イメージセンサに撮影対象物の像を結像させるレンズを備えており、CPU102の制御の下、イメージセンサに結像された像を表す画像データを生成する。
表示部107は、液晶表示パネルの制御を行う制御回路および液晶表示パネルを有しており、CPU102の制御の下、文字やグラフィック画面、情報処理装置1を操作するためのユーザインターフェースとなる画面などを液晶表示パネルに表示する。
操作部106は、情報処理装置1を操作するためのキー106A〜106Cや、静電容量方式で矩形の形状をしたタッチセンサー106Dを有している。キー106A〜106Cは、情報処理装置1の筐体に配置されており、ユーザが、キー106A〜106Cを操作すると、操作されたキーがCPU102により検知される。また、透明なタッチセンサー106Dは、表示部107の液晶表示パネルの表面全体を覆うように配置されており、液晶表示パネルに表示された画像を透過する。タッチセンサー106Dは、矩形の領域内においてユーザが指で触れた位置を検知し、検知した位置を示す信号をCPU102へ出力する。CPU102は、タッチセンサー106Dから出力された信号を基にユーザが画面上で触れた位置を特定する。CPU102は、操作部106において行われた操作に応じて各種処理を行う。
The photographing unit 110 includes an image sensor and a lens that forms an image of the photographing object on the image sensor, and generates image data representing the image formed on the image sensor under the control of the CPU 102.
The display unit 107 includes a control circuit for controlling the liquid crystal display panel and a liquid crystal display panel. Under the control of the CPU 102, a character and graphic screen, a screen serving as a user interface for operating the information processing apparatus 1, and the like Is displayed on the LCD panel.
The operation unit 106 includes keys 106A to 106C for operating the information processing apparatus 1 and a touch sensor 106D having a rectangular shape by a capacitance method. The keys 106 </ b> A to 106 </ b> C are arranged in the casing of the information processing apparatus 1, and when the user operates the keys 106 </ b> A to 106 </ b> C, the operated key is detected by the CPU 102. Further, the transparent touch sensor 106D is arranged so as to cover the entire surface of the liquid crystal display panel of the display unit 107, and transmits an image displayed on the liquid crystal display panel. The touch sensor 106D detects a position where the user touches with a finger in a rectangular area, and outputs a signal indicating the detected position to the CPU 102. CPU102 specifies the position where the user touched on the screen based on the signal output from touch sensor 106D. The CPU 102 performs various processes according to operations performed on the operation unit 106.

ROM(Read Only Memory)103は、情報処理装置1に携帯電話機の基本機能を実現させる基本プログラムを記憶している。記憶部105は、不揮発性メモリを有しており、複数のアプリケーションプログラムを記憶する。また、記憶部105は、CPU102が基本プログラムを実行した時に使用されるデータや、CPU102がアプリケーションプログラムを実行した時に使用されるデータを記憶する。   A ROM (Read Only Memory) 103 stores a basic program that causes the information processing apparatus 1 to realize the basic functions of the mobile phone. The storage unit 105 includes a nonvolatile memory and stores a plurality of application programs. The storage unit 105 stores data used when the CPU 102 executes the basic program and data used when the CPU 102 executes the application program.

RAM(Random Access Memory)104は、CPU102がプログラムを実行するときの作業エリアとして使用され、CPU102がプログラムを実行するときに使用するデータが一時的に記憶される。CPU102は、情報処理装置1の各部を制御する制御手段(制御部)である。情報処理装置1において電源が入れられると、CPU102がROM103から基本プログラムを読み出し実行する。CPU102が基本プログラムを実行すると、携帯電話機としての基本的な機能が実現し、情報処理装置1は、音声通信やデータ通信などを行うことが可能となる。また、CPU102が基本プログラムを実行すると、待受画面を表示するアプリケーションプログラムや撮影部で写真を撮影するアプリケーションプログラム、電子メールの送受信を行うアプリケーションプログラムなどを実行することが可能となる。また、CPU102が基本プログラムを実行すると、ユーザが行う一連の操作を予測する機能、予測した一連の操作をユーザに表示する機能、予測した一連の操作をユーザに代わって実行する機能などが実現する。   A RAM (Random Access Memory) 104 is used as a work area when the CPU 102 executes a program, and temporarily stores data used when the CPU 102 executes the program. The CPU 102 is a control unit (control unit) that controls each unit of the information processing apparatus 1. When the information processing apparatus 1 is turned on, the CPU 102 reads the basic program from the ROM 103 and executes it. When the CPU 102 executes the basic program, a basic function as a mobile phone is realized, and the information processing apparatus 1 can perform voice communication, data communication, and the like. When the CPU 102 executes the basic program, it is possible to execute an application program that displays a standby screen, an application program that takes a picture with a photographing unit, an application program that transmits and receives an e-mail, and the like. Further, when the CPU 102 executes the basic program, a function of predicting a series of operations performed by the user, a function of displaying the predicted series of operations to the user, a function of executing the predicted series of operations on behalf of the user, and the like are realized. .

(情報処理装置1の機能構成)
図3は、基本プログラムを実行することによりCPU102において実現する機能のうち、本発明に係る機能の構成を示したブロック図である。
(Functional configuration of information processing apparatus 1)
FIG. 3 is a block diagram showing the configuration of the functions according to the present invention among the functions realized in the CPU 102 by executing the basic program.

処理部200は、アプリケーションプログラムの実行やハードウェアの制御を行うものである。処理部200は、操作部106において行われた操作を検知し、行われた操作に応じてハードウェアの制御など各種処理を実行する。また、処理部200は、プログラムを実行中に発生するイベントや、表示部107に表示されているユーザインターフェース画面の構成要素を管理し、操作部106において行われた操作に応じて操作対象となるプログラムを変更する。   The processing unit 200 executes application programs and controls hardware. The processing unit 200 detects an operation performed on the operation unit 106 and executes various processes such as hardware control according to the performed operation. In addition, the processing unit 200 manages events that occur during execution of the program and components of the user interface screen displayed on the display unit 107, and is an operation target according to an operation performed on the operation unit 106. Change the program.

操作情報取得部201は、操作対象となっている画面を表示しているプログラムの識別子(以下、プログラム識別子と略称する)と、表示部107に表示されているユーザインターフェース画面の構成要素の一覧(以下、UI構成一覧と称する)を、処理部200から取得する。なお、操作情報取得部201は、実行中のプログラムにおいてユーザの操作に応じたイベントの発生、またはユーザの操作に応じて表示部107に表示されるユーザインターフェースの変化を契機として、操作対象となっているプログラムのプログラム識別子とUI構成一覧を処理部200から取得し、このプログラム識別子とUI構成一覧の組を記憶する。   The operation information acquisition unit 201 includes an identifier of a program displaying the screen to be operated (hereinafter abbreviated as a program identifier) and a list of components of the user interface screen displayed on the display unit 107 ( Hereinafter, the UI configuration list is acquired from the processing unit 200. The operation information acquisition unit 201 becomes an operation target in response to the occurrence of an event corresponding to a user operation in the program being executed or a change in the user interface displayed on the display unit 107 according to the user operation. The program identifier and UI configuration list of the program being acquired are acquired from the processing unit 200, and the set of the program identifier and UI configuration list is stored.

また、操作情報取得部201は、新たに取得したプログラム識別子及びUI構成一覧の組と、この組より一つ前に取得したプログラム識別子及びUI構成一覧の組とを比較する。そして、操作情報取得部201は、プログラム識別子とUI構成一覧のいずれかが変化している場合には、表示されているユーザインターフェースの状態、即ち表示画面の状態に対して一意の識別子(以下、画面識別子と称する)を付与し、付与した画面識別子、ユーザの操作に応じて生成されたイベントを表す識別子(以下、イベント識別子と称する)、プログラム識別子、および新たに取得したUI構成一覧をまとめた操作情報を出力する。なお、ユーザインターフェースの構成要素がユーザによって設定される属性を持つ場合、構成要素の属性を表す属性情報が含められる。ここで属性情報とは、テキストボックスに入力された文字列や、チェックボックスの選択状態など、構成要素の持つデータである。   Further, the operation information acquisition unit 201 compares the newly acquired set of the program identifier and UI configuration list with the set of the program identifier and UI configuration list acquired immediately before this set. Then, when either the program identifier or the UI configuration list is changed, the operation information acquisition unit 201 has a unique identifier (hereinafter, referred to as the state of the displayed user interface, that is, the state of the display screen). Screen identifiers), identifiers representing events generated in response to user operations (hereinafter referred to as event identifiers), program identifiers, and newly acquired UI configuration lists. Output operation information. In addition, when the component of a user interface has the attribute set by the user, the attribute information showing the attribute of a component is included. Here, the attribute information is data held by the constituent elements such as a character string input to the text box and a check box selection state.

図4は、操作情報取得部201が操作情報を出力する時の処理の流れを示したフローチャートである。また、図6は、以下の説明に係る画面の遷移の順番を示した図である。
例えば、待受画面を表示するアプリケーションプログラム(以下、待受画面表示アプリと称する)が実行されており、待受画面P1(図7)が表示部107に表示されている状態を想定する。ここで、待受画面P1(図7)が表示部107に表示されている状態において、写真を撮影するプログラム(以下、カメラアプリと称する)の実行を指示する操作が操作部106において行われると、カメラアプリを起動するイベントが処理部200において発生する。処理部200は、このイベントの発生を契機とし、この時点で操作対象となった待受画面表示アプリのプログラム識別子と、待受画面P1のUI構成一覧を操作情報取得部201へ出力する。操作情報取得部201は、処理部200から出力されたプログラム識別子とUI構成一覧を取得する(ステップS101,S102)。
FIG. 4 is a flowchart showing a processing flow when the operation information acquisition unit 201 outputs operation information. FIG. 6 is a diagram showing the order of screen transition according to the following description.
For example, it is assumed that an application program for displaying a standby screen (hereinafter referred to as a standby screen display application) is executed and the standby screen P1 (FIG. 7) is displayed on the display unit 107. Here, when the standby screen P1 (FIG. 7) is displayed on the display unit 107, an operation for instructing execution of a program for taking a photograph (hereinafter referred to as a camera application) is performed on the operation unit 106. An event for starting the camera application occurs in the processing unit 200. When this event occurs, the processing unit 200 outputs the program identifier of the standby screen display application that is the operation target at this time and the UI configuration list of the standby screen P1 to the operation information acquisition unit 201. The operation information acquisition unit 201 acquires the program identifier and UI configuration list output from the processing unit 200 (steps S101 and S102).

また、カメラアプリの実行が指示されると、カメラアプリを起動中であることを示す起動画面P2(図8)に表示部107の画面が遷移する。ここで、ユーザインターフェースが変化したため、操作情報取得部201は、この時点で操作対象となっているカメラアプリのプログラム識別子と、起動画面P2のUI構成一覧を取得する(ステップS101,S102)。なお、操作情報取得部201は、待受画面P1から起動画面P2へ変化した時にプログラム識別子、およびUI構成一覧が変化しているため(ステップS103でYES)、起動画面P2の画面識別子、起動画面の表示を指示するイベントのイベント識別子、カメラアプリのプログラム識別子およびUI構成一覧を含む操作情報を出力する(ステップS105)。   When the execution of the camera application is instructed, the screen of the display unit 107 transitions to the activation screen P2 (FIG. 8) indicating that the camera application is being activated. Here, since the user interface has changed, the operation information acquisition unit 201 acquires the program identifier of the camera application that is the operation target at this time and the UI configuration list of the startup screen P2 (steps S101 and S102). Note that the operation information acquisition unit 201 changes the program identifier and UI configuration list when the standby screen P1 changes to the startup screen P2 (YES in step S103), so the screen identifier of the startup screen P2, the startup screen Operation information including an event identifier of an event instructing display of the image, a program identifier of the camera application, and a UI configuration list is output (step S105).

また、起動画面P2が表示されてから一定時間が経過すると、カメラアプリの基本画面P3(図9)に遷移する。ここで、ユーザインターフェースが起動画面P2から基本画面P3へ変化したため、操作情報取得部201は、この時点で操作対象となっているカメラアプリのプログラム識別子と、基本画面P3のUI構成一覧を取得する(ステップS101,S102)。具体的には、図9の基本画面P3においては、ユーザインターフェースの構成要素として、「MENU」ボタン、「一覧」ボタン、「撮影」ボタン、及び三角形で表された上下のボタン、および撮影部110から出力された画像データの画像を表示する要素がある。操作情報取得部201は、これら構成要素の一覧を取得する。次に操作情報取得部201は、起動画面P2から基本画面P3へ変化した時にUI構成一覧が変化しているため(ステップS104でYES)、基本画面P3の画面識別子、基本画面の表示を指示するイベントのイベント識別子、カメラアプリのプログラム識別子、およびUI構成一覧を含む操作情報を出力する(ステップS105)。   Further, when a certain time has elapsed since the startup screen P2 is displayed, the screen transitions to the basic screen P3 (FIG. 9) of the camera application. Here, since the user interface has changed from the startup screen P2 to the basic screen P3, the operation information acquisition unit 201 acquires the program identifier of the camera application that is the operation target at this time and the UI configuration list of the basic screen P3. (Steps S101 and S102). Specifically, on the basic screen P3 of FIG. 9, as the components of the user interface, “MENU” button, “list” button, “shoot” button, up and down buttons represented by triangles, and the shooting unit 110 There is an element that displays an image of the image data output from. The operation information acquisition unit 201 acquires a list of these components. Next, the operation information acquisition unit 201 instructs the display of the screen identifier of the basic screen P3 and the basic screen because the UI configuration list changes when the startup screen P2 changes to the basic screen P3 (YES in step S104). Operation information including the event identifier of the event, the program identifier of the camera application, and the UI configuration list is output (step S105).

また、カメラアプリが操作対象となっており、基本画面P3が表示されている状態において、表示されている「MENU」ボタンが操作され、撮影に関するメニュー画面を表示させる操作が行われると、メニュー画面P4(図10)が表示される。操作情報取得部201は、UI構成一覧の変更を契機にして、カメラアプリのプログラム識別子とメニュー画面P4のUI構成一覧を取得する(ステップS101,S102)。なお、メニュー画面P4においては、ユーザインターフェースの構成要素として、「閉じる」ボタン、「選択」ボタン、及び三角形で表された上下左右のボタン、および「撮影モード」や「カメラ調整」などの項目を表示するリストボックスがあるため、操作情報取得部201は、これら構成要素の一覧を取得する。   Further, when the camera application is an operation target and the displayed “MENU” button is operated in a state where the basic screen P3 is displayed, an operation for displaying a menu screen related to shooting is performed. P4 (FIG. 10) is displayed. The operation information acquisition unit 201 acquires the program identifier of the camera application and the UI configuration list on the menu screen P4 when the UI configuration list is changed (steps S101 and S102). In the menu screen P4, as a component of the user interface, a “close” button, a “select” button, up / down / left / right buttons represented by triangles, and items such as “shooting mode” and “camera adjustment” are displayed. Since there is a list box to be displayed, the operation information acquisition unit 201 acquires a list of these components.

ここで、操作情報取得部201は、基本画面P3からメニュー画面P4へ変化した時にUI構成一覧が変化しているため、(ステップS104でYES)、メニュー画面P4の画面識別子、メニュー画面P4の表示を指示するイベントのイベント識別子、カメラアプリのプログラム識別子およびUI構成一覧を含む操作情報を出力する(ステップS105)。なお、メニュー画面P4においては、ユーザインターフェースの構成要素として、ユーザによって設定される属性を持つ「手ブレ補正」という項目がある。このように、ユーザインターフェースにおいて、ユーザに設定される要素がある場合、構成要素の属性(メニュー画面P4の場合、「手ブレ補正:ON」という情報)が属性情報として操作情報に含められる。   Here, since the UI configuration list changes when the operation information acquisition unit 201 changes from the basic screen P3 to the menu screen P4 (YES in step S104), the screen identifier of the menu screen P4 and the display of the menu screen P4 are displayed. Operation information including the event identifier of the event instructing the camera application, the program identifier of the camera application, and the UI configuration list is output (step S105). In the menu screen P4, there is an item “camera shake correction” having an attribute set by the user as a component of the user interface. Thus, in the user interface, when there is an element to be set by the user, the attribute of the component element (information “camera shake correction: ON” in the case of the menu screen P4) is included in the operation information as attribute information.

また、メニュー画面P4が表示されている状態において、「撮影モード」の項目が選択されると、撮影モード選択画面P5(図11)が表示される。撮影モード選択画面P5が表示されている状態において、表示されている撮影モードのいずれかが選択されると、選択された撮影モードになり、画面は基本画面P3に戻る。このように、メニュー画面P4から撮影モード選択画面P5に遷移すると、ユーザインターフェースが変化するため(ステップS104でYES)、操作情報取得部201が操作情報を出力する。また、撮影モード選択画面P5から基本画面P3に戻ると、ユーザインターフェースが変化するため(ステップS104でYES)、操作情報取得部201が操作情報を出力する。   Further, when the “shooting mode” item is selected while the menu screen P4 is displayed, a shooting mode selection screen P5 (FIG. 11) is displayed. If any of the displayed shooting modes is selected while the shooting mode selection screen P5 is displayed, the selected shooting mode is set, and the screen returns to the basic screen P3. As described above, when the transition from the menu screen P4 to the shooting mode selection screen P5 occurs, the user interface changes (YES in step S104), and therefore the operation information acquisition unit 201 outputs the operation information. Further, when returning from the shooting mode selection screen P5 to the basic screen P3, the user interface changes (YES in step S104), so the operation information acquisition unit 201 outputs the operation information.

また、基本画面P3が表示されている状態において、「一覧」ボタンが操作されると、カメラアプリで得た画像データを格納したフォルダの一覧の画面(フォルダ一覧画面P6(図12))が表示される。フォルダ一覧画面P6が表示されている状態において、フォルダのいずれかを選択する操作が行われると、選択されたフォルダに記憶されている画像データが表す写真の一覧画面(写真一覧画面P7(図13))が表示される。写真一覧画面P7が表示されている状態において、「メール」ボタンが操作されると、電子メールのアプリケーションプログラムが実行され、写真一覧画面P7において選択されている写真を添付ファイルとした電子メールの作成画面(電子メール作成画面P8(図14))が表示され、操作対象となるプログラムが電子メールアプリとなる。
このように、基本画面P3からフォルダ一覧画面P6に遷移すると、ユーザインターフェースが変化するため(ステップS104でYES)、操作情報取得部201が操作情報を出力する。また、フォルダ一覧画面P6から写真一覧画面P7に遷移した場合も、ユーザインターフェースが変化するため(ステップS104でYES)、操作情報取得部201が操作情報を出力し、写真一覧画面P7から電子メール作成画面P8に遷移した場合も、ユーザインターフェースとプログラム識別子が変化するため(ステップS104でYES)、操作情報取得部201が操作情報を出力する。なお、電子メール作成画面P8に遷移した時に出力される操作情報においては、操作対象のプログラムが電子メールアプリであるため、含まれているプログラム識別子は、電子メールアプリのプログラム識別子となる。
When the “list” button is operated while the basic screen P3 is displayed, a folder list screen (folder list screen P6 (FIG. 12)) storing image data obtained by the camera application is displayed. Is done. When an operation for selecting one of the folders is performed in a state where the folder list screen P6 is displayed, a list screen of photos represented by the image data stored in the selected folder (photo list screen P7 (FIG. 13)). )) Is displayed. When the “Mail” button is operated while the photo list screen P7 is displayed, an e-mail application program is executed to create an e-mail with the photo selected on the photo list screen P7 as an attached file. A screen (e-mail creation screen P8 (FIG. 14)) is displayed, and the program to be operated becomes an e-mail application.
As described above, when the transition is made from the basic screen P3 to the folder list screen P6, the user interface changes (YES in step S104), so the operation information acquisition unit 201 outputs the operation information. Also, when the folder list screen P6 changes to the photo list screen P7, the user interface changes (YES in step S104), so the operation information acquisition unit 201 outputs the operation information and creates an e-mail from the photo list screen P7. Even when the screen transitions to the screen P8, the user interface and the program identifier change (YES in step S104), so the operation information acquisition unit 201 outputs the operation information. Note that, in the operation information output when the transition to the e-mail creation screen P8 is made, since the operation target program is an e-mail application, the included program identifier is the program identifier of the e-mail application.

次に、操作情報分割部221について説明する。操作情報分割部221は、操作情報取得部201から出力された操作情報を受け取り、受け取った操作情報を記憶部105に設けられた一時記憶領域へ受け取った順番で記憶させる。また、操作情報分割部221は、記憶領域に記憶させた操作情報の内容を監視し、操作情報においてプログラム識別子に変化があった場合、新たに一時記憶領域に記憶させた操作情報に含まれる画面識別子が既に一時記憶領域に記憶されている操作情報に含まれている画面識別子と一致する場合、または、新たに取得した操作情報に予め定められた特定のUI構成一覧が含まれている場合、一時記憶領域に記憶された操作情報を一つのグループとする(以下、操作情報グループと称する)。そして、操作情報分割部221は、操作情報グループを一意に識別する識別子(以下、グループ識別子と称する)を生成し、生成したグループ識別子と、生成したグループ識別子に対応する操作情報を、操作情報グループとして出力する。なお、操作情報グループに含まれた操作情報は、一時記憶領域から消去する。   Next, the operation information dividing unit 221 will be described. The operation information dividing unit 221 receives the operation information output from the operation information acquisition unit 201 and stores the received operation information in the temporary storage area provided in the storage unit 105 in the order received. Further, the operation information dividing unit 221 monitors the content of the operation information stored in the storage area, and when the program identifier is changed in the operation information, the screen included in the operation information newly stored in the temporary storage area When the identifier matches the screen identifier included in the operation information already stored in the temporary storage area, or when the newly acquired operation information includes a predetermined specific UI configuration list, The operation information stored in the temporary storage area is defined as one group (hereinafter referred to as an operation information group). Then, the operation information dividing unit 221 generates an identifier for uniquely identifying the operation information group (hereinafter referred to as a group identifier), and displays the generated group identifier and the operation information corresponding to the generated group identifier as the operation information group. Output as. Note that the operation information included in the operation information group is deleted from the temporary storage area.

図5は、操作情報分割部221が操作情報グループを出力する時の処理の流れを示したフローチャートである。例えば上述したようにカメラアプリが起動された場合、起動画面P2が表示された時に操作情報が出力されて記憶領域に記憶され(ステップS201)、次に基本画面P3が表示された時に操作情報が出力されて記憶領域に記憶される。操作情報分割部221は、予め定められた特定のUI構成一覧として基本画面P3のUI構成一覧を記憶している。ここで、基本画面P3が表示された時に出力された操作情報には、基本画面P3のUI構成一覧が含まれているため、操作情報に含まれているUI構成一覧が予め定められたUI構成一覧と一致し(ステップS204でYES)、操作情報分割部221は、起動画面P2が表示された時に出力された操作情報を操作情報グループ(以下、この操作情報グループを操作情報グループG1とする)として出力する。   FIG. 5 is a flowchart showing a flow of processing when the operation information dividing unit 221 outputs an operation information group. For example, when the camera application is activated as described above, the operation information is output and stored in the storage area when the activation screen P2 is displayed (step S201), and the operation information is displayed when the basic screen P3 is next displayed. It is output and stored in the storage area. The operation information dividing unit 221 stores a UI configuration list of the basic screen P3 as a predetermined specific UI configuration list. Here, since the operation information output when the basic screen P3 is displayed includes the UI configuration list of the basic screen P3, the UI configuration list included in the operation information is a predetermined UI configuration. The operation information dividing unit 221 matches the list (YES in step S204), and the operation information division unit 221 sets the operation information output when the activation screen P2 is displayed as an operation information group (hereinafter, this operation information group is referred to as an operation information group G1). Output as.

また、上述したように、画面が基本画面P3→メニュー画面P4→撮影モード選択画面P5→基本画面P3に変化した場合、メニュー画面P4が表示された時、撮影モード選択画面P5が表示された時、基本画面P3に戻った時に操作情報が出力され、これらの操作情報が記憶領域に記憶される。
なお、起動画面P2から基本画面P3に遷移した時に出力された操作情報の画面識別子は、基本画面P3の画面識別子である。また、撮影モード選択画面P5から基本画面P3に戻った時に出力された操作情報の画面識別子も、基本画面P3の画面識別子である。ここで、操作情報分割部221は、記憶領域に同一の画面識別子を含む操作情報があるため(ステップS203でYES)、基本画面P3に戻るまでに出力された、基本画面P3が表示された時の操作情報、メニュー画面P4が表示された時の操作情報および撮影モード選択画面P5が表示された時の操作情報を操作情報グループ(以下、この操作情報グループを操作情報グループG11とする)として出力する。
Further, as described above, when the screen changes from the basic screen P3 → the menu screen P4 → the shooting mode selection screen P5 → the basic screen P3, when the menu screen P4 is displayed, when the shooting mode selection screen P5 is displayed. When returning to the basic screen P3, the operation information is output, and the operation information is stored in the storage area.
Note that the screen identifier of the operation information that is output when the transition from the startup screen P2 to the basic screen P3 is the screen identifier of the basic screen P3. The screen identifier of the operation information output when returning from the shooting mode selection screen P5 to the basic screen P3 is also the screen identifier of the basic screen P3. Here, since the operation information dividing unit 221 has operation information including the same screen identifier in the storage area (YES in step S203), when the basic screen P3 output before returning to the basic screen P3 is displayed. The operation information when the menu screen P4 is displayed and the operation information when the shooting mode selection screen P5 is displayed are output as an operation information group (hereinafter, this operation information group is referred to as an operation information group G11). To do.

また、上述したように、画面が基本画面P3→フォルダ一覧画面P6→写真一覧画面P7→電子メール作成画面P8に変化した場合、フォルダ一覧画面P6が表示された時、写真一覧画面P7が表示された時、電子メール作成画面P8が表示されプログラム識別子が変化した時に操作情報が出力され、これらの操作情報が記憶領域に記憶される。
ここで、操作情報分割部221は、写真一覧画面P7が表示された時の操作情報と、電子メール作成画面P8が表示された時の操作情報とで含まれているプログラム識別子が変化したため(ステップS202でYES)、基本画面P3が表示された時の操作情報、フォルダ一覧画面P6が表示された時の操作情報、写真一覧画面P7が表示された時の操作情報を操作情報グループ(以下、この操作情報グループを操作情報グループG12とする)として出力する。
Further, as described above, when the screen changes from the basic screen P3 → folder list screen P6 → photo list screen P7 → email creation screen P8, when the folder list screen P6 is displayed, the photo list screen P7 is displayed. When the e-mail creation screen P8 is displayed and the program identifier changes, the operation information is output, and the operation information is stored in the storage area.
Here, the operation information dividing unit 221 changes the program identifier included in the operation information when the photo list screen P7 is displayed and the operation information when the e-mail creation screen P8 is displayed (Step S1). YES in S202), the operation information when the basic screen P3 is displayed, the operation information when the folder list screen P6 is displayed, and the operation information when the photo list screen P7 is displayed are displayed in the operation information group (hereinafter referred to as this operation group). The operation information group is output as an operation information group G12).

次に、解析部222について説明する。解析部222は、操作情報分割部221から出力された操作情報グループを受け取り、受け取った操作情報グループを記憶部105に記憶させる。また、解析部222は、記憶した操作情報グループに基づいて操作モデルを構築する。操作モデルは、一連の操作の次に行われる一連の操作についての発生確率を、ユーザが行った操作に基づいて求めたものである。解析部222は、構築した操作モデルを記憶部105に記憶させる。   Next, the analysis unit 222 will be described. The analysis unit 222 receives the operation information group output from the operation information dividing unit 221 and stores the received operation information group in the storage unit 105. The analysis unit 222 constructs an operation model based on the stored operation information group. The operation model is obtained by determining the occurrence probability of a series of operations performed after the series of operations based on the operation performed by the user. The analysis unit 222 stores the constructed operation model in the storage unit 105.

ここで、操作モデルの一例について説明する。図16は、操作モデルを説明するための図である。例えば、上述したように待受画面P1においてカメラアプリの起動を指示する操作が行われると、操作情報分割部221から上記操作情報グループG1が出力される。この操作情報グループG1は、解析部222で受け取られて記憶部105に記憶される。また、解析部222は、この操作情報グループG1を受け取った回数を記憶する。解析部222は、例えば、操作情報グループG1を受け取った回数が10回であると、図16に示したように操作情報グループG1に対応付けて、その回数を記憶部105に記憶する。   Here, an example of the operation model will be described. FIG. 16 is a diagram for explaining the operation model. For example, as described above, when an operation for instructing activation of the camera application is performed on the standby screen P1, the operation information group G1 is output from the operation information dividing unit 221. The operation information group G1 is received by the analysis unit 222 and stored in the storage unit 105. The analysis unit 222 stores the number of times this operation information group G1 has been received. For example, when the number of times the operation information group G1 is received is 10, the analysis unit 222 stores the number of times in the storage unit 105 in association with the operation information group G1 as illustrated in FIG.

また、待受画面P1においてゲームのアプリケーションプログラムの起動を指示する操作が行われると、操作情報分割部221からゲームのアプリケーションプログラムの起動に係る操作情報を含む操作情報グループ(以下、この操作情報グループを操作情報グループG2とする)が出力される。この操作情報グループG2は、解析部222で受け取られて記憶部105に記憶される。また、解析部222は、この操作情報グループG2を受け取った回数を記憶する。例えば、操作情報グループG2を受け取った回数が90回であると、解析部222は、図16に示したように操作情報グループG2に対応付けて、その回数を記憶する。   Further, when an operation for instructing activation of the game application program is performed on the standby screen P1, an operation information group including operation information related to activation of the game application program from the operation information dividing unit 221 (hereinafter, this operation information group). Is set as the operation information group G2). The operation information group G2 is received by the analysis unit 222 and stored in the storage unit 105. Further, the analysis unit 222 stores the number of times of receiving this operation information group G2. For example, if the number of times of receiving the operation information group G2 is 90, the analysis unit 222 stores the number of times in association with the operation information group G2 as shown in FIG.

また、解析部222は、受け取った操作情報グループが出力される確率を演算し、演算して得た確率を記憶する。例えば、待受画面P1が表示されている状態を状態「S」とし、状態「S」からユーザの操作により操作情報グループG1が出力される確率をP(S|G1)と表し、状態「S」から操作情報グループG2が出力される確率をP(S|G2)と表す。解析部222は、状態「S」から操作情報グループG1が出力された回数(10回)と、状態「S」から操作情報グループG2が出力された回数(90回)とを取得する。   The analysis unit 222 calculates the probability that the received operation information group is output, and stores the probability obtained by the calculation. For example, the state where the standby screen P1 is displayed is the state “S”, the probability that the operation information group G1 is output by the user's operation from the state “S” is represented as P (S | G1), and the state “S” ”Represents the probability that the operation information group G2 is output from P (S | G2). The analysis unit 222 acquires the number of times the operation information group G1 is output from the state “S” (10 times) and the number of times the operation information group G2 is output from the state “S” (90 times).

次に解析部222は、操作情報グループG1の出力回数を、操作情報グループG1の出力回数と操作情報グループG2の出力回数の合計で除算する。例えば、操作情報グループG1の出力回数(10回)を操作情報グループG1の出力回数と操作情報グループG2の出力回数の合計(90回)で除算すれば、状態「S」から操作情報グループG1が出力される確率、即ち、操作情報グループG1が表す一連の操作が行われる確率が求められる。解析部222は、この得られた確率を図16に示したように記憶する。   Next, the analysis unit 222 divides the output count of the operation information group G1 by the sum of the output count of the operation information group G1 and the output count of the operation information group G2. For example, if the number of times of output of the operation information group G1 (10 times) is divided by the total number of times of output of the operation information group G1 and the number of times of output of the operation information group G2 (90 times), The probability of output, that is, the probability that a series of operations represented by the operation information group G1 is performed is obtained. The analysis unit 222 stores the obtained probability as shown in FIG.

また、上述したようにユーザの操作によって画面が基本画面P3→メニュー画面P4→撮影モード選択画面P5→基本画面P3に変化した場合、操作情報グループG11が出力される。この操作情報グループG11は、解析部222で受け取られて記憶部105に記憶される。また、解析部222は、この操作情報グループG11を受け取った回数を、操作情報グループG11に対応付けて記憶する。解析部222は、操作情報グループG1が出力された次に操作情報グループG11が出力される確率をP(G1|G11)と表し、操作情報グループG11が出力される確率を計算し、計算した確率を記憶する。   Further, as described above, when the screen is changed by the user's operation from the basic screen P3 → the menu screen P4 → the shooting mode selection screen P5 → the basic screen P3, the operation information group G11 is output. The operation information group G11 is received by the analysis unit 222 and stored in the storage unit 105. The analysis unit 222 stores the number of times this operation information group G11 is received in association with the operation information group G11. The analysis unit 222 represents the probability that the operation information group G11 is output next after the operation information group G1 is output as P (G1 | G11), calculates the probability that the operation information group G11 is output, and the calculated probability Remember.

また、操作情報グループG11が出力された次に、上述したようにユーザの操作によって画面が基本画面P3→フォルダ一覧画面P6→写真一覧画面P7→電子メール作成画面P8に変化した場合、操作情報グループG111が出力される。この操作情報グループG111は、解析部222で受け取られて記憶部105に記憶される。また、解析部222は、この操作情報グループG111を受け取った回数を、操作情報グループG111に対応付けて記憶する。解析部222は、操作情報グループG11が出力された次に操作情報グループG111が出力される確率をP(G11|G111)と表し、操作情報グループG111が出力される確率を計算し、計算した確率を記憶する。
一方、操作情報グループG1が出力された次に、上述したようにユーザの操作によって画面が基本画面P3→フォルダ一覧画面P6→写真一覧画面P7→電子メール作成画面P8に変化した場合、操作情報グループG12が出力される。この操作情報グループG12は、解析部222で受け取られて記憶部105に記憶される。また、解析部222は、この操作情報グループG12を受け取った回数を、操作情報グループG12に対応付けて記憶する。解析部222は、操作情報グループG1が出力された次に操作情報グループG12が出力される確率をP(G1|G12)と表し、操作情報グループG12が出力される確率を計算し、計算した確率を記憶する。
When the operation information group G11 is output and the screen is changed from the basic screen P3 → the folder list screen P6 → the photo list screen P7 → the e-mail creation screen P8 by the user's operation as described above, the operation information group G111 is output. The operation information group G111 is received by the analysis unit 222 and stored in the storage unit 105. The analysis unit 222 stores the number of times this operation information group G111 is received in association with the operation information group G111. The analysis unit 222 represents the probability that the operation information group G111 is output next after the operation information group G11 is output as P (G11 | G111), calculates the probability that the operation information group G111 is output, and the calculated probability Remember.
On the other hand, when the operation information group G1 is output and the screen changes from the basic screen P3 to the folder list screen P6 to the photo list screen P7 to the e-mail creation screen P8 by the user's operation as described above, the operation information group G12 is output. The operation information group G12 is received by the analysis unit 222 and stored in the storage unit 105. The analysis unit 222 stores the number of times this operation information group G12 is received in association with the operation information group G12. The analysis unit 222 represents the probability that the operation information group G12 is output next after the operation information group G1 is output as P (G1 | G12), calculates the probability that the operation information group G12 is output, and the calculated probability Remember.

なお、例えば、操作情報グループG1が出力された次に操作情報グループG11が出力される回数が3回、操作情報グループG1が出力された次に操作情報グループG12が出力される回数が7回であった場合、操作情報グループG11の出力回数(3回)を操作情報グループG11の出力回数と操作情報グループG12の出力回数の合計(10回)で除算すれば、操作情報グループG1が出力された後に操作情報グループG11が出力される確率、即ち、操作情報グループG11が表す一連の操作が行われる確率が求められる。解析部222は、この得られた確率を図16に示したように記憶する。   For example, the number of times the operation information group G11 is output next after the operation information group G1 is output is three times, and the number of times the operation information group G12 is output next after the operation information group G1 is output is seven times. If there is, the operation information group G1 is output by dividing the output count of the operation information group G11 (3 times) by the total output count of the operation information group G11 and the output count of the operation information group G12 (10 times). The probability that the operation information group G11 will be output later, that is, the probability that a series of operations represented by the operation information group G11 will be performed is obtained. The analysis unit 222 stores the obtained probability as shown in FIG.

次に、候補推定部211について説明する。候補推定部211は、操作情報取得部201から出力された操作情報を受け取り、受け取った操作情報を含む操作情報グループを特定する。また、候補推定部211は、特定した操作情報グループを操作モデルにおいて検索し、検索した操作情報グループから遷移する操作情報グループを、遷移する確率の高い順に特定する。候補推定部211は、特定した操作情報グループを候補表示部202へ出力する。   Next, the candidate estimation unit 211 will be described. The candidate estimation unit 211 receives the operation information output from the operation information acquisition unit 201 and specifies an operation information group including the received operation information. In addition, the candidate estimation unit 211 searches the operation model for the identified operation information group, and identifies operation information groups that transition from the retrieved operation information group in descending order of probability of transition. The candidate estimation unit 211 outputs the identified operation information group to the candidate display unit 202.

候補表示部202は、候補推定部211から出力された操作情報グループを受け取る。候補表示部202は、受け取った操作情報グループにおいて末尾にある操作情報を抽出し、抽出した操作情報に含まれている画面識別子を抽出する。候補表示部202は、画面識別子を抽出すると、抽出した画面識別子に予め対応づけられている操作名を特定し、特定した操作名を表示部107に表示させる。   The candidate display unit 202 receives the operation information group output from the candidate estimation unit 211. The candidate display unit 202 extracts operation information at the end of the received operation information group, and extracts a screen identifier included in the extracted operation information. When extracting the screen identifier, the candidate display unit 202 specifies an operation name associated with the extracted screen identifier in advance, and causes the display unit 107 to display the specified operation name.

操作情報統合部223は、候補表示部202が表示した操作名が続けて選択された場合、選択された操作名に係る操作情報グループを統合し、統合した操作情報グループを操作モデルに加える。つまり、図16に示す操作モデルにおいて、操作情報グループG11が選択され、その次に操作情報グループG111が選択された場合、操作情報グループG11と操作情報グループG111を統合した新たな操作情報グループG13を操作モデルに加える。   When the operation name displayed by the candidate display unit 202 is continuously selected, the operation information integration unit 223 integrates the operation information group related to the selected operation name, and adds the integrated operation information group to the operation model. That is, in the operation model shown in FIG. 16, when the operation information group G11 is selected and then the operation information group G111 is selected, a new operation information group G13 obtained by integrating the operation information group G11 and the operation information group G111 is created. Add to operation model.

(実施形態の動作)
次に、図16に示した操作モデルが記憶部105に記憶されている場合の動作について説明する。図17は、操作部106で操作が行われた時に行われる処理の流れを示したフローチャートである。
(Operation of the embodiment)
Next, an operation when the operation model shown in FIG. 16 is stored in the storage unit 105 will be described. FIG. 17 is a flowchart showing a flow of processing performed when an operation is performed on the operation unit 106.

まず、操作部106がユーザに操作されると、操作に対応した処理が行われた後、図4に示した処理が行われ、操作情報取得部201が操作情報を取得し、取得した操作情報を出力する(ステップS1)。この後、図5に示した処理が行われ、記憶領域に記憶された操作情報を操作情報分割部221が分割する(ステップS2)。また、解析部222が、上述したように操作情報グループの記憶や操作情報グループの出力回数の記憶を行い、操作モデルの構築を行う(ステップS3)。   First, when the operation unit 106 is operated by the user, processing corresponding to the operation is performed, and then the processing illustrated in FIG. 4 is performed. The operation information acquisition unit 201 acquires the operation information, and the acquired operation information Is output (step S1). Thereafter, the processing shown in FIG. 5 is performed, and the operation information dividing unit 221 divides the operation information stored in the storage area (step S2). Further, the analysis unit 222 stores the operation information group and the output count of the operation information group as described above, and constructs an operation model (step S3).

次に、情報処理装置1は、ユーザが行う操作の操作情報グループを推定する(ステップS4)。具体的には、候補推定部211が、新たに出力された操作情報を受け取り、受け取った操作情報を含む操作情報グループを操作モデルに基づいて特定する。また、候補推定部211は、特定した操作情報グループを記憶部105において検索し、検索した操作情報グループから遷移する操作情報グループを、遷移する確率の高い順に特定する。
例えば、待受画面P1が表示されている状態からカメラアプリを起動する操作が行われると、基本画面P3へ遷移した時に基本画面P3の画面識別子を含む操作情報が出力される。操作モデルにおいては、基本画面P3へ遷移した時に出力された操作情報を含む操作情報グループとして操作情報グループG1が記憶されているため、候補推定部211は、この操作情報グループG1を特定する。
Next, the information processing apparatus 1 estimates an operation information group of operations performed by the user (step S4). Specifically, the candidate estimation unit 211 receives the newly output operation information, and specifies an operation information group including the received operation information based on the operation model. In addition, the candidate estimation unit 211 searches the storage unit 105 for the identified operation information group, and identifies operation information groups that transition from the retrieved operation information group in descending order of probability of transition.
For example, when an operation for starting the camera application is performed from the state in which the standby screen P1 is displayed, operation information including the screen identifier of the basic screen P3 is output when the operation transitions to the basic screen P3. In the operation model, since the operation information group G1 is stored as an operation information group including the operation information output when transitioning to the basic screen P3, the candidate estimation unit 211 specifies the operation information group G1.

次に候補推定部211は、特定した操作情報グループを操作モデルにおいて検索し、検索した操作情報グループから遷移する操作情報グループを、遷移する確率の高い順に特定する。例えば、図16においては、操作情報グループG1から遷移する操作情報グループとして、操作情報グループG11と操作情報グループG12がある。候補推定部211は、操作情報グループG11が出力される確率(P(G1|G11))と、操作情報グループG12が出力される確率(P(G1|G12))とを取得する。ここで、取得した確率を比較すると、図16の操作モデルの場合、P(G1|G12)=0.7であり、P(G1|G11)=0.3であって、操作情報グループG12が出力される確率が高いため、候補推定部211は、操作情報グループG12の次に操作情報グループG11という順番で操作情報グループを特定する。   Next, the candidate estimation unit 211 searches the operation model for the identified operation information group, and identifies operation information groups that transition from the retrieved operation information group in descending order of probability of transition. For example, in FIG. 16, there are an operation information group G11 and an operation information group G12 as operation information groups transitioned from the operation information group G1. The candidate estimation unit 211 acquires the probability (P (G1 | G11)) that the operation information group G11 is output and the probability (P (G1 | G12)) that the operation information group G12 is output. Here, comparing the acquired probabilities, in the case of the operation model of FIG. 16, P (G1 | G12) = 0.7, P (G1 | G11) = 0.3, and the operation information group G12 is Since the probability of output is high, the candidate estimation unit 211 identifies the operation information group in the order of the operation information group G11 after the operation information group G12.

次に候補推定部211は、特定した操作情報グループを特定した順番で候補表示部202へ出力する。候補表示部202は、候補推定部211から出力された操作情報グループを受け取り、ユーザが行う確率がある操作を表示する(ステップS5)。具体的には、受け取った操作情報グループにおいて末尾にある操作情報を抽出し、抽出した操作情報に含まれている画面識別子を抽出する。候補表示部202は、画面識別子を抽出すると、抽出した画面識別子に予め対応づけられている操作名を特定し、特定した操作名を表示部107に表示させる。   Next, the candidate estimation unit 211 outputs the specified operation information group to the candidate display unit 202 in the specified order. The candidate display unit 202 receives the operation information group output from the candidate estimation unit 211, and displays an operation with a probability that the user will perform (step S5). Specifically, the operation information at the end in the received operation information group is extracted, and the screen identifier included in the extracted operation information is extracted. When extracting the screen identifier, the candidate display unit 202 specifies an operation name associated with the extracted screen identifier in advance, and causes the display unit 107 to display the specified operation name.

例えば、上述したように操作情報グループG12を候補表示部202が受け取った場合、操作情報グループの末尾にある操作情報は、写真一覧画面P7が表示された時の操作情報であり、この操作情報には、写真一覧画面P7の画面識別子が含まれている。候補表示部202においては、この画面識別子に「写真一覧表示」という操作名が予め対応づけられているため、図15に示したように、「写真一覧表示」を選択するメニューを表示する。   For example, as described above, when the candidate display unit 202 receives the operation information group G12, the operation information at the end of the operation information group is the operation information when the photo list screen P7 is displayed. Includes the screen identifier of the photo list screen P7. In the candidate display unit 202, since an operation name “photo list display” is associated with this screen identifier in advance, a menu for selecting “photo list display” is displayed as shown in FIG.

また、操作情報グループG11を候補表示部202が受け取った場合、操作情報グループの末尾にある操作情報は、撮影モード選択画面P5が表示された時の操作情報であり、この操作情報には、撮影モード選択画面P5の画面識別子が含まれている。候補表示部202においては、この画面識別子に「撮影モード選択」という操作名が予め対応づけられているため、図15に示したように、「撮影モード選択」を選択するメニューを表示する。   When the candidate display unit 202 receives the operation information group G11, the operation information at the end of the operation information group is the operation information when the shooting mode selection screen P5 is displayed. The screen identifier of the mode selection screen P5 is included. In the candidate display unit 202, since the operation name “shooting mode selection” is associated with this screen identifier in advance, a menu for selecting “shooting mode selection” is displayed as shown in FIG.

次に、表示された操作名を選択する操作が行われなかった場合(ステップS8でNO)、図17の処理を一旦終了し、再度図17の処理を実行する。また、表示された操作名を選択する操作が行われた場合(ステップS6でYES)、操作情報グループに含まれている各操作情報を抽出し、各操作情報に含まれているイベント識別子が表すイベントを処理部200が生成する。処理部200においては、生成されたイベントに応じた処理が行われ、最終的には、選択された操作名に対応する画面識別子の画面が表示部107に表示される(ステップS7)。   Next, when an operation for selecting the displayed operation name has not been performed (NO in step S8), the processing in FIG. 17 is once ended, and the processing in FIG. 17 is executed again. If an operation for selecting the displayed operation name is performed (YES in step S6), each operation information included in the operation information group is extracted, and an event identifier included in each operation information is represented. The processing unit 200 generates an event. In the processing unit 200, processing corresponding to the generated event is performed, and finally a screen with a screen identifier corresponding to the selected operation name is displayed on the display unit 107 (step S7).

例えば、図15の画面において、「写真一覧表示」が選択された場合、操作情報グループG12の操作情報から、フォルダ一覧画面P6の表示を指示するイベントと、写真一覧画面P7の表示を指示するイベントが生成され、フォルダ一覧画面P6が表示された後に写真一覧画面P7が表示される。つまり、ユーザが過去に行ったフォルダ一覧画面P6を表示させた後に写真一覧画面P7を表示させるという一連の操作がユーザに代わって実行される。ユーザの操作を推定しない場合には、基本画面P3→フォルダ一覧画面P6→写真一覧画面P7という順番で操作する必要があるが、ユーザの操作を推定した場合、ユーザが行う操作としては、上述した操作より少ない手順で基本画面から写真一覧画面へ遷移できるため、ユーザがよく行う操作を、過去に行った場合より少ない手順で行うことができる。
なお、例えば図15の画面において、「撮影モード選択」が選択された場合、操作情報グループG11の操作情報から、メニュー画面P4の表示を指示するイベントと、撮影モード選択画面P5の表示を指示するイベントが生成され、メニュー画面P4が表示された後に撮影モード選択画面P5が表示される。ここで、撮影モードを選択して基本画面P3に戻ると、操作モデルにおいては、撮影モード選択画面P5から基本画面P3へ遷移した時に出力された操作情報を含む操作情報グループとして、操作情報グループG11の次に操作情報グループG111が記憶されているため、候補推定部211は、この操作情報グループG111を特定する。つまり、現時点の画面状態から次の操作を推定しているのではなく、待受画面から現時点の画面状態までに行った操作に基づいて次の操作を推定する。
For example, when “photo list display” is selected on the screen of FIG. 15, from the operation information of the operation information group G12, an event instructing display of the folder list screen P6 and an event instructing display of the photo list screen P7. Is generated, and after the folder list screen P6 is displayed, the photo list screen P7 is displayed. That is, a series of operations for displaying the photo list screen P7 after displaying the folder list screen P6 performed by the user in the past is executed on behalf of the user. When the user's operation is not estimated, it is necessary to operate in the order of the basic screen P3 → folder list screen P6 → photo list screen P7. However, when the user's operation is estimated, the user performs the operations described above. Since the transition from the basic screen to the photo list screen can be performed with fewer steps than the operation, operations often performed by the user can be performed with fewer steps than in the past.
For example, when “shooting mode selection” is selected on the screen of FIG. 15, an instruction to display the menu screen P4 and a display of the shooting mode selection screen P5 are instructed from the operation information of the operation information group G11. After the event is generated and the menu screen P4 is displayed, the shooting mode selection screen P5 is displayed. Here, when the shooting mode is selected and the screen returns to the basic screen P3, in the operation model, the operation information group G11 is an operation information group including the operation information output when the shooting mode selection screen P5 is changed to the basic screen P3. Since the operation information group G111 is stored next, the candidate estimation unit 211 identifies this operation information group G111. That is, the next operation is not estimated from the current screen state, but the next operation is estimated based on the operations performed from the standby screen to the current screen state.

なお、操作情報統合部223は、候補表示部202によって表示された操作名が選択されたか監視する。候補表示部202によって表示された操作名を選択した後に候補表示部202によって表示された操作名をユーザが選択した場合には(ステップS8でNO)、先に選択された操作名に係る操作情報グループと、後に選択された操作名に係る操作情報グループとを統合した操作情報グループを生成し、操作モデルに加える(ステップS9)。   The operation information integration unit 223 monitors whether the operation name displayed by the candidate display unit 202 has been selected. When the user selects the operation name displayed by the candidate display unit 202 after selecting the operation name displayed by the candidate display unit 202 (NO in step S8), the operation information related to the operation name selected previously. An operation information group obtained by integrating the group and the operation information group associated with the operation name selected later is generated and added to the operation model (step S9).

[変形例]
以上、本発明の実施形態について説明したが、本発明は上述した実施形態に限定されることなく、他の様々な形態で実施可能である。例えば、上述の実施形態を以下のように変形して本発明を実施してもよく、各変形例を組み合わせて実施してもよい。
[Modification]
As mentioned above, although embodiment of this invention was described, this invention is not limited to embodiment mentioned above, It can implement with another various form. For example, the above-described embodiment may be modified as follows to implement the present invention, or may be implemented in combination with each modification.

上述した実施形態においては、情報処理装置1は、携帯電話機となっているが携帯電話機に限定されるものではない。例えば、情報処理装置1は、PDA(Personal Digital Assistant)やスマートフォンなどであってもよい。また、携帯型の情報処理装置に限らず、デスクトップ型のパーソナルコンピュータ装置であってもよい。   In the embodiment described above, the information processing apparatus 1 is a mobile phone, but is not limited to a mobile phone. For example, the information processing apparatus 1 may be a PDA (Personal Digital Assistant) or a smartphone. Further, the information processing apparatus is not limited to a portable information processing apparatus, and may be a desktop personal computer apparatus.

上述した実施形態においては、操作情報分割部221は、図4の処理においてステップS202でプログラム識別子が変化しているか判断しているが、ステップS202の処理を行わず、プログラム識別子の変化を判断しなくてもよい。また、操作情報分割部221は、操作情報グループを出力するか否か判断する際、ステップS202とステップS204の処理を行わずにステップS203の処理だけで操作情報グループを出力するか否か判断してもよく、また、ステップS202とステップS203の処理を行わずにステップS204の処理だけで操作情報グループを出力するか否か判断してもよい。   In the embodiment described above, the operation information dividing unit 221 determines whether or not the program identifier has changed in step S202 in the process of FIG. 4, but does not perform the process of step S202 and determines the change in the program identifier. It does not have to be. Further, when determining whether or not to output the operation information group, the operation information dividing unit 221 determines whether or not to output the operation information group only by the process of step S203 without performing the processes of step S202 and step S204. Alternatively, it may be determined whether or not to output the operation information group only by the process of step S204 without performing the processes of step S202 and step S203.

上述した実施形態においては、操作情報が、動画を表示する動画プレーヤをUI構成一覧に含む場合、図5のステップS204においてYESと判断するようにしてもよい。
また、記憶領域に記憶された操作情報について、この操作情報までを操作情報グループとしてまとめて出力するようにしてもよい。これにより、動画プレーヤを構成要素として有する画面を表示する操作が推定され、推定した操作の操作名が表示されることになる。
In the above-described embodiment, when the operation information includes a moving image player that displays a moving image in the UI configuration list, YES may be determined in step S204 of FIG.
Also, the operation information stored in the storage area may be output up to the operation information group as an operation information group. As a result, an operation for displaying a screen having a moving image player as a component is estimated, and the operation name of the estimated operation is displayed.

上述した実施形態においては、操作モデルはツリー構造となっているが、ツリー構造に限定されるものではなく、メッシュ型のネットワーク構造や、ハッシュマップを用いてもよい。また、操作モデルにおいて、ツリー構造の始点は、待受画面P1を表示している状態に限定されるものではなく、例えば、メニュー画面を表示している状態をツリー構造の始点としてもよい。   In the above-described embodiment, the operation model has a tree structure. However, the operation model is not limited to the tree structure, and a mesh-type network structure or a hash map may be used. In the operation model, the starting point of the tree structure is not limited to the state in which the standby screen P1 is displayed. For example, the state in which the menu screen is displayed may be the starting point of the tree structure.

上述した実施形態においては、推定した操作を候補表示部202によって表示する場合、メニュー形式で表示しているが、推定した操作をアプリケーションプログラムに係る表示領域内に透過表示で表示するようにしてもよい。また、例えば、メニュー画面P4のようにアプリケーションプログラムに係るメニュー画面を表示している場合には、メニュー画面に加えて推定した操作の表示領域を設けてもよい。   In the embodiment described above, when the estimated operation is displayed by the candidate display unit 202, it is displayed in the menu format. However, the estimated operation may be displayed in a transparent display in the display area related to the application program. Good. For example, when a menu screen related to an application program is displayed as in the menu screen P4, a display area for an estimated operation may be provided in addition to the menu screen.

上述した実施形態においては、操作情報グループを生成する際には、新しく記憶された操作情報の一つ前までの操作情報を操作情報グループとしているが、新しく記憶された操作情報までを操作情報グループに含めるようにしてもよい。この場合、操作情報グループG11を候補表示部202が受け取り、対応する操作名が表示され、ユーザがその操作を選択した場合、基本画面P3→メニュー画面P4→撮影モード選択画面P5→基本画面P3という順序で画面が遷移する。なお、撮影モード選択画面P5から基本画面P3に画面遷移する際には操作情報に含まれているイベント識別子が表すイベントを生成するが、このイベントにはどの項目を選択したかを示す情報が含まれるため、操作情報生成時の選択項目と同等の項目が選択されることとなる。また、候補表示部202は、受け取った操作情報グループにおいて末尾にある操作情報を抽出し、抽出した操作情報に含まれている画面識別子およびイベント識別子を抽出する。候補表示部202は、画面識別子を抽出すると、抽出した画面識別子に予め対応づけられている操作名と、イベント識別子に予め対応付けられている操作名とを抽出し,これら操作名を組み合わせて表示部107に表示させる。例えば、上述したように操作情報グループG11を候補表示部202が受け取った場合、「撮影モード選択(夜景)」を選択するメニューを表示する。なお、本変形例においては、一つ前に記憶された操作情報グループの末尾にある操作情報を、新たに記憶する操作情報グループの先頭に含めるようにしてよい。   In the embodiment described above, when generating an operation information group, the operation information up to the previous stored operation information is set as the operation information group. However, the operation information group includes the newly stored operation information. May be included. In this case, when the candidate display unit 202 receives the operation information group G11, the corresponding operation name is displayed, and the user selects the operation, the basic screen P3 → the menu screen P4 → the shooting mode selection screen P5 → the basic screen P3. The screen changes in order. In addition, when the screen transition from the shooting mode selection screen P5 to the basic screen P3, an event represented by the event identifier included in the operation information is generated, and this event includes information indicating which item is selected. Therefore, an item equivalent to the selection item at the time of operation information generation is selected. In addition, the candidate display unit 202 extracts operation information at the end of the received operation information group, and extracts a screen identifier and an event identifier included in the extracted operation information. When the screen identifier is extracted, the candidate display unit 202 extracts an operation name previously associated with the extracted screen identifier and an operation name previously associated with the event identifier, and displays these operation names in combination. Be displayed on the unit 107. For example, when the candidate display unit 202 receives the operation information group G11 as described above, a menu for selecting “shooting mode selection (night view)” is displayed. In this modification, the operation information at the end of the previous operation information group may be included in the head of the operation information group to be newly stored.

1…情報処理装置、101…バス、102…CPU、103…ROM、104…RAM、105…記憶部、106…操作部、106A〜106C…キー、106D…タッチセンサー、107…表示部、108…通信部、109…通話部、110…撮影部、200…処理部、201…操作情報取得部、202…候補表示部、211…候補推定部、221…操作情報分割部、222…解析部、223…操作情報統合部 DESCRIPTION OF SYMBOLS 1 ... Information processing apparatus, 101 ... Bus, 102 ... CPU, 103 ... ROM, 104 ... RAM, 105 ... Memory | storage part, 106 ... Operation part, 106A-106C ... Key, 106D ... Touch sensor, 107 ... Display part, 108 ... Communication unit 109 ... Communication unit 110 ... Shooting unit 200 ... Processing unit 201 ... Operation information acquisition unit 202 ... Candidate display unit 211 ... Candidate estimation unit 221 ... Operation information division unit 222 ... Analysis unit 223 ... Operation Information Integration Department

Claims (10)

ユーザにより操作される操作手段と、
前記操作手段において行われた操作に応じた処理を行い、該操作に対応した画面を表示手段に表示させる処理手段と、
前記表示手段に表示された画面を識別する画面識別子と、該画面を表示させるイベントのイベント識別子とを対応付けた操作情報を記憶する操作情報記憶手段と、
前記操作情報記憶手段に記憶された操作情報の画面識別子が特定画面の画面識別子である場合、該画面識別子を含む操作情報より前に前記操作情報記憶手段に記憶された操作情報、または該画面識別子を含む操作情報より前に前記操作情報記憶手段に記憶された操作情報および該画面識別子を含む操作情報をまとめた操作情報グループを生成する操作情報分割手段と、
異なる操作情報グループ毎に、操作情報グループと、該操作情報グループが生成された回数を記憶し、記憶した回数に基づいて、操作情報グループを生成する一連の操作が行われる確率を操作情報グループ毎に演算する演算手段と、
前記操作手段が操作された場合、該操作の次に行われる一連の操作を前記演算手段で求めた確率に基づいて推定する推定手段と、
を有し、
前記処理手段は、
前記推定手段で推定された一連の操作の実行を指示する操作が前記操作手段で行われた場合、該一連の操作に対応する操作情報グループの操作情報に含まれている前記イベント識別子に基づいて、該一連の操作が行われた時の処理を実行すること
を特徴とする情報処理装置。
Operation means operated by a user;
Processing means for performing processing according to the operation performed in the operation means, and displaying a screen corresponding to the operation on the display means;
Operation information storage means for storing operation information in which a screen identifier for identifying a screen displayed on the display means is associated with an event identifier of an event for displaying the screen;
When the screen identifier of the operation information stored in the operation information storage means is a screen identifier of a specific screen, the operation information stored in the operation information storage means before the operation information including the screen identifier, or the screen identifier Operation information dividing means for generating an operation information group in which operation information stored in the operation information storage means before the operation information including the operation information including the screen identifier is collected,
For each different operation information group, the operation information group and the number of times the operation information group is generated are stored, and the probability that a series of operations for generating the operation information group is performed based on the stored number of times is stored for each operation information group. Computing means for computing
When the operation means is operated, an estimation means for estimating a series of operations performed after the operation based on the probability obtained by the calculation means;
Have
The processing means includes
When an operation to instruct execution of a series of operations estimated by the estimation unit is performed by the operation unit, based on the event identifier included in the operation information of the operation information group corresponding to the series of operations. An information processing apparatus that performs processing when the series of operations is performed.
前記操作情報分割手段は、新たに前記操作情報記憶手段に記憶された操作情報の画面識別子が、該操作情報より前に前記操作情報記憶手段に記憶されている操作情報の画面識別子と一致した場合、新たに操作情報記憶手段に記憶された操作情報より前に記憶された操作情報、または新たに前記操作情報記憶手段に記憶された操作情報より前に記憶された操作情報および新たに記憶された操作情報を操作情報グループとすること
を特徴とする請求項1に記載の情報処理装置。
The operation information dividing unit is configured such that the screen identifier of the operation information newly stored in the operation information storage unit matches the screen identifier of the operation information stored in the operation information storage unit before the operation information. , Operation information newly stored before the operation information stored in the operation information storage means, or operation information newly stored before the operation information stored in the operation information storage means and newly stored The information processing apparatus according to claim 1, wherein the operation information is an operation information group.
前記操作情報は、前記画面識別子で特定される画面を構成するユーザインターフェースの構成要素の一覧を含み、
前記操作情報分割手段は、新たに前記操作情報記憶手段に記憶された操作情報に含まれる前記構成要素の一覧において、予め定められた構成要素が含まれている場合、新たに操作情報記憶手段に記憶された操作情報より前に前記操作情報記憶手段に記憶された操作情報、または新たに前記操作情報記憶手段に記憶された操作情報より前に記憶された操作情報および新たに記憶された操作情報を操作情報グループとして出力すること
を特徴とする請求項1または請求項2に記載の情報処理装置。
The operation information includes a list of components of a user interface that constitutes a screen specified by the screen identifier,
When the operation information dividing unit includes a predetermined component in the list of the component included in the operation information newly stored in the operation information storage unit, the operation information dividing unit newly stores the operation information in the operation information storage unit. Operation information stored in the operation information storage means before the stored operation information, or operation information newly stored before the operation information stored in the operation information storage means and newly stored operation information The information processing apparatus according to claim 1, wherein the information processing apparatus outputs the information as an operation information group.
前記予め定められた構成要素は、動画のコンテンツを表示する構成要素であることを特徴とする請求項3に記載の情報処理装置。   The information processing apparatus according to claim 3, wherein the predetermined component is a component that displays moving image content. 前記推定手段で推定された一連の操作の実行を指示する操作が前記操作手段で行われた後に、再度前記推定手段で推定された一連の操作の実行を指示する操作が前記操作手段で行われた場合、実行を指示された一連の操作に係る操作情報グループを統合する操作情報統合手段を有すること
を特徴とする請求項1乃至請求項4のいずれかに記載の情報処理装置。
After an operation for instructing execution of a series of operations estimated by the estimation means is performed by the operation means, an operation for instructing execution of a series of operations estimated by the estimation means is again performed by the operation means. 5. The information processing apparatus according to claim 1, further comprising operation information integration means for integrating operation information groups related to a series of operations instructed to be executed.
情報処理装置の制御部が、操作部において行われた操作に応じた処理を行い、該操作に対応した画面を表示部に表示させる処理ステップと、
前記制御部が、前記表示部に表示された画面を識別する画面識別子と、該画面を表示させるイベントのイベント識別子とを対応付けた操作情報を記憶する操作情報記憶ステップと、
前記制御部が、前記操作情報記憶ステップで記憶された操作情報の画面識別子が特定画面の画面識別子である場合、該画面識別子を含む操作情報より前に前記操作情報記憶ステップで記憶された操作情報、または該画面識別子を含む操作情報より前に前記操作情報記憶ステップで記憶された操作情報および該画面識別子を含む操作情報をまとめた操作情報グループを生成する操作情報分割ステップと、
前記制御部が、異なる操作情報グループ毎に、操作情報グループと、該操作情報グループが生成された回数を記憶し、記憶した回数に基づいて、操作情報グループを生成する一連の操作が行われる確率を操作情報グループ毎に演算する演算ステップと、
前記制御部が、前記操作部が操作された場合、該操作の次に行われる一連の操作を前記演算ステップで求めた確率に基づいて推定する推定ステップと、
前記推定ステップで推定された一連の操作の実行を指示する操作が前記操作部で行われた場合、該一連の操作に対応する操作情報グループの操作情報に含まれている前記イベント識別子に基づいて、該一連の操作が行われた時の処理を実行する処理実行ステップと
を有する操作支援方法。
A processing step in which a control unit of the information processing apparatus performs processing according to an operation performed in the operation unit, and displays a screen corresponding to the operation on the display unit;
An operation information storage step for storing operation information in which the control unit associates a screen identifier for identifying a screen displayed on the display unit with an event identifier of an event for displaying the screen;
When the screen identifier of the operation information stored in the operation information storage step is the screen identifier of the specific screen, the control unit stores the operation information stored in the operation information storage step before the operation information including the screen identifier. Or an operation information dividing step for generating an operation information group in which the operation information stored in the operation information storage step and the operation information including the screen identifier are stored before the operation information including the screen identifier;
Probability that the control unit stores an operation information group and the number of times the operation information group is generated for each different operation information group, and a series of operations for generating the operation information group is performed based on the stored number of times Calculating step for each operation information group;
When the operation unit is operated, the control unit estimates a series of operations performed after the operation based on the probability obtained in the calculation step;
When an operation that instructs execution of a series of operations estimated in the estimation step is performed on the operation unit, based on the event identifier included in the operation information of the operation information group corresponding to the series of operations And a process execution step of executing a process when the series of operations are performed.
前記操作情報分割ステップは、新たに前記操作情報記憶ステップで記憶された操作情報の画面識別子が、該操作情報より前に前記操作情報記憶ステップで記憶された操作情報の画面識別子と一致した場合、新たに操作情報記憶ステップで記憶された操作情報より前に記憶された操作情報、または新たに前記操作情報記憶ステップで記憶された操作情報より前に記憶された操作情報および新たに記憶された操作情報を操作情報グループとすること
を特徴とする請求項6に記載の操作支援方法。
In the operation information dividing step, when the screen identifier of the operation information newly stored in the operation information storage step matches the screen identifier of the operation information stored in the operation information storage step before the operation information, Operation information newly stored before the operation information stored in the operation information storage step, or operation information newly stored before the operation information stored in the operation information storage step and newly stored operation The operation support method according to claim 6, wherein the information is an operation information group.
前記操作情報は、前記画面識別子で特定される画面を構成するユーザインターフェースの構成要素の一覧を含み、
前記操作情報分割ステップは、新たに前記操作情報記憶ステップで記憶された操作情報に含まれる前記構成要素の一覧において、予め定められた構成要素が含まれている場合、新たに操作情報記憶ステップで記憶された操作情報より前に記憶された操作情報、または新たに前記操作情報記憶ステップで記憶された操作情報より前に記憶された操作情報および新たに記憶された操作情報を操作情報グループとすること
を特徴とする請求項6または請求項7に記載の操作支援方法。
The operation information includes a list of components of a user interface that constitutes a screen specified by the screen identifier,
In the operation information dividing step, when a predetermined component is included in the list of the component included in the operation information newly stored in the operation information storage step, the operation information dividing step is newly performed in the operation information storage step. The operation information stored before the stored operation information, or the operation information newly stored before the operation information stored in the operation information storing step and the newly stored operation information are set as an operation information group. The operation support method according to claim 6 or 7, wherein:
前記予め定められた構成要素は、動画のコンテンツを表示する構成要素であることを特徴とする請求項8に記載の操作支援方法。   9. The operation support method according to claim 8, wherein the predetermined constituent element is a constituent element for displaying moving image content. 前記推定ステップで推定された一連の操作の実行を指示する操作が前記操作部で行われた後に、再度前記推定ステップで推定された一連の操作の実行を指示する操作が前記操作部で行われた場合、実行を指示された一連の操作に係る操作情報グループを統合する操作情報統合ステップを有すること
を特徴とする請求項6乃至請求項9のいずれかに記載の操作支援方法。
After an operation instructing execution of a series of operations estimated in the estimation step is performed in the operation unit, an operation instructing execution of a series of operations estimated in the estimation step is performed again in the operation unit. The operation support method according to any one of claims 6 to 9, further comprising an operation information integration step of integrating operation information groups related to a series of operations instructed to be executed.
JP2010236179A 2010-10-21 2010-10-21 Information processing apparatus and operation support method Expired - Fee Related JP5615128B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010236179A JP5615128B2 (en) 2010-10-21 2010-10-21 Information processing apparatus and operation support method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010236179A JP5615128B2 (en) 2010-10-21 2010-10-21 Information processing apparatus and operation support method

Publications (2)

Publication Number Publication Date
JP2012088989A true JP2012088989A (en) 2012-05-10
JP5615128B2 JP5615128B2 (en) 2014-10-29

Family

ID=46260533

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010236179A Expired - Fee Related JP5615128B2 (en) 2010-10-21 2010-10-21 Information processing apparatus and operation support method

Country Status (1)

Country Link
JP (1) JP5615128B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015041327A (en) * 2013-08-23 2015-03-02 日本電信電話株式会社 Automatic operation system, method, and automatic operation program

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000172394A (en) * 1998-03-05 2000-06-23 Matsushita Electric Ind Co Ltd User interface device and broadcast receiver
JP2004152276A (en) * 2002-10-09 2004-05-27 Matsushita Electric Ind Co Ltd Information terminal device, operation support method, and operation support program
JP2005157559A (en) * 2003-11-21 2005-06-16 Dowango:Kk Browsing information providing system using browsing time, server device, browsing information providing method, and browsing information providing program
JP2009021672A (en) * 2007-07-10 2009-01-29 Toshiba Corp Cellular phone
JP2009151374A (en) * 2007-12-18 2009-07-09 Nec Corp Operation support device, operation support method, and operation support program
JP2010072717A (en) * 2008-09-16 2010-04-02 Tokai Rika Co Ltd Input display device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000172394A (en) * 1998-03-05 2000-06-23 Matsushita Electric Ind Co Ltd User interface device and broadcast receiver
JP2004152276A (en) * 2002-10-09 2004-05-27 Matsushita Electric Ind Co Ltd Information terminal device, operation support method, and operation support program
JP2005157559A (en) * 2003-11-21 2005-06-16 Dowango:Kk Browsing information providing system using browsing time, server device, browsing information providing method, and browsing information providing program
JP2009021672A (en) * 2007-07-10 2009-01-29 Toshiba Corp Cellular phone
JP2009151374A (en) * 2007-12-18 2009-07-09 Nec Corp Operation support device, operation support method, and operation support program
JP2010072717A (en) * 2008-09-16 2010-04-02 Tokai Rika Co Ltd Input display device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015041327A (en) * 2013-08-23 2015-03-02 日本電信電話株式会社 Automatic operation system, method, and automatic operation program

Also Published As

Publication number Publication date
JP5615128B2 (en) 2014-10-29

Similar Documents

Publication Publication Date Title
US8654148B2 (en) Display control apparatus for deciding a retrieval range for displaying stored pieces of information
KR100801650B1 (en) Method for executing function in idle screen of mobile terminal
US10372468B2 (en) Apparatus and method for configuring idle screen
EP3337146B1 (en) Method and apparatus for displaying notification message
US8855610B2 (en) Mobile communication terminal, method of generating group picture in phonebook thereof and method of performing communication event using group picture
US20140325383A1 (en) Device, System And Method For Processing Character Data
JP2018120639A (en) Theme display method and related device
AU2015418786B2 (en) Multimedia file management method, electronic device, and graphical user interface
US11112967B2 (en) Method and apparatus for displaying user interface, terminal and storage medium
JP2011066850A (en) Information communication terminal
RU2645282C2 (en) Method and device for calling via cloud-cards
KR101947462B1 (en) Method and apparatus for providing short-cut number in a user device
EP2846518A1 (en) Device and method for identifying data
JP2009130880A (en) Mobile communication terminal and menu display method of the mobile communication terminal
JP4790615B2 (en) Guidance display device, guidance display method, program, and LSI
KR20150007889A (en) Method for operating application and electronic device thereof
JP2006287458A (en) Portable terminal
KR101753800B1 (en) Method, and device for displaying task
JP5615128B2 (en) Information processing apparatus and operation support method
EP4300275A1 (en) Page display method and device, electronic device and storage medium
CN107678544B (en) Message processing method and device
JP5277574B2 (en) Mobile phone
CA2768418C (en) Apparatus and method for managing call notes in a wireless device
JP2012059067A (en) Data management device, data management method and data management program
JP2008085847A (en) Mobile electronic apparatus, catalogue image displaying method in mobile electronic apparatus, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130815

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140522

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140624

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140804

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140909

R150 Certificate of patent or registration of utility model

Ref document number: 5615128

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees