JP2004185180A - Data management program and data management system - Google Patents

Data management program and data management system Download PDF

Info

Publication number
JP2004185180A
JP2004185180A JP2002349475A JP2002349475A JP2004185180A JP 2004185180 A JP2004185180 A JP 2004185180A JP 2002349475 A JP2002349475 A JP 2002349475A JP 2002349475 A JP2002349475 A JP 2002349475A JP 2004185180 A JP2004185180 A JP 2004185180A
Authority
JP
Japan
Prior art keywords
data
link
management
dimension
file
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
JP2002349475A
Other languages
Japanese (ja)
Inventor
Tatsuya Kitamura
達也 北村
Hideyuki Wakai
秀之 若井
Hiroshi Miwa
浩史 三輪
Akihiro Takiguchi
章広 滝口
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.)
Komatsu Ltd
Original Assignee
Komatsu 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 Komatsu Ltd filed Critical Komatsu Ltd
Priority to JP2002349475A priority Critical patent/JP2004185180A/en
Publication of JP2004185180A publication Critical patent/JP2004185180A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To easily and readily display a number of file groups (object groups) in a plurality of dimensional tree structures so as to be operable. <P>SOLUTION: Objects include a file object directly associated with entity data (file) by a pointer (PTR) and a folder object showing a folder. Each object has link information (LINK). The link information comprises an upper layer link (Upper) showing an object of upper layer, a coordinate layer link (Pre) and (Suc) showing an object of coordinate layer, and a lower layer link (Lower Suc) and (lower Pre) showing an object of lower layer. The link information is provided in each of a plurality of dimensions. The link information of each dimension is referred to, whereby the object can be displayed in the tree structure of this dimension. The operation to the object is reflected to the link information or the like. <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、記憶装置に記憶されている種々のデータ(ファイル)を管理するためのデータ管理プログラム及びデータ管理システムに関する。
【0002】
【従来の技術】
例えば、パーソナルコンピュータ、ワークステーション、サーバ等の各種コンピュータでは、ハードディスク装置等の補助記憶装置内に、文書データファイル、グラフィックデータファイル、画像データファイル等の種々のデータファイル(以下、単に「ファイル」とも呼ぶ)を多数記憶させている。ファイルは、フォルダ(ディレクトリとも呼ばれる)内に格納させることができ、フォルダ内にさらに他のフォルダ(サブフォルダ)を形成することもできる。フォルダには適当な名称を与えることができる。
【0003】
例えば、同種のファイル群や互いに関連性のあるファイル群を適当な名称のフォルダに格納して整理することにより、ツリー構造等のように階層化して記憶させることができる。補助記憶装置内に記憶されているファイル群の存在は、ファイル管理マネージャ等のデータベースプログラムにより視覚的に確認することができる。
【0004】
通常の場合、ファイルは、ユーザ又はファイルを生成するアプリケーションプログラムによって、階層化記憶構造内の特定の階層に置かれる。ユーザは、予め定められている1種類のツリー構造により、記憶装置内の記憶構造を確認することができる。
【0005】
一方、同一のデータをそれぞれ異なった複数種類の態様で表示できるようにした技術も種々提案されている(例えば、特許文献1、特許文献2、特許文献3、特許文献4)。
【0006】
【特許文献1】
特開平7−64760号公報
【0007】
【特許文献2】
特開平10−124278号公報
【0008】
【特許文献3】
特開平5−334032号公報
【0009】
【特許文献4】
特開平7−191891号公報
【0010】
【発明が解決しようとする課題】
OS(Operating System)に付属のファイル管理マネージャでは、1種類の(1次元の)関係付けに従って(例えば、ツリー構造で)、ファイルの階層記憶構造を表示させることしかできない。しかし、同一のファイル群を異なるツリー構造で分類整理し、閲覧や操作等を行いたい場合がある。例えば、顧客毎に分類しているファイル群を、製品種別や工程毎に新たに分類して把握するような場合である。
【0011】
多種類の分類で、即ち多次元の関連付けでファイル群の階層記憶構造を表現しようとする場合、簡単な方法としては、次元の数だけファイル群をコピーしたり、リンクを設定したりすればよい。しかし、同一ファイルを複数コピーするのでは、記憶量が著しく増大し、リンクを設定するのは手間がかかる。また、各次元毎にファイルが操作されうるため、次元毎にコピーされたファイル同士の内容を整合させて同期をとる必要が生じる。リンク設定による場合は、リンク先の元ファイルが移動したり削除されたりした場合に、リンクが切れて参照不能となる可能性がある。
【0012】
一方、RDMS(Relational DataBase Management System)等のような従来のデータベース技術において、データを多次元で閲覧等するためには、データベースの構造を規定した後で、ファイルのオブジェクト及びオブジェクト間の関連付けをプログラミングする必要がある。従って、次元の仕様等が変化するたびに、データベース構造等を再度規定し直す必要があり、多次元データベースの構築と維持に大変な手間がかかる。
【0013】
そこで、本発明は、上記課題に鑑みてなされたもので、その目的は、容易に多次元でデータを管理することができ、次元の変更や追加等の維持管理も簡単に行うことができるデータ管理プログラム及びデータ管理システムを提供することにある。本発明の他の目的は、後述する実施の形態の説明から明らかになるであろう。
【0014】
【課題を解決するための手段】
本発明に係るデータ管理プログラムは、本発明に特有の構造を有する管理用データを導入し、管理用データ群を取得して、選択された特定の次元で表示させると共に、ユーザからの操作要求を管理用データ群に反映させている。
【0015】
即ち、管理用データは、実体データに直接的又は間接的に関連付けられ、複数次元の階層記憶構造をそれぞれ示すリンク情報を備えている。取得機能は、管理用データを少なくとも1つ以上取得する。表示機能は、取得された管理用データを、選択された次元のリンク情報に基づいて、当該選択された次元における階層記憶構造で表示させる。そして、反映機能は、表示された管理用データへの操作を該管理用データに反映させる。
【0016】
管理用データには、少なくとも実体データに直接的に関連付けられる実体データ管理用データと、実体データの仮想的な格納先として定義される格納先管理用データとの2種類が存在し、リンク情報は、複数の次元における他の管理用データとの関係が各次元毎にそれぞれ規定されている。
【0017】
実体データの仮想的な格納先としては、フォルダ又はディレクトリと呼ばれる階層を挙げることができる。実体データ管理用データは、例えば、ポインタ等により実体データに直接的に関連づけられる。格納先管理用データは、実体データを格納する保存場所に対応付けられている。いずれの管理用データも、複数の次元のそれぞれについて当該次元における他の管理用データとの関係を規定するリンク情報を備える。
【0018】
管理用データは、複数の次元におけるリンク情報を備えている。従って、記憶装置から取得した管理用データ群は、各次元の形式でそれぞれ表示させることができる。例えば、各管理用データのそれぞれについて、第1次元のリンク情報を「顧客別」で規定し、第2次元のリンク情報を「製品別」で規定すれば、第1次元のリンク情報を参照することにより「顧客別」の階層記憶構造で各管理用データを表示させることができ、同様に、第2次元のリンク情報に基づいて「製品別」の階層記憶構造で各管理用データを表示させることができる。各管理用データは、実体データに関連づけられているため、ユーザの目には、それぞれの次元で実体データが所定の形式で記憶されているように見える。そして、ユーザが、管理用データを新たに生成したり、移動したり、削除等した場合は、その操作内容が管理用データに反映される。従って、従来技術のようにデータベースの構造等を再規定したりせずに、論理的なリンク情報を変更するだけで、多数の次元に対応させることができる。
【0019】
取得機能、表示機能及び反映機能は、選択された次元毎にそれぞれ起動可能であり、選択された複数の次元のそれぞれについて同時に各管理用データを表示し、かつ操作可能である。
【0020】
例えば、第1次元のツリー構造と第2次元のツリー構造とを同時に画面に表示し、各ツリー構造内で管理用データを操作することができる。ユーザは、リンク情報に規定されている複数の次元の中から任意の複数の次元を選択して、同時に表示させることができる。
【0021】
好ましい実施形態では、リンク情報は、自己の上位層に位置する管理用データを示す第1のリンクと、自己と同層で前方に位置する管理用データを示す第2のリンクと、自己と同層で後方に位置する第3のリンクと、自己の下位層で前方に位置する第4のリンク及び自己の下位層で後方に位置する第5のリンクとを備えて構成される。
【0022】
本発明の他の観点に従うデータ管理システムは、複数の実体データを記憶し管理する第1の記憶管理手段と、実体データにそれぞれ関連付けられ、複数次元の階層記憶構造をそれぞれ示すリンク情報をそれぞれ備えてなる複数の管理用データを記憶し管理する第2の記憶管理手段と、第2の記憶管理手段から取得した管理用データを選択された次元の階層記憶構造で表示させ、表示された管理用データへのユーザ操作を該管理用データに反映させるデータ管理手段とを備える。そして、データ管理手段は、第2の記憶管理手段から少なくとも1つ以上の管理用データを取得する取得手段と、取得された管理用データを、選択された次元のリンク情報に基づいて、当該選択された次元における階層記憶構造で表示させる表示手段と、表示された管理用データへのユーザ操作を該管理用データに反映させる反映手段とを含んでなり、データ管理手段は、選択された複数の次元でそれぞれの階層記憶構造を表示し管理可能である。
【0023】
好ましい実施形態によるデータ管理方法は、実体データに関連付けられ、複数次元の階層記憶構造をそれぞれ示すリンク情報を備えてなる管理用データを少なくとも1つ以上取得するステップと、取得された管理用データを、選択された次元のリンク情報に基づいて、当該選択された次元における階層記憶構造で表示させるステップと、表示された管理用データへの操作を該管理用データに反映させるステップと、を含む。
【0024】
好ましい実施形態によるデータ構造は、データ管理システムに用いられる管理用データのデータ構造であって、自他を識別するための識別情報が記録される識別情報記録領域と、自己の名称情報が記録される名称情報記録領域と、実体データへのポインタが記録されるポインタ記録領域と、他の管理用データとの関連を示すリンク情報が記録されるリンク情報記録領域と、を備えている。さらに、リンク情報記録領域には、自己の上位層に位置する管理用データを示す第1のリンクと、自己と同層で前方に位置する管理用データを示す第2のリンクと、自己と同層で後方に位置する第3のリンクと、自己の下位層で前方に位置する第4のリンク及び自己の下位層で後方に位置する第5のリンクの情報が、複数次元の階層記憶構造毎にそれぞれ変更可能に記録されている。
【0025】
このように、他の管理用データとの関係を示すリンク情報を複数の次元のそれぞれについて変更可能に記録するリンク情報記録領域を設けることにより、異なる次元で管理用データを配置して表示させることができ、また、管理用データへの操作(例えば、移動、削除、生成等)をリンク情報記録領域に反映させることができる。
【0026】
【発明の実施の形態】
以下、本発明の実施形態をファイル管理システムを例に挙げて、図1〜図18を参照しつつ詳細に説明する。
【0027】
まず、図1は、データ管理システムとしてのファイル管理システムの全体概要を示す構成説明図である。本ファイル管理システムは、例えば、パーソナルコンピュータ、ワークステーション、サーバ、携帯情報端末、携帯電話等の各種コンピュータ上に実現可能なものである。ファイル管理システムは、ローカルな記憶装置に保存されたファイルの管理にも使用できるし、ネットワーク上の記憶装置に保存されたファイルの管理にも使用できる。ネットワークを介して利用する場合は、例えば、ASP(Application Service Provider)のように、ネットワーク上のサーバに各ユーザのファイルを保存すると共に、後述のファイル管理プログラムをサーバ上で稼働させる。これにより、サーバからネットワークを介して各ユーザにファイル管理機能を提供することができる。
【0028】
ファイル管理部10は、ユーザの要求に応じて、記憶装置に保存されている多数のファイル(オブジェクト)をユーザ所望のツリー構造で表示させ、またユーザからの操作を受け付けるものである。オブジェクトの詳細は、後述するが、ファイル又はフォルダに関連づけられるもので、ユーザは、オブジェクトを通じてファイルの記憶構造を確認したり、ファイル操作を行うことができるようになっている。
【0029】
そして、ファイル管理部10は、オブジェクト操作部11と画面表示部12とオブジェクト取得部13とを有する。オブジェクト操作部11は、ユーザからのファイル操作(例えば、新たなファイルの生成、格納先フォルダの変更(ファイルの移動、ファイルの削除等)を受け付けて、そのファイル又はフォルダに関連づけられたオブジェクトに反映させる。画面表示部12は、オブジェクト取得部13によりオブジェクト管理部20から取得された多数のオブジェクトを、ユーザの指定する特定の次元のツリー構造で配置し、表示させる。オブジェクト取得部13は、画面初期化要求やユーザ操作等に応じて、オブジェクト管理部20からオブジェクト群を取得するものである。ここで、注目すべきは、画面表示部12は、ユーザの希望する複数次元毎に、即ち、複数種類のツリー構造を画面に表示させることができ、ユーザは各ツリー構造を操作できる点にある。
【0030】
画面表示部12の出力は、例えば、インターネット等の通信ネットワークCNを介してユーザ端末のディスプレイドライバ4に引き渡され、ユーザ端末のディスプレイ3に出力される。ユーザは、ディスプレイ3に表示されたツリー構造を見ながら、例えば、マウス、タブレット、キーボードスイッチ等の入力デバイス1を介して、ディスプレイ3に表示されたオブジェクトを操作する。ユーザの操作は、入力デバイスドライバ2から通信ネットワークCNを介して、オブジェクト操作部11に渡される。オブジェクト操作部11は、ユーザからの操作に応じて、操作に関係する各オブジェクトの内容をそれぞれ更新等させる。
【0031】
オブジェクト管理部20は、記憶装置内に記憶されている多数のオブジェクト21を管理するものである。もっとも、ファイル管理システムの初期段階では、1つ、あるいは少数のオブジェクトを管理するだけの場合もある。実体データ管理部30は、記憶装置に記憶されている多数の実体データ(ファイル)31を管理するものである。
【0032】
各オブジェクト21は、実体データ(ファイル)31又はフォルダに関連づけられている。例えば、図示の例では、1番目と2番目のオブジェクト21は、それぞれ1番目と2番目の実体データ31に直接的に関連付けられている。3番目と4番目のオブジェクト21は、フォルダを象徴するものであるため、実体データ31に直接的には関連付けられていない。フォルダオブジェクトは、実体データ31の格納先として、間接的に実体データ31に関連付けられている。
【0033】
次に、図2を参照して、オブジェクトの構造を説明する。図2(a)に示すように、各オブジェクトは、他のオブジェクトと自己を識別するための識別情報「ID」と、オブジェクトの名称情報「Name」と、そのオブジェクトが関連付けられている実体データへのポインタ「PTR」と、複数の次元のそれぞれにおける他のオブジェクトとの関係を示すリンク情報「LINK」と、その他の情報(図3と共に後述)を備えている。フォルダを示すオブジェクトの場合は、ポインタは記述されず、例えば、ヌルデータ等が格納される。
【0034】
ここで、各次元のリンク情報は、それぞれ5つのリンクを有する。5つのリンクとは、図2(b)にも示すように、自己の上位層に位置するオブジェクトを示す上位層オブジェクトへのリンク「Upper」と、自己と同層で前方に位置するオブジェクトへのリンク「Pre」と、自己と同層で後方に位置するオブジェクトへのリンク「Suc」と、自己の下位層で前方に位置するオブジェクトへのリンク「Lower Pre」と、自己の下位層で後方に位置するオブジェクトへのリンク「Lower Suc」である。これら1セットのリンクは、複数の次元のそれぞれについて設定されている。前方のオブジェクトとは、自己よりも前に位置するオブジェクトを示し、後方とは自己の次に位置するオブジェクトを示す。ファイル検索等は、この順序で行われる。
【0035】
さて、図2(c)は、あるフォルダ(ディレクトリ Dir A)のオブジェクトを中心とするリンクのトポロジー的説明図である。フォルダ(Dir A)は、「Upper」、「Pre」、「Suc」、「Lower Pre」、「Lower Suc」という5つのリンクを備えている。「Dir A」の下位層にそれぞれ位置する、ディレクトリ又はファイルのオブジェクト「dir/file 1」〜「dir/file 4」は、それぞれ互いに同位層の関係に立つ。
【0036】
「Dir A」から見て、下位層の前方に位置するオブジェクトを示すリンク「Lower Pre」は、オブジェクト「dir/file 1」に繋がっている。また、下位層の後方に位置するオブジェクトを示すリンク「Lower Suc」は、他のオブジェクト「dir/file 4」に繋がっている。下位層の各オブジェクト「dir/file 1」〜「dir/file 4」は、それぞれが上位層オブジェクト「Dir A」へのリンク「Upper」を備えている。また、図示は省略するが、各オブジェクト「dir/file 1」〜「dir/file4」は、さらに下の階層へのリンク「Lower Pre」、「Lower Suc」を備えることもできる。
【0037】
このように、各オブジェクト「Dir A」及び「dir/file 1」〜「dir/file 4」のある特定の次元におけるリンクを参照することにより、ファイル管理部10は、図2(c)に示すような階層記憶構造を把握できる。なお、後述のように、図2(c)に示す以外に、他のリンク構造を採用することもできる。
【0038】
図3は、オブジェクトの具体例を示す説明図である。図2(a)で述べたように、各オブジェクトは、ID、名称、ポインタ(PTR to Real Entity)及びリンク情報をそれぞれ備えている。ここで、リンク情報は、各次元(Dimension−1〜N)毎にそれぞれ定義されている点に注目すべきである。なお、図3中の「1次元」、「2次元」、「N次元」等の文字は、説明の便宜のために示すもので、オブジェクトに必須の構成ではない。
【0039】
その他の情報「Attributes」は、オブジェクトの各種属性を規定する。属性としては、例えば、オブジェクトのタイプ(フォルダオブジェクトかファイルオブジェクトか、ルートオブジェクトか等)、検索等に使用できるキーワード、コメント文等を挙げることができる。
【0040】
ある次元において、オブジェクトが削除されると、その次元でのリンクが消去される。また、ある次元において、オブジェクトが移動されると、その次元におけるリンクは、移動先に応じて書き換えられる。
【0041】
図4は、ファイル管理システム10を利用して、ファイル管理をする場合の画面例を示す。図1と共に上述したように、ユーザは、ネットワーク上のファイル管理システムにログインすることにより、希望する複数の次元でファイル管理を行うことができる。
【0042】
図4に示すように、ユーザは、複数種類のツリー構造T1、T2を同時に画面に表示させることができる。表示可能なツリー構造の数に制限はない。もっとも、画面サイズ等によって、表示できるツリー構造の数は自ずと定まる。なお、例えば、画面の上部に、「フォルダ編集」M1、「ファイル編集」M2、「テキスト入力」M3、「検索」M4等の各種メニューを設けることもできる。
【0043】
図4中の左側には、あるファイル群を「顧客」別に整理したツリー構造T1が表示され、右側には、同一のファイル群を「書類」別に整理したツリー構造T2が表示されている。各ツリー構造T1,T2では、同一の「my Bookcase」フォルダ内に、それぞれ異なるフォルダが配置されている。これにより、ユーザは、同一のファイル群「File1〜9」を、目的に適したツリー構造に配置して表示させ、操作することができる。
【0044】
次に、図5〜図15に基づいて、本実施の形態の動作を説明する。なお、図に示すフローチャートは、動作の概要を示すものであり、実際のプログラムとは相違する。先に、図5及び図6を参照して、全体の動作を説明する。
【0045】
図5は、画面表示処理を示す。ファイル管理部10の画面表示部12は、オブジェクト管理部20からオブジェクト群を取得し、ユーザにより選択された次元のリンク情報に基づいて、これらのオブジェクト群を所定位置に配置し、画面に表示させる(S1)。そして、ファイル管理部10は、ユーザからの操作待ちを行う(S2)。
【0046】
ユーザからの操作が入力された場合は、オブジェクトへの操作なのか、オブジェクト以外を対象とする操作なのかを判定する(S3)。ユーザの操作が、例えば、新規オブジェクトの生成、オブジェクトの削除、オブジェクトの移動、オブジェクトのコピー、オブジェクトの名称変更等のように、オブジェクトに対する操作であった場合(S3:YES)、ユーザの操作内容は、操作されたオブジェクトに受け渡される(S4)。
【0047】
オブジェクト以外への操作である場合は(S3:NO)、ウィンドウの操作か(S5)、ファイルの操作か(S7)、終了操作か(S9)をそれぞれ判定する。そして、ウィンドウへの操作の場合はウィンドウを操作し(S6)、ファイルへの操作の場合はファイルを操作する(S8)。終了操作の場合は、終了処理を行う(S9)。以上の処理は、終了操作が行われるまで繰り返される。
【0048】
図6は、オブジェクトを操作するための処理を示す。まず、オブジェクト管理部20からオブジェクト群を取得し(S11)、次に、ユーザの操作が、オブジェクトの追加か(S12)、オブジェクトの削除か(S14)、オブジェクトのリンク変更か(S16)、オブジェクトの内容変更か(S18)をそれぞれ判定する。
【0049】
オブジェクトを追加する操作が行われた場合は、新規オブジェクトの作成処理を行う(S13)。オブジェクトを削除する操作が行われた場合は、オブジェクトの削除処理を行う(S15)。オブジェクトを移動等する操作が行われた場合は、オブジェクトのリンク情報を変更する処理を行う(S17)。また、オブジェクトの内容が操作された場合は、その操作内容をオブジェクトに受け渡す(S19)。そして、これらの操作内容をオブジェクトに反映させる永続化処理を行って、処理を終了する(S20)。
【0050】
以上が、本ファイル管理システムの動作概要である。次に、より詳細な動作について説明する。
【0051】
図7は、ある特定の次元mでオブジェクト群をツリー構造で表示させる場合のフローチャートである。まず、ルートオブジェクト(一般的に、ルートオブジェクトはフォルダである)のリンク情報を参照し、選択された次元mのリンク「Lower Suc」で繋がるオブジェクトを検出する。リンク「Lower Suc」に繋がるオブジェクトをツリー構造表示上のルートオブジェクトとし、ObjectXにセットする(S21)。「ObjectX」は変数である。そして、次元mにおいて、ObjectXと同位層に位置する他のオブジェクトを表示させる(S22)。
【0052】
次に、図8は、ある特定の次元mにおいて、変数ObjectXにセットされたオブジェクトと同じ階層の(同一次元の)他のオブジェクトを表示させる場合の処理を示す。
【0053】
まず、最初に、終了条件として、ObjectXのIDをObjectSIDにセットしておく(S31)。ObjectSIDは変数である。次に、最初にセットされたObjectXの名称をツリー構造に表示させる(S32)。ObjectXにセットされたオブジェクトがフォルダを示す場合は、フォルダの形状で表示(フォルダアイコン)される。ファイル(又は実データ)を示すオブジェクトの場合は、ファイル(又は実データ)として表示(ファイルアイコン)される。
【0054】
次に、ObjectXの次元mでリンク「Lower Suc」で繋がる下位のオブジェクトを変数ObjectYにセットする(S33)。ObjectYのIDがObjectXのIDに一致するか否かを判定し(S34)、両IDが一致しない場合は(S34:NO)、その次元mにおいて、現在ObjectYにセットされているオブジェクトと同位層に位置するオブジェクトを表示させる(S35)。
【0055】
次に、ObjectXにセットされているオブジェクトと次元mにおいて同位層のリンク「Suc」で繋がるオブジェクトをObjectYにセットする(S36)。ObjectYとObjectXのIDが一致せず、かつ、ObjectYのIDが、最初にセットされたObjectSIDとも一致しない場合は(S37:NO、S38:NO)、ObjectYの値をObjectXにセットし(S39)、S32に戻る。一方、ObjectYとObjectXのIDが一致するか、あるいは、ObjectYのIDがObjectSIDと一致する場合は(S37:YES、S38:YES)、処理を終了する。以上の処理により、特定の次元mにおいて、ツリーを表示させることができる。
【0056】
次に、図9は、ある特定の次元mにおいて、あるオブジェクトAを別のオブジェクトBの下位層に移動させる場合の処理を示す。まず、次元mで、オブジェクトAを切り離し(S41)、次に、次元mにおいて、オブジェクトAをオブジェクトBの下位層に追加する(S42)。
【0057】
次に、図10は、あるオブジェクトAを次元mで切り離す処理を示す。図9中のS41の詳細である。
【0058】
まず、オブジェクトAの次元mにおけるリンク「Upper」で繋がるオブジェクトを変数ObjectXにセットする(S51)。次に、ObjectXの次元mにおける下位層リンク「Lower Suc」で繋がるオブジェクトとして変数ObjectY1を、次元mにおける下位層リンク「Lower Pre」で繋がるオブジェクトとして変数ObjectY2を、それぞれセットする(S52)。一方、切り離されるオブジェクトAの次元mにおける同位層リンク「Suc」で繋がるオブジェクトとして、変数ObjectZ1を、同位層リンク「Pre」で繋がるオブジェクトとして、変数ObjectZ2を、それぞれセットする(S53)。
【0059】
そして、オブジェクトAのIDとObjectY1及びObjectY2のIDをそれぞれ比較する(S54)。これら3者のIDが全て一致する場合は、ObjectXの次元mにおけるリンク「Lower Suc」及び「Lower Pre」を、ObjectX自身に繋ぐ(S55)。即ち、オブジェクトAを切り離すことにより、ObjectXの下位層に何のObjectも繋がっていない状態になった場合である。
【0060】
前記3者のIDが全て不一致である場合は、ObjectZ1の次元mにおける同位層リンク「Pre」をObjectZ2に、ObjectZ2の次元mにおける同位層リンク「Suc」をObjectZ1に、それぞれセットする(S59)。
【0061】
前記3者のIDが全て一致せず、また不一致でも無い場合、即ち、いずれか2者のIDのみが一致する場合は、ObjectZ1のIDとObjectZ2のIDとが一致するか否かを判定する(S56)。両IDが一致する場合は、オブジェクトAの下位層にオブジェクトが1個だけ存在する。そこで、ObjectXの次元mにおける下位層リンク「Lower Suc」又は「Lower Pre」のうち、切り離されるオブジェクトAを指す方のリンクをObjectZ1に繋ぐ(S57)。一方、ObjectZ1のIDとObjectZ2のIDが不一致の場合は(S56:NO)、オブジェクトAの下位層に複数のオブジェクトが存在する場合である。そこで、ObjectXの次元mにおける下位層リンク「Lower Suc」又は「Lower Pre」のうち、オブジェクトAを指す方のリンクを、オブジェクトAを指さない方に繋がらないObjectZ1又はObjectZ2に繋ぐ(S58)。
【0062】
S55、S57及びS58の処理を行った後で、上述した前記S59を行い、最後に、オブジェクトAの次元mにおける上位層リンク「Upper」と同位層リンク「Pre」及び「Suc」を、オブジェクトA自身に設定する(S60)。
【0063】
次に、図11は、図9中のS42の詳細を示し、切り離されたオブジェクトAをオブジェクトBの下位層に追加する場合の処理を示す。
【0064】
まず、オブジェクトBの次元mにおける下位層リンク「Lower Suc」及び「Lower Pre」に繋がるオブジェクトを、それぞれObjectX1及びObjectX2にセットする(S61)。また、オブジェクトAの次元mにおける上位層リンク「Upper」をオブジェクトBにセットすると共に(S62)、オブジェクトBの次元mにおける下位層リンク「Lower Pre」をオブジェクトAにセットする(S63)。
【0065】
そして、ObjectX1のIDとオブジェクトBのIDとを比較し、両者のIDが一致するか否かを判定する(S64)。両IDが一致しない場合は(S64:NO)、オブジェクトAが追加されるオブジェクトBの下位層に、少なくとも1つ以上のオブジェクトが存在する場合である。そこで、オブジェクトAの次元mにおける同位層リンク「Pre」及び「Suc」にObjectX1及びObjectX2をそれぞれセットすると共に、ObjectX1の次元mにおける同位層リンク「Suc」とObjectX2における同位層リンク「Pre」とに、それぞれ新たに追加されるオブジェクトAをセットする(S65)。
【0066】
一方、ObjectX1のIDとオブジェクトBのIDとが一致する場合は(S64:YES)、オブジェクトBの下位層に一つもオブジェクトが存在しばい場合であるから、オブジェクトBの次元mにおける下位層リンク「Lower Suc」にオブジェクトAをセットする(S66)。
【0067】
次に、図12は、次元nのオブジェクトAを次元mのオブジェクトBの下位層に繋げる場合の処理を示す。
【0068】
まず、オブジェクトBの次元mにおける下位層リンク「Lower Suc」及び「Lower Pre」で繋がるオブジェクトとして、それぞれObjectX1及びObjectX2をセットする(S71)。また、オブジェクトAの次元mにおける上位層リンク「Upper」をオブジェクトBにセットし(S72)、オブジェクトBの次元mにおける下位層リンク「Lower Pre」をオブジェクトAに設定する(S73)。
【0069】
そして、ObjectX1のIDとオブジェクトBのIDとを比較し、両者のIDが一致するか否かを判定する(S74)。両IDが不一致の場合は(S74:NO)、オブジェクトAの次元mにおける同位層リンク「Pre」及び「Suc」にObjectX1及びObjectX2をそれぞれセットすると共に、ObjectX1の次元mにおける同位層リンク「Suc」とObjectX2における同位層リンク「Pre」とに、オブジェクトAをセットする(S75)。一方、ObjectX1のIDとオブジェクトBのIDとが一致する場合は(S74:YES)、オブジェクトBの次元mにおける下位層リンク「Lower Suc」にオブジェクトAをセットする(S76)。
【0070】
次に、図13は、次元mのオブジェクトAと次元nのオブジェクトBに繋がる各オブジェクト群を軸としたマトリックスに、それぞれのオブジェクト群に繋がるファイル又は実データとしてオブジェクトを表示させる場合の処理を示すフローチャートである。
【0071】
まず、最初に、オブジェクトAの次元mにおける下位層リンク「LowerSuc」に繋がった下位のオブジェクトから、そのオブジェクトの次元mにおける同位層リンク「Suc」で繋がったオブジェクト群をObjectX1・・・Xmにそれぞれセットする(S81)。また、オブジェクトBの次元nにおける下位層リンク「LowerSuc」に繋がった下位のオブジェクトから、そのオブジェクトの次元nにおける同位層リンク「Suc」で繋がったオブジェクト群をObjectY1・・・Ynにそれぞれセットする(S81)。
【0072】
次に、取り出したObjectX1・・・XmとObjectY1・・・Ynとのm×nの組合せに対して、次元mのObjectXi(i=1・・・m)と次元nのObjectYj(j=1・・・n)に繋がるファイル又は実データとしてオブジェクトを表示させる(S82)。
【0073】
次に、図14は、次元mのObjectXを次元nのObjectYに繋がるファイル又は実データとしてオブジェクトを表示させる処理を示す。
【0074】
まず、処理の終了条件として、ObjectXのIDをObjectSIDにセットする(S91)。次に、ObjectXがファイル又は実データを表し、かつ、次元nにおけるObjectXの上位層にObjectYが繋がっている場合、ObjectXへのリンクを表示させる(S92)。また、ObjectXの次元mにおける下位層リンク「Lower Suc」で繋がるオブジェクトをObjectZにセットする(S93)。
【0075】
そして、ObjectZのIDとObjectXのIDとが一致するか否かを判定し(S94)、両IDが一致しない場合は(S94:NO)、次元mにおけるObjectZを、次元nにおいてObjectYに繋がるファイル又は実データとして、オブジェクトを表示させる(S95)。
【0076】
一方、ObjectZのIDとObjectXのIDが一致する場合は(S94:YES)、ObjectXの次元mにおける同位層リンク「Suc」で繋がるオブジェクトをObjectZにセットする(S96)。そして、ObjectZのIDとObjectXのIDとが一致するか否かを判定し(S97)、両IDが一致する場合は(S97:YES)、同位層に他のオブジェクトが存在しない場合なので、処理を終了する。
【0077】
ObjectZのIDとObjectXのIDとが一致しない場合は(S97:NO)、さらに、ObjectZのIDがObjectSIDに一致するか否かを判定する(S98)。両IDが一致する場合は、全部のオブジェクトについて検査し表示させた場合なので、処理を終了する。一方、ObjectZのIDがObjectSIDに一致しない場合は(S98:NO)、ObjectZをObjectXにセットし(S99)、S92に戻る。
【0078】
図15は、ObjectXがファイル又は実データを表し、かつ次元nの上位層でObjectYに繋がっている場合に、ObjectXを表示させる場合の処理を示す。
【0079】
まず、ObjectXがファイル又は実データを表すものであるか否かを判定する(S101)。また、ObjectXがファイル又は実データを示す場合は(S101:YES)ObjectXをObjectZ1にセットする(S102)。さらに、ObjectZ1の次元nにおける上位層リンク「Upper」で繋がるオブジェクトを、ObjectZ2にセットする(S103)。
【0080】
そして、ObjectZ2のIDとObjectZ1のIDが一致するか否かを判定し(S104)、両IDが一致する場合は、処理を終了する。両IDが一致しない場合は、さらに、ObjectZ2のIDとObjectYのIDとが一致するか否かを判定する(S105)。ObjectZ2のIDとObjectYのIDとが一致する場合は、ObjectXの名称を表示させると共に、ObjectXをファイル又は実データのアイコンで表示させる(S107)。一方、ObjectZ2のIDとObjectYのIDとが一致しない場合は(S105:NO)、ObjectZ2をObjectZ1にセットし(S106)、S103に戻る。
【0081】
図16は、異なる2種類の次元のそれぞれに関連付けられているオブジェクト群を自動的に集計するマトリックス表示の例を示す説明図である。横軸には「テーマ1」の次元に属するフォルダオブジェクト群が、縦軸には「テーマ2」の次元に属するフォルダオブジェクト群がそれぞれ配置されている。
【0082】
本実施形態では、図16に示すように、ある次元の各フォルダオブジェクト群に属するファイル群が、他の次元のフォルダオブジェクト群にどのように分散しているかの状態を一目で確認できるようになっている。つまり、「選択された複数の次元のそれぞれについて管理用データ群のリンク情報をそれぞれ参照することにより、前記選択された各次元に関連付けられた管理用データを自動的に集計してマトリックス表示させる機能」を、画面表示部12は備えている。
【0083】
また、図16の下側に示すように、一方の次元のあるフォルダと他方の次元の他のフォルダとのそれぞれに関連付けられているセルをマウスポインタ等で選択してクリック操作等すると、両次元の両フォルダに属するファイル(又はサブフォルダ)を表示させることもできる。各次元のツリー構造T1、T2を表示させると共に、ウィンドウW1内に、各ツリーT1及びT2の所定フォルダに共通に属するファイル群を表示させることもできる。
【0084】
図17は、オブジェクトのリンク構造の変形例を示す。
【0085】
図17(a)に示すリンク構造では、図2(c)に示すリンク構造とは異なり、オブジェクト自身が下位層リンク「Lower Suc」及び「Lower Pre」を直接持つのではなく、オブジェクトの内部に、下位層リンク関係を表すためのキュー(Queue)を設けている。そして、このキューを下位層リンク規定用の分身として、下位層に位置する他のオブジェクトとのリンクを設定する。
【0086】
図17(b)に示す他のリンク構造と図2(c)に示すリンク構造との相違点は、第1に、オブジェクトが下位層リンク「Lower Suc」及び「Lower Pre」を直接有するのではなく、オブジェクト内に設けられるキューを介して下位層へのリンクを設定している点、第2に、オブジェクトは、上位層リンク「Upper」を持たない点である。上位層のオブジェクトを取得するには、同位層リンク「Pre」及び「Suc」をたどって、キューを検出する。そのキューを有するオブジェクトを上位層のオブジェクトとして取得すればよい。
【0087】
図17(c)に示すさらに別のリンク構造と図2(c)に示すリンク構造との相違点は、オブジェクト自身は、下位層リンク「Lower Suc」及び「Lower Pre」を直接持たず、下位層に属するオブジェクトのうち、ただ1つの下位層オブジェクトとだけ双方向のリンクを有する点にある。
【0088】
図18に示す他のリンク構造は、図2(c)に示すリンク構造とは異なり、オブジェクト自身は、下位層リンク「Lower Suc」及び「Lower Pre」を直接持たず、下位層に属するオブジェクトのうち、ただ1つのオブジェクトとだけ双方向のリンクを有する。また、同位層に属するオブジェクト同士の中で、上位層へのリンク「Upper」を有するオブジェクトは、ただ1つである。つまり、親オブジェクトとのリンクを持つオブジェクトは、同位層のオブジェクト群の中でただ1つだけ存在する。同位層のオブジェクトを同位層リンク「Pre」及び「Suc」でたどっていき、上位層のオブジェクトへのリンクを有するオブジェクトを検出することにより、自己の上位に位置するオブジェクトを取得できる。
【0089】
本実施の形態によれば、従来技術のように、次元数分だけファイル群をコピーしたり、あるいは、オブジェクト間の関連付け等をいちいちプログラミング等せずに、比較的簡単な構成で、オブジェクト群の多次元的な関連付けを分かりやすく表示させることができ、ユーザによるオブジェクト操作を直ちにオブジェクトに反映させることができる。従って、本システムでは、多次元にまたがるオブジェクト群の関連付けを、試行錯誤しながら決定することができ、多次元を同時参照可能なファイル管理システムを効率よく制作できる。
【0090】
また、上記構成を採用した結果、多次元のうちの任意の2次元をユーザが選択するだけで、その選択された2つの次元に関連付けられたオブジェクトを自動的に集計して表示させるマトリックス表示機能を簡単に実現できる。
【0091】
なお、上述した本発明の実施の形態は、本発明の説明のための例示であり、本発明の範囲を実施形態にのみ限定する趣旨ではない。当業者は、本発明の要旨を逸脱することなしに、他の様々な態様で本発明を実施できる。
【図面の簡単な説明】
【図1】本発明の実施の形態に係るデータ管理システムの全体概要を示すブロック図である。
【図2】オブジェクトの構造を示す説明図であり、(a)はオブジェクトの構造、(b)はリンクとオブジェクトとの関係、(c)はリンク構造をそれぞれ示す。
【図3】オブジェクトのより詳細な構造例を示す説明図である。
【図4】複数のツリー構造を同時に参照等するマルチツリー画面の例を示す。
【図5】画面表示処理のフローチャートである。
【図6】オブジェクト操作処理を示すフローチャートである。
【図7】次元mでオブジェクトをツリー表示させるフローチャートである。
【図8】次元mで同一階層のオブジェクトを表示させるフローチャートである。
【図9】次元mでオブジェクトを他のオブジェクトへ移動させる場合のフローチャートである。
【図10】オブジェクトを次元mで切り離す場合のフローチャートである。
【図11】切り離したオブジェクトを他のオブジェクトの下位層に追加するフローチャートである。
【図12】ある次元のオブジェクトを別の次元のオブジェクトの下位層に追加する場合のフローチャートである。
【図13】ある次元のオブジェクトと他の次元のオブジェクトに繋がるオブジェクト群を軸とするマトリックスに、それぞれのオブジェクト群に繋がるオブジェクトを表示させる場合のフローチャートである。
【図14】ある次元のオブジェクトを他の次元のオブジェクトに繋がるオブジェクトとして表示させる場合のフローチャートである。
【図15】オブジェクトを表示させる他のフローチャートである。
【図16】選択された2つの次元のそれぞれに関連付けられたオブジェクト群を自動的に集計してマトリックス表示させる場合の画面例である。
【図17】オブジェクトのリンク構造の変形例を示す説明図である。
【図18】オブジェクトのさらに別のリンク構造を示す説明図である。
【符号の説明】
1 入力デバイス
2 入力デバイスドライバ
3 ディスプレイ
4 ディスプレイドライバ
10 ファイル管理部
11 オブジェクト操作部
12 画面表示部
13 オブジェクト取得部
20 オブジェクト管理部
21 オブジェクト
30 実体データ管理部
31 実体データ
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a data management program and a data management system for managing various data (files) stored in a storage device.
[0002]
[Prior art]
For example, in various computers such as personal computers, workstations, and servers, various data files such as a document data file, a graphic data file, and an image data file (hereinafter simply referred to as “files”) are stored in an auxiliary storage device such as a hard disk device. Calls) are stored in large numbers. The file can be stored in a folder (also called a directory), and another folder (subfolder) can be formed in the folder. The folder can be given an appropriate name.
[0003]
For example, a group of files of the same type or a group of files related to each other are stored in a folder with an appropriate name and organized, so that they can be stored in a hierarchical structure such as a tree structure. The existence of a group of files stored in the auxiliary storage device can be visually confirmed by a database program such as a file management manager.
[0004]
Usually, a file is placed on a specific layer in a layered storage structure by a user or an application program that generates the file. The user can confirm the storage structure in the storage device by using one kind of predetermined tree structure.
[0005]
On the other hand, various techniques for displaying the same data in a plurality of different modes have been proposed (for example, Patent Literature 1, Patent Literature 2, Patent Literature 3, and Patent Literature 4).
[0006]
[Patent Document 1]
JP-A-7-64760
[0007]
[Patent Document 2]
JP-A-10-124278
[0008]
[Patent Document 3]
JP-A-5-334032
[0009]
[Patent Document 4]
JP-A-7-191891
[0010]
[Problems to be solved by the invention]
A file management manager attached to an OS (Operating System) can only display a hierarchical storage structure of a file according to one type of (one-dimensional) association (for example, in a tree structure). However, there is a case where it is desired to sort and arrange the same file group with a different tree structure and perform browsing, operation, and the like. For example, there is a case where a group of files classified for each customer is newly classified and grasped for each product type and each process.
[0011]
When trying to represent the hierarchical storage structure of a file group by various kinds of classifications, that is, by multidimensional association, a simple method is to copy the file group by the number of dimensions or set a link. . However, when a plurality of copies of the same file are made, the storage capacity is significantly increased, and it takes time and effort to set a link. In addition, since the file can be operated for each dimension, it is necessary to synchronize the contents of the copied files for each dimension. In the case of link setting, if the original file at the link destination is moved or deleted, there is a possibility that the link is broken and cannot be referenced.
[0012]
On the other hand, in a conventional database technology such as RDMS (Relational DataBase Management System) or the like, in order to browse data in a multi-dimensional manner, after defining the structure of the database, the object of the file and the association between the objects are programmed. There is a need to. Therefore, it is necessary to redefine the database structure and the like every time the dimension specifications and the like change, and it takes a great deal of time to construct and maintain a multidimensional database.
[0013]
Therefore, the present invention has been made in view of the above-mentioned problem, and an object of the present invention is to provide a data management system capable of easily managing data in multiple dimensions and easily performing maintenance such as changing or adding dimensions. A management program and a data management system are provided. Other objects of the present invention will become clear from the description of the embodiment described later.
[0014]
[Means for Solving the Problems]
The data management program according to the present invention introduces management data having a structure unique to the present invention, acquires a group of management data, displays the data in a selected specific dimension, and receives an operation request from a user. Reflected in the management data group.
[0015]
That is, the management data is directly or indirectly associated with the entity data and includes link information indicating a multidimensional hierarchical storage structure. The acquisition function acquires at least one or more management data. The display function displays the acquired management data in a hierarchical storage structure in the selected dimension based on the link information of the selected dimension. Then, the reflection function reflects the operation on the displayed management data on the management data.
[0016]
There are at least two types of management data: entity data management data directly associated with the entity data, and storage destination management data defined as a virtual storage location of the entity data. The relationship with other management data in a plurality of dimensions is defined for each dimension.
[0017]
As a virtual storage destination of the entity data, a hierarchy called a folder or a directory can be given. The entity data management data is directly associated with the entity data by, for example, a pointer. The storage destination management data is associated with a storage location where entity data is stored. Each of the management data includes link information that defines a relationship between each of the plurality of dimensions and other management data in the dimension.
[0018]
The management data includes link information in a plurality of dimensions. Therefore, the management data group acquired from the storage device can be displayed in the form of each dimension. For example, for each of the management data, if the first-dimensional link information is specified by “customer” and the second-dimensional link information is specified by “product”, the first-dimensional link information is referred to. Accordingly, each management data can be displayed in a hierarchical storage structure "by customer", and similarly, each management data can be displayed in a hierarchical storage structure "by product" based on the two-dimensional link information. be able to. Since each of the management data is associated with the entity data, the user sees that the entity data is stored in a predetermined format in each dimension. When the user newly generates, moves, or deletes the management data, the operation content is reflected in the management data. Therefore, it is possible to correspond to a large number of dimensions only by changing the logical link information without redefining the database structure and the like as in the prior art.
[0019]
The acquisition function, the display function, and the reflection function can be activated for each of the selected dimensions, and can simultaneously display and operate each management data for each of the selected multiple dimensions.
[0020]
For example, the first-dimensional tree structure and the second-dimensional tree structure can be simultaneously displayed on the screen, and the management data can be operated in each tree structure. The user can select an arbitrary plurality of dimensions from a plurality of dimensions specified in the link information and simultaneously display them.
[0021]
In a preferred embodiment, the link information includes a first link indicating management data located in an upper layer of the self, a second link indicating management data located in the same layer in front of the self, and a link A third link located rearward in the layer, a fourth link located forward in its lower layer, and a fifth link located rearward in its lower layer.
[0022]
A data management system according to another aspect of the present invention includes first storage management means for storing and managing a plurality of entity data, and link information respectively associated with the entity data and indicating a multidimensional hierarchical storage structure. Storage management means for storing and managing a plurality of management data, and management data acquired from the second storage management means displayed in a hierarchical storage structure of a selected dimension. Data management means for reflecting a user operation on the data in the management data. The data management means obtains at least one or more management data from the second storage management means, and the obtained management data is selected based on the link information of the selected dimension. Display means for displaying in a hierarchical storage structure in the displayed dimension, and reflecting means for reflecting a user operation on the displayed management data in the management data, wherein the data management means includes a plurality of selected ones. Each hierarchical storage structure can be displayed and managed by dimension.
[0023]
A data management method according to a preferred embodiment includes a step of acquiring at least one or more pieces of management data that are associated with entity data and include link information respectively indicating a multidimensional hierarchical storage structure; Based on the link information of the selected dimension, a step of displaying the selected dimension in a hierarchical storage structure, and a step of reflecting the operation on the displayed management data in the management data.
[0024]
The data structure according to the preferred embodiment is a data structure of management data used in the data management system, and includes an identification information recording area in which identification information for identifying itself and others is recorded, and self name information is recorded. A name information recording area, a pointer recording area in which a pointer to entity data is recorded, and a link information recording area in which link information indicating a relationship with other management data is recorded. Further, in the link information recording area, a first link indicating management data located in a layer higher than the self, a second link indicating management data positioned ahead in the same layer as the self, and the same link as the self. The information of the third link located rearward in the layer, the information of the fourth link located forward in the lower layer of the own layer, and the information of the fifth link located rearward in the lower layer of the own layer are stored in a multi-dimensional hierarchical storage structure. Are recorded so that they can be changed.
[0025]
As described above, by providing the link information recording area for recording the link information indicating the relationship with the other management data so as to be changeable for each of the plurality of dimensions, the management data can be arranged and displayed in different dimensions. In addition, an operation (for example, movement, deletion, generation, etc.) on the management data can be reflected in the link information recording area.
[0026]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, an embodiment of the present invention will be described in detail with reference to FIGS. 1 to 18 using a file management system as an example.
[0027]
First, FIG. 1 is a configuration explanatory diagram showing an overall outline of a file management system as a data management system. The file management system can be realized on various computers such as a personal computer, a workstation, a server, a portable information terminal, and a mobile phone. The file management system can be used for managing files stored in a local storage device, and also for managing files stored in a storage device on a network. When using via a network, for example, like an ASP (Application Service Provider), files of each user are stored in a server on the network, and a file management program described later is operated on the server. Thereby, a file management function can be provided to each user from the server via the network.
[0028]
The file management unit 10 displays a large number of files (objects) stored in the storage device in a tree structure desired by the user in response to a request from the user, and receives an operation from the user. Although details of the object will be described later, the object is associated with a file or a folder, and the user can confirm the storage structure of the file and perform a file operation through the object.
[0029]
The file management unit 10 has an object operation unit 11, a screen display unit 12, and an object acquisition unit 13. The object operation unit 11 receives a file operation (for example, generation of a new file, change of a storage destination folder (movement of a file, deletion of a file, and the like)) from a user, and reflects the file operation on an object associated with the file or the folder. The screen display unit 12 arranges and displays a large number of objects acquired from the object management unit 20 by the object acquisition unit 13 in a tree structure of a specific dimension designated by the user. The object group is obtained from the object management unit 20 in response to an initialization request, a user operation, etc. Here, it should be noted that the screen display unit 12 is provided for each of a plurality of dimensions desired by the user, that is, Multiple types of tree structures can be displayed on the screen, and the user can operate each tree structure Located in.
[0030]
The output of the screen display unit 12 is delivered to the display driver 4 of the user terminal via a communication network CN such as the Internet, and is output to the display 3 of the user terminal. The user operates the object displayed on the display 3 via the input device 1 such as a mouse, a tablet, and a keyboard switch while looking at the tree structure displayed on the display 3. The user operation is passed from the input device driver 2 to the object operation unit 11 via the communication network CN. The object operation unit 11 updates the content of each object related to the operation according to the operation from the user.
[0031]
The object management unit 20 manages a large number of objects 21 stored in the storage device. However, in the initial stage of the file management system, there is a case where only one or a small number of objects are managed. The entity data management unit 30 manages a large number of entity data (files) 31 stored in the storage device.
[0032]
Each object 21 is associated with entity data (file) 31 or a folder. For example, in the illustrated example, the first and second objects 21 are directly associated with the first and second entity data 31, respectively. Since the third and fourth objects 21 symbolize folders, they are not directly associated with the entity data 31. The folder object is indirectly associated with the entity data 31 as a storage destination of the entity data 31.
[0033]
Next, the structure of the object will be described with reference to FIG. As shown in FIG. 2A, each object is converted into identification information “ID” for identifying itself and another object, name information “Name” of the object, and entity data associated with the object. , Pointer information “LINK” indicating a relationship between each of the plurality of dimensions and other objects, and other information (to be described later with reference to FIG. 3). In the case of an object indicating a folder, a pointer is not described, and for example, null data and the like are stored.
[0034]
Here, the link information of each dimension has five links, respectively. As shown in FIG. 2B, the five links include a link “Upper” to an upper-layer object indicating an object located in the upper layer of the self, and a link to an object located in front of the same layer as the self. A link “Pre”, a link “Suc” to an object located at the same layer and rearward in the same layer as the link, a link “Lower Pre” to an object positioned forward in the lower layer of the self, and a link “Lower Pre” to the lower layer in the self. This is a link “Lower Suc” to the located object. These one set of links are set for each of a plurality of dimensions. The front object indicates an object located before the self, and the rear object indicates an object located next to the self. File search and the like are performed in this order.
[0035]
FIG. 2C is a topological explanatory diagram of a link centered on an object of a certain folder (directory Dir A). The folder (Dir A) is provided with five links of “Upper”, “Pre”, “Suc”, “Lower Pre”, and “Lower Suc”. The directory or file objects "dir / file 1" to "dir / file 4", which are located in the lower layers of "Dir A", respectively, have a relation of the same layer.
[0036]
A link “Lower Pre” indicating an object located ahead of the lower layer when viewed from “Dir A” is connected to the object “dir / file 1”. Further, a link “Lower Suc” indicating an object located behind the lower layer is connected to another object “dir / file 4”. Each of the objects “dir / file 1” to “dir / file 4” in the lower layer has a link “Upper” to the upper layer object “Dir A”. Although not shown, each of the objects “dir / file 1” to “dir / file 4” may include links “Lower Pre” and “Lower Suc” to lower layers.
[0037]
As described above, by referring to the links in a specific dimension of each of the objects “Dir A” and “dir / file 1” to “dir / file 4”, the file management unit 10 is configured as shown in FIG. Such a hierarchical storage structure can be grasped. As will be described later, other link structures besides those shown in FIG. 2C can be adopted.
[0038]
FIG. 3 is an explanatory diagram illustrating a specific example of an object. As described in FIG. 2A, each object includes an ID, a name, a pointer (PTR to Real Entity), and link information. Here, it should be noted that the link information is defined for each dimension (Dimension-1 to N). Characters such as “one-dimensional”, “two-dimensional”, and “N-dimensional” in FIG. 3 are shown for convenience of description, and are not essential components of the object.
[0039]
Other information “Attributes” specifies various attributes of the object. Examples of the attribute include an object type (a folder object, a file object, a root object, and the like), a keyword that can be used for searching, and a comment sentence.
[0040]
When an object is deleted in a dimension, the link in that dimension is deleted. When an object is moved in a certain dimension, the link in that dimension is rewritten according to the destination.
[0041]
FIG. 4 shows an example of a screen when file management is performed using the file management system 10. As described above with reference to FIG. 1, the user can perform file management in a plurality of desired dimensions by logging in to the file management system on the network.
[0042]
As shown in FIG. 4, the user can simultaneously display a plurality of types of tree structures T1 and T2 on the screen. There is no limit on the number of tree structures that can be displayed. However, the number of tree structures that can be displayed depends on the screen size and the like. For example, various menus such as “edit folder” M1, “edit file” M2, “input text” M3, and “search” M4 can be provided at the top of the screen.
[0043]
On the left side of FIG. 4, a tree structure T1 in which a certain file group is arranged by “customer” is displayed, and on the right side, a tree structure T2 in which the same file group is arranged by “document” is displayed. In each of the tree structures T1 and T2, different folders are arranged in the same “my Bookcase” folder. As a result, the user can arrange and display the same file group “Files 1 to 9” in a tree structure suitable for the purpose and operate the same.
[0044]
Next, the operation of the present embodiment will be described with reference to FIGS. Note that the flowchart shown in the figure shows an outline of the operation, and is different from an actual program. First, the overall operation will be described with reference to FIGS.
[0045]
FIG. 5 shows a screen display process. The screen display unit 12 of the file management unit 10 acquires the object group from the object management unit 20, arranges the object group at a predetermined position based on the link information of the dimension selected by the user, and displays the object group on the screen. (S1). Then, the file management unit 10 waits for an operation from the user (S2).
[0046]
When an operation is input from the user, it is determined whether the operation is an operation on an object or an operation on an object other than the object (S3). If the user's operation is an operation on the object such as creation of a new object, deletion of the object, movement of the object, copying of the object, or change of the name of the object (S3: YES), the content of the operation of the user Is passed to the operated object (S4).
[0047]
If the operation is for an object other than an object (S3: NO), it is determined whether the operation is a window operation (S5), a file operation (S7), or an end operation (S9). In the case of an operation on a window, the window is operated (S6), and in the case of an operation on a file, the file is operated (S8). In the case of a termination operation, termination processing is performed (S9). The above processing is repeated until the end operation is performed.
[0048]
FIG. 6 shows a process for operating an object. First, an object group is acquired from the object management unit 20 (S11). Next, whether the user operation is to add an object (S12), delete an object (S14), change an object link (S16), (S18).
[0049]
When an operation of adding an object is performed, a process of creating a new object is performed (S13). When the operation of deleting the object is performed, the object is deleted (S15). When an operation of moving the object is performed, a process of changing the link information of the object is performed (S17). When the content of the object is operated, the operation is transferred to the object (S19). Then, a permanent process for reflecting these operation contents on the object is performed, and the process ends (S20).
[0050]
The above is the outline of the operation of the file management system. Next, a more detailed operation will be described.
[0051]
FIG. 7 is a flowchart in a case where an object group is displayed in a tree structure in a certain specific dimension m. First, referring to the link information of the root object (generally, the root object is a folder), an object connected by the link “Lower Suc” of the selected dimension m is detected. An object connected to the link “Lower Suc” is set as a root object on the tree structure display, and is set in ObjectX (S21). “ObjectX” is a variable. Then, in the dimension m, another object located in the same layer as the ObjectX is displayed (S22).
[0052]
Next, FIG. 8 shows a process for displaying another object of the same hierarchy (of the same dimension) as the object set in the variable ObjectX in a specific dimension m.
[0053]
First, as an end condition, the ID of ObjectX is set in ObjectSID (S31). ObjectSID is a variable. Next, the first set ObjectX name is displayed in a tree structure (S32). When the object set in ObjectX indicates a folder, the object is displayed in a folder shape (folder icon). In the case of an object indicating a file (or actual data), it is displayed (file icon) as a file (or actual data).
[0054]
Next, a lower-level object connected by a link “Lower Suc” with the dimension m of ObjectX is set to a variable ObjectY (S33). It is determined whether the ID of ObjectY matches the ID of ObjectX (S34). If the IDs do not match (S34: NO), the object is set in the same layer as the object currently set in ObjectY in the dimension m. The object located is displayed (S35).
[0055]
Next, an object connected to the object set in ObjectX by the link “Suc” of the same layer in the dimension m is set in ObjectY (S36). If the IDs of ObjectY and ObjectX do not match and the ID of ObjectY does not match the first set ObjectSID (S37: NO, S38: NO), the value of ObjectY is set to ObjectX (S39). It returns to S32. On the other hand, if the IDs of ObjectY and ObjectX match, or if the ID of ObjectY matches ObjectSID (S37: YES, S38: YES), the process ends. Through the above processing, a tree can be displayed in a specific dimension m.
[0056]
Next, FIG. 9 shows a process for moving an object A to a lower layer of another object B in a certain dimension m. First, the object A is separated at the dimension m (S41), and then the object A is added to the lower layer of the object B at the dimension m (S42).
[0057]
Next, FIG. 10 shows a process of separating an object A at a dimension m. It is a detail of S41 in FIG.
[0058]
First, an object connected by a link “Upper” in the dimension m of the object A is set to a variable ObjectX (S51). Next, a variable ObjectY1 is set as an object connected by the lower layer link “Lower Suc” in the dimension m of ObjectX, and a variable ObjectY2 is set as an object connected by the lower layer link “Lower Pre” in the dimension m (S52). On the other hand, the variable ObjectZ1 is set as an object connected by the peer layer link "Suc" in the dimension m of the separated object A, and the variable ObjectZ2 is set as an object connected by the peer layer link "Pre" (S53).
[0059]
Then, the ID of the object A is compared with the IDs of ObjectY1 and ObjectY2 (S54). When all three IDs match, the links "Lower Suc" and "Lower Pre" in the dimension m of ObjectX are connected to ObjectX itself (S55). That is, this is a case where no object is connected to the lower layer of ObjectX by separating the object A.
[0060]
If the IDs of the three parties do not match, the peer layer link “Pre” in the dimension m of Object Z1 is set to ObjectZ2, and the peer layer link “Suc” in the dimension m of ObjectZ2 is set to ObjectZ1 (S59).
[0061]
If the IDs of the three parties do not all match or do not match, that is, if only the IDs of any two parties match, it is determined whether the ID of ObjectZ1 matches the ID of ObjectZ2 ( S56). When both IDs match, only one object exists in the lower layer of the object A. Therefore, the link pointing to the object A to be separated among the lower layer links “Lower Suc” or “Lower Pre” in the dimension m of ObjectX is connected to ObjectZ1 (S57). On the other hand, when the ID of the Object Z1 and the ID of the Object Z2 do not match (S56: NO), it is a case where a plurality of objects exist in the lower layer of the object A. Therefore, of the lower layer links “Lower Suc” or “Lower Pre” in the dimension m of ObjectX, the link pointing to the object A is connected to the ObjectZ1 or ObjectZ2 that is not connected to the one not pointing to the object A (S58).
[0062]
After performing the processing of S55, S57, and S58, the above-described S59 is performed, and finally, the upper-layer link “Upper” and the same-layer links “Pre” and “Suc” in the dimension m of the object A are set to the object A It is set to itself (S60).
[0063]
Next, FIG. 11 shows the details of S42 in FIG. 9, and shows the processing when the separated object A is added to the lower layer of the object B.
[0064]
First, the objects connected to the lower layer links “Lower Suc” and “Lower Pre” in the dimension m of the object B are set to ObjectX1 and ObjectX2, respectively (S61). Further, the upper layer link “Upper” in the dimension m of the object A is set to the object B (S62), and the lower layer link “Lower Pre” in the dimension m of the object B is set to the object A (S63).
[0065]
Then, the ID of ObjectX1 is compared with the ID of object B, and it is determined whether or not both IDs match (S64). When the two IDs do not match (S64: NO), it is a case where at least one or more objects exist in the lower layer of the object B to which the object A is added. Therefore, ObjectX1 and ObjectX2 are respectively set to the peer layer links “Pre” and “Suc” in the dimension m of the object A, and the peer layer link “Suc” in the dimension m of the ObjectX1 and the peer layer link “Pre” in the ObjectX2. Then, an object A to be newly added is set (S65).
[0066]
On the other hand, if the ID of the Object X1 matches the ID of the object B (S64: YES), it means that there is only one object in the lower layer of the object B. The object A is set in "Lower Suc" (S66).
[0067]
Next, FIG. 12 shows a process for connecting an object A of dimension n to a lower layer of an object B of dimension m.
[0068]
First, ObjectX1 and ObjectX2 are set as objects connected by the lower layer links “Lower Suc” and “Lower Pre” in the dimension m of the object B (S71). Also, the upper layer link “Upper” in the dimension m of the object A is set to the object B (S72), and the lower layer link “Lower Pre” in the dimension m of the object B is set to the object A (S73).
[0069]
Then, the ID of the Object X1 is compared with the ID of the object B, and it is determined whether or not both IDs match (S74). If the two IDs do not match (S74: NO), ObjectX1 and ObjectX2 are set to the peer layer links "Pre" and "Suc" in the dimension m of the object A, respectively, and the peer layer link "Suc" in the dimension m of the ObjectX1 is set. Then, the object A is set to the same layer link “Pre” in the Object X2 (S75). On the other hand, if the ID of ObjectX1 matches the ID of the object B (S74: YES), the object A is set to the lower layer link “Lower Suc” in the dimension m of the object B (S76).
[0070]
Next, FIG. 13 shows a process for displaying an object as a file or actual data connected to each object group in a matrix around each object group connected to the object A of dimension m and the object B of dimension n. It is a flowchart.
[0071]
First, from the lower-level object connected to the lower-layer link “LowerSuc” in the dimension m of the object A, an object group connected to the lower-layer link “Suc” in the dimension m of the object is set to ObjectX1. It is set (S81). From the lower-level object connected to the lower-layer link “LowerSuc” in the dimension n of the object B, an object group connected to the lower-layer link “Suc” in the dimension n of the object B is set to ObjectY1... S81).
[0072]
Next, for the mxn combination of the extracted ObjectX1... Xm and ObjectY1... Yn, ObjectXi (i = 1... M) of dimension m and ObjectYj of dimension n (j = 1. An object is displayed as a file or actual data connected to n) (S82).
[0073]
Next, FIG. 14 shows a process of displaying an object as a file or actual data that connects ObjectX of dimension m to ObjectY of dimension n.
[0074]
First, as an end condition of the process, the ID of ObjectX is set to ObjectSID (S91). Next, when ObjectX represents a file or actual data, and ObjectY is connected to an upper layer of ObjectX in dimension n, a link to ObjectX is displayed (S92). In addition, the object connected by the lower layer link “Lower Suc” in the dimension m of ObjectX is set to ObjectZ (S93).
[0075]
Then, it is determined whether or not the ID of ObjectZ and the ID of ObjectX match (S94). If the IDs do not match (S94: NO), the ObjectZ in the dimension m is converted to the file or the file connected to the ObjectY in the dimension n. An object is displayed as actual data (S95).
[0076]
On the other hand, if the ID of ObjectZ and the ID of ObjectX match (S94: YES), the object connected by the peer layer link “Suc” in the dimension m of ObjectX is set to ObjectZ (S96). Then, it is determined whether or not the ID of ObjectZ and the ID of ObjectX match (S97). If both IDs match (S97: YES), there is no other object in the peer layer, so the processing is performed. finish.
[0077]
When the ID of ObjectZ and the ID of ObjectX do not match (S97: NO), it is further determined whether or not the ID of ObjectZ matches the ObjectSID (S98). If the two IDs match, it means that all the objects have been inspected and displayed, and the process ends. On the other hand, if the ID of ObjectZ does not match ObjectSID (S98: NO), ObjectZ is set to ObjectX (S99), and the process returns to S92.
[0078]
FIG. 15 shows a process for displaying ObjectX when ObjectX represents a file or actual data and is connected to ObjectY in an upper layer of dimension n.
[0079]
First, it is determined whether ObjectX represents a file or actual data (S101). Further, when ObjectX indicates a file or actual data (S101: YES), ObjectX is set to ObjectZ1 (S102). Further, an object connected by an upper layer link “Upper” in the dimension n of the Object Z1 is set in the Object Z2 (S103).
[0080]
Then, it is determined whether or not the ID of ObjectZ2 and the ID of ObjectZ1 match (S104). If the IDs match, the process ends. When both IDs do not match, it is further determined whether or not the ID of ObjectZ2 matches the ID of ObjectY (S105). When the ID of ObjectZ2 and the ID of ObjectY match, the name of ObjectX is displayed, and ObjectX is displayed as a file or actual data icon (S107). On the other hand, if the ID of ObjectZ2 and the ID of ObjectY do not match (S105: NO), ObjectZ2 is set to ObjectZ1 (S106), and the process returns to S103.
[0081]
FIG. 16 is an explanatory diagram showing an example of a matrix display for automatically summarizing an object group associated with each of two different types of dimensions. On the horizontal axis, a folder object group belonging to the dimension of “Theme 1” is arranged, and on the vertical axis, a folder object group belonging to the dimension of “Theme 2” is arranged.
[0082]
In the present embodiment, as shown in FIG. 16, it is possible to check at a glance how files belonging to each folder object group of a certain dimension are distributed to folder object groups of another dimension. ing. That is, a function of automatically summarizing management data associated with each of the selected dimensions by referring to the link information of the management data group for each of the plurality of selected dimensions and displaying the data in a matrix. "Is provided on the screen display unit 12.
[0083]
As shown in the lower part of FIG. 16, when cells associated with each of a folder having one dimension and another folder having the other dimension are selected with a mouse pointer or the like and clicked, the two dimensions are obtained. Files (or subfolders) belonging to both folders can also be displayed. In addition to displaying the tree structures T1 and T2 of each dimension, it is also possible to display in the window W1 a group of files that belong to a predetermined folder of each of the trees T1 and T2.
[0084]
FIG. 17 shows a modification of the link structure of an object.
[0085]
In the link structure shown in FIG. 17A, unlike the link structure shown in FIG. 2C, the object itself does not directly have the lower layer links “Lower Suc” and “Lower Pre”, but instead has the inside of the object. , A queue for indicating the lower layer link relationship is provided. Then, a link to another object located in the lower layer is set using this queue as an alter ego for lower layer link definition.
[0086]
The difference between the other link structure shown in FIG. 17B and the link structure shown in FIG. 2C is that, first, the object directly has the lower layer links “Lower Suc” and “Lower Pre”. Instead, the link to the lower layer is set via a queue provided in the object. Second, the object does not have the upper layer link “Upper”. In order to acquire an object of an upper layer, a queue is detected by following the same layer links “Pre” and “Suc”. What is necessary is just to acquire the object having the queue as an upper layer object.
[0087]
Another difference between the link structure shown in FIG. 17C and the link structure shown in FIG. 2C is that the object itself does not directly have the lower layer links “Lower Suc” and “Lower Pre”, It has a bidirectional link with only one lower layer object among the objects belonging to the layer.
[0088]
The other link structure illustrated in FIG. 18 is different from the link structure illustrated in FIG. 2C in that the object itself does not directly have the lower layer links “Lower Suc” and “Lower Pre”, and the object itself belongs to the lower layer. Among them, only one object has a bidirectional link. Further, among the objects belonging to the same layer, there is only one object having the link “Upper” to the upper layer. That is, there is only one object having a link with the parent object in the group of objects in the same layer. By tracing the objects of the same layer with the same layer links “Pre” and “Suc” and detecting the object having the link to the object of the higher layer, the object located at the upper level of the self can be acquired.
[0089]
According to the present embodiment, unlike the prior art, the file group is copied by the number of dimensions, or the association between the objects is not programmed one by one. The multidimensional association can be displayed in an easy-to-understand manner, and the object operation by the user can be immediately reflected on the object. Therefore, in the present system, it is possible to determine the association of the object group over multiple dimensions through trial and error, and it is possible to efficiently produce a file management system capable of simultaneously referring to multiple dimensions.
[0090]
Also, as a result of adopting the above configuration, a matrix display function for automatically totaling and displaying objects associated with the selected two dimensions only by the user selecting an arbitrary two-dimensional among the multi-dimensions. Can be easily realized.
[0091]
The embodiments of the present invention described above are examples for explaining the present invention, and are not intended to limit the scope of the present invention only to the embodiments. Those skilled in the art can implement the present invention in various other modes without departing from the gist of the present invention.
[Brief description of the drawings]
FIG. 1 is a block diagram showing an overall outline of a data management system according to an embodiment of the present invention.
FIGS. 2A and 2B are explanatory diagrams showing the structure of an object. FIG. 2A shows the structure of an object, FIG. 2B shows the relationship between a link and an object, and FIG. 2C shows the link structure.
FIG. 3 is an explanatory diagram showing a more detailed example of the structure of an object.
FIG. 4 shows an example of a multi-tree screen for simultaneously referring to a plurality of tree structures.
FIG. 5 is a flowchart of a screen display process.
FIG. 6 is a flowchart illustrating an object operation process.
FIG. 7 is a flowchart showing a tree display of objects in a dimension m.
FIG. 8 is a flowchart for displaying an object of the same hierarchy in a dimension m.
FIG. 9 is a flowchart when an object is moved to another object in a dimension m.
FIG. 10 is a flowchart when an object is separated at a dimension m.
FIG. 11 is a flowchart for adding a separated object to a lower layer of another object.
FIG. 12 is a flowchart in a case where an object of a certain dimension is added to a lower layer of an object of another dimension.
FIG. 13 is a flowchart in a case where objects connected to respective object groups are displayed on a matrix centered on an object group connected to an object of one dimension and an object of another dimension.
FIG. 14 is a flowchart in a case where an object of a certain dimension is displayed as an object connected to an object of another dimension.
FIG. 15 is another flowchart for displaying an object.
FIG. 16 is a screen example in a case where an object group associated with each of two selected dimensions is automatically tabulated and displayed in a matrix.
FIG. 17 is an explanatory diagram showing a modification of the link structure of an object.
FIG. 18 is an explanatory diagram showing still another link structure of an object.
[Explanation of symbols]
1 Input device
2 Input device driver
3 Display
4 Display driver
10 File management unit
11 Object operation unit
12 Screen display
13 Object acquisition part
20 Object Management Department
21 Objects
30 Entity Data Management Department
31 Entity data

