JP2707962B2 - Operation line visualization device - Google Patents

Operation line visualization device

Info

Publication number
JP2707962B2
JP2707962B2 JP5337971A JP33797193A JP2707962B2 JP 2707962 B2 JP2707962 B2 JP 2707962B2 JP 5337971 A JP5337971 A JP 5337971A JP 33797193 A JP33797193 A JP 33797193A JP 2707962 B2 JP2707962 B2 JP 2707962B2
Authority
JP
Japan
Prior art keywords
operation sequence
data
graph
user
sequence
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.)
Expired - Fee Related
Application number
JP5337971A
Other languages
Japanese (ja)
Other versions
JPH07200226A (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.)
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)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

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

【0002】[0002]

【従来の技術】従来の方式は、データの操作列をテキス
ト形式のプログラミング言語に変換する。利用者がキー
ボードやマウスを用いて行なった操作が、プログラミン
グ言語の命令に変換され、その結果が編集可能な形態で
利用者に提示される。
2. Description of the Related Art The conventional method converts an operation sequence of data into a programming language in a text format. An operation performed by a user using a keyboard or a mouse is converted into a command in 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, a keyboard is mainly used for the editing work. For this reason, there is a problem that a device used at the time of data operation and a device used at the time of editing the operation sequence are different, and the burden on the user increases.

【0004】また、テキスト形式のプログラミング言語
では、操作の時間的経過が一次元で表現される。このた
め、利用者が操作を取り消した場合、 1.取り消された操作は表示されない 2.操作を取り消したという記述が正規の操作と同列に
表示される のいずれかであった。前者の場合取り消した操作履歴の
再利用が不可能であるという問題があった。後者の場
合、正規の操作と取り消した操作が同列に表示されるた
め、プログラムの可読性が下がり、再利用が困難になる
という問題があった。
[0004] In a text-based programming language, the time course of an operation is expressed in one dimension. For this reason, when the user cancels the operation: 1. Canceled operations are not displayed. The statement that the operation was canceled was displayed in the same column as the regular operation. In the former case, there is a problem that the canceled operation history cannot be reused. In the latter case, there is a problem that the legitimate operation and the canceled operation are displayed in the same column, so that the readability of the program is reduced and the reuse becomes 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 an instruction, and the instruction 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 a valid graph, an operation sequence display unit that displays the valid graph in an editable form, and a re-execution of the operation sequence based on the valid graph And an operation sequence execution unit that performs
The effective graph is the data and data to be operated.
The operation added to the data is regarded as a node, and the time of the node
It is characterized in that the target change is an arc.

【0006】[0006]

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

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

【0009】1.操作対象のデータが始点ノードとな
る。データに対して行なった操作が次のノードとなり、
データと操作がアークで結ばれる。以下、操作が行なわ
れる度に操作を表すノードが次々とグラフに付け加えら
れる。操作が終了すると、有効グラフの最後に操作終了
時のデータを表すノードが加わる。
1. The data to be operated is the start 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, a node representing the operation is added to the graph one after another. When the operation ends, a node representing data at the end of the operation is added to the end of the effective graph.

【0010】2.利用者が操作を取り消した後再び操作
を行なうと、取り消される直前の操作を示すノードの後
に新たな操作を表すノードが付け加えられる。取り消さ
れた操作は、有効グラフの分岐として表現される。
[0010] 2. When the user cancels the operation and performs the operation again, a node indicating the new operation is added after the node indicating the operation immediately before the operation is 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 in the following manner.

【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 an instruction.

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

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

【0016】(a)アークの削除、つなぎ替え (b)ノードの削除が可能(A) Deletion of arc and reconnection (b) Deletion of node is possible

【0017】[0017]

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

【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]

【実施例】次に本発明について図面を参照して詳細に説
明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, 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 apparatus of the present invention. The data operation environment (5) is an environment for interactively operating data. An operation interpreting unit (7) converts an interactive operation performed by a 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 is an example of an interactive data manipulation environment. It is possible to manipulate tabular data in the following ways.

