JPH09114726A - Hypertext system - Google Patents

Hypertext system

Info

Publication number
JPH09114726A
JPH09114726A JP7294853A JP29485395A JPH09114726A JP H09114726 A JPH09114726 A JP H09114726A JP 7294853 A JP7294853 A JP 7294853A JP 29485395 A JP29485395 A JP 29485395A JP H09114726 A JPH09114726 A JP H09114726A
Authority
JP
Japan
Prior art keywords
node
link
virtual link
name
request
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.)
Pending
Application number
JP7294853A
Other languages
Japanese (ja)
Inventor
Sunao Hashimoto
直 橋元
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP7294853A priority Critical patent/JPH09114726A/en
Publication of JPH09114726A publication Critical patent/JPH09114726A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To execute an appropriate procedure for linking corresponding to various conditions every time for respective links and to automatically change another node to be linked from a certain node. SOLUTION: A node management means 1 manages respective node names L1, L2 and L3 and data contents recorded in the respective nodes in correspondence and a virtual link management means 2 manages virtual link names VL1 and VL2, the procedure for converting the virtual links VL1 and VL2 to real links L1, L2 and L3 and information required for executing the conversion procedure in correspondence. Then, for the request of node reference from clients A and B, a first request processing means 4 obtains the data contents of the corresponding nodes L1, L2 and L3 from the node management means 1, and when the virtual link names VL1 and VL2 are included in the obtained data contents, a second request processing means 5 converts the virtual link names VL1 and VL2 to the real link names L1, L2 and L3 by executing the conversion procedure and provides the client of a request origin with the contents of the node.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、データを記録する
ノードと、ノードとノードの関係を示すリンクとで構成
されたハイパーテキストに関し、特に、テキスト中に含
まれるノードを他のノードにリンクさせるハイパーテキ
ストシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a hypertext composed of a node for recording data and a link indicating the relationship between the nodes, and more particularly to linking a node included in the text to another node. Regarding hypertext system.

【0002】[0002]

【従来の技術】ハイパーテキストは、データを記録して
いる複数のノードをリンクによって関係付けておき、或
るデータから他のデータへリンクを介してアクセスする
ことを可能としたデータ構造であり、例えば「Hype
rtext:An Intoroduction an
d Survey,IEEE Computer,2
0,9,17−41.Chapel Hill,NC.
September 1987」に記載されたものが知
られている。このようなハイパーテキストに関して、従
来より、リンクを制御する発明が種々提案されている。
2. Description of the Related Art Hypertext is a data structure in which a plurality of nodes recording data are associated with each other by a link and one data can be accessed to another data via the link. For example, "Hype
rtext: An Introduction an
d Survey, IEEE Computer, 2
0, 9, 17-41. Chapel Hill, NC.
Those described in "September 1987" are known. With respect to such hypertext, various inventions for controlling links have been conventionally proposed.

【0003】例えば、特開平01−293433号公報
に記載される発明(以下、従来例1)では、データを提
示する目的等を示す主題項目と、主題を選択することに
よって提示されるデータの組とを選択ファイルに記録し
ておき、この選択ファイルを参照して、或るデータを提
示したときに、次に提示するデータを選択するための主
題項目に対応するノードの組を選択テーブルに記録し、
利用者が主題項目の1つを選択すると、選択テーブルに
従って対応する他のデータを提示するようにしている。
これによって、この従来例1では、選択ファイルを作成
登録するだけで、情報作成者側の意図した情報提示シー
ケンスが容易に実現できるようにしている。
For example, in the invention described in Japanese Patent Application Laid-Open No. 01-293433 (hereinafter referred to as Conventional Example 1), a set of a subject item indicating a purpose of presenting data and data presented by selecting the subject. Are recorded in the selection file, and when a certain data is presented by referring to this selection file, the set of nodes corresponding to the subject item for selecting the data to be presented next is recorded in the selection table. Then
When the user selects one of the subject items, other corresponding data is presented according to the selection table.
As a result, in the conventional example 1, the information presentation sequence intended by the information creator side can be easily realized only by creating and registering the selection file.

【0004】また、特開平03−149634号公報に
記載される発明(以下、従来例2)では、ノード間を辿
るべき順番をガイドラインとして指定するデフォルトパ
ス情報と、ノード毎の過去のアクセス履歴に関する情報
と、現在どのような文脈でノード間を辿っているかに関
する文脈情報とを記憶部に格納しておき、デフォルトパ
ス情報に基づいて、或るノートから辿られる次のノード
を決定する際に、推論部がアクセス履歴情報及び文脈情
報を参照して、利用者の知識や要求に合わせて次に辿る
べきノードを決定するようにしている。これによって、
従来例2では、利用者がリンクを選択せずとも、利用者
の知識や要求に合わせて次ぎに辿るべきノードを自動的
に決定するようにしている。
Further, in the invention described in Japanese Patent Laid-Open No. 03-149634 (hereinafter, Conventional Example 2), the default path information for designating the order of tracing between nodes as a guideline and the past access history for each node are related. Information and context information regarding what context is currently being followed between nodes is stored in the storage unit, and when determining the next node traced from a certain note based on default path information, The inference unit refers to the access history information and the context information, and determines the node to be followed next according to the knowledge and request of the user. by this,
In the conventional example 2, even if the user does not select the link, the node to be next traced is automatically determined according to the knowledge and request of the user.