Claims (4)

実体データ(31)に直接的又は間接的に関連付けられ、複数次元の階層記憶構造をそれぞれ示すリンク情報を備えてなる管理用データ(21)を少なくとも1つ以上取得する取得機能(13)と、
前記取得された管理用データ(21)を、選択された次元の前記リンク情報に基づいて、当該選択された次元における階層記憶構造で表示させる表示機能(12)と、
前記表示された管理用データ(21)への操作を該管理用データ(21)に反映させる反映機能(11)と、をコンピュータ上に実現させ、
かつ、前記管理用データ(21)には、少なくとも前記実体データ(31)に直接的に関連付けられる実体データ管理用データと、前記実体データの仮想的な格納先として定義される格納先管理用データとの2種類が存在し、
さらに、前記リンク情報は、前記複数の次元における他の管理用データ(21)との関係が各次元毎にそれぞれ規定されてなる、ことを特徴とするデータ管理プログラム。
An acquisition function (13) for acquiring at least one or more management data (21) directly or indirectly associated with the entity data (31) and including link information indicating a multi-dimensional hierarchical storage structure;
A display function (12) for displaying the obtained management data (21) in a hierarchical storage structure in the selected dimension based on the link information of the selected dimension;
A reflection function (11) for reflecting an operation on the displayed management data (21) on the management data (21), and
The management data (21) includes at least entity data management data directly associated with the entity data (31), and storage destination management data defined as a virtual storage location of the entity data. There are two types,
Further, in the data management program, the link information has a relationship with the other management data (21) in the plurality of dimensions defined for each dimension.
前記取得機能(13)、前記表示機能(12)及び前記反映機能(11)は、選択された次元毎にそれぞれ起動可能であり、選択された複数の次元のそれぞれについて同時に前記各管理用データ(21)を表示し、かつ操作可能となっている請求項1に記載のデータ管理プログラム。The acquisition function (13), the display function (12), and the reflection function (11) can be activated for each selected dimension, respectively, and the management data ( 2. The data management program according to claim 1, wherein 21) is displayed and operable. 前記リンク情報は、自己の上位層に位置する管理用データ(21)を示す第1のリンク(Upper)と、自己と同層で前方に位置する管理用データを示す第2のリンク(Pre)と、自己と同層で後方に位置する第3のリンク(Suc)と、自己の下位層で前方に位置する第4のリンク(Lower Pre)及び自己の下位層で後方に位置する第5のリンク(Lower Suc)とを備えている請求項2に記載のデータ管理プログラム。The link information includes a first link (Upper) indicating management data (21) located in an upper layer of the self, and a second link (Pre) indicating management data located in the same layer and in front of the self. A third link (Suc) located rearward in the same layer as the self, a fourth link (Lower Pre) located forward in the lower layer of the self, and a fifth link (Back) located in the lower layer of the self. 3. The data management program according to claim 2, further comprising a link (Lower Suc). 複数の実体データ(31)を記憶し管理する第1の記憶管理手段(30)と、
前記実体データ(31)にそれぞれ関連付けられ、複数次元の階層記憶構造をそれぞれ示すリンク情報をそれぞれ備えてなる複数の管理用データ(21)を記憶し管理する第2の記憶管理手段(20)と、
前記第2の記憶管理手段(20)から取得した前記管理用データ(21)を選択された次元の階層記憶構造で表示させ、表示された管理用データ(21)へのユーザ操作を該管理用データ(21)に反映させるデータ管理手段(10)とを備え、
前記データ管理手段(10)は、
前記第2の記憶管理手段(20)から少なくとも1つ以上の管理用データを取得する取得手段(13)と、
前記取得された管理用データ(21)を、選択された次元の前記リンク情報に基づいて、当該選択された次元における階層記憶構造で表示させる表示手段(12)と、
前記表示された管理用データ(21)へのユーザ操作を該管理用データ(21)に反映させる反映手段(11)とを含んでなり、
前記データ管理手段(10)は、選択された複数の次元でそれぞれの階層記憶構造を表示し管理可能である、ことを特徴とするデータ管理システム。
First storage management means (30) for storing and managing a plurality of entity data (31);
A second storage management unit (20) that stores and manages a plurality of management data (21) each including link information respectively associated with the entity data (31) and indicating a multidimensional hierarchical storage structure; ,
The management data (21) acquired from the second storage management means (20) is displayed in a hierarchical storage structure of a selected dimension, and a user operation on the displayed management data (21) is performed by the user. Data management means (10) for reflecting the data in data (21).
The data management means (10)
Acquisition means (13) for acquiring at least one or more management data from the second storage management means (20);
Display means (12) for displaying the obtained management data (21) in a hierarchical storage structure in the selected dimension based on the link information of the selected dimension;
Reflecting means (11) for reflecting a user operation on the displayed management data (21) in the management data (21);
The data management system (10), wherein the data management means (10) can display and manage each hierarchical storage structure in a plurality of selected dimensions.
JP2002349475A 2002-12-02 2002-12-02 Data management program and data management system Pending JP2004185180A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002349475A JP2004185180A (en) 2002-12-02 2002-12-02 Data management program and data management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002349475A JP2004185180A (en) 2002-12-02 2002-12-02 Data management program and data management system

