JP2000194710A - Device and method for synthesizing concept data having tree structure in multidimensional database - Google Patents

Device and method for synthesizing concept data having tree structure in multidimensional database

Info

Publication number
JP2000194710A
JP2000194710A JP10369111A JP36911198A JP2000194710A JP 2000194710 A JP2000194710 A JP 2000194710A JP 10369111 A JP10369111 A JP 10369111A JP 36911198 A JP36911198 A JP 36911198A JP 2000194710 A JP2000194710 A JP 2000194710A
Authority
JP
Japan
Prior art keywords
category
node
synthesizing
data
rule
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP10369111A
Other languages
Japanese (ja)
Other versions
JP3651560B2 (en
Inventor
Satoshi Matsuura
聡 松浦
Yoshiaki Takeda
義聡 竹田
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP36911198A priority Critical patent/JP3651560B2/en
Publication of JP2000194710A publication Critical patent/JP2000194710A/en
Application granted granted Critical
Publication of JP3651560B2 publication Critical patent/JP3651560B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a device for synthesizing concept data with which categories can be easily synthesized without fail with respect to the tree structure of a multidimensional database. SOLUTION: A category synthesizing means 3 reads categories A and B out of a storage means 4, reads category synthesis rules out of a storage means 5 and automatically synthesizes a new category C while using these categories A and B and category synthesis rules. The category C synthesized by this category synthesizing means 3 is preserved in a storage means 6. It is described in the category synthesis rules to 'delete a node (b) of the second category and to make a child (c) of the node (b) into child of the first category (a) in the case of the same node name at the node (a) and the node (b)'. Besides, the algorithm of this category synthesizing means can be updated by a user input means 2 and can be confirmed by an information display means.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、分析のための階層
構造データを持つ多次元データベースにおける木構造を
もつ概念データの合成装置並びにその方法に関する。
The present invention relates to an apparatus and method for synthesizing concept data having a tree structure in a multidimensional database having hierarchical structure data for analysis.

【0002】[0002]

【従来の技術】従来の技術を説明する前に、この明細書
で使用する用語の定義について説明しておく。図1及び
図2は木構造における用語に関する説明図である。図2
において、○印で示されたものを節点という。節点と節
点の間の直線を枝という。また、図1に示すように、木
の根元に相当する節点を根と呼び、枝に関して根とは反
対方向の最先端に位置する節点を葉と呼ぶ。また、図2
に示すように、枝を挟む2つの節点の内、より根に近い
方を親、より遠い方を子と呼ぶ。また、根と葉の間にあ
る枝の数を根から葉までの長さと呼ぶ。また、概念デー
タの内、特に木構造の形式で根から葉の長さが一定であ
る概念データをカテゴリと呼ぶ。カテゴリを有する木構
造において、根と葉の間の各節点(根及び葉を含む)に
対して、レベル付けを行い、根のレベルを最高の値(図
1の例ではレベル2)に、また、葉のレベルを最低(通
常図1に示すようにレベルの値は”0”)に割り付け
る。
2. Description of the Related Art Before describing the related art, definitions of terms used in this specification will be described. 1 and 2 are explanatory diagrams related to terms in a tree structure. FIG.
, Those indicated by a circle are referred to as nodes. A straight line between nodes is called a branch. As shown in FIG. 1, a node corresponding to the root of the tree is called a root, and a node located at the forefront in the direction opposite to the root with respect to the branch is called a leaf. FIG.
As shown in (2), of the two nodes sandwiching the branch, the one closer to the root is called a parent and the one farther away is called a child. The number of branches between the root and the leaf is called the length from the root to the leaf. Further, among the concept data, particularly, the concept data in which the length from the root to the leaf is constant in the form of a tree structure is called a category. In a tree structure having categories, each node between the root and the leaf (including the root and the leaf) is assigned a level, and the root level is set to the highest value (level 2 in the example of FIG. 1). , The leaf level is assigned to the lowest level (normally, the level value is “0” as shown in FIG. 1).

【0003】次に、従来の技術について説明する。一般
に、複数の階層構造データを持つ多次元データベースか
ら新たな多次元データベースを構築することは、OLAP(O
n Line Analytical Processing)ツールではよく行われ
る作業である。例えば4月分のデータに5月分、6月分
とデータを追加する場合が挙げられる。
Next, a conventional technique will be described. In general, constructing a new multidimensional database from a multidimensional database having multiple hierarchically structured data is based on OLAP (O
n Line Analytical Processing) is a common task. For example, there is a case where data for May and June are added to data for April.

【0004】新たな多次元データベースを構築するとき
に、カテゴリの合成が必要になることが多い。カテゴリ
の例としては、年月(年―半期―四半期―月)や、地域
(日本―県―市町村)などが挙げられる。
When constructing a new multidimensional database, it is often necessary to combine categories. Examples of the category include year and month (year-half-year-quarter-month) and region (Japan-prefecture-municipalities).

【0005】しかし、カテゴリには、同じレベルで節点
名の重複があってはいけない、ループになってはいけな
い、根から葉までの長さが一定でなければならないとい
う制約があり、カテゴリの合成は容易にできない。
[0005] However, there is a restriction that categories must not have duplicate node names at the same level, must not form a loop, and must have a constant length from the root to the leaves. Can not be easily.

【0006】従来、カテゴリの合成作業はこのようなカ
テゴリの制約条件を考慮しながら、手作業で行ってい
た。
Heretofore, the category synthesizing operation has been performed manually while considering such category constraints.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、手作業
でカテゴリを合成するという作業は、煩わしいだけでな
く、誤ってカテゴリの制約条件に合わないものを作成し
てしまうということが起こり得る。
However, the task of manually synthesizing a category is not only troublesome, but also can result in the creation of a category that does not meet the category constraints.

【0008】この発明は、上記のような課題を解決する
ためになされたもので、カテゴリを簡単にかつ誤りなく
合成できる概念データの合成装置並びにその方法を提供
することを目的としている。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem, and has as its object to provide a conceptual data synthesizing apparatus and method for synthesizing categories easily and without errors.

【0009】[0009]

【課題を解決するための手段】以上のような目的を達成
するために、第1の発明に係る多次元データベースにお
ける木構造をもつ概念データの合成装置は、第1のカテ
ゴリと第2のカテゴリとカテゴリ合成ルールを格納する
記憶手段と、前記第1のカテゴリと第2のカテゴリおよ
びカテゴリ合成ルールを使って自動的に新たに第3のカ
テゴリを合成するカテゴリ合成手段と、このカテゴリ合
成手段によって合成された第3のカテゴリを保存する記
憶手段とをもち、前記カテゴリ合成ルールには、「第1
のカテゴリの節点aと第2のカテゴリの節点bで節点名
が同じ場合に、節点bを削除し、節点bの子cを節点a
の子にする」と記述できるものである。
In order to achieve the above objects, a multi-dimensional database conceptual data synthesizing apparatus according to a first invention comprises a first category and a second category. Storage means for storing a first category, a second category, and a category combination rule, and a category combination means for automatically combining a third category using the first category, the second category, and the category combination rule. Storage means for storing the synthesized third category, wherein the category synthesis rules include “first
If the node name of the category a is the same as that of the node b of the second category, the node b is deleted and the child c of the node b is replaced with the node a.
To the child of ".

【0010】また、第2の発明に係る多次元データベー
スにおける木構造をもつ概念データの合成装置は、第1
のカテゴリと第2のカテゴリとカテゴリ合成ルールを格
納する記憶手段と、前記第1のカテゴリと第2のカテゴ
リおよびカテゴリ合成ルールを使って自動的に新たに第
3のカテゴリを合成するカテゴリ合成手段と、このカテ
ゴリ合成手段によって合成された第3のカテゴリを保存
する記憶手段とをもち、前記カテゴリ合成ルールには、
「第1のカテゴリの節点aと第2のカテゴリの節点bで
節点名が同じ場合に、節点bの節点名を変更する」と記
述できるものである。
[0010] In the multi-dimensional database according to the second aspect of the present invention, the conceptual data synthesizing apparatus has a tree structure.
Storage means for storing the category, the second category, and the category synthesis rule, and category synthesis means for automatically newly synthesizing the third category using the first category, the second category, and the category synthesis rule. And storage means for storing the third category synthesized by the category synthesis means.
It can be described as "change the node name of the node b when the node name of the node a of the first category and the node b of the second category are the same."

【0011】また、第3の発明に係る多次元データベー
スにおける木構造をもつ概念データの合成装置は、第1
のカテゴリと第2のカテゴリとカテゴリ合成ルールを格
納する記憶手段と、前記第1のカテゴリと第2のカテゴ
リおよびカテゴリ合成ルールを使って自動的に新たに第
3のカテゴリを合成するカテゴリ合成手段と、このカテ
ゴリ合成手段によって合成された第3のカテゴリを保存
する記憶手段とをもち、前記カテゴリ合成ルールには、
「第1のカテゴリの節点aと第2のカテゴリの節点bで
節点名が同じ場合に、節点aを削除し、節点aの子cを
節点bの子にする」と記述できるものである。
The concept data synthesizing device having a tree structure in the multidimensional database according to the third aspect of the present invention comprises:
Storage means for storing the category, the second category, and the category synthesis rule, and category synthesis means for automatically newly synthesizing the third category using the first category, the second category, and the category synthesis rule. And storage means for storing the third category synthesized by the category synthesis means.
It can be described as "If the node name of the node a of the first category is the same as the node b of the second category, the node a is deleted and the child c of the node a is made a child of the node b."

【0012】また、第4の発明に係る多次元データベー
スにおける木構造をもつ概念データの合成装置は、第1
のカテゴリと第2のカテゴリとカテゴリ合成ルールを格
納する記憶手段と、前記第1のカテゴリと第2のカテゴ
リおよびカテゴリ合成ルールを使って自動的に新たに第
3のカテゴリを合成するカテゴリ合成手段と、このカテ
ゴリ合成手段によって合成された第3のカテゴリを保存
する記憶手段とをもち、前記カテゴリ合成ルールには、
「第1のカテゴリの節点aと第2のカテゴリの節点bで
節点名が同じ場合に、節点aの節点名を変更する」と記
述できるものである。
[0012] Also, a concept data synthesizing apparatus having a tree structure in a multidimensional database according to a fourth aspect of the present invention comprises:
Storage means for storing the category, the second category, and the category synthesis rule, and category synthesis means for automatically newly synthesizing the third category using the first category, the second category, and the category synthesis rule. And storage means for storing the third category synthesized by the category synthesis means.
It can be described as "change the node name of the node a when the node name of the node a of the first category and the node b of the second category are the same."

【0013】また、第5の発明に係る多次元データベー
スにおける木構造をもつ概念データの合成方法は、第1
のカテゴリと第2のカテゴリとカテゴリ合成ルールをフ
ァイルに格納するステップと、前記第1のカテゴリと第
2のカテゴリおよびカテゴリ合成ルールを使って自動的
に新たに第3のカテゴリを合成するステップと、このカ
テゴリ合成のステップによって合成された第3のカテゴ
リをファイルに保存するステップとをもち、前記カテゴ
リ合成ルールには、「第1のカテゴリの節点aと第2の
カテゴリの節点bで節点名が同じ場合に、節点bを削除
し、節点bの子cを節点aの子にする」と記述できるも
のである。
A method for synthesizing conceptual data having a tree structure in a multidimensional database according to a fifth aspect of the present invention is described in the first aspect.
Storing the category, the second category, and the category combining rule in a file; and automatically combining a new third category using the first category, the second category, and the category combining rule. And storing the third category synthesized in the category synthesis step in a file. The category synthesis rules include “a node name of the first category and a node b of the second category. Are the same, node b is deleted and child c of node b is made child of node a. "

【0014】また、第6の発明に係る多次元データベー
スにおける木構造をもつ概念データの合成方法は、第1
のカテゴリと第2のカテゴリとカテゴリ合成ルールをフ
ァイルに格納するステップと、前記第1のカテゴリと第
2のカテゴリおよびカテゴリ合成ルールを使って自動的
に新たに第3のカテゴリを合成するステップと、このカ
テゴリ合成のステップによって合成された第3のカテゴ
リをファイルに保存するステップとをもち、前記カテゴ
リ合成ルールには、「第1のカテゴリの節点aと第2の
カテゴリの節点bで節点名が同じ場合に、節点bの節点
名を変更する」と記述できるものである。
Further, a method for synthesizing conceptual data having a tree structure in a multidimensional database according to a sixth aspect of the present invention, comprises:
Storing the category, the second category, and the category combining rule in a file; and automatically combining a new third category using the first category, the second category, and the category combining rule. And storing the third category synthesized in the category synthesis step in a file. The category synthesis rules include “a node name of the first category and a node b of the second category. Are the same, the node name of the node b is changed. "

【0015】また、第7の発明に係る多次元データベー
スにおける木構造をもつ概念データの合成方法は、第1
のカテゴリと第2のカテゴリとカテゴリ合成ルールをフ
ァイルに格納するステップと、前記第1のカテゴリと第
2のカテゴリおよびカテゴリ合成ルールを使って自動的
に新たに第3のカテゴリを合成するステップと、このカ
テゴリ合成のステップによって合成された第3のカテゴ
リをファイルに保存するステップとをもち、前記カテゴ
リ合成ルールには、「第1のカテゴリの節点aと第2の
カテゴリの節点bで節点名が同じ場合に、節点aを削除
し、節点aの子cを節点bの子にする」と記述できるも
のである。
A method for synthesizing conceptual data having a tree structure in a multidimensional database according to a seventh aspect of the present invention is described in the first aspect.
Storing the category, the second category, and the category combining rule in a file; and automatically combining a new third category using the first category, the second category, and the category combining rule. And storing the third category synthesized in the category synthesis step in a file. The category synthesis rules include “a node name of the first category and a node b of the second category. Are the same, the node a is deleted and the child c of the node a is made a child of the node b. "

【0016】また、第8の発明に係る多次元データベー
スにおける木構造をもつ概念データの合成方法は、第1
のカテゴリと第2のカテゴリとカテゴリ合成ルールをフ
ァイルに格納するステップと、前記第1のカテゴリと第
2のカテゴリおよびカテゴリ合成ルールを使って自動的
に新たに第3のカテゴリを合成するステップと、このカ
テゴリ合成のステップによって合成された第3のカテゴ
リをファイルに保存するステップとをもち、前記カテゴ
リ合成ルールには、「第1のカテゴリの節点aと第2の
カテゴリの節点bで節点名が同じ場合に、節点aの節点
名を変更する」と記述できるものである。
Further, a method for synthesizing conceptual data having a tree structure in a multidimensional database according to an eighth aspect of the present invention is described in the first aspect.
Storing the category, the second category, and the category combining rule in a file; and automatically combining a new third category using the first category, the second category, and the category combining rule. And storing the third category synthesized in the category synthesis step in a file. The category synthesis rules include “a node name of the first category and a node b of the second category. Are the same, the node name of the node a is changed. "

【0017】[0017]

【発明の実施の形態】実施の形態1.この発明を説明す
る前に、この明細書で使用する用語の定義について説明
しておく。図1及び図2は木構造における用語に関する
説明図である。図2において、○印で示されたものを節
点と呼ぶ。節点と節点の間の直線を枝と呼ぶ。また、図
1に示すように、木の根元に相当する節点を根と呼び、
枝に関して根とは反対方向の最先端に位置する節点を葉
と呼ぶ。また、図2に示すように、枝を挟む2つの節点
の内、より根に近い方を親、より遠い方を子と呼ぶ。ま
た、根と葉の間にある枝の数を根から葉までの長さと呼
ぶ。また、概念データの内、特に木構造の形式で根から
葉の長さが一定である概念データをカテゴリと呼ぶ。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiment 1 Before describing the present invention, definitions of terms used in this specification will be described. 1 and 2 are explanatory diagrams related to terms in a tree structure. In FIG. 2, the ones indicated by the circles are called nodes. A straight line between nodes is called a branch. Also, as shown in FIG. 1, a node corresponding to the root of the tree is called a root,
The node located at the forefront in the direction opposite to the root with respect to the branch is called a leaf. Further, as shown in FIG. 2, of the two nodes sandwiching the branch, the one closer to the root is called a parent, and the one farther away is called a child. The number of branches between the root and the leaf is called the length from the root to the leaf. Further, among the concept data, particularly, the concept data in which the length from the root to the leaf is constant in the form of a tree structure is called a category.

【0018】また、レベルという用語を葉から節点まで
の長さ(レベル数)とする(図2)。即ち、葉と根の間
の各節点(根及び葉を含む)に対して、葉から根の方向
にレベルの値が高くなるように割り付けを行い、葉のレ
ベルを最低(図1に示すようにレベルの値を”0”)に
根のレベルを最高の値(図1の例ではレベル2)に、ま
た、割り付ける。
The term "level" is defined as the length from the leaf to the node (the number of levels) (FIG. 2). That is, for each node between the leaf and the root (including the root and the leaf), assignment is performed so that the level value increases in the direction from the leaf to the root, and the leaf level is set to the lowest (as shown in FIG. 1). And the root level is assigned to the highest value (level 2 in the example of FIG. 1).

【0019】図3は、本発明に係る概念データの合成装
置の概略構成図である。本装置は、ユーザへ情報を表示
する情報表示手段1と、ユーザからの入力を受け付ける
ユーザ入力手段2と、カテゴリ合成ルールを格納してい
る記憶手段5と、第1のカテゴリであるカテゴリA及び
第2のカテゴリであるカテゴリBを格納している記憶手
段4と、カテゴリAとカテゴリBから第3のカテゴリで
あるカテゴリCを合成するカテゴリ合成方式を実現した
カテゴリ合成手段3と、カテゴリ合成手段3によって合
成されたカテゴリCを格納する記憶手段6とから構成さ
れる。カテゴリ合成手段3のカテゴリ合成方式はプログ
ラムによって実現することもできる。
FIG. 3 is a schematic block diagram of a conceptual data synthesizing apparatus according to the present invention. The present apparatus comprises: an information display unit 1 for displaying information to a user; a user input unit 2 for receiving an input from the user; a storage unit 5 for storing a category synthesis rule; Storage means 4 for storing category B as a second category, category combining means 3 for realizing a category combining method for combining category C as a third category from category A and category B, and category combining means And storage means 6 for storing the category C synthesized by step 3. The category combining method of the category combining means 3 can be realized by a program.

【0020】情報表示手段1は一般にディスプレイであ
る。ユーザ入力手段2は一般にキーボードおよびマウ
ス、トラックボール、ペンである。また、カテゴリA及
びカテゴリBの記憶手段4、カテゴリCの記憶手段6、
およびカテゴリ合成ルールの記憶手段5は例えばディス
クである。図3では、これらはそれぞれ別々のディスク
に格納されているように書かれているが、これらの全て
をひとつのディスクに格納しても構わない。また、ネッ
トワーク上の他のコンピュータに接続されているディス
クに格納されていても構わない。
The information display means 1 is generally a display. The user input means 2 is generally a keyboard and a mouse, a trackball, and a pen. In addition, storage means 4 for category A and category B, storage means 6 for category C,
The storage means 5 for the category combination rules is, for example, a disk. In FIG. 3, these are described as being stored on separate disks, but all of them may be stored on one disk. Also, it may be stored on a disk connected to another computer on the network.

【0021】カテゴリはカテゴリを構成する枝の集合で
表す。枝は(始点、終点)で表すことにする。この方式
によれば、図4のカテゴリは{(a,b),(a,
c),(b,d),(b,e),(c,f),(c,
g)}で表せる。カテゴリは根から葉までの距離が一定
なので、節点が決まれば葉までの長さ(レベル)は一意
に決まる。
A category is represented by a set of branches constituting the category. Branches are represented by (start point, end point). According to this method, the categories in FIG. 4 are {(a, b), (a,
c), (b, d), (b, e), (c, f), (c,
g) It can be represented by}. Since the category has a constant distance from the root to the leaf, once the node is determined, the length (level) to the leaf is uniquely determined.

【0022】カテゴリ合成手段3はカテゴリA及びカテ
ゴリBの記憶手段4からカテゴリA及びカテゴリBを、
カテゴリ合成ルールの記憶手段5からカテゴリ合成ルー
ルを読み込む。そして、カテゴリ合成アルゴリズムに基
づいてカテゴリCを生成する。このカテゴリCは記憶手
段6に格納される。
The category synthesizing means 3 stores the categories A and B from the storing means 4 for the categories A and B,
The category combining rule is read from the category combining rule storage means 5. Then, category C is generated based on the category synthesis algorithm. This category C is stored in the storage means 6.

【0023】図5はカテゴリ合成手段3の動作を示すフ
ローチャートである。また、図9〜図17はレベルが2
の木構造におけるカテゴリ合成過程を示す説明図であ
る。次に、カテゴリ合成手段3の動作を図3、図9〜図
17を用いて説明する。
FIG. 5 is a flowchart showing the operation of the category synthesizing means 3. 9 to 17 show that the level is 2
FIG. 8 is an explanatory diagram showing a category synthesis process in the tree structure of FIG. Next, the operation of the category synthesizing means 3 will be described with reference to FIGS.

【0024】まず、カテゴリ合成手段3は、カテゴリ
A,カテゴリB,カテゴリ合成ルールを読み込む(ステ
ップS101)。
First, the category synthesizing means 3 reads the category A, the category B, and the category synthesizing rule (step S101).

【0025】次に、カテゴリAとカテゴリBの和集合を
とりカテゴリCとする(ステップS102)。このとき
に、すべてのカテゴリAの節点名を元のデータに“:A”
をつけたものに変更する。同様に、すべてのカテゴリB
の節点名を元のデータに“:B”をつけたものに変更す
る。このとき、新たな枝を追加して、カテゴリAのレベ
ル0のデータはカテゴリCのレベル0のデータとなるよ
うにし、かつ、カテゴリBのレベル0のデータはカテゴ
リCのレベル0のデータとなるようにし、カテゴリCが
木の形になるようにする。すなわち、カテゴリAの最大
レベルがLA, カテゴリAの根がra,カテゴリBの最大レ
ベルがLB, カテゴリBの根がrbのときに、(r,ra_1),(ra
_1,ra_2),...,(ra_m-1,ra_m),(r,rb_1),(rb_1,rb_
2),...,(rb_n-1,rb_n)をカテゴリCに付け加える。ここ
で、ra_m = ra, rb_n = rb, m = LB-min(LA,LB)+1,n=LA
-min(LA,LB)+1である。図9のカテゴリA、カテゴリB
を合成するときには、LA=2,LB=2となり、(r,a1:A),(r,b
1:B)を追加する。
Next, the union of category A and category B is taken as category C (step S102). At this time, all the category A node names are added to the original data as “: A”.
Change to the one with. Similarly, all categories B
Is changed to the original data with “: B” added to the original data. At this time, a new branch is added so that level 0 data of category A becomes level 0 data of category C, and level 0 data of category B becomes level 0 data of category C. So that the category C has a tree shape. That is, when the maximum level of category A is LA, the root of category A is ra, the maximum level of category B is LB, and the root of category B is rb, (r, ra_1), (ra
_1, ra_2), ..., (ra_m-1, ra_m), (r, rb_1), (rb_1, rb_
2), ..., (rb_n-1, rb_n) are added to category C. Where ra_m = ra, rb_n = rb, m = LB-min (LA, LB) + 1, n = LA
-min (LA, LB) +1. Category A and Category B in FIG.
When combining, LA = 2, LB = 2, (r, a1: A), (r, b
1: B) is added.

【0026】このときにつくられたカテゴリCはレベル
0の節点名に■:A■,■:B■がついたままなので、その
ままでは多次元データベースの概念データとしては使え
ない。そこで、つぎにカテゴリCを多次元データベース
の概念データとして使える形にする。
Since the category C created at this time retains {0: A} and {: B} at the node name of level 0, it cannot be used as it is as conceptual data of the multidimensional database. Then, the category C is converted into a form that can be used as conceptual data of the multidimensional database.

【0027】LをカテゴリBの最大のレベルから0の範
囲でステップS104からステップS110を繰り返す
(ステップS103)。bをカテゴリBのレベルLの節点
とする(ステップS104)。aをカテゴリAの節点と
する(ステップS105)。aとbを比較し(ステップ
S106)、aとbが違う名前ならばステップS109
へ行く。同じ名前ならばステプS107へ行き、ここで
カテゴリAにおけるレベルとカテゴリBにおけるレベル
を比較する。もし、カテゴリAにおけるレベルとカテゴ
リBにおけるレベルが同じならば、S109へ行き、カ
テゴリ合成ルールに従った処理を行う(S108)。
Steps S104 to S110 are repeated in the range of L from the maximum level of category B to 0 (step S103). Let b be a node at level L of category B (step S104). Let a be a node of category A (step S105). a and b are compared (step S106), and if a and b are different names, step S109
Go to If the names are the same, the procedure goes to step S107, where the level in category A and the level in category B are compared. If the level in the category A is the same as the level in the category B, the process goes to S109 and performs processing according to the category combination rule (S108).

【0028】もし、カテゴリAにおけるレベルとカテゴ
リBにおけるレベルが同じでないならばカテゴリCにお
けるbの名前を変更する。
If the level in category A and the level in category B are not the same, the name of b in category C is changed.

【0029】ステップS105からステップS109ま
での処理をカテゴリAのすべての要素aに対して行う。
ステップS104からステップS110までの処理をカ
テゴリBのレベルLのすべての節点に対して行う。さら
にステップS103からステップS111までの処理を
すべてのレベルに対して行う。
The processing from step S105 to step S109 is performed for all elements a of category A.
The processing from step S104 to step S110 is performed on all the nodes at level L of category B. Further, the processing from step S103 to step S111 is performed for all levels.

【0030】つぎにカテゴリCの不要な枝を取り除くこ
とにする。
Next, unnecessary branches of category C will be removed.

【0031】レベル1からCの最高レベルまでのレベ
ル:Lに対して「CのレベルLの枝(e1,e2)でe2の子が
葉ならば枝(e1,e2)をCから取り除く」という動作をすべ
ての枝について繰り返す(ステップS112〜S11
4)。
From level 1 to the highest level of C: For L, "If the child of e2 is a leaf at the branch (e1, e2) of level L of C, the branch (e1, e2) is removed from C". The operation is repeated for all the branches (steps S112 to S11)
4).