【0005】また、特開平03−34067号公報に記
載される発明(以下、従来例3)では、リンク管理テー
ブルにリンク情報と利用者に関する情報とを予め登録し
ておき、利用者が利用者に関する情報を入力した場合
に、当該情報が管理テーブルに登録された情報と一致し
たときには、その一致した情報に関するリンク情報に基
づいて他のノードへのリンキングを行うようにしてい
る。これによって、従来例3では、1つのハイパーテキ
ストを複数の利用者が共用しても、各利用者に都合のよ
いリンク管理を行うようにしている。
Further, in the invention described in Japanese Patent Laid-Open No. 03-34067 (hereinafter referred to as Conventional Example 3), the link information and the information about the user are registered in advance in the link management table so that the user is the user. When the information is input, if the information matches the information registered in the management table, linking to another node is performed based on the link information related to the matched information. As a result, in Conventional Example 3, even if one hypertext is shared by a plurality of users, link management convenient for each user is performed.

【0006】[0006]

【発明が解決しようとする課題】ここで、ハイパーテキ
ストの利用態様を拡張するために、利用者、利用者の位
置、利用する時間帯、利用するデータの種類等に応じ
て、リンキングのための適当な手続をリンク毎にその都
度実行して、或るノードからリンクされる他のノードを
自動的に変更することが要求されている。しかしなが
ら、上記した従来例1は、ノード間のリンク関係は予め
固定的に設定されており、どのリンクを辿るかの情報提
示のシーケンスを情報作成者の意図したものとするだけ
で、その都度の種々な状況に応じてリンク毎のノードに
対するリンク関係を変更し得るものではなかった。
Here, in order to expand the usage mode of hypertext, linking is performed according to the user, the position of the user, the time zone to be used, the type of data to be used, and the like. It is required to execute an appropriate procedure for each link each time to automatically change another node linked from one node. However, in the above-described conventional example 1, the link relationship between the nodes is fixedly set in advance, and the information presenting sequence as to which link to follow is only intended by the information creator. It was not possible to change the link relation to the node for each link according to various situations.

【0007】また、上記した従来例2は、ノード間のリ
ンク関係は予め固定的に設定されており、どのリンクを
辿るかのシーケンスを利用者の知識や要求に応じたもの
とするだけで、その都度の種々な状況に応じてリンク毎
のノードに対するリンク関係を変更し得るものではなか
った。また、上記した従来例3は、ノード間のリンク関
係は予め固定的に設定されており、どのリンクを辿るか
のシーケンスを利用者に応じたものとするだけで、その
都度の種々な状況に応じてリンク毎のノードに対するリ
ンク関係を変更し得るものではなかった。
Further, in the above-mentioned conventional example 2, the link relationship between the nodes is fixedly set in advance, and the sequence of which link is followed is simply set according to the knowledge and request of the user. It was not possible to change the link relation for the node for each link according to various situations each time. Further, in the above-mentioned conventional example 3, the link relationship between the nodes is fixedly set in advance, and the sequence of which link to follow is set in accordance with the user, so that various situations can be set at each time. Accordingly, the link relation for the node for each link cannot be changed.

【0008】本発明は上記従来の事情に鑑みなされたも
ので、ハイパーテキストの利用態様を拡張することを目
的とする。すなわち、本発明は、種々な状況に応じてリ
ンキングのための適当な手続をリンク毎にその都度実行
して、或るノードからリンクされる他のノードを自動的
に変更するハイパーテキストシステムを提供することを
目的とする。
The present invention has been made in view of the above conventional circumstances, and it is an object of the present invention to extend the utilization mode of hypertext. That is, the present invention provides a hypertext system in which an appropriate procedure for linking is executed for each link depending on various situations, and another node linked from a certain node is automatically changed. The purpose is to do.

【0009】[0009]

【課題を解決するための手段】上記の目的を達成するた
め、本発明では、リンクを変更するためにノードが未定
状態である仮想リンクを用い、種々な状況に応じてその
都度適当な手続を実行して、仮想リンクをノード先が決
定されている実リンクに変換する。この変換処理は、利
用者、利用者の位置、利用する時間帯、利用するデータ
の種類等といった要求元から得られる情報に応じた変換
手続きで実行され、取得したデータ内容に仮想リンクが
含まれている場合にあっても、要求元には変換処理を行
ったことを感じさせることなく、仮想リンクを実リンク
に変換したデータ内容が提供される。
In order to achieve the above object, the present invention uses a virtual link in which a node is in an undecided state in order to change the link, and an appropriate procedure is performed each time according to various situations. Execute to convert the virtual link into a real link whose node destination has been determined. This conversion process is executed by the conversion procedure according to the information obtained from the request source such as the user, the position of the user, the time zone to be used, the type of data to be used, etc., and the acquired data contents include the virtual link. In such a case, the data content obtained by converting the virtual link into the actual link is provided without making the requester feel that the conversion process has been performed.