Publications (1)

Publication Number Publication Date
JP2004185180A true JP2004185180A (en) 2004-07-02

Family

ID=32752000

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002349475A Pending JP2004185180A (en) 2002-12-02 2002-12-02 Data management program and data management system

Country Status (1)

Country Link
JP (1) JP2004185180A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007047913A (en) * 2005-08-08 2007-02-22 Hitachi Software Eng Co Ltd File system
JPWO2007046446A1 (en) * 2005-10-18 2009-04-23 株式会社ジャストシステム Data management device and terminal device
JP2009205207A (en) * 2008-02-26 2009-09-10 Nec Corp Information sorting and displaying system based on tag information
JP2010515998A (en) * 2007-01-10 2010-05-13 マイクロソフト コーポレーション Modeling classification objects
US8104080B2 (en) 2007-01-26 2012-01-24 Microsoft Corporation Universal schema for representing management policy
KR101226598B1 (en) * 2012-03-15 2013-01-28 유택상 System and method for building information structure and searching information from information structure for systematic management of information
JP2013228964A (en) * 2012-04-26 2013-11-07 Masatsugu Noda Information management device and information searching method
JP2016197427A (en) * 2016-06-23 2016-11-24 野田 正嗣 Information management device and information retrieval method
CN112463750A (en) * 2020-08-21 2021-03-09 海信视像科技股份有限公司 File synchronization method and display device

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007047913A (en) * 2005-08-08 2007-02-22 Hitachi Software Eng Co Ltd File system
JPWO2007046446A1 (en) * 2005-10-18 2009-04-23 株式会社ジャストシステム Data management device and terminal device
JP2010515998A (en) * 2007-01-10 2010-05-13 マイクロソフト コーポレーション Modeling classification objects
JP4746698B2 (en) * 2007-01-10 2011-08-10 マイクロソフト コーポレーション Modeling classification objects
US8104080B2 (en) 2007-01-26 2012-01-24 Microsoft Corporation Universal schema for representing management policy
JP2009205207A (en) * 2008-02-26 2009-09-10 Nec Corp Information sorting and displaying system based on tag information
KR101226598B1 (en) * 2012-03-15 2013-01-28 유택상 System and method for building information structure and searching information from information structure for systematic management of information
WO2013137653A1 (en) * 2012-03-15 2013-09-19 Yoo Taek Sang System and method for constructing information structures for knowledge information system management and for searching information structures for information
JP2013228964A (en) * 2012-04-26 2013-11-07 Masatsugu Noda Information management device and information searching method
JP2016197427A (en) * 2016-06-23 2016-11-24 野田 正嗣 Information management device and information retrieval method
CN112463750A (en) * 2020-08-21 2021-03-09 海信视像科技股份有限公司 File synchronization method and display device
CN112463750B (en) * 2020-08-21 2023-08-22 海信视像科技股份有限公司 File synchronization method and display device