【0032】最後にカテゴリCのすべての節点名から
■:A■,■:B■を取り除く(ステップS115)。以上
でカテゴリCの合成が終了する。
Finally, {: A} and {: B} are removed from all the node names of category C (step S115). This completes the synthesis of category C.

【0033】具体例で説明する。図9にあるカテゴリA
= {(a1,a2),(a1,a3),(a2,a4),(a2,a5),(a3,a6),(a3,a
7)}とカテゴリB={(b1,b2),(b1,a3),(b2,a4),(b2,a5),
(a3,b6),(a3,b7)}の合成を考える。まず、カテゴリAと
カテゴリBの和集合としてカテゴリCを作成する(ステ
ップS101)。このとき、カテゴリAの要素の後ろ
に:AをカテゴリBの要素の後ろに:Bをつける。また、必
要な枝を追加してカテゴリCが木の形になるようにす
る。こうして作ったカテゴリCは{(r,a1:A),(r,b1:B),
(a1:A,a2:A),(a1:A,a3:A),(b1:B.b2:B),(b1:B,a3:B),(a
2:A,a4:A),(a2:A,a5:A),(a3:A,a6:A),(a3:A,a7:A),(b2:
B,a4:B),(b2:B,a5:B),(a3:B,b6:B),(a3:B,b7:B)}とな
る。(図10)
A specific example will be described. Category A in FIG.
= ((A1, a2), (a1, a3), (a2, a4), (a2, a5), (a3, a6), (a3, a
7)} and category B = {(b1, b2), (b1, a3), (b2, a4), (b2, a5),
Consider the synthesis of (a3, b6), (a3, b7)}. First, a category C is created as a union of categories A and B (step S101). At this time,: A is added after the category A element, and: B is added after the category B element. Further, necessary branches are added so that the category C has a tree shape. The category C thus created is {(r, a1: A), (r, b1: B),
(a1: A, a2: A), (a1: A, a3: A), (b1: B.b2: B), (b1: B, a3: B), (a
2: a, a4: A), (a2: A, a5: A), (a3: A, a6: A), (a3: A, a7: A), (b2:
B, a4: B), (b2: B, a5: B), (a3: B, b6: B), (a3: B, b7: B)}. (FIG. 10)