【0010】すなわち、本発明に係るハイパーテキスト
システムでは、ノード管理手段が各ノードの名前と各ノ
ードに記録したデータ内容とを対応付けて管理するとと
もに、仮想リンク管理手段が仮想的リンクの名前と、仮
想リンクを実リンクに変換する手続きと、当該変換手続
きを実行するために必要な情報とを対応付けて管理す
る。そして、利用者からのノード参照の要求に対して、
第1の要求処理手段がノード管理手段から対応するノー
ドのデータ内容を取得し、この取得したデータ内容に仮
想的リンクが含まれている場合には、要求元から得られ
る情報に基づいて、第2の要求処理手段が変換手続きを
実行して仮想的リンクを実リンクに変換し、当該ノード
の内容を要求元へ提供する。
That is, in the hypertext system according to the present invention, the node management means manages the name of each node and the data content recorded in each node in association with each other, and the virtual link management means manages the name of the virtual link. , A procedure for converting a virtual link into an actual link and information necessary for executing the conversion procedure are managed in association with each other. Then, in response to a request from the user for node reference,
The first request processing unit acquires the data content of the corresponding node from the node management unit, and if the acquired data content includes a virtual link, the first request processing unit determines the first content based on the information obtained from the request source. The second request processing means executes a conversion procedure to convert the virtual link into a real link and provides the content of the node to the request source.

【0011】[0011]

【発明の実施の形態】本発明の一実施例に係るハイパー
テキストシステムを図面を参照して説明する。本実施例
のハイパーテキストシステムは、図1に示すように、デ
ータ内容に対応付けたノードに関する情報を管理するノ
ード管理手段(NM)1と、ノードが未定の仮想リンク
に関する情報を管理する仮想リンク管理手段(VLM)
2と、これら管理手段1、2で管理する情報に基づいて
クライアントA、Bからのノード参照要求を処理するハ
イパーテキスト管理手段3とを備えている。
BEST MODE FOR CARRYING OUT THE INVENTION A hypertext system according to an embodiment of the present invention will be described with reference to the drawings. As shown in FIG. 1, the hypertext system of this embodiment includes a node management unit (NM) 1 that manages information about nodes associated with data contents, and a virtual link that manages information about virtual links whose nodes are undecided. Management means (VLM)
2 and hypertext management means 3 for processing node reference requests from clients A and B based on the information managed by these management means 1 and 2.

【0012】ノード管理手段1は、各ノードの名前と当
該ノードに記録したデータ内容とを対応付けて管理して
おり、リンクは対応するノードの名前と考えても差し支
えないので、本実施例ではノードの名前を当該ノードに
対応するリンク名L1、L2、L3で管理している。し
たがって、本実施例のノード管理手段1では、リンクの
名前L1、L2、L3と、各リンクL1、L2、L3に
対応するノードに記録したデータ内容とを対応付けて管
理している。
The node management means 1 manages the name of each node and the data content recorded in the node in association with each other, and the link may be considered as the name of the corresponding node. Therefore, in this embodiment, The node name is managed by link names L1, L2, and L3 corresponding to the node. Therefore, the node management means 1 of this embodiment manages the link names L1, L2, L3 and the data contents recorded in the nodes corresponding to the links L1, L2, L3 in association with each other.

【0013】仮想リンク管理手段2は、ノードが未定の
仮想的リンクの名前と、仮想リンクを実リンクに変換す
る手続きと、当該変換手続きを実行するために必要な情
報と、を対応付けて管理している。なお、上記のように
リンクは対応するノードの名前と考えると、仮想リンク
は実際に存在しないノードの名前であり、ノードの代わ
りに実リンクへの変換手続きが対応していると考えるこ
とができる。本実施例の仮想リンク管理手段2では、仮
想リンク名VL1に対応させて、変換手続きを実行する
ために必要な情報である時間TIMEと、この時間情報
に基づく変換手続きとを管理し、仮想リンク名VL2に
対応させて、変換手続きを実行するために必要な情報で
あるクライアント識別子IDと、このID情報に基づく
変換手続きとを管理している。
The virtual link management means 2 manages the name of a virtual link whose node is undecided, the procedure for converting a virtual link into an actual link, and the information necessary for executing the conversion procedure in association with each other. doing. Considering the link as the name of the corresponding node as described above, the virtual link is the name of a node that does not actually exist, and it can be considered that the conversion procedure to the actual link corresponds instead of the node. . The virtual link management means 2 of the present embodiment manages the time TIME, which is information necessary to execute the conversion procedure, and the conversion procedure based on this time information, in association with the virtual link name VL1, and the virtual link. The client identifier ID, which is information necessary for executing the conversion procedure, and the conversion procedure based on this ID information are managed in association with the name VL2.