【0023】1.マウスを用いて選択された、行、列、
矩形に対する削除、挿入、複写、貼付の操作を、画面左
に配置されたボタンで実行 2.各要素に対して、キーボードから値を入力 操作列記憶部(4)は操作解釈部(7)によって命令に
変換された操作列を記憶する。操作列変換部(3)は、
以下の手順で操作列記憶部(4)に記憶された操作列を
有効グラフ(9)に変換する。
1. Rows, columns, selected using the mouse
1. Perform delete, insert, copy, and paste operations on the rectangle using the buttons arranged on the left side of the screen. For each element, a value is input from the keyboard. The operation sequence storage unit (4) stores the operation sequence converted into an instruction 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 set as the start node. 2. Let the operation added to the data be a node. 3. Draw an effective arc from the start node to the operation node. Hereinafter, each time an operation is added, an operation node 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, a node indicating data is displayed as a picture, and an operation is displayed as a character string indicating an instruction. The displayed effective graph can be edited as follows using a pointing device such as a mouse.

【0026】1.アークの張り替え 2.ノードの削除、複写 3.有効グラフの部分的な抽出 操作列実行部(10)は、利用者が編集した有効グラフ
に基づいて、操作列の再実行を行なう。
1. Replacement of arc 2. 2. Delete and copy nodes 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】以上の手順により、操作列の有効グラフへ
の変換、利用者による編集、再利用が可能となる。
According to the above procedure, the operation sequence can be converted into a valid graph, edited by the user, and reused.

【0028】[0028]

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

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

【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】という効果がある。This has the effect of:

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

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

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

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

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

1 操作列の視覚化装置 2 操作列表示部 3 操作列変換部 4 操作列記憶部 5 データ操作環境 6 命令実行部 7 操作解釈部 8 データ 9 有効グラフ 10 操作列実行部 1 operation sequence visualization device 2 operation sequence display unit 3 operation sequence conversion unit 4 operation sequence storage unit 5 data operation environment 6 instruction execution unit 7 operation interpretation unit 8 data 9 effective graph 10 operation sequence execution unit

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】利用者が操作対象のデータに加えた操作を
命令に変換する操作解釈部と、 前記操作解釈部により変換された命令を操作列として記
憶する操作列記憶部と、 前記操作列を前記操作対象のデータ及びデータに加えら
れた操作をノードとし、前記ノードの時間的変化をアー
クとする有効グラフに変換する操作列変換部と、 前記有効グラフを編集可能な形態で表示する操作列表示
部と、 前記有効グラフに基づいて前記操作列の再実行を行う操
作列実行部とから構成されることを特徴とする操作列の
視覚化装置。
1. An operation interpreting unit for converting an operation added to data to be operated 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 the operation sequence. Is added to the data to be operated and the data.
The selected operation is used as a node, and the temporal change of the
An operation sequence conversion unit that converts the effective graph into a valid graph, an operation sequence display unit that displays the valid graph in an editable form, and an operation sequence execution unit that re-executes the operation sequence based on the valid graph. An operation sequence visualization device comprising:
【請求項2】前記有効グラフが前記利用者が取り消した
操作を分岐とすることを特徴とする請求項1に記載の操
作列の視覚化装置。
2. The operation sequence visualization device according to claim 1 , wherein the effective graph is a branch of the operation canceled by the user.
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 JPH07200226A (en) 1995-08-04
JP2707962B2 true 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)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
JP5818172B2 (en) 2013-06-21 2015-11-18 コニカミノルタ株式会社 Information display device, display control program, and display control method

Family Cites Families (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

Also Published As

Publication number Publication date
JPH07200226A (en) 1995-08-04

Similar Documents

Publication Publication Date Title
JP2707962B2 (en) Operation line visualization device
JP2681627B2 (en) Document creation and editing device
JPS6315322A (en) Acquiring and reclaiming system for command history
JP5304191B2 (en) Fraction display device
JPH0756902A (en) Document editing device
JPS62145424A (en) Program managing method
JP2821002B2 (en) Character processing device and character processing method
JPH04280321A (en) Auxiliary screen design device
JP2823188B2 (en) Information processing apparatus and method
JPH1091506A (en) Data processor
JPH0689282A (en) Specified data position correcting and displaying method
JPH05189527A (en) Screen data processing system
JPH01195504A (en) Automatic generation method for equipment control program
JPH05151330A (en) Image processor
JPH0916381A (en) Program preparation and execution system
JPH0340410B2 (en)
JPS6275488A (en) Cursor movement control system
JPH06251039A (en) Form design system
JPH04532A (en) Binary data editing device
JPH03141462A (en) Document processor
JPH0311421A (en) Plotter
JPH0762846B2 (en) Kanji input method
JPH0546376A (en) Program list generating method
JPH03166641A (en) Kana to kanji converter
JPH0644033A (en) Data processor

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