【0034】つぎに、すべてのカテゴリAとカテゴリB
の要素に対して名前とレベルをチェックする。a3:Aとa
3:Bが同じ名前で、同じレベルにあるので、カテゴリB
側のa3:Bの子どもをa3:Aの子どもにする。そして、a3:B
を親または子にもつ枝を切り取る。するとカテゴリCは
{(r,a1:A),(r,b1:B),(a1:A,a2:A),(a1:A,a3:A),(b1:B,b
2:B),(a2:A,a4:A),(a2:A,a5:A),(a3:A,a6:A),(a3:A,a7:
A),(a3:A,b6:B),(a3:A,b7:B),(b2:B,a4:B),(b2:B,a5:
B)}になる(図11)。
Next, all categories A and B
Check name and level for elements of. a3: A and a
3: B is the same name and at the same level, so category B
Make the child of a3: B on the side a child of a3: A. And a3: B
Cut off a branch with a parent or child. Then category C is
((r, a1: A), (r, b1: B), (a1: A, a2: A), (a1: A, a3: A), (b1: B, b
2: B), (a2: A, a4: A), (a2: A, a5: A), (a3: A, a6: A), (a3: A, a7:
A), (a3: A, b6: B), (a3: A, b7: B), (b2: B, a4: B), (b2: B, a5:
B)} (FIG. 11).