【0014】したがって、後述するように、データ参照
要求がクライアントから出された場合には、仮想リンク
名VL1はこの要求が発せられた時間に基づいて変換処
理がなされ、当該時間が午前1時より後(TIME>0
1:00)であれば実リンクのリンク名L1に変換さ
れ、同日の午前1時以前(other)であれば実リン
クのリンク名L2に変換される。また、仮想リンク名V
L2についても同様に、データ参照要求を発したクライ
アントのIDに基づいて変換処理がなされ、クライアン
トIDがクライアントAを示すidAであるときには実
リンクのリンク名L1に変換され、クライアントIDが
クライアントBを示すidBであるときには実リンクの
リンク名L2に変換され、クライアントIDがその他の
クライアントを示すときには実リンクのリンク名L3に
変換される。
Therefore, as will be described later, when a data reference request is issued from the client, the virtual link name VL1 is converted based on the time when this request is issued, and the time is from 1:00 am After (TIME> 0
If it is 1:00), it is converted to the link name L1 of the actual link, and if it is before 1 am on the same day (other), it is converted to the link name L2 of the actual link. Also, the virtual link name V
Similarly, for L2, conversion processing is performed based on the ID of the client that issued the data reference request, and when the client ID is idA indicating the client A, it is converted to the link name L1 of the actual link, and the client ID is the client B. When it is idB shown, it is converted to the link name L2 of the real link, and when the client ID indicates another client, it is converted to the link name L3 of the real link.

【0015】ハイパーテキスト管理手段3は、第1要求
処理手段4と第2要求処理手段5とを備えており、クラ
イアントからのノード参照要求に対して、第1要求処理
手段4によってノード管理手段1から対応するノードの
データ内容を取得し、更に、この取得したデータ内容に
仮想リンク名が含まれているときには、要求元のクライ
アントから得られる情報に基づいて、仮想リンク管理手
段2が管理する変換手続きを実行して仮想的リンク名を
実リンク名に変換し、当該ノードの内容を要求元のクラ
イアントへ送信する。
The hypertext management means 3 comprises a first request processing means 4 and a second request processing means 5, and the first request processing means 4 causes the node management means 1 to respond to a node reference request from a client. When the data content of the corresponding node is acquired from the node, and when the acquired data content includes the virtual link name, the conversion managed by the virtual link management unit 2 is performed based on the information obtained from the requesting client. The procedure is executed to convert the virtual link name into a real link name, and the contents of the node are sent to the requesting client.

【0016】なお、本実施例では変換処理に必要な情報
は、必要となった時点で要求元のクライアントから得る
ようにしているが、データ参照要求に当該情報を含めて
おけば、要求元のクライアントに対して情報を要求し、
当該クライアントが要求された情報を再度送信するとい
う処理を省くことができる。また、変換に必要な情報の
内の時間情報TIMEについては、必要となった時点で
要求元のクライアントに要求せずとも、元々のデータ参
照要求を受けた時間を管理することで得ることができる
が、いずれの場合にあっても、この時間情報TIMEは
データ参照要求に起因したものであるので、要求元のク
ライアントから得られる情報であることには変わりはな
い。
In this embodiment, the information necessary for the conversion process is obtained from the requesting client at the time when it is necessary. However, if the information is included in the data reference request, the requesting client can obtain the information. Request information from the client,
It is possible to omit the process in which the client transmits the requested information again. Further, the time information TIME included in the information necessary for conversion can be obtained by managing the time when the original data reference request is received, without requesting the requesting client at the time when it is needed. However, in any case, since this time information TIME is due to the data reference request, it remains the information obtained from the requesting client.

【0017】次に、ハイパーテキスト管理手段3に対し
て、クライアントAとクライアントBとが同じノード名
L1のデータについての参照要求を行った場合を例にと
って、具体的な処理動作を図3〜図7を参照して説明す
る。なお、ノード管理手段1は、図2に示すように、実
リンク名L1に対応して仮想リンク名VL2を含んだノ
ードのデータ内容を管理し、実リンク名L2に対応して
仮想リンク名VL1を含んだノードのデータ内容を管理
し、実リンク名L3に対応して仮想リンク名VL1及び
実リンク名L1を含んだノードのデータ内容を管理して
いるものとする。
Next, specific processing operations will be described with reference to FIG. 3 to FIG. This will be described with reference to FIG. As shown in FIG. 2, the node management unit 1 manages the data content of the node including the virtual link name VL2 corresponding to the real link name L1, and the virtual link name VL1 corresponding to the real link name L2. It is assumed that the data content of the node including the virtual link name VL1 and the real link name L1 corresponding to the real link name L3 is managed.

