JP4959599B2 - Method and apparatus for dynamic navigation of operator operation - Google Patents

Method and apparatus for dynamic navigation of operator operation Download PDF

Info

Publication number
JP4959599B2
JP4959599B2 JP2008031700A JP2008031700A JP4959599B2 JP 4959599 B2 JP4959599 B2 JP 4959599B2 JP 2008031700 A JP2008031700 A JP 2008031700A JP 2008031700 A JP2008031700 A JP 2008031700A JP 4959599 B2 JP4959599 B2 JP 4959599B2
Authority
JP
Japan
Prior art keywords
state
application program
operations
predetermined application
input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2008031700A
Other languages
Japanese (ja)
Other versions
JP2009193220A (en
Inventor
中島  一
史拓 横瀬
晴夫 大石
健 増田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2008031700A priority Critical patent/JP4959599B2/en
Publication of JP2009193220A publication Critical patent/JP2009193220A/en
Application granted granted Critical
Publication of JP4959599B2 publication Critical patent/JP4959599B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Description

本発明は、オペレータが計算機端末を介した対話形式処理によって複数種類のデータ項目の値を入力・変更する所定のアプリケーションプログラム(業務アプリケーション)において、入力・変更するオペレータ操作の実行順序を該対話形式処理の中で適切に提示・制限する技術に関する。   The present invention relates to an execution order of operator operations to be input / changed in a predetermined application program (business application) in which an operator inputs / changes values of a plurality of types of data items by interactive processing via a computer terminal. The present invention relates to a technology that appropriately presents and restricts during processing.

企業は、事業活動における業務の複雑化に伴い、IT化によって業務効率を高める試みを行っている。業務は、「誰がどのような操作をどのような順番で行うか」という観点で規定できる。一般的には業務マニュアルとしてこの規約を定め、これに従ってオペレータは業務を進めていた。しかしながら、事業の拡大などによるこの規約の複雑化は、オペレータに対して業務マニュアルの熟知を強要するものになり、雇用状況(良質な人材確保の困難化、研修や雇用期間の短縮化など)を鑑みると、企業活動の大きな障害となる。   Companies are trying to increase business efficiency through IT as business operations become more complex. Business can be defined in terms of “who performs what operation in what order”. In general, these rules were established as a business manual, and the operator proceeded with the work in accordance with this rule. However, the complexity of this code, such as the expansion of business, compells operators to become familiar with the business manual, and the employment situation (difficulty in securing high-quality human resources, shortening of training and employment periods, etc.) Considering this, it becomes a major obstacle to corporate activities.

これを解決するために、「操作に対する実行権限の管理」、「操作の(半)自動化」および「操作の順番の制御」を業務アプリケーションに担わせることが考えられる。オペレータがこのような業務アプリケーションを使って業務を進めた場合、業務アプリケーションは、実行可能な操作を順次提示し、さらに各操作も可能な限り自動で処理する。このように対話的な業務アプリケーションを構築することで、業務知識の少ないオペレータでも業務アプリケーションの提示に従って効率良く業務を進めることが可能になる。   In order to solve this, it is conceivable that the business application is responsible for “management of execution authority for operations”, “(semi) automation of operations” and “control of the order of operations”. When an operator proceeds with a business using such a business application, the business application sequentially presents executable operations, and further automatically processes each operation as much as possible. By constructing an interactive business application in this way, an operator with less business knowledge can efficiently proceed with business according to the presentation of the business application.

<従来技術>
上記対話的処理を行う業務アプリケーションを開発するツールの1つとしてフレキシブルプロセス制御エンジンが提案されている(非特許文献1、2参照)。フレキシブルプロセス制御エンジンの特徴の1つは「操作の順番の制御」を動的なナビゲーションによって実現する点である。動的なナビゲーションとは、業務を完了させるために、次に実行しなければならないオペレータ操作の候補を現状の業務の進捗に応じてオペレータに提示することを指す。
<Conventional technology>
A flexible process control engine has been proposed as one of tools for developing a business application that performs the interactive processing (see Non-Patent Documents 1 and 2). One of the features of the flexible process control engine is that “control of the order of operations” is realized by dynamic navigation. Dynamic navigation refers to presenting an operator operation candidate to be executed next to an operator according to the progress of the current job in order to complete the job.

フレキシブルプロセス制御エンジンは、この動的ナビゲーションを実現するために、プランナと呼ばれる問題解決器を保持する。プランナは人工知能分野のプランニング問題と呼ばれる探索問題に対する解探索コンピュータプログラムである(非特許文献3参照)。   The flexible process control engine holds a problem solver called a planner to realize this dynamic navigation. The planner is a solution search computer program for a search problem called a planning problem in the field of artificial intelligence (see Non-Patent Document 3).

プランナを利用する場合、業務アプリケーションの対象領域の状態空間に対して、各操作を実行する場合の前提条件と、その操作の実行後に状態に与える効果を予め定義しておき、さらに対象領域の初期状態(業務の進捗における現在の状態)と目標状態(業務終了の状態)を指定する。この操作(前提条件・効果)の集合と、初期状態と、目標状態との組をプランニング問題と呼ぶ。これらをプランナに与えると、初期状態から目標状態に至る操作順序(プラン)を求めることができる。   When using the planner, the preconditions for executing each operation on the state space of the target area of the business application and the effect on the state after the execution of the operation are defined in advance, and the initial target area Specify the status (current status of business progress) and the target status (business completion status). A set of this set of operations (preconditions / effects), initial state, and target state is called a planning problem. When these are given to the planner, the operation order (plan) from the initial state to the target state can be obtained.

フレキシブルプロセス制御エンジンは、プランナを利用して、前提条件が初期状態に合致している実行可能な操作の中から目標状態へ到達可能な全ての操作を求める機能を具備する。この機能によって求めた操作を操作候補と呼ぶことにする。   The flexible process control engine has a function of using a planner to obtain all operations that can reach the target state from among the executable operations whose preconditions match the initial state. The operation obtained by this function is called an operation candidate.

この操作候補を求める機能を利用して業務アプリケーションを開発すれば、オペレータに対する前記の動的なナビゲーションを容易に実現することができる。具体的には次のような処理方式で、動的なナビゲーションを実現できる。   If a business application is developed using the function for obtaining the operation candidate, the dynamic navigation for the operator can be easily realized. Specifically, dynamic navigation can be realized by the following processing method.

(1)オペレータが行った実操作によって変化した業務アプリケーションの状態をフレキシブルプロセス制御エンジンに通知する。   (1) Notify the flexible process control engine of the status of the business application changed by the actual operation performed by the operator.

(2)フレキシブルプロセス制御エンジンに、通知された状態における操作候補の集合を求めさせる。   (2) Let the flexible process control engine obtain a set of operation candidates in the notified state.

(3)求めた操作候補の集合をオペレータに提示し、集合の中から実際に行う操作を選択・実行させる。   (3) Present the obtained set of operation candidates to the operator, and select and execute an operation to be actually performed from the set.

この(1)から(3)の処理を業務終了まで繰り返す。   The processes from (1) to (3) are repeated until the end of business.

このとき、(2)の操作候補の集合を求める機能は、複数回プランニング問題を解くことにより実現される(非特許文献2の図2参照〉。ある実行可能な操作が操作候補であることを判定するには、その操作を実行した後の状態においてプランが存在することを調べる必要がある。よって、操作候補の集合は、(1)で通知された状態から実行可能な操作の数だけプランニング問題を解くことで求めることができる。
野末、中島、大石、増田、山村、「プランニングと制約充足を利用した業務の多様性に対応する制御技術」、電子情報通信学会第43回テレコミュニケーションマネージメント研究会、信学技報、Vol.106、No.600、2006、pp.71−76、 H. Nozue, H. Nakajima, H. Oishi, T. Masuda, and T. Yamamura, "Process Control Technique Using Planning and Constraint Satisfaction", In Proc. of the 10th Asia-Pacific Network Operations and Management Symposium (APNOMS 2007), LNCS, Vol.4773, 2007, pp. 62-71. インターネット<URL:http://www.cs.rochester.edu/u/kautz/satplanfblackbox/index.html>
At this time, the function (2) for obtaining a set of operation candidates is realized by solving the planning problem a plurality of times (see FIG. 2 of Non-Patent Document 2). In order to make a decision, it is necessary to check that the plan exists in the state after the operation is executed, so the set of operation candidates is planned for the number of operations that can be executed from the state notified in (1). It can be obtained by solving the problem.
Nosue, Nakajima, Oishi, Masuda, Yamamura, “Control Technology for Planning Diversity Using Constraints and Satisfaction”, IEICE 43rd Telecommunication Management Study Group, IEICE Technical Report, Vol. 106, no. 600, 2006, pp. 71-76, H. Nozue, H. Nakajima, H. Oishi, T. Masuda, and T. Yamamura, "Process Control Technique Using Planning and Constraint Satisfaction", In Proc. Of the 10th Asia-Pacific Network Operations and Management Symposium (APNOMS 2007) , LNCS, Vol.4773, 2007, pp. 62-71. Internet <URL: http://www.cs.rochester.edu/u/kautz/satplanfblackbox/index.html>

しかしながら、上記の処理方式では、業務アプリケーションの実行速度に関して課題が生じる。   However, the above processing method has a problem regarding the execution speed of the business application.

前述したように、現状のフレキシブルプロセス制御エンジンが求める操作候補の集合は、プランナによってプランを求めることで実現される。このプランを求めるときの計算量は、対象領域の状態の数に比例することが知られている。上記処理方式では、オペレータが業務アプリケーションを使用しているとき、その操作毎に(2)の処理が実行される。このため、大規模な業務を対象とする業務アプリケーションでは、オペレータが操作を行ってから、オペレータに操作候補を提示するまでの応答に時間がかかり、その応答性が悪化することになる。   As described above, a set of operation candidates required by the current flexible process control engine is realized by obtaining a plan by a planner. It is known that the amount of calculation for obtaining this plan is proportional to the number of states in the target area. In the above processing method, when the operator uses a business application, the process (2) is executed for each operation. For this reason, in a business application that targets a large-scale business, it takes time to respond until an operation candidate is presented to the operator after the operator performs an operation, and the responsiveness deteriorates.

このため、本発明では、前処理として目標状態への可到達状態の集合を求めることで、業務アプリケーションの実行中は業務アプリケーションの状態数に対して対数オーダーの計算量で操作候補を求めることを可能とする動的ナビゲーションの処理方式を実現する。   Therefore, in the present invention, by obtaining a set of reachable states to the target state as pre-processing, it is possible to obtain operation candidates with a logarithmic order calculation amount with respect to the number of business application states during execution of the business application. A dynamic navigation processing method is realized.

「可到達状態」とは、目標状態へ到達可能な状態のことである。よって、ある状態が可到達状態であれば、その状態から目標状態に到達するプランが必ず存在することになる。フレキシブルプロセス制御エンジンが扱うプランニング問題は、図1に示すように、有限状態遷移システムにおける初期状態から目標状態への遷移列を求める問題と考えることができる。図1における可到達状態を図2に示す。   The “reachable state” is a state where the target state can be reached. Therefore, if a certain state is a reachable state, there is always a plan for reaching the target state from that state. As shown in FIG. 1, the planning problem handled by the flexible process control engine can be considered as a problem of obtaining a transition sequence from an initial state to a target state in a finite state transition system. The reachable state in FIG. 1 is shown in FIG.

ある状態が可到達状態であることと、その状態から目標状態へのプランが存在することとは同義である。よって、従来技術の操作候補の集合を求める処理において、プランニング問題を解いていた部分は、事前に可到達状態の集合を求めておけば、状態がその可到達状態の集合に含まれるか否かを判定する処理に置き換えることができる。   The fact that a certain state is a reachable state is synonymous with the existence of a plan from that state to the target state. Therefore, in the process of obtaining a set of operation candidates in the prior art, if the part that solved the planning problem is to obtain a set of reachable states in advance, whether or not the state is included in the set of reachable states. It can be replaced with a process for determining.

この方式により、コンピュータを用いてオペレータ操作の実行順序を求めて提示する方法を図3,4に従って説明する。   A method for obtaining and presenting the execution order of operator operations using a computer using this method will be described with reference to FIGS.

まず、業務アプリケーションの実行前に、前処理として目標状態への可到達状態の集合を求める可到達状態導出ステップは図3のように実行する。   First, before executing the business application, the reachable state derivation step for obtaining a set of reachable states to the target state as preprocessing is executed as shown in FIG.

業務アプリケーションに対して予め定義されているプランニング問題の操作(前提条件・効果)の集合および目標状態が入力装置からコンピュータに入力される(図3;s1)と、これらから可到達状態の集合Rを求め(図3;s2)、これを記憶装置に出力して記憶させる(図3;s3)。   When a set of planning problem operations (preconditions / effects) and a target state defined in advance for a business application are input from the input device to the computer (FIG. 3; s1), a set R of reachable states is obtained from these. Is obtained (FIG. 3; s2), and is output and stored in the storage device (FIG. 3; s3).

図3;s2の可到達状態の集合Rを求める処理を実現する技術としては、J. R. Burch, E. M. Clarke, K. L. McMillan, D. L. Dill, and J. Hwang, "Symbolic model checking: 10E20 states and beyond", In proc. of The International Conference on Logic in Computer. Science, 1990などが知られており、これらを利用することができる。図3の処理は、その業務アプリケーションに変更がない、即ち操作(前提条件・効果)の集合および目標状態が変更されない限り、ただ一度だけ行えば良い。   Fig. 3; The technology for obtaining the set R of reachable states of s2 includes JR Burch, EM Clarke, KL McMillan, DL Dill, and J. Hwang, "Symbolic model checking: 10E20 states and beyond", In Proc. of the International Conference on Logic in Computer. Science, 1990, etc. are known and can be used. The processing in FIG. 3 may be performed only once unless the business application is changed, that is, the set of operations (preconditions / effects) and the target state are not changed.

次に、業務アプリケーションの実行中に、オペレータに提示する操作候補の集合を求める操作候補提示ステップは図4のように実行する。   Next, an operation candidate presentation step for obtaining a set of operation candidates to be presented to the operator during execution of the business application is executed as shown in FIG.

まず、業務アプリケーションの(現在の)状態sと、当該業務アプリケーションに対して予め定義されているプランニング問題の操作の集合Oとが入力装置からコンピュータに入力される(図4;s11)と、次に実行すべき操作候補の集合Cを空集合に設定する(図4;s12)。   First, a (current) state s of a business application and a set of planning problem operations O defined in advance for the business application are input from the input device to the computer (FIG. 4; s11). The operation candidate set C to be executed is set to an empty set (FIG. 4; s12).

次に、操作の集合Oから操作を1つ取り出し(図4;s13)、その操作oが前記状態sで実行可能かどうかを判定する(図4;s14)。実行不能であればs13の処理に戻り、実行可能であれば状態sから操作oを実行した後の状態s’を求め(図4;s15)、さらにその状態s’が記憶装置に記憶された可到達状態の集合Rに含まれるかどうか調べる(図4;s16)。含まれていなければs13の処理に戻り、含まれていれば操作oを操作候補の集合Cに追加する(図4;s17)。   Next, one operation is taken out from the operation set O (FIG. 4; s13), and it is determined whether or not the operation o can be executed in the state s (FIG. 4; s14). If it cannot be executed, the process returns to the processing of s13. If it is executable, the state s ′ after the operation o is obtained from the state s (FIG. 4; s15), and the state s ′ is stored in the storage device. It is checked whether it is included in the set R of reachable states (FIG. 4; s16). If it is not included, the process returns to the processing of s13, and if it is included, the operation o is added to the operation candidate set C (FIG. 4; s17).

図4;s13から図4;s17までの処理を全ての操作に対して、即ち操作の集合Oから操作oを取り除いた集合が空集合となるまで行い(図4;s18)、得られた操作候補の集合Cを表示装置に出力して表示する(図4;s19)。   The processing from FIG. 4; s13 to FIG. 4; s17 is performed for all the operations, that is, until the set obtained by removing the operation o from the set of operations O becomes an empty set (FIG. 4; s18). The candidate set C is output and displayed on the display device (FIG. 4; s19).

従来技術においては、図4;s16の処理がプランを求める処理となり、この処理は状態数に対して比例する計算量が必要であった。しかしながら、本発明の可到達状態の集合Rに状態s’が含まれていることの判定は、可到達状態の集合Rを二分決定木やOrdered Binary Decision Diagram(R. E. Bryant, "Graph-based algorithms for boolean function manipulation", IEEE Transactions on Computers, C-35(8), pp.677-691.参照)などのデータ構造で表現することで、集合Rの状態数に対して対数オーダーの計算量で判定可能な手法が知られている。これによって、従来技術よりもアプリケーションの応答性を高め、動的なナビゲーションを行うことができる。   In the prior art, the process of FIG. 4; s16 is a process for obtaining a plan, and this process requires a calculation amount proportional to the number of states. However, the determination that the state s ′ is included in the set R of reachable states of the present invention is performed by using the binary decision tree or the Ordered Binary Decision Diagram (RE Bryant, “Graph-based algorithms for” Boolean functions manipulation ", IEEE Transactions on Computers, C-35 (8), pp.677-691. Possible approaches are known. As a result, application responsiveness can be improved and dynamic navigation can be performed as compared with the prior art.

本発明によれば、フレキシブルプロセス制御技術を用いて構築された業務アプリケーションにおいて、実行中のプロセスナビゲーションを従来技術よりも高速に行うことができ、業務アプリケーションの応答性が向上させることが可能になる。   According to the present invention, in a business application constructed using a flexible process control technology, the process navigation being executed can be performed at a higher speed than the conventional technology, and the responsiveness of the business application can be improved. .

図5は本発明のオペレータ操作の動的ナビゲーション方法を実施する装置の一例、ここでは周知のコンピュータ上に実現した例を示すもので、図中、1は入力装置、2は表示装置、3はコンピュータである。   FIG. 5 shows an example of an apparatus for carrying out the dynamic navigation method of the operator operation according to the present invention, here an example realized on a known computer. In the figure, 1 is an input device, 2 is a display device, 3 is It is a computer.

入力装置1は、キーボード、マウス等からなり、コンピュータ3に所定の情報、ここではプランニング問題や業務アプリケーションの状態を入力するためのものである。表示装置2は、液晶ディスプレイ、CRT等画像表示装置からなり、コンピュータ3の所定の処理結果、ここでは操作候補の集合を提示するためのものである。   The input device 1 includes a keyboard, a mouse, and the like, and is used for inputting predetermined information, in this case, a planning problem and a state of a business application, to the computer 3. The display device 2 includes an image display device such as a liquid crystal display and a CRT, and is for presenting a predetermined processing result of the computer 3, here, a set of operation candidates.

コンピュータ3は、図3乃至図4に示した処理フローに対応する所定のプログラムに従い、各装置を制御するとともに、この際、記憶装置4、前処理装置5、操作候補提示装置6を構成する。   The computer 3 controls each device according to a predetermined program corresponding to the processing flow shown in FIG. 3 to FIG. 4, and configures the storage device 4, the preprocessing device 5, and the operation candidate presentation device 6 at this time.

記憶装置4は、前処理装置5から出力される可到達状態の集合を記憶し、操作候補提示装置6の求めに応じてその情報を提示する。   The storage device 4 stores a set of reachable states output from the preprocessing device 5 and presents the information in response to a request from the operation candidate presentation device 6.

前処理装置5は、図3に示した可到達状態導出ステップに従い、入力装置1から入力された業務アプリケーションに対して予め定義されているプランニング問題の操作(前提条件・効果)の集合および目標状態から可到達状態の集合を求め、それを記憶装置4に出力して記憶させる。   In accordance with the reachability state derivation step shown in FIG. 3, the preprocessing device 5 includes a set of planning problem operations (preconditions / effects) defined in advance for the business application input from the input device 1 and the target state. A set of reachable states is obtained from the data, and is output to the storage device 4 for storage.

操作候補提示装置6は、図4に示した操作候補提示ステップに従い、入力装置1から入力された業務アプリケーションの現在の状態と、記憶装置4に記憶された可到達状態の集合とを参照して、入力装置1から入力された前記業務アプリケーションに対して予め定義されているプランニング問題の操作(前提条件・効果)の集合から次に実行すべき操作候補の集合を求め、表示装置2に出力して表示する。   The operation candidate presentation device 6 refers to the current state of the business application input from the input device 1 and the set of reachable states stored in the storage device 4 according to the operation candidate presentation step shown in FIG. Then, a set of operation candidates to be executed next is obtained from a set of operations (preconditions / effects) of planning problems defined in advance for the business application input from the input device 1 and output to the display device 2 To display.

本装置により、フレキシブルプロセス制御技術により構築された業務アプリケーションにおいて、実行中のプロセスナビゲーションを従来技術よりも高速に行うことができ、業務アプリケーションの応答性が向上させることが可能になる。   With this apparatus, in a business application constructed by flexible process control technology, the process navigation being executed can be performed at a higher speed than the conventional technology, and the responsiveness of the business application can be improved.

なお、前述した実施の形態では、記憶装置4、前処理装置5、操作候補提示装置6をコンピュータ上で実現した例を示したが、ハードウェアで実現しても良い。またこれら各装置が、適切な通信路で相互に接続された複数のハードウェア上に分散して存在し、相互に通信し合いながら実行することもできる。   In the above-described embodiment, an example in which the storage device 4, the preprocessing device 5, and the operation candidate presentation device 6 are realized on a computer has been shown, but may be realized by hardware. Each of these devices exists in a distributed manner on a plurality of pieces of hardware connected to each other via an appropriate communication path, and can be executed while communicating with each other.

本発明による動的ナビゲーションついて例を挙げて説明する。   An example of dynamic navigation according to the present invention will be described.

まず、業務アプリケーションに対して以下のようなプランニング問題が定義されているとする。但し、ここでは業務アプリケーションの状態は、In−1,In−2,In−3の項からなる集合で表現されるものとする。   First, assume that the following planning problem is defined for a business application. However, here, it is assumed that the state of the business application is expressed by a set of In-1, In-2, and In-3 terms.

初期状態 {}
目標状態 {In−1,In−2,In−3}
操作 act1(前提条件なし,効果In−1)
act2(前提条件¬In−3,効果In−2)
act3(前提条件In−1,効果In−3)
act4(前提条件In−2,In−3,効果In−1)
なお、「¬」は「否定」を表す。
initial state {}
Target state {In-1, In-2, In-3}
Operation act1 (no precondition, effect In-1)
act2 (precondition ¬In-3, effect In-2)
act3 (Precondition In-1, Effect In-3)
act4 (Preconditions In-2, In-3, Effect In-1)
“¬” represents “Negation”.

ある操作oが(現在の)状態sに対して実行可能であるとは、
●操作oの前提条件に出現する全ての項が状態sの項の集合の要素となっている、
かつ、
●操作oの前提条件に出現する全ての否定の項が状態sの項の集合の要素になっていない、
という条件を満たす場合のことを言う。
An operation o can be performed on the (current) state s.
● All terms appearing in the preconditions for operation o are elements of the set of terms in state s.
And,
All negative terms appearing in the preconditions of operation o are not elements of the set of terms in state s,
If the condition is met.

前者の条件は、例えば状態{In−1}において操作act3は実行できるが、操作act4は実行できないことを意味している。後者の条件は、状態{In−1}の場合には操作act2が実行可能で、状態{In−3}の場合には操作act2は実行できないことを意味している。   The former condition means that, for example, the operation act3 can be executed in the state {In-1}, but the operation act4 cannot be executed. The latter condition means that the operation act2 can be executed in the state {In-1}, and the operation act2 cannot be executed in the state {In-3}.

ある状態sから操作oが実行可能であるとき、操作oの効果に基づいて状態sを更新することができる。ここでは以下のように状態が更新される。   When the operation o can be executed from a certain state s, the state s can be updated based on the effect of the operation o. Here, the state is updated as follows.

●操作oの効果に出現する全ての項を、状態sの項の集合に追加する、
●操作oの効果に出現する全ての否定の項を、状態sの項の集合から取り去る。
Add all terms that appear in the effect of operation o to the set of terms in state s.
Remove all negative terms that appear in the effect of operation o from the set of terms in state s.

前者の更新では、例えば状態{In−1}から操作act2を実行後の状態は、効果のIn−2が追加され、{In−1,In−2}となることを意味している。一方、後者は、状態{In−1}から効果¬In−1を持つ操作を実行すると、状態は{}となることを意味している。   In the former update, for example, the state after executing the operation act2 from the state {In-1} means that the effect In-2 is added and becomes {In-1, In-2}. On the other hand, the latter means that when an operation having an effect ¬In-1 is executed from the state {In-1}, the state becomes {}.

この定義のもとで、前記プランニング問題の状態遷移システムは図1に示すようになる。   Under this definition, the state transition system of the planning problem is as shown in FIG.

本発明では、業務アプリケーションの実行前、例えば業務アプリケーションの作成時に、前記プランニング問題の操作の集合および目標状態を入力装置1から入力し、前処理装置5により図2に示す可到達状態の集合を求め、記憶装置4に記憶させておく。   In the present invention, before execution of a business application, for example, when a business application is created, a set of operations of the planning problem and a target state are input from the input device 1, and the set of reachable states shown in FIG. It is obtained and stored in the storage device 4.

次に、実際にオペレータが業務アプリケーションを操作しているときの動的ナビゲーション、つまり操作候補の集合の提示の例を示す。   Next, an example of dynamic navigation when an operator actually operates a business application, that is, an operation candidate set is presented.

例えば、現在の業務アプリケーションの状態が図1における初期状態{}で、オペレータが、その状態からact1に対応する操作を業務アプリケーション上で実行したとする。すると業務アプリケーションの状態は{In−1}に遷移する。このとき、業務アプリケーションは状態の遷移に対して、遷移後の状態{In−1}とプランニング問題の操作の集合を本発明の入力装置1より入力する。これにより、本発明の操作候補提示装置6は、図4の操作候補提示ステップに従い、求める操作候補の集合の初期値として空集合を設定する(図4;s12)。   For example, it is assumed that the current state of the business application is the initial state {} in FIG. 1 and the operator has performed an operation corresponding to act1 on the business application from that state. Then, the state of the business application transitions to {In-1}. At this time, the business application inputs the state {In-1} after the transition and a set of planning problem operations from the input device 1 of the present invention in response to the state transition. Thereby, the operation candidate presentation device 6 of the present invention sets an empty set as an initial value of a set of operation candidates to be obtained in accordance with the operation candidate presentation step of FIG. 4 (FIG. 4; s12).

次に、入力された操作act1,act2,act3,act4から1つ、例えば操作act2を取り出し、該操作act2が実行可能かを判定する(図4;s13,s14)。   Next, one of the input operations act1, act2, act3, and act4, for example, the operation act2 is taken out, and it is determined whether the operation act2 can be executed (FIG. 4; s13, s14).

act2の前提条件は¬In−3で実行可能であるため、操作act2実行後の状態{In−1,In−2}を求める(図4;s15)。そして、記憶装置4に記憶されている可到達状態の集合(図2)を参照し、状態{In−1,In−2}がその集合に含まれるかどうかを判定する(図4;s16)。   Since the precondition of act2 can be executed at ¬In-3, the state {In-1, In-2} after execution of the operation act2 is obtained (FIG. 4; s15). Then, with reference to the set of reachable states stored in the storage device 4 (FIG. 2), it is determined whether or not the state {In-1, In-2} is included in the set (FIG. 4; s16). .

今、この状態は可到達状態の集合に含まれるため、操作act2を操作候補の集合に追加する(図4;s17)。これを残りの操作act1,act3,act4に対して実行する。この場合、操作act2以外に操作候補の集合への追加はなく、結果として操作候補の集合は{act2}となり、これを表示装置1に出力して表示する。   Since this state is now included in the set of reachable states, operation act2 is added to the set of operation candidates (FIG. 4; s17). This is executed for the remaining operations act1, act3, and act4. In this case, there is no addition to the operation candidate set other than the operation act2, and as a result, the operation candidate set becomes {act2}, which is output to the display device 1 and displayed.

このように、オペレータは表示された操作候補の集合から操作を選択して業務アプリケーションを実行していくことができる。   In this way, the operator can select an operation from the displayed set of operation candidates and execute the business application.

プランニング問題の状態遷移システムの一例を示す説明図Explanatory diagram showing an example of a state transition system for planning problems 図1の状態遷移システムにおける可到達状態を示す説明図Explanatory drawing which shows the reachable state in the state transition system of FIG. 本発明のオペレータ操作の動的ナビゲーション方法の可到達状態導出ステップの処理フローを示す図The figure which shows the processing flow of the reachable state derivation | leading-out step of the dynamic navigation method of operator operation of this invention 本発明のオペレータ操作の動的ナビゲーション方法の操作候補提示ステップの処理フローを示す図The figure which shows the processing flow of the operation candidate presentation step of the dynamic navigation method of operator operation of this invention 本発明のオペレータ操作の動的ナビゲーション装置の実施の形態の一例を示す構成図The block diagram which shows an example of embodiment of the dynamic navigation apparatus of the operator operation of this invention

符号の説明Explanation of symbols

1:入力装置、2:表示装置、3:コンピュータ、4:記憶装置、5:前処理装置、6:操作候補提示装置。   1: input device, 2: display device, 3: computer, 4: storage device, 5: preprocessing device, 6: operation candidate presentation device.

Claims (4)

任意のコンピュータ上で動作する所定のアプリケーションプログラムに対するオペレータ操作の実行順序を、当該所定のアプリケーションプログラムの実行中に前記任意のコンピュータもしくは当該任意のコンピュータにネットワークを介して接続された他のコンピュータの表示装置に提示する方法であって、
前記任意のコンピュータもしくは当該任意のコンピュータにネットワークを介して接続された他のコンピュータが、
入力装置から入力された前記所定のアプリケーションプログラムの操作の集合および当該所定のアプリケーションプログラムにおける目標状態から可到達状態の集合を求め、記憶装置に出力して記憶させる可到達状態導出ステップと、
入力装置から入力された前記所定のアプリケーションプログラムの現在の状態と、記憶装置に記憶された可到達状態の集合とを参照して、入力装置から入力された前記所定のアプリケーションプログラムの操作の集合から、前記現在の状態において前記目標状態に到達し得る操作のみを要素とする次に実行すべき操作候補の集合を求め、表示装置に出力して表示する操作候補提示ステップとを実行する
ことを特徴とするオペレータ操作の動的ナビゲーション方法。
Display of execution order of operator operations on a predetermined application program operating on an arbitrary computer on the arbitrary computer or another computer connected to the arbitrary computer via a network during the execution of the predetermined application program A method of presenting to a device,
The arbitrary computer or another computer connected to the arbitrary computer via a network,
A reachable state derivation step of obtaining a set of reachable states from a set of operations of the predetermined application program input from an input device and a target state in the predetermined application program , and outputting and storing the set in a storage device;
With reference to the current state of the predetermined application program input from the input device and the set of reachable states stored in the storage device, from the set of operations of the predetermined application program input from the input device An operation candidate presenting step for obtaining a set of operation candidates to be executed next having only an operation that can reach the target state in the current state as an element, and outputting and displaying the operation candidate on a display device. A dynamic navigation method of operator operation.
請求項1記載の操作候補提示ステップは、
入力装置から所定のアプリケーションプログラムの現在の状態および操作の集合が入力される第1のステップと、
次に実行すべき操作候補の集合を空集合に設定する第2のステップと、
前記操作の集合から操作を1つ取り出し、前記現在の状態から実行可能かどうかを判定する第3のステップと、
実行可能な操作に対しその操作の効果に基づいて実行後の状態を求める第4のステップと、
前記実行後の状態が記憶装置に記憶された可到達状態の集合に含まれるかどうかを判定する第5のステップと、
前記実行後の状態が可到達状態の集合に含まれる場合に前記取り出した操作を操作候補の集合に追加する第6のステップとを少なくとも含む
ことを特徴とするオペレータ操作の動的ナビゲーション方法。
The operation candidate presentation step according to claim 1 comprises:
A first step in which a current state of a predetermined application program and a set of operations are input from an input device;
A second step of setting a set of operation candidates to be executed next to an empty set;
A third step of taking one operation from the set of operations and determining whether it can be performed from the current state;
A fourth step for obtaining a post-execution state for an executable operation based on the effect of the operation;
A fifth step of determining whether the state after execution is included in a set of reachable states stored in a storage device;
A dynamic navigation method for operator operations, comprising at least a sixth step of adding the extracted operation to a set of operation candidates when the state after execution is included in a set of reachable states.
コンピュータに請求項1または2記載の各ステップを実行させるためのプログラム。   The program for making a computer perform each step of Claim 1 or 2. 任意のコンピュータ上で動作する所定のアプリケーションプログラムに対するオペレータ操作の実行順序を、当該所定のアプリケーションプログラムの実行中に前記任意のコンピュータもしくは当該任意のコンピュータにネットワークを介して接続された他のコンピュータの表示装置に提示する装置であって、
前記任意のコンピュータもしくは当該任意のコンピュータにネットワークを介して接続された他のコンピュータ上に設けられた次の装置、即ち
可到達状態の集合を記憶するための記憶装置と、
入力装置から入力された前記所定のアプリケーションプログラムの操作の集合および当該所定のアプリケーションプログラムにおける目標状態から可到達状態の集合を求め、記憶装置に出力して記憶させる前処理装置と、
入力装置から入力された前記所定のアプリケーションプログラムの現在の状態と、記憶装置に記憶された可到達状態の集合とを参照して、入力装置から入力された前記所定のアプリケーションプログラムの操作の集合から、前記現在の状態において前記目標状態に到達し得る操作のみを要素とする次に実行すべき操作候補の集合を求め、表示装置に出力して表示する操作候補提示装置とを備えた
ことを特徴とするオペレータ操作の動的ナビゲーション装置。
Display of execution order of operator operations on a predetermined application program operating on an arbitrary computer on the arbitrary computer or another computer connected to the arbitrary computer via a network during the execution of the predetermined application program A device presenting to the device,
A next device provided on the arbitrary computer or another computer connected to the arbitrary computer via a network, that is, a storage device for storing a set of reachable states;
A preprocessing device that obtains a set of reachable states from a set of operations of the predetermined application program input from an input device and a target state in the predetermined application program , and outputs and stores the set in a storage device;
With reference to the current state of the predetermined application program input from the input device and the set of reachable states stored in the storage device, from the set of operations of the predetermined application program input from the input device An operation candidate presenting device that obtains a set of operation candidates to be executed next, using only operations that can reach the target state in the current state as elements, and outputs and displays them on a display device. A dynamic navigation device for operator operation.
JP2008031700A 2008-02-13 2008-02-13 Method and apparatus for dynamic navigation of operator operation Active JP4959599B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008031700A JP4959599B2 (en) 2008-02-13 2008-02-13 Method and apparatus for dynamic navigation of operator operation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008031700A JP4959599B2 (en) 2008-02-13 2008-02-13 Method and apparatus for dynamic navigation of operator operation

Publications (2)

Publication Number Publication Date
JP2009193220A JP2009193220A (en) 2009-08-27
JP4959599B2 true JP4959599B2 (en) 2012-06-27

Family

ID=41075189

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008031700A Active JP4959599B2 (en) 2008-02-13 2008-02-13 Method and apparatus for dynamic navigation of operator operation

Country Status (1)

Country Link
JP (1) JP4959599B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016056296A1 (en) * 2014-10-10 2016-04-14 Necソリューションイノベータ株式会社 Information processing device and operation assistance method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001084072A (en) * 1999-09-09 2001-03-30 Fujitsu Ltd Help display device of next operation guiding type
JP2003331004A (en) * 2002-05-09 2003-11-21 Casio Comput Co Ltd Device and program for providing product-related information

Also Published As

Publication number Publication date
JP2009193220A (en) 2009-08-27

Similar Documents

Publication Publication Date Title
US11005786B2 (en) Knowledge-driven dialog support conversation system
US9390375B2 (en) Reuse of on-demand enterprise system customization knowledge utilizing collective experience
Lohmann et al. Analyzing interacting WS-BPEL processes using flexible model generation
US9870207B2 (en) Software development using re-usable software components
EP3035189A1 (en) Automated approach for integrating automated function library functions and algorithms in predictive analytics
US20110010692A1 (en) Application development support device, program and storage medium
US20130262504A1 (en) Case-based Adaptation Framework for Customization Knowledge in Enterprise Systems
US9798526B2 (en) Software development using multi-domain decision management
US20100275186A1 (en) Segmentation for static analysis
Van der Aalst et al. Process modeling and analysis
US9697300B2 (en) Graph syntax validation system and method
US8819620B1 (en) Case management software development
US20210096828A1 (en) User interface engine for miniapp development
JP4959599B2 (en) Method and apparatus for dynamic navigation of operator operation
US20230409929A1 (en) Methods and apparatuses for training prediction model
Sánchez Gómez et al. Towards an approach for applying early testing to smart contracts
CN111368206A (en) Service recommendation method, device, server and storage medium
US9727311B2 (en) Generating a service definition including a common service action
US11868166B2 (en) Repairing machine learning pipelines
Bauer Requirements for Dynamic Jumps at the Execution of Business Processes
US20220318887A1 (en) Machine learning model generation platform
Krouwel et al. Business Driven Microservice Design: An Enterprise Ontology Based Approach to API Specifications
US20200334054A1 (en) Automatic repetition of context-specific code edits
US20220318048A2 (en) Visual conformance checking of processes
Bowles et al. Correct composition of dephased behavioural models

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100113

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20110613

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20110614

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20110615

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20110616

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110729

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110805

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110930

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120321

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150330

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350