【0035】同様にa4:Aとa4:Bが同じ名前で同じレベル
にあるので、a4:Bの子をa4:Aに移す処理を行う。しか
し、a4:Bに子がいないので、a4:Bを子とする枝を取り除
くだけで良い。その結果カテゴリCは{(r,a1:A),(r,b1:
B),(a1:A,a2:A),(a1:A,a3:A),(b1:B,b2:B),(a2:A,a4:
A),(a2:A,a5:A),(a3:A,a6:A),(a3:A,a7:A),(a3:A,b6:
B),(a3:A,b7:B),(b2:B,a5:B)}となる(図12)。
Similarly, since a4: A and a4: B are at the same level with the same name, a process of moving the children of a4: B to a4: A is performed. However, since there is no child in a4: B, it is only necessary to remove the branch having a4: B as a child. As a result, the category C becomes {(r, a1: A), (r, b1:
B), (a1: A, a2: A), (a1: A, a3: A), (b1: B, b2: B), (a2: A, a4:
A), (a2: A, a5: A), (a3: A, a6: A), (a3: A, a7: A), (a3: A, b6:
B), (a3: A, b7: B), (b2: B, a5: B)} (FIG. 12).

【0036】a5:Aとa5:Bについても同様でa5:Bを子供と
する枝を取り除く。このようにして作ったカテゴリCは
以下のようになる。C={(r,a1:A),(r,b1:B),(a1:A,a2:
A),(a1:A,a3:A),(b1:B,b2:B), (a2:A,a4:A),(a2:A,a5:
A),(a3:A,a6:A),(a3:A,a7:A),(a3:A,b6:B),(a3:A,b7:
B)}(図13)。
The same applies to a5: A and a5: B, and the branches having a5: B as a child are removed. The category C thus created is as follows. C = {(r, a1: A), (r, b1: B), (a1: A, a2:
A), (a1: A, a3: A), (b1: B, b2: B), (a2: A, a4: A), (a2: A, a5:
A), (a3: A, a6: A), (a3: A, a7: A), (a3: A, b6: B), (a3: A, b7:
B)} (FIG. 13).