【0018】クライアントAとクライアントBとは、図
3に示すような同一の処理を行い、ノード名(すなわ
ち、リンク名)L1を含めたデータ参照要求をハイパー
テキスト管理手段3に送信し(ステップS31)、この
要求に基づいてハイパーテキストシステムから返送され
てきたノードL1のデータ内容を取得して(ステップS
32)、ディスプレイ装置等に当該データ内容を表示出
力する。なお、図2に示したように、ノード管理手段1
が管理している状態ではノードL1のデータ内容には仮
想リンク名VL2が含まれているが、クライアントAと
クライアントBとが当該データ内容を取得するときに
は、後述するように、仮想リンク名VL2は実リンク名
L1又はL2に変換される。
The client A and the client B perform the same processing as shown in FIG. 3, and send a data reference request including the node name (that is, the link name) L1 to the hypertext management means 3 (step S31). ), And acquires the data content of the node L1 returned from the hypertext system based on this request (step S
32), display and output the data contents on a display device or the like. As shown in FIG. 2, the node management means 1
The virtual link name VL2 is included in the data content of the node L1 under the control of the virtual link name VL2. However, when the client A and the client B acquire the data content, the virtual link name VL2 is Converted to the actual link name L1 or L2.

【0019】上記のデータ参照要求を受信すると、図4
に示すように、ハイパーテキスト管理手段3の第1要求
処理手段4が要求で指定されたノード名L1に対応する
データ内容をノード管理手段1に対して要求する(ステ
ップS41)。なお、ノード管理手段1では、図5に示
すように、上記の第1要求処理手段4からの要求を受け
付け(ステップS51)、保持管理している情報を検索
してノード名L1に対応するデータ内容を第1要求処理
手段4へ返送する(ステップS52)。
When the above data reference request is received, FIG.
As shown in, the first request processing means 4 of the hypertext management means 3 requests the node management means 1 for the data content corresponding to the node name L1 designated by the request (step S41). As shown in FIG. 5, the node management means 1 accepts the request from the first request processing means 4 (step S51), retrieves information held and managed, and retrieves data corresponding to the node name L1. The contents are returned to the first request processing means 4 (step S52).

【0020】図4に示すように、第1要求処理手段4が
このデータ内容を受け取ると、このデータ内容の中に仮
想リンク名が含まれているかを検索して(ステップS4
2)、仮想リンク名の有無を判断する(ステップS4
3)。この判断の結果、仮想リンク名が含まれていない
場合には、第1要求処理手段4が当該データ内容を要求
元のクライアントへ返送して処理を終了する(ステップ
S44)。すなわち、クライアントAからのデータ参照
要求に対する処理を行っているときには、クライアント
Aに対してデータ内容を送信し、クライアントBからの
データ参照要求に対する処理を行っているときには、ク
ライアントBに対してデータ内容を送信する。
As shown in FIG. 4, when the first request processing means 4 receives this data content, it searches for a virtual link name included in this data content (step S4).
2) Determine whether there is a virtual link name (step S4)
3). If the result of this determination is that the virtual link name is not included, the first request processing means 4 returns the data contents to the requesting client and ends the processing (step S44). That is, the data content is transmitted to the client A when processing the data reference request from the client A, and the data content is transmitted to the client B when processing the data reference request from the client B. To send.

【0021】一方、上記の判断の結果、ノード名L1に
対応するデータ内容に仮想リンク名が含まれている場合
には、以下の処理(ステップS45〜S49)を行って
仮想リンク名を実リンク名に変換したデータ内容を、ク
ライアントAからのデータ参照要求に対する処理を行っ
ているときにはクライアントAに送信し、クライアント
Bからのデータ参照要求に対する処理を行っているとき
にはクライアントBにに送信する。
On the other hand, as a result of the above judgment, when the data content corresponding to the node name L1 includes the virtual link name, the following processing (steps S45 to S49) is performed to make the virtual link name an actual link. The data content converted into the name is transmitted to the client A when processing the data reference request from the client A, and is transmitted to the client B when processing the data reference request from the client B.

【0022】すなわち、本実施例では、ノード名L1の
データ内容には仮想リンク名VL2が含まれていること
から、ハイパーテキスト管理手段3の第2要求処理手段
5が仮想リンク名VL2に関する変換手続き及び変換手
続きに必要な情報を仮想リンク管理手段2に対して要求
する(ステップS45)。なお、仮想リンク管理手段2
では、図6に示すように、上記の第2要求処理手段5か
らの要求を受け付け(ステップS61)、保持管理して
いる情報を検索して仮想リンク名VL2に対応する変換
手続き及び変換手続きに必要な情報を第2要求処理手段
5へ返送する(ステップS62)。
That is, in this embodiment, since the data content of the node name L1 includes the virtual link name VL2, the second request processing means 5 of the hypertext management means 3 converts the virtual link name VL2. And request information necessary for the conversion procedure from the virtual link management means 2 (step S45). The virtual link management means 2
Then, as shown in FIG. 6, the request from the second request processing unit 5 is accepted (step S61), the information held and managed is searched, and the conversion procedure and the conversion procedure corresponding to the virtual link name VL2 are obtained. The necessary information is returned to the second request processing means 5 (step S62).

