JPH07200226A - Visualizing device for operation string - Google Patents

Visualizing device for operation string

Info

Publication number
JPH07200226A
JPH07200226A JP5337971A JP33797193A JPH07200226A JP H07200226 A JPH07200226 A JP H07200226A JP 5337971 A JP5337971 A JP 5337971A JP 33797193 A JP33797193 A JP 33797193A JP H07200226 A JPH07200226 A JP H07200226A
Authority
JP
Japan
Prior art keywords
user
operation sequence
data
graph
effective graph
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
JP5337971A
Other languages
Japanese (ja)
Other versions
JP2707962B2 (en
Inventor
Yuichi Koike
雄一 小池
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP5337971A priority Critical patent/JP2707962B2/en
Publication of JPH07200226A publication Critical patent/JPH07200226A/en
Application granted granted Critical
Publication of JP2707962B2 publication Critical patent/JP2707962B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To convert one history of operation which a user gives to data, into a graph in a form which the user can easily edit and re-use and to present it ti the user. CONSTITUTION:An operation analysis part 7 converting the operation which the user executes into an instruction, an operation string storage part 4 storing the instruction converted by the operation analysis part as an operation string, an operation string conversion part 3 converting the operation string into the valid graph, an operation string display part 2 displaying the valid graph into an editing possible state and an operation string execution part 10 re-executing the operation string based on the valid graph, are provided.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、例えば、対話的なデー
タ操作が可能なコンピュータシステム上で、利用者によ
るデータの操作履歴を、表示、編集、再利用可能な形態
に変換し利用者に提示する操作列の視覚化装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention converts a data operation history by a user into a form that can be displayed, edited, and reused on a computer system capable of interactive data operation, and can be used by the user. The present invention relates to a visualizing device for presenting operation sequences.

【0002】[0002]

【従来の技術】従来の方式は、データの操作列をテキス
ト形式のプログラミング言語に変換する。利用者がキー
ボードやマウスを用いて行なった操作が、プログラミン
グ言語の命令に変換され、その結果が編集可能な形態で
利用者に提示される。
2. Description of the Related Art A conventional method converts an operation sequence of data into a text format programming language. The operation performed by the user using the keyboard or the mouse is converted into a command of a programming language, and the result is presented to the user in an editable form.

【0003】[0003]

【発明が解決しようとする課題】利用者が対話的にデー
タを操作する際、主としてポインティングデバイスであ
るマウスを用いる。従来方式では操作列はテキストに変
換されるため、その編集作業には主としてキーボードを
用いることになる。このため、データ操作時と操作列の
編集時に利用するデバイスが異なり、利用者の負担が増
えるという問題があった。
When a user interactively operates data, a mouse, which is a pointing device, is mainly used. In the conventional method, since the operation sequence is converted into text, the keyboard is mainly used for the editing work. For this reason, there is a problem in that the device used when operating the data is different from the device used when editing the operation sequence, which increases the burden on the user.

【0004】また、テキスト形式のプログラミング言語
では、操作の時間的経過が一次元で表現される。このた
め、利用者が操作を取り消した場合、 1.取り消された操作は表示されない 2.操作を取り消したという記述が正規の操作と同列に
表示される のいずれかであった。前者の場合取り消した操作履歴の
再利用が不可能であるという問題があった。後者の場
合、正規の操作と取り消した操作が同列に表示されるた
め、プログラムの可読性が下がり、再利用が困難になる
という問題があった。
In the text-type programming language, the time course of the operation is expressed in one dimension. Therefore, if the user cancels the operation, 1. The canceled operation is not displayed. The description that the operation was canceled was either displayed in the same row as the regular operation. In the former case, there was a problem that the operation history that was canceled cannot be reused. In the latter case, the legitimate operation and the canceled operation are displayed in the same row, which reduces the readability of the program and makes reuse difficult.

【0005】[0005]

【課題を解決するための手段】本発明の操作列視覚化操
作は、利用者が行った操作を命令に変換する操作解釈部
と、前記操作解釈部により変換された命令を操作列とし
て記憶する操作列記憶部と、前記操作列を有効グラフに
変換する操作列変換部と、前記有効グラフを編集可能な
形態で表示する操作列表示部と、前記有効グラフに基づ
いて前記操作列の再実行を行う操作列実行部とから構成
されることを特徴とする。
According to the operation sequence visualization operation of the present invention, an operation interpretation unit for converting an operation performed by a user into a command and a command converted by the operation interpretation unit are stored as an operation sequence. An operation sequence storage unit, an operation sequence conversion unit that converts the operation sequence into an effective graph, an operation sequence display unit that displays the effective graph in an editable form, and re-executes the operation sequence based on the effective graph. And an operation sequence execution unit for performing

【0006】また、前記有効グラフが操作対象のデータ
及びデータに加えられた操作をノードとし、前記ノード
の時間的変化をアークとすることを特徴とする。
Further, the effective graph is characterized in that the data to be operated and the operation added to the data are nodes, and the temporal change of the nodes is an arc.

【0007】更に、前記有効グラフが前記利用者が取り
消した操作を分岐とすることを特徴とする。
Further, the effective graph is characterized in that the operation canceled by the user is branched.

【0008】本発明の、操作列の変換方式は、利用者が
データに対して行なった操作列を以下の方式で有効グラ
フに変換する。
The operation sequence conversion method of the present invention converts an operation sequence performed by a user on data into an effective graph by the following method.

【0009】1.操作対象のデータが始点ノードとな
る。データに対して行なった操作が次のノードとなり、
データと操作がアークで結ばれる。以下、操作が行なわ
れる度に操作を表すノードが次々とグラフに付け加えら
れる。操作が終了すると、有効グラフの最後に操作終了
時のデータを表すノードが加わる。
1. The operation target data becomes the start point node. The operation performed on the data becomes the next node,
Data and operations are connected by an arc. Hereinafter, each time an operation is performed, nodes representing the operation are added to the graph one after another. When the operation ends, a node representing the data at the end of the operation is added to the end of the effective graph.

【0010】2.利用者が操作を取り消した後再び操作
を行なうと、取り消される直前の操作を示すノードの後
に新たな操作を表すノードが付け加えられる。取り消さ
れた操作は、有効グラフの分岐として表現される。
2. When the user cancels the operation and then performs the operation again, a node indicating a new operation is added after the node indicating the operation immediately before being canceled. The canceled operation is represented as a branch of the effective graph.

【0011】また、この有効グラフを以下の方式で編
集、再利用が可能な形態で表示する。
Further, this effective graph is displayed in a form that can be edited and reused by the following method.

【0012】1.表示方式 (a)データを示すノードは、適当な図形として表示さ
れる。
1. Display Method (a) A node indicating data is displayed as an appropriate figure.

【0013】(b)操作を示すノードは、操作を命令に
変換した文字列として表示される。
(B) The node indicating the operation is displayed as a character string obtained by converting the operation into a command.

【0014】(c)アークは直線として表示される。(C) The arc is displayed as a straight line.

【0015】2.マウスなどのポインティングデバイス
を用いて有効グラフを以下のように編集可能である。
2. The effective graph can be edited as follows using a pointing device such as a mouse.

【0016】(a)アークの削除、つなぎ替え (b)ノードの削除が可能(A) Arc deletion and reconnection (b) Node deletion possible

【0017】[0017]

【作用】本発明の操作列の変換方式及び表示方法では 1.操作列を有効グラフに変換し、有効グラフをデータ
操作と同一のデバイスを用いて編集可能としたため、利
用者の負担が少ない。
In the operation sequence conversion method and display method of the present invention, 1. Since the operation sequence is converted into an effective graph and the effective graph can be edited using the same device as the data operation, the burden on the user is small.

【0018】2.利用者によって取り消された操作を有
効グラフの分岐として表現するため、取り消された操作
を効果的に再利用可能となる。
2. Since the operation canceled by the user is expressed as a branch of the effective graph, the canceled operation can be effectively reused.

【0019】[0019]

【実施例】次に本発明について図面を参照して詳細に説
明する。
The present invention will be described in detail with reference to the drawings.

【0020】図1は本発明装置の構成の例を示すもので
ある。データ操作環境(5)は、データを対話的に操作
するための環境である。利用者がポインティングデバイ
ス等を用いて行なった対話的な操作を、操作解釈部
(7)がデータに対する命令に変換する。
FIG. 1 shows an example of the configuration of the device of the present invention. The data operation environment (5) is an environment for interactively operating data. The operation interpretation unit (7) converts an interactive operation performed by the user using a pointing device or the like into a command for data.

【0021】変換された命令は命令実行部(6)によっ
てデータに適用される。
The converted instruction is applied to the data by the instruction execution unit (6).

【0022】図2は対話的なデータ操作環境の例であ
る。表形式のデータを以下の方法で操作することが可能
である。
FIG. 2 shows an example of an interactive data operation environment. It is possible to manipulate tabular data in the following ways.

【0023】1.マウスを用いて選択された、行、列、
矩形に対する削除、挿入、複写、貼付の操作を、画面左
に配置されたボタンで実行 2.各要素に対して、キーボードから値を入力 操作列記憶部(4)は操作解釈部(7)によって命令に
変換された操作列を記憶する。操作列変換部(3)は、
以下の手順で操作列記憶部(4)に記憶された操作列を
有効グラフ(9)に変換する。
1. Row, column, selected using the mouse
Delete, insert, copy, and paste operations on the rectangle with the buttons on the left side of the screen. A value is input to each element from the keyboard. The operation sequence storage unit (4) stores the operation sequence converted into a command by the operation interpretation unit (7). The operation sequence conversion unit (3)
The operation sequence stored in the operation sequence storage unit (4) is converted into an effective graph (9) by the following procedure.

【0024】1.操作対象のデータを始点ノードとする 2.データに加えられた操作をノードとする 3.始点ノードから操作ノードへ有効アークを引く 4.以下、操作が加えられる度に操作ノードを付加し、
直前の操作ノードから有効アークを引く 5.利用者が取り消した操作は有効グラフの分岐に変換
される。例えば利用者が、操作1→操作2→操作3→取
消→取消→操作4、の順に操作を行なった場合、図3の
ような有効グラフが生成される。
1. 1. The data to be operated is the starting point node. A node is an operation added to data. 3. Draw an effective arc from the start point node to the operation node. Below, add an operation node every time an operation is added,
4. Draw an effective arc from the previous operation node. The operation canceled by the user is converted into a branch of the effective graph. For example, when the user operates in the order of operation 1 → operation 2 → operation 3 → cancel → cancel → operation 4, an effective graph as shown in FIG. 3 is generated.

【0025】操作列表示部(2)は有効グラフを編集可
能な形態にして利用者に提示する。この時、データを示
すノードは絵に、操作は命令を示す文字列として表示さ
れる。また表示された有効グラフは、マウス等のポイン
ティングデバイスで、以下のように編集可能である。
The operation sequence display section (2) presents the effective graph to the user in an editable form. At this time, the node indicating the data is displayed as a picture, and the operation is displayed as a character string indicating the command. The displayed effective graph can be edited as follows with a pointing device such as a mouse.

【0026】1.アークの張り替え 2.ノードの削除、複写 3.有効グラフの部分的な抽出 操作列実行部(10)は、利用者が編集した有効グラフ
に基づいて、操作列の再実行を行なう。
1. Replacement of the arc 2. Delete and copy node 3. Partial Extraction of Effective Graph The operation sequence execution unit (10) re-executes the operation sequence based on the effective graph edited by the user.

【0027】以上の手順により、操作列の有効グラフへ
の変換、利用者による編集、再利用が可能となる。
By the above procedure, the operation sequence can be converted into an effective graph, edited by the user, and reused.

【0028】[0028]

【発明の効果】以上述べたように、本発明の操作列の視
覚化装置は、利用者がデータに対して行なった操作の列
を、操作対象のデータを始点・終点ノード、加えられた
操作を中間ノードとし、それらを時間的順序にしたがっ
てアークで結んだ有効グラフに変換し、編集、再利用が
可能な形態で利用者に提示する。また、利用者によって
取り消された操作を有効グラフの分岐として表現する。
As described above, according to the operation sequence visualization apparatus of the present invention, the sequence of operations performed by the user on the data is the operation target data, the start point / end point nodes, and the added operation. , Which is an intermediate node, is converted into an effective graph connected by arcs according to the temporal order, and is presented to the user in a form that can be edited and reused. Moreover, the operation canceled by the user is expressed as a branch of the effective graph.

【0029】これにより、 1.操作列を有効グラフに変換し、有効グラフをデータ
操作と同一のデバイスを用いて編集可能としたため、利
用者の負担が少ない。
As a result, 1. Since the operation sequence is converted into an effective graph and the effective graph can be edited using the same device as the data operation, the burden on the user is small.

【0030】2.利用者によって取り消された操作を有
効グラフの分岐として表現するため、取り消された操作
を効果的に再利用可能となる。
2. Since the operation canceled by the user is expressed as a branch of the effective graph, the canceled operation can be effectively reused.

【0031】という効果がある。The effect is as follows.

【図面の簡単な説明】[Brief description of drawings]

【図1】操作列の視覚化装置の構成を示す図である。FIG. 1 is a diagram showing a configuration of a visualization device for an operation sequence.

【図2】データを対話的に操作する環境の例を示す図で
ある。
FIG. 2 is a diagram showing an example of an environment for interactively operating data.

【図3】データに対して与えられた操作列と、それを本
発明の装置を用いて視覚化した有効グラフの例を示す図
である。
FIG. 3 is a diagram showing an example of an operation sequence given to data and an effective graph visualized by using the operation sequence.

【符号の説明】[Explanation of symbols]

1 操作列の視覚化装置 2 操作列表示部 3 操作列変換部 4 操作列記憶部 5 データ操作環境 6 命令実行部 7 操作解釈部 8 データ 9 有効グラフ 10 操作列実行部 1 Operation Sequence Visualizer 2 Operation Sequence Display 3 Operation Sequence Converter 4 Operation Sequence Storage 5 Data Operation Environment 6 Instruction Execution Unit 7 Operation Interpretation Unit 8 Data 9 Effective Graph 10 Operation Sequence Execution Unit

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 利用者が行った操作を命令に変換する操
作解釈部と、前記操作解釈部により変換された命令を操
作列として記憶する操作列記憶部と、前記操作列を有効
グラフに変換する操作列変換部と、前記有効グラフを編
集可能な形態で表示する操作列表示部と、前記有効グラ
フに基づいて前記操作列の再実行を行う操作列実行部と
から構成されることを特徴とする操作列の視覚化装置。
1. An operation interpreting unit for converting an operation performed by a user into an instruction, an operation sequence storing unit for storing the instruction converted by the operation interpreting unit as an operation sequence, and converting the operation sequence into an effective graph. And an operation sequence display unit that displays the effective graph in an editable form, and an operation sequence execution unit that re-executes the operation sequence based on the effective graph. Visualizing device for the operation sequence.
【請求項2】 前記有効グラフが操作対象のデータ及び
データに加えられた操作をノードとし、前記ノードの時
間的変化をアークとすることを特徴とする請求項1に記
載の操作列の視覚化装置。
2. The visualization of an operation sequence according to claim 1, wherein the effective graph uses data of an operation target and an operation added to the data as a node, and a temporal change of the node as an arc. apparatus.
【請求項3】 前記有効グラフが前記利用者が取り消し
た操作を分岐とすることを特徴とする請求項1または2
に記載の操作列の視覚化装置。
3. The effective graph is characterized by branching an operation canceled by the user.
Visualizing device for the operation sequence described in.
JP5337971A 1993-12-28 1993-12-28 Operation line visualization device Expired - Fee Related JP2707962B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5337971A JP2707962B2 (en) 1993-12-28 1993-12-28 Operation line visualization device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5337971A JP2707962B2 (en) 1993-12-28 1993-12-28 Operation line visualization device

Publications (2)

Publication Number Publication Date
JPH07200226A true JPH07200226A (en) 1995-08-04
JP2707962B2 JP2707962B2 (en) 1998-02-04

Family

ID=18313723

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5337971A Expired - Fee Related JP2707962B2 (en) 1993-12-28 1993-12-28 Operation line visualization device

Country Status (1)

Country Link
JP (1) JP2707962B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007004734A (en) * 2005-06-27 2007-01-11 Fuji Xerox Co Ltd Information processing system, information processing method and computer program
JP2011081457A (en) * 2009-10-02 2011-04-21 Sony Corp Information processing apparatus and method
EP2816475A1 (en) 2013-06-21 2014-12-24 Konica Minolta, Inc. Information display apparatus, non-transitory computer-readable storage medium and display control method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01209518A (en) * 1988-02-17 1989-08-23 Hitachi Ltd Command canceling system
JPH0262641A (en) * 1988-08-30 1990-03-02 Nec Corp Command history register/selection device
JPH04270418A (en) * 1991-02-26 1992-09-25 Hitachi Ltd Compared result display system
JPH04296928A (en) * 1991-01-08 1992-10-21 Nec Corp Operating sequence catalog system for window system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01209518A (en) * 1988-02-17 1989-08-23 Hitachi Ltd Command canceling system
JPH0262641A (en) * 1988-08-30 1990-03-02 Nec Corp Command history register/selection device
JPH04296928A (en) * 1991-01-08 1992-10-21 Nec Corp Operating sequence catalog system for window system
JPH04270418A (en) * 1991-02-26 1992-09-25 Hitachi Ltd Compared result display system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007004734A (en) * 2005-06-27 2007-01-11 Fuji Xerox Co Ltd Information processing system, information processing method and computer program
JP4631562B2 (en) * 2005-06-27 2011-02-16 富士ゼロックス株式会社 Information processing apparatus, information processing method, and computer program
JP2011081457A (en) * 2009-10-02 2011-04-21 Sony Corp Information processing apparatus and method
EP2816475A1 (en) 2013-06-21 2014-12-24 Konica Minolta, Inc. Information display apparatus, non-transitory computer-readable storage medium and display control method
US9880986B2 (en) 2013-06-21 2018-01-30 Konica Minolta, Inc. Information display apparatus, non-transitory computer-readable storage medium and display control method

Also Published As

Publication number Publication date
JP2707962B2 (en) 1998-02-04

Similar Documents

Publication Publication Date Title
JP2009199174A (en) Electronic calculator
JP2707962B2 (en) Operation line visualization device
CN115526015B (en) Command interaction-based power grid diagram generation method, device, medium and equipment
JPS6315322A (en) Acquiring and reclaiming system for command history
JPS6330976A (en) Macrocommand editing system
JP3158395B2 (en) Test execution flow creation device
JPH0756902A (en) Document editing device
JP2010117930A (en) Fraction display device
JPH04280321A (en) Auxiliary screen design device
JPS62145424A (en) Program managing method
JPH06138913A (en) Programmable controller
JPH04532A (en) Binary data editing device
JPH03189864A (en) Screen display method in logical structure editing device for document
JPH1091506A (en) Data processor
JP2000099506A (en) Information processing system
JPH0481927A (en) Pad generating device
JP2004318914A (en) Method and device for displaying program and recording medium stored with processing program
JPH10149357A (en) Undo processor and undo processing method
JPH05151330A (en) Image processor
JP2000187736A (en) Line drawing device and recording medium for its program
JPH0256604A (en) Programming device for programmable controller
JPH01274190A (en) Character processor
JPH096581A (en) Window system
JPH0421118A (en) Character code input system
JPS63127331A (en) Program generating device

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19970916

LAPS Cancellation because of no payment of annual fees