【0037】つぎに不要な枝を取り除く。このようにし
て作ったカテゴリCは以下のようになる。C={(a1:A,a2:
A),(a1:A,a3:A), (a2:A,a4:A),(a2:A,a5:A),(a3:A,a6:
A),(a3:A,a7:A),(a3:A,b6:A),(a3:A,b7:A)}(図14)と
なる。
Next, unnecessary branches are removed. The category C thus created is as follows. C = {(a1: A, a2:
A), (a1: A, a3: A), (a2: A, a4: A), (a2: A, a5: A), (a3: A, a6:
A), (a3: A, a7: A), (a3: A, b6: A), (a3: A, b7: A)} (FIG. 14).

【0038】最後に節点名から:A,:Bを取り除いて終了
する。このようにして作ったカテゴリCは以下のように
なる。C={(a1,a2),(a1,a3),(a2,a4),(a2,a5),(a3,a6),
(a3,a7),(a3,b6),(a3,b7)}(図15)。これが合成された
カテゴリである。
Finally,: A,: B is removed from the node name, and the process ends. The category C thus created is as follows. C = {(a1, a2), (a1, a3), (a2, a4), (a2, a5), (a3, a6),
(a3, a7), (a3, b6), (a3, b7)} (FIG. 15). This is the combined category.

【0039】従来は多次元データベースにおける木構造
をもつ概念データの合成を手作業で行っていた為、煩わ
しくかつ誤りを発生する可能性があったが、この実施の
形態によれば、自動的に行う為、簡単でかつ誤りなく行
える。
Conventionally, synthesis of conceptual data having a tree structure in a multidimensional database has been performed manually, which may be troublesome and may cause an error. It can be done easily and without errors.

【0040】実施の形態2.本実施の形態の概略構成図
は図3である。図3の説明は実施の形態1でおこなった
ので、省略する。図6は実施の形態2におけるカテゴリ
合成プログラムのフローチャートである。図5と図6の
違いはステップS108とステップS208の違いだけ
である。実施の形態2では、もし、カテゴリAにおける
レベルとカテゴリBにおけるレベルが同じならば、bの
節点名を変更する。新しい節点名はユーザに入力しても
らう(ステップS208)。
Embodiment 2 FIG. 3 is a schematic configuration diagram of the present embodiment. The description of FIG. 3 has been made in the first embodiment, and will not be repeated. FIG. 6 is a flowchart of the category combining program according to the second embodiment. The only difference between FIG. 5 and FIG. 6 is the difference between step S108 and step S208. In the second embodiment, if the level in category A and the level in category B are the same, the node name of b is changed. The user inputs a new node name (step S208).

【0041】従来は多次元データベースにおける木構造
をもつ概念データの合成を手作業で行っていた為、煩わ
しくかつ誤りを発生する可能性があったが、この実施の
形態によれば、自動的に行う為、簡単でかつ誤りなく行
える。
Conventionally, synthesis of conceptual data having a tree structure in a multidimensional database has been performed manually, which may be cumbersome and may cause an error. It can be done easily and without errors.

【0042】実施の形態3.本実施の形態の概略構成図
は図3である。図3の説明は実施の形態1でおこなった
ので、省略する。図7は実施の形態3におけるカテゴリ
合成プログラムのフローチャートである。図5と図7の
違いはS108とS308の違いだけである。実施の形
態3では、もし、カテゴリAにおけるレベルとカテゴリ
Bにおけるレベルが同じならば、aを取り除いて、aの子
どもはbの子どもにする(ステップS308)。
Embodiment 3 FIG. 3 is a schematic configuration diagram of the present embodiment. The description of FIG. 3 has been made in the first embodiment, and will not be repeated. FIG. 7 is a flowchart of the category combining program according to the third embodiment. The difference between FIG. 5 and FIG. 7 is only the difference between S108 and S308. In the third embodiment, if the level in category A is the same as the level in category B, a is removed and the child of a becomes the child of b (step S308).

【0043】従来は多次元データベースにおける木構造
をもつ概念データの合成を手作業で行っていた為、煩わ
しくかつ誤りを発生する可能性があったが、この実施の
形態によれば、自動的に行う為、簡単でかつ誤りなく行
える。
Conventionally, synthesis of conceptual data having a tree structure in a multidimensional database has been manually performed, which may be troublesome and may cause an error. It can be done easily and without errors.

【0044】実施の形態4.本実施の形態の概略構成図
は図3である。図3の説明は実施の形態1でおこなった
ので、省略する。図8は実施の形態4におけるカテゴリ
合成プログラムのフローチャートである。図5と図8の
違いはS108とS408の違いだけである。実施の形
態4では、もし、カテゴリAにおけるレベルとカテゴリ
Bにおけるレベルが同じならば、aの節点名を変更す
る。新しい節点名はユーザ入力部からユーザが入力する
(ステップS408)。
Embodiment 4 FIG. FIG. 3 is a schematic configuration diagram of the present embodiment. The description of FIG. 3 has been made in the first embodiment, and will not be repeated. FIG. 8 is a flowchart of a category combining program according to the fourth embodiment. The only difference between FIG. 5 and FIG. 8 is the difference between S108 and S408. In the fourth embodiment, if the level in category A and the level in category B are the same, the node name of a is changed. The user inputs the new node name from the user input unit (step S408).

【0045】従来は多次元データベースにおける木構造
をもつ概念データの合成を手作業で行っていた為、煩わ
しくかつ誤りを発生する可能性があったが、この実施の
形態によれば、自動的に行う為、簡単でかつ誤りなく行
える。
Conventionally, synthesis of conceptual data having a tree structure in a multidimensional database has been performed manually, which may be cumbersome and may cause an error. It can be done easily and without errors.