Similar Documents

Publication Publication Date Title
US20220342892A1 (en) Methods and systems for managing data
JP4685186B2 (en) A file system for displaying items from different types and different physical locations
CN100524296C (en) System and method utilizing virtual folders
US10289683B2 (en) Browsing or searching user interfaces and other aspects
US8135727B2 (en) Methods and systems for managing data
US7334197B2 (en) Display and management of data within hierarchies and polyarchies of information
US9411828B2 (en) Method and system for navigating in a database of a computer system
US8190638B2 (en) Methods and systems for managing data
US8150837B2 (en) Methods and systems for managing data
CN102542093B (en) The method and system of modeling object in the session that the aided design system that designs a calculating machine is interacted with database
US20080040388A1 (en) Methods and systems for tracking document lineage
US20120185880A1 (en) Browsing or searching user interfaces and other aspects
CN105320745A (en) System and method for filtering and organizing items based on common elements
CA2469163A1 (en) File system shell
EP1515239A1 (en) Method and System for handling data extracted from multidimensional databases using a spreadsheet
JPH0816612A (en) User interface device and file management system
JP2004185180A (en) Data management program and data management system
US7565374B2 (en) Database visualization and searching
KR101589969B1 (en) File management method and system of network structure
KR101226598B1 (en) System and method for building information structure and searching information from information structure for systematic management of information
JP2006048521A (en) Document retrieval device, its control method, and control program
JP4104325B2 (en) Document management apparatus, document management program, and recording medium