【0023】次いで、図4に示すように、第2要求処理
手段5がこの変換手続き及び変換手続きに必要な情報を
受け取ると、データ参照の要求元のクライアントに対し
て変換手続きに必要な情報の内容を要求する(ステップ
S46)。図1に示したように、本実施例では仮想リン
ク名VL2の変換手続きに必要な情報はクライアントI
Dであるので、データ参照の要求元のクライアントA又
はBに対してクライアントIDを要求する。なお、クラ
イアントA又はBでは、図7に示すように、上記の第2
要求処理手段5からの要求を受け付け(ステップS7
1)、自己のID(idA又はidB)を第2要求処理
手段5へ返送する(ステップS72)。
Next, as shown in FIG. 4, when the second request processing means 5 receives this conversion procedure and the information necessary for the conversion procedure, the second request processing means 5 sends the information necessary for the conversion procedure to the client who requested the data reference. The contents are requested (step S46). As shown in FIG. 1, in this embodiment, the information necessary for the conversion procedure of the virtual link name VL2 is the client I.
Since it is D, the client ID is requested to the client A or B that is the request source of the data reference. In addition, in the client A or B, as shown in FIG.
A request from the request processing means 5 is accepted (step S7).
1), its own ID (idA or idB) is returned to the second request processing means 5 (step S72).

【0024】次いで、図4に示すように、第2要求処理
手段5がこのクライアントIDに基づいて変換手続きを
実行し(ステップS47)、仮想リンク名VL2を実リ
ンク名に変換する(ステップS48)。すなわち、クラ
イアントAからのデータ参照要求に対しては、idAに
基づいて仮想リンク名VL2は実リンク名(ノード名)
L1に変換され、クライアントBからのデータ参照要求
に対しては、idBに基づいて仮想リンク名VL2は実
リンク名(ノード名)L2に変換される。したがって、
データ参照を要求したクライアントに応じて、仮想リン
ク毎に実リンクに変換する処理がその都度実行され、デ
ータ内容中の仮想リンク名を自動的に変更することがで
きる。
Next, as shown in FIG. 4, the second request processing means 5 executes a conversion procedure based on this client ID (step S47), and converts the virtual link name VL2 into a real link name (step S48). . That is, in response to the data reference request from the client A, the virtual link name VL2 is the real link name (node name) based on idA.
In response to the data reference request from the client B, the virtual link name VL2 is converted into the real link name (node name) L2 based on idB. Therefore,
Depending on the client that has requested the data reference, the process of converting each virtual link into a real link is executed each time, and the virtual link name in the data content can be automatically changed.

【0025】次いで、第2要求処理手段5がデータ内容
中の仮想リンク名VL2を実リンク名に置換したデータ
内容を生成し、ノード名L1のデータ内容として要求元
のクライアントに送信する(ステップS49)。すなわ
ち、クライアントAからのデータ参照要求に対しては、
仮想リンク名VL2を実リンク名L1に変換したデータ
内容が送信され、クライアントBからのデータ参照要求
に対しては、仮想リンク名VL2を実リンク名L2に変
換したデータ内容が送信される。したがって、仮想リン
クを介在させた変換処理をデータ参照要求毎に実行する
ことにより、クライアントAとクライアントBとには異
なる実リンク名を含んだデータ内容が提供され、ハイパ
ーテキストを新規な態様で利用することが実現される。
Next, the second request processing means 5 generates the data content in which the virtual link name VL2 in the data content is replaced with the actual link name, and sends it to the requesting client as the data content of the node name L1 (step S49). ). That is, in response to the data reference request from the client A,
The data content obtained by converting the virtual link name VL2 into the actual link name L1 is transmitted, and in response to the data reference request from the client B, the data content obtained by converting the virtual link name VL2 into the actual link name L2 is transmitted. Therefore, by executing the conversion process via the virtual link for each data reference request, the data contents including the different actual link names are provided to the client A and the client B, and the hypertext is used in a novel manner. Is realized.