【0046】[0046]

【発明の効果】第1及び第5の発明によれば、第1のカ
テゴリと第2のカテゴリとカテゴリ合成ルールをファイ
ルにもち、前記第1のカテゴリと第2のカテゴリおよび
カテゴリ合成ルールを使って自動的に新たに第3のカテ
ゴリを合成し、ファイルに保存する機能をもち、「第1
のカテゴリの節点aと第2のカテゴリの節点bで節点名
が同じ場合に、節点bを削除し、節点bの子cを節点a
の子にする」と記述可能であることを特徴としており、
多次元データベースにおける木構造をもつ概念データの
合成を自動的に行うので、簡単でかつ誤りなく行える。
According to the first and fifth aspects of the present invention, the first category, the second category, and the category combining rule are stored in a file, and the first category, the second category, and the category combining rule are used. Automatically combine the third category and save it to a file.
If the node name of the category a is the same as that of the node b of the second category, the node b is deleted and the child c of the node b is replaced with the node a.
To be a child of "
Since synthesis of concept data having a tree structure in a multidimensional database is automatically performed, it can be performed easily and without errors.

【0047】また、第2及び第6の発明によれば、カテ
ゴリ合成ルールには、「第1のカテゴリの節点aと第2
のカテゴリの節点bで節点名が同じ場合に、節点bの節
点名を変更する」と記述可能であることを特徴としてお
り、多次元データベースにおける木構造をもつ概念デー
タの合成を自動的に行うので、簡単でかつ誤りなく行え
る。
According to the second and sixth aspects of the present invention, the category combination rule includes “the node a of the first category and the second
When the node name is the same in the node b of the category, the node name of the node b is changed. ", And automatically synthesizes conceptual data having a tree structure in a multidimensional database. Therefore, it can be performed easily and without error.

【0048】また、第3及び第7の発明によれば、カテ
ゴリ合成ルールには、「第1のカテゴリの節点aと第2
のカテゴリの節点bで節点名が同じ場合に、節点aを削
除し、節点aの子cを節点bの子にする」と記述できる
ことを特徴としており、多次元データベースにおける木
構造をもつ概念データの合成を自動的に行うので、簡単
でかつ誤りなく行える。
According to the third and seventh aspects of the invention, the category combination rule includes “the node a of the first category and the second
When the node name is the same in the node b of the category, the node a is deleted and the child c of the node a is made a child of the node b. " Is automatically performed, so that it can be performed easily and without error.

【0049】また、第4及び第8の発明によれば、カテ
ゴリ合成ルールには、「第1のカテゴリの節点aと第2
のカテゴリの節点bで節点名が同じ場合に、節点aの節
点名を変更する」と記述できることを特徴としており、
多次元データベースにおける木構造をもつ概念データの
合成を自動的に行うので、簡単でかつ誤りなく行える。
According to the fourth and eighth aspects of the present invention, the category combination rule includes “a node a of the first category and a second
If the node name is the same at the node b of the category, the node name of the node a is changed. "
Since synthesis of concept data having a tree structure in a multidimensional database is automatically performed, it can be performed easily and without errors.

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

【図1】 木構造の用語について説明した図である。FIG. 1 is a diagram illustrating terms of a tree structure.

【図2】 木構造の用語について説明した図である。FIG. 2 is a diagram illustrating terms of a tree structure.

【図3】 本発明に係るカテゴリ合成装置を持つ情報処
理システムの一実施形態の概略構成図である。
FIG. 3 is a schematic configuration diagram of an embodiment of an information processing system having a category combining device according to the present invention.

【図4】 カテゴリの例である。FIG. 4 is an example of a category.

【図5】 本発明に係る実施の形態1における処理のフ
ローチャートである。
FIG. 5 is a flowchart of a process according to the first embodiment of the present invention.

【図6】 本発明に係る実施の形態2における処理のフ
ローチャートである。
FIG. 6 is a flowchart of a process according to the second embodiment of the present invention.

【図7】 本発明に係る実施の形態3における処理のフ
ローチャートである。
FIG. 7 is a flowchart of a process according to a third embodiment of the present invention.

【図8】 本発明に係る実施の形態4における処理のフ
ローチャートである。
FIG. 8 is a flowchart of a process according to a fourth embodiment of the present invention.

【図9】 カテゴリの合成過程(1)である。FIG. 9 shows a category synthesis process (1).

【図10】 カテゴリの合成過程(2)である。FIG. 10 is a category synthesis process (2).

【図11】 カテゴリの合成過程(3)である。FIG. 11 shows a category synthesis process (3).

【図12】 カテゴリの合成過程(4)である。FIG. 12 shows a category synthesis process (4).

【図13】 カテゴリの合成過程(5)である。FIG. 13 shows a category synthesis process (5).

【図14】 カテゴリの合成過程(6)である。FIG. 14 shows a category synthesis process (6).

【図15】 カテゴリの合成過程(7)である。FIG. 15 shows a category synthesis process (7).

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

1 情報表示手段 2 ユーザ入力手段 3 カテゴリ合成手段 4 記憶手段(カテゴリA、カテゴリB) 5 記憶手段(カテゴリ合成ルール) 6 記憶手段(カテゴリC) REFERENCE SIGNS LIST 1 information display means 2 user input means 3 category synthesis means 4 storage means (category A, category B) 5 storage means (category synthesis rule) 6 storage means (category C)

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 多次元データベースにおけるデータを分
析するために用いる階層構造のデータを概念データと呼
び、特に木構造の形式で根から葉の長さが一定である概
念データをカテゴリと呼び、枝分かれする部分を節点と
呼ぶ多次元データベースにおける木構造をもつ概念デー
タの合成装置において、 第1のカテゴリと第2のカテゴリとカテゴリ合成ルール
を格納する記憶手段と、前記第1のカテゴリと第2のカ
テゴリおよびカテゴリ合成ルールを使って自動的に新た
に第3のカテゴリを合成するカテゴリ合成手段と、この
カテゴリ合成手段によって合成された第3のカテゴリを
保存する記憶手段とをもち、前記カテゴリ合成ルールに
は、「第1のカテゴリの節点aと第2のカテゴリの節点
bで節点名が同じ場合に、節点bを削除し、節点bの子
cを節点aの子にする」と記述できることを特徴とする
多次元データベースにおける木構造をもつ概念データの
合成装置。
1. Hierarchical data used for analyzing data in a multidimensional database is called conceptual data, and conceptual data in which the length of a leaf from a root is constant in a tree structure is called a category. A synthesizing device for conceptual data having a tree structure in a multidimensional database in which a part to be called is referred to as a node; storage means for storing a first category, a second category, and a category synthesis rule; A category synthesizing unit for automatically synthesizing a third category automatically using a category and a category synthesizing rule; and a storage unit for storing the third category synthesized by the category synthesizing unit, wherein the category synthesizing rule is In the case where the node name is the same between the node a of the first category and the node b of the second category, the node b is deleted and the node b is deleted. Synthesizer concept data having a tree structure in a multidimensional database, characterized in that the child c can be described to be a child of the node a "on.
【請求項2】 多次元データベースにおけるデータを分
析するために用いる階層構造のデータを概念データと呼
び、特に木構造の形式で根から葉の長さが一定である概
念データをカテゴリと呼び、枝分かれする部分を節点と
呼ぶ多次元データベースにおける木構造をもつ概念デー
タの合成装置において、 第1のカテゴリと第2のカテゴリとカテゴリ合成ルール
を格納する記憶手段と、前記第1のカテゴリと第2のカ
テゴリおよびカテゴリ合成ルールを使って自動的に新た
に第3のカテゴリを合成するカテゴリ合成手段と、この
カテゴリ合成手段によって合成された第3のカテゴリを
保存する記憶手段とをもち、前記カテゴリ合成ルールに
は、「第1のカテゴリの節点aと第2のカテゴリの節点
bで節点名が同じ場合に、節点bの節点名を変更する」
と記述できることを特徴とする多次元データベースにお
ける木構造をもつ概念データの合成装置。
2. Hierarchical structure data used for analyzing data in a multidimensional database is referred to as concept data. In particular, concept data having a constant length from a root to a leaf in a tree structure is referred to as a category. A synthesizing device for conceptual data having a tree structure in a multidimensional database in which a part to be called is referred to as a node; storage means for storing a first category, a second category, and a category synthesis rule; A category synthesizing unit for automatically synthesizing a third category automatically using a category and a category synthesizing rule; and a storage unit for storing the third category synthesized by the category synthesizing unit, wherein the category synthesizing rule is "Change the node name of node b when the node name of node a of the first category and the node b of the second category are the same. That "
An apparatus for synthesizing conceptual data having a tree structure in a multidimensional database, characterized in that it can be described as:
【請求項3】 多次元データベースにおけるデータを分
析するために用いる階層構造のデータを概念データと呼
び、特に木構造の形式で根から葉の長さが一定である概
念データをカテゴリと呼び、枝分かれする部分を節点と
呼ぶ多次元データベースにおける木構造をもつ概念デー
タの合成装置において、 第1のカテゴリと第2のカテゴリとカテゴリ合成ルール
を格納する記憶手段と、前記第1のカテゴリと第2のカ
テゴリおよびカテゴリ合成ルールを使って自動的に新た
に第3のカテゴリを合成するカテゴリ合成手段と、この
カテゴリ合成手段によって合成された第3のカテゴリを
保存する記憶手段とをもち、前記カテゴリ合成ルールに
は、「第1のカテゴリの節点aと第2のカテゴリの節点
bで節点名が同じ場合に、節点aを削除し、節点aの子
cを節点bの子にする」と記述できることを特徴とする
多次元データベースにおける木構造をもつ概念データの
合成装置。
3. Hierarchical structure data used for analyzing data in a multidimensional database is referred to as conceptual data. In particular, conceptual data having a constant length from the root to the leaf in a tree structure is referred to as a category. A synthesizing device for conceptual data having a tree structure in a multidimensional database in which a part to be called is referred to as a node; storage means for storing a first category, a second category, and a category synthesis rule; A category synthesizing unit for automatically synthesizing a third category automatically using a category and a category synthesizing rule; and a storage unit for storing the third category synthesized by the category synthesizing unit, wherein the category synthesizing rule is "If the node a of the first category and the node b of the second category have the same node name, the node a is deleted and the node a is deleted. Synthesizer concept data having a tree structure in a multidimensional database, characterized in that the child c can be described to be a child of the node b "on.
【請求項4】 多次元データベースにおけるデータを分
析するために用いる階層構造のデータを概念データと呼
び、特に木構造の形式で根から葉の長さが一定である概
念データをカテゴリと呼び、枝分かれする部分を節点と
呼ぶ多次元データベースにおける木構造をもつ概念デー
タの合成装置において、 第1のカテゴリと第2のカテゴリとカテゴリ合成ルール
を格納する記憶手段と、前記第1のカテゴリと第2のカ
テゴリおよびカテゴリ合成ルールを使って自動的に新た
に第3のカテゴリを合成するカテゴリ合成手段と、この
カテゴリ合成手段によって合成された第3のカテゴリを
保存する記憶手段とをもち、前記カテゴリ合成ルールに
は、「第1のカテゴリの節点aと第2のカテゴリの節点
bで節点名が同じ場合に、節点aの節点名を変更する」
と記述できることを特徴とする多次元データベースにお
ける木構造をもつ概念データの合成装置。
4. Hierarchical structure data used for analyzing data in a multidimensional database is referred to as conceptual data. In particular, conceptual data having a constant length from a root to a leaf in a tree structure is referred to as a category. A synthesizing device for conceptual data having a tree structure in a multidimensional database in which a part to be called is referred to as a node; storage means for storing a first category, a second category, and a category synthesis rule; A category synthesizing unit for automatically synthesizing a third category automatically using a category and a category synthesizing rule; and a storage unit for storing the third category synthesized by the category synthesizing unit, wherein the category synthesizing rule is "Change the node name of node a if the node name is the same for node a of the first category and node b of the second category. That "
An apparatus for synthesizing conceptual data having a tree structure in a multidimensional database, characterized in that it can be described as:
【請求項5】 多次元データベースにおけるデータを分
析するために用いる階層構造のデータを概念データと呼
び、特に木構造の形式で根から葉の長さが一定である概
念データをカテゴリと呼び、枝分かれする部分を節点と
呼ぶ多次元データベースにおける木構造をもつ概念デー
タの合成方法において、 第1のカテゴリと第2のカテゴリとカテゴリ合成ルール
をファイルに格納するステップと、前記第1のカテゴリ
と第2のカテゴリおよびカテゴリ合成ルールを使って自
動的に新たに第3のカテゴリを合成するステップと、こ
のカテゴリ合成のステップによって合成された第3のカ
テゴリをファイルに保存するステップとをもち、前記カ
テゴリ合成ルールには、「第1のカテゴリの節点aと第
2のカテゴリの節点bで節点名が同じ場合に、節点bを
削除し、節点bの子cを節点aの子にする」と記述でき
ることを特徴とする多次元データベースにおける木構造
をもつ概念データの合成方法。
5. Hierarchical data used for analyzing data in a multidimensional database is referred to as conceptual data. In particular, conceptual data in which the length from the root to the leaf is constant in a tree structure is referred to as a category. Storing a first category, a second category, and a category synthesis rule in a file, wherein the first category, the second category, and the category synthesis rule are stored in a file. Automatically synthesizing a new third category by using the category and the category synthesizing rule, and storing the third category synthesized by the category synthesizing step in a file. The rule states that “when the node names of the first category node a and the second category node b are the same, Remove the b, a method of synthesizing concept data having a tree structure in a multidimensional database, characterized in that the child c of the node b can be described to be a child of the node a ".
【請求項6】 多次元データベースにおけるデータを分
析するために用いる階層構造のデータを概念データと呼
び、特に木構造の形式で根から葉の長さが一定である概
念データをカテゴリと呼び、枝分かれする部分を節点と
呼ぶ多次元データベースにおける木構造をもつ概念デー
タの合成方法において、 第1のカテゴリと第2のカテゴリとカテゴリ合成ルール
をファイルに格納するステップと、前記第1のカテゴリ
と第2のカテゴリおよびカテゴリ合成ルールを使って自
動的に新たに第3のカテゴリを合成するステップと、こ
のカテゴリ合成のステップによって合成された第3のカ
テゴリをファイルに保存するステップとをもち、前記カ
テゴリ合成ルールには、「第1のカテゴリの節点aと第
2のカテゴリの節点bで節点名が同じ場合に、節点bの
節点名を変更する」と記述できることを特徴とする多次
元データベースにおける木構造をもつ概念データの合成
方法。
6. Hierarchical data used for analyzing data in a multidimensional database is referred to as conceptual data, and in particular, conceptual data having a fixed length from the root to the leaf in a tree structure is referred to as a category. Storing a first category, a second category, and a category synthesis rule in a file, wherein the first category, the second category, and the category synthesis rule are stored in a file. Automatically synthesizing a new third category by using the category and the category synthesizing rule, and storing the third category synthesized by the category synthesizing step in a file. The rule states that “when the node names of the first category node a and the second category node b are the same, The method of synthesis concept data having a tree structure in a multidimensional database, characterized in that can be described as changing the node name of the b ".
【請求項7】 多次元データベースにおけるデータを分
析するために用いる階層構造のデータを概念データと呼
び、特に木構造の形式で根から葉の長さが一定である概
念データをカテゴリと呼び、枝分かれする部分を節点と
呼ぶ多次元データベースにおける木構造をもつ概念デー
タの合成方法において、 第1のカテゴリと第2のカテゴリとカテゴリ合成ルール
をファイルに格納するステップと、前記第1のカテゴリ
と第2のカテゴリおよびカテゴリ合成ルールを使って自
動的に新たに第3のカテゴリを合成するステップと、こ
のカテゴリ合成のステップによって合成された第3のカ
テゴリをファイルに保存するステップとをもち、前記カ
テゴリ合成ルールには、「第1のカテゴリの節点aと第
2のカテゴリの節点bで節点名が同じ場合に、節点aを
削除し、節点aの子cを節点bの子にする」と記述でき
ることを特徴とする多次元データベースにおける木構造
をもつ概念データの合成方法。
7. Hierarchical data used for analyzing data in a multidimensional database is referred to as conceptual data, and in particular, conceptual data in which the length of a leaf from a root is constant in a tree structure is referred to as a category. Storing a first category, a second category, and a category synthesis rule in a file, wherein the first category, the second category, and the category synthesis rule are stored in a file. Automatically synthesizing a new third category by using the category and the category synthesizing rule, and storing the third category synthesized by the category synthesizing step in a file. The rule states that “when the node names of the first category node a and the second category node b are the same, Remove the a, method of synthesis concept data having a tree structure in a multidimensional database, characterized in that the child c of the node a can be described to be a child of the node b. "
【請求項8】 多次元データベースにおけるデータを分
析するために用いる階層構造のデータを概念データと呼
び、特に木構造の形式で根から葉の長さが一定である概
念データをカテゴリと呼び、枝分かれする部分を節点と
呼ぶ多次元データベースにおける木構造をもつ概念デー
タの合成方法において、 第1のカテゴリと第2のカテゴリとカテゴリ合成ルール
をファイルに格納するステップと、前記第1のカテゴリ
と第2のカテゴリおよびカテゴリ合成ルールを使って自
動的に新たに第3のカテゴリを合成するステップと、こ
のカテゴリ合成のステップによって合成された第3のカ
テゴリをファイルに保存するステップとをもち、前記カ
テゴリ合成ルールには、「第1のカテゴリの節点aと第
2のカテゴリの節点bで節点名が同じ場合に、節点aの
節点名を変更する」と記述できることを特徴とする多次
元データベースにおける木構造をもつ概念データの合成
方法。
8. Hierarchical structure data used for analyzing data in a multidimensional database is referred to as concept data. In particular, concept data having a constant length from a root to a leaf in a tree structure is referred to as a category. Storing a first category, a second category, and a category synthesis rule in a file, wherein the first category, the second category, and the category synthesis rule are stored in a file. Automatically synthesizing a new third category by using the category and the category synthesizing rule, and storing the third category synthesized by the category synthesizing step in a file. The rule states that “when the node names of the first category node a and the second category node b are the same, The method of synthesis concept data having a tree structure in a multidimensional database, characterized in that can be described as changing the node name of a ".
JP36911198A 1998-12-25 1998-12-25 Apparatus and method for synthesizing concept data having tree structure in multidimensional database Expired - Fee Related JP3651560B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP36911198A JP3651560B2 (en) 1998-12-25 1998-12-25 Apparatus and method for synthesizing concept data having tree structure in multidimensional database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP36911198A JP3651560B2 (en) 1998-12-25 1998-12-25 Apparatus and method for synthesizing concept data having tree structure in multidimensional database