【0026】なお、上記の実施例は仮想リンク名VL2
について説明したが、クライアントが要求したデータ内
容に仮想リンク名VL1が含まれている場合には、時間
情報TIMEに基づいた変換処理がなされて仮想リンク
名VL1は実リンク名L1又はL2に変換される。ま
た、変換手続き及び変換手続きを実行するために必要な
情報は、上記以外にも種々設定することができ、例え
ば、クライアント装置のネットワーク内でのアドレス
(すなわち、利用者の位置情報)に応じて仮想リンク名
を異なる実リンク名に変換するようにしてもよい。更
に、この場合には、クライアントにとってアクセスが容
易なノードを表すリンクを、仮想リンク名に対応する実
リンク名として選択する変換手続きとしておけば、例え
ば、ハイパーテキストのノードをコピーしてミラーリン
クを行った場合に、近くのミラーサイトからノードを取
り出すことが可能になる。
The above embodiment uses the virtual link name VL2.
However, when the data content requested by the client includes the virtual link name VL1, the conversion process based on the time information TIME is performed to convert the virtual link name VL1 into the real link name L1 or L2. It In addition, the conversion procedure and information necessary for executing the conversion procedure can be set in various ways other than the above. For example, according to the address of the client device in the network (that is, the position information of the user). The virtual link name may be converted into a different real link name. Furthermore, in this case, if a link representing a node that is easily accessible to the client is selected as a real link name corresponding to the virtual link name, for example, a hypertext node is copied to create a mirror link. If you do, you will be able to remove the node from a nearby mirror site.

【0027】また、データ内容が画像のような細密且つ
ボリュームの大きなデータを含んでいる場合には、クラ
イアントはデータ内容を表示或いは印刷するに十分な解
像度の表示手段を有し、また、ネットワークはデータを
転送するに十分な通信品質を有している必要があるた
め、クライアントが備える表示手段の解像度やネットワ
ークの通信品質に応じて仮想リンク名を異なる実リンク
名に変換するようにしてもよい。また、変換手続きを実
行した結果、仮想リンク名が複数の実リンク名に変換さ
れるようにしてもよく、これら複数の実リンク名を含め
たデータ内容をクライアントに送信するようにしてもよ
い。また、変換された複数の実リンク名の中から更に適
当な手続きによって一つの実リンク名を選択して、当該
選択した実リンク名を含めたデータ内容をクライアント
に送信するようにしてもよい。
Further, when the data content includes fine data with a large volume such as an image, the client has a display means having a resolution sufficient for displaying or printing the data content, and the network is Since it is necessary to have sufficient communication quality for transferring data, the virtual link name may be converted into a different real link name according to the resolution of the display means provided in the client and the communication quality of the network. . Further, as a result of executing the conversion procedure, the virtual link name may be converted into a plurality of real link names, or the data content including these plurality of real link names may be transmitted to the client. Further, one real link name may be selected from a plurality of converted real link names by an appropriate procedure, and the data content including the selected real link name may be transmitted to the client.

【0028】[0028]

【発明の効果】以上説明したように、本発明に係るハイ
パーテキストシステムによると、ノードが未定状態であ
る仮想リンクを用い、利用者、利用者の位置、利用する
時間帯、利用するデータの種類等といった要求元から得
られる種々な情報に応じてその都度適当な手続を実行し
て、仮想リンクをノード先が決定されている実リンクに
変換するようにしたため、要求元には変換処理を行った
ことを感じさせることなく、仮想リンクを情報に応じた
種々な実リンクに変換したデータ内容を提供することが
でき、ハイパーテキストの利用態様を拡張することがで
きる。
As described above, according to the hypertext system of the present invention, a virtual link whose node is in an undecided state is used, the user, the position of the user, the time zone used, the type of data used. In order to convert a virtual link into an actual link whose node destination has been determined, an appropriate procedure is executed each time according to various information obtained from the request source, such as It is possible to provide the data content obtained by converting the virtual link into various real links according to the information without feeling the fact that the hypertext is used.

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

【図1】 本発明の一実施例に係るハイパーテキストシ
ステムの構成図である。
FIG. 1 is a configuration diagram of a hypertext system according to an embodiment of the present invention.

【図2】 ノード管理手段が管理する情報の一例を示す
説明図である。
FIG. 2 is an explanatory diagram showing an example of information managed by a node management unit.

【図3】 クライアントによるデータ参照要求の処理手
順の一例を示すフローチャートである。
FIG. 3 is a flowchart illustrating an example of a processing procedure of a data reference request by a client.

【図4】 ハイパーテキスト管理手段によるデータ参照
要求に対する処理手順の一例を示すフローチャートであ
る。
FIG. 4 is a flowchart showing an example of a processing procedure for a data reference request by the hypertext management means.

【図5】 ノード管理手段による要求処理の手順の一例
を示すフローチャートである。
FIG. 5 is a flowchart showing an example of a procedure of request processing by a node management unit.

【図6】 仮想リンク管理手段による要求処理の手順の
一例を示すフローチャートである。
FIG. 6 is a flowchart showing an example of a procedure of request processing by virtual link management means.

【図7】 クライアントによる要求処理の手順の一例を
示すフローチャートである。
FIG. 7 is a flowchart illustrating an example of a procedure of request processing by a client.

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