Publications (2)

Publication Number Publication Date
JP2000194710A true JP2000194710A (en) 2000-07-14
JP3651560B2 JP3651560B2 (en) 2005-05-25

Family

ID=18493593

Family Applications (1)

Application Number Title Priority Date Filing Date
JP36911198A Expired - Fee Related JP3651560B2 (en) 1998-12-25 1998-12-25 Apparatus and method for synthesizing concept data having tree structure in multidimensional database

Country Status (1)

Country Link
JP (1) JP3651560B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7499944B2 (en) 2005-05-16 2009-03-03 International Business Machines Corporation Method and apparatus for processing a dimension table and deriving a hierarchy therefrom
KR101047592B1 (en) 2008-06-16 2011-07-07 연세대학교 산학협력단 Multi-dimensional data processing method and analysis method and multi-dimensional data processing device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0232470A (en) * 1988-07-22 1990-02-02 Nippon Telegr & Teleph Corp <Ntt> Thesaurus editing device
JPH08255166A (en) * 1995-03-17 1996-10-01 Canon Inc Data management method and its system
JPH10301935A (en) * 1997-04-22 1998-11-13 Mitsubishi Electric Corp Data processing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0232470A (en) * 1988-07-22 1990-02-02 Nippon Telegr & Teleph Corp <Ntt> Thesaurus editing device
JPH08255166A (en) * 1995-03-17 1996-10-01 Canon Inc Data management method and its system
JPH10301935A (en) * 1997-04-22 1998-11-13 Mitsubishi Electric Corp Data processing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7499944B2 (en) 2005-05-16 2009-03-03 International Business Machines Corporation Method and apparatus for processing a dimension table and deriving a hierarchy therefrom
KR101047592B1 (en) 2008-06-16 2011-07-07 연세대학교 산학협력단 Multi-dimensional data processing method and analysis method and multi-dimensional data processing device

Also Published As

Publication number Publication date
JP3651560B2 (en) 2005-05-25

Similar Documents

Publication Publication Date Title
US6785689B1 (en) Consolidation of multiple source content schemas into a single target content schema
US6742001B2 (en) System and method for sharing data between hierarchical databases
US6766330B1 (en) Universal output constructor for XML queries universal output constructor for XML queries
US6662189B2 (en) Method of performing data mining tasks for generating decision tree and apparatus therefor
US6292797B1 (en) Method for determining actionable patterns in a database
US5826250A (en) Rules bases and methods of access thereof
US7114123B2 (en) User controllable data grouping in structural document translation
US6665677B1 (en) System and method for transforming a relational database to a hierarchical database
US6925462B2 (en) Database management system, and query method and query execution program in the database management system
JP5342958B2 (en) How to query the structure of compressed data
US6415299B1 (en) Method for merging versions of a model in an object oriented repository
US20020138353A1 (en) Method and system for analysis of database records having fields with sets
US20030018666A1 (en) Interoperable retrieval and deposit using annotated schema to interface between industrial document specification languages
JPH06175906A (en) Information accumulation system and method
JP2002539563A (en) Methods for extracting information from the database
US6519588B1 (en) System and method for representing related concepts
JP2002524800A (en) Data processing system
CN109815232A (en) A kind of method and system of retrieval, the data processing of the data rank using binary search tree
JP2003141158A (en) Retrieval device and method using pattern under consideration of sequence
EP2172889A1 (en) Data structure and operations for time-varying variable in an enterprise model
JP4562749B2 (en) Document compression storage method and apparatus
JP2000194710A (en) Device and method for synthesizing concept data having tree structure in multidimensional database
KR100337373B1 (en) A method for Managing Design Information in CAD system
JPH11203327A (en) Method for managing parts list and device therefor
JP2002202973A (en) Structured document management device

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040601

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20040623

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040730

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041005

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041202

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050202

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050215

LAPS Cancellation because of no payment of annual fees