1・・・ノード管理手段、 2・・・仮想リンク管理手
段、3・・・ハイパーテキスト管理手段、 4・・・第
1要求処理手段、5・・・第2要求処理手段、 A、B
・・・クライアント、L1、L2、L3・・・実リンク
名(ノード名)、VL1、VL2・・・仮想リンク名、
DESCRIPTION OF SYMBOLS 1 ... Node management means, 2 ... Virtual link management means, 3 ... Hypertext management means, 4 ... 1st request processing means, 5 ... 2nd request processing means, A, B
... Client, L1, L2, L3 ... Real link name (node name), VL1, VL2 ... Virtual link name,

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 データを記録するノードと、ノードとノ
ードの関係を示すリンクとで構成されたハイパーテキス
トを処理するハイパーテキストシステムにおいて、 各ノードの名前と記録したデータ内容とを対応付けて管
理するノード管理手段と、 ノードが未定の仮想的リンクの名前と、仮想リンクを実
リンクに変換する手続きと、当該変換手続きを実行する
ために必要な情報とを対応付けて管理する仮想リンク管
理手段と、 ノード参照の要求に対してノード管理手段から対応する
ノードのデータ内容を取得する第1の要求処理手段と、 第1の要求処理手段で取得したデータ内容に含まれる仮
想的リンクに対して、要求元から得られる情報に基づい
て、前記仮想リンク管理手段が管理する手続きを実行し
て仮想的リンクを実リンクに変換し、当該ノードの内容
を要求元へ提供する第2の要求処理手段と、 を具備することを特徴とするハイパーテキストシステ
ム。
1. In a hypertext system for processing a hypertext composed of a node for recording data and a link indicating a relation between the nodes, the name of each node and the recorded data content are managed in association with each other. Node management means, a virtual link name for which a node is undecided, a procedure for converting a virtual link into an actual link, and virtual link management means for managing the information necessary to execute the conversion procedure in association with each other. A first request processing means for acquiring the data content of the corresponding node from the node management means in response to the node reference request, and a virtual link included in the data content acquired by the first request processing means. , Converting a virtual link into a real link by executing a procedure managed by the virtual link management means based on information obtained from a request source, Hypertext system characterized by comprising a second request processing means for providing the contents of the node to the requesting, the.
JP7294853A 1995-10-18 1995-10-18 Hypertext system Pending JPH09114726A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7294853A JPH09114726A (en) 1995-10-18 1995-10-18 Hypertext system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7294853A JPH09114726A (en) 1995-10-18 1995-10-18 Hypertext system

Publications (1)

Publication Number Publication Date
JPH09114726A true JPH09114726A (en) 1997-05-02

Family

ID=17813105

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7294853A Pending JPH09114726A (en) 1995-10-18 1995-10-18 Hypertext system

Country Status (1)

Country Link
JP (1) JPH09114726A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1153359A (en) * 1997-07-30 1999-02-26 Nec Corp Scenario editing device and scenario reproducing device
WO2002082817A1 (en) * 2001-04-05 2002-10-17 Ntt Data Corporation Video distributing system and video distributing method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1153359A (en) * 1997-07-30 1999-02-26 Nec Corp Scenario editing device and scenario reproducing device
WO2002082817A1 (en) * 2001-04-05 2002-10-17 Ntt Data Corporation Video distributing system and video distributing method
KR100944466B1 (en) * 2001-04-05 2010-03-03 가부시키가이샤 덴츠 Video distributing system and video distributing method

Similar Documents

Publication Publication Date Title
JP3252454B2 (en) Shared data change status monitoring device
JP3503397B2 (en) Map display system
US6735741B1 (en) Method system, and program for dynamic resource linking when copies are maintained at different storage locations
JPH0954782A (en) Subagent service agent for execution of request of web browser
JPH0926974A (en) Method for execution of distributed task of web browser request
JPH0944527A (en) Web browser system
JP2000242658A (en) Individual information managing device, and customizing device
JPH0926973A (en) Service agent for execution of request of web browser
JPH11191113A (en) Method and device for accessing geographical information in computer system
JPH10269297A (en) System for generating home page, device and method therefor, and system for displaying home page and method therefor
JP2003067226A (en) File management system and program
JPH09153912A (en) Method and system for information service
JP2695542B2 (en) Information processing device that uses and acquires user information
JPH09114726A (en) Hypertext system
JPH08314872A (en) Cooperative processing method among application programs
JP2002024120A (en) Distributed application server system
JP2001243165A (en) Shared-information use system, method and recording medium
JPH03103942A (en) Distributed data base management system
Dalton Does anybody have a map? Accessing information in the Internet's virtual library
JPH11514477A (en) Accessing the database
JPH10143527A (en) Intranet system
JP3911810B2 (en) Information distribution system and portable storage medium
JP3990579B2 (en) Icon using method and icon using device
JPH08286847A (en) Print request processing unit and print request processing method
JPH10240661A (en) Information repeating/presenting method and information presenting system