JPH021054A - Data editing device - Google Patents

Data editing device

Info

Publication number
JPH021054A
JPH021054A JP63140245A JP14024588A JPH021054A JP H021054 A JPH021054 A JP H021054A JP 63140245 A JP63140245 A JP 63140245A JP 14024588 A JP14024588 A JP 14024588A JP H021054 A JPH021054 A JP H021054A
Authority
JP
Japan
Prior art keywords
data
node
network structure
tree
structure data
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
JP63140245A
Other languages
Japanese (ja)
Inventor
Koichi Iriko
入交 晃一
Shinichiro Ishii
慎一郎 石井
Hiroyuki Kitagawa
博之 北川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP63140245A priority Critical patent/JPH021054A/en
Publication of JPH021054A publication Critical patent/JPH021054A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To efficiently make a system into a model by providing a tree structure type data editing device and a network structure type data editing device and managing tree structure data and network structure data in an integrated state. CONSTITUTION:When one node is to be newly added to the tree structure data, a tree structure data editing device 1 examines whether the IDm of the node to be newly added is different from the ID of another node existing in the tree structure data or not. When the node, the node ID of which is (m), already exists in the tree structure data, node adding processing is not executed. Next, a node (m) is added to the tree structure data so that the node (m) can be the younger brother of a node (d). As the result, the data are stored in a storing device 3. A data integrating device 7 receives the added node IDm and a node IDb, which is the parent of the node IDm, from a device 1, retrieves network structure data (b) from a storing device 4, and displays the data (b) on a display dvice 5. Next, the device 7 adds the node (m) to the data (b) and displays the data (b) on the display device 5.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、システム基本設計作業などでシステムの記述
を行うに際して、機能をノードとする木構造型データと
してシステムの機能階層の記述を行うと共に、機能階層
中に展開されたシステムの各機能に対してその子機能を
ノードとして表現し、子機能間のデータフローをノード
間のアークとして表現した網構造型データを用いて詳細
化することによりシステムのモデル化を行う手法を支援
する装置に関する。
[Detailed Description of the Invention] [Industrial Application Field] When describing a system in basic system design work, the present invention describes the functional hierarchy of the system as tree-structured data with functions as nodes. , the child functions of each function of the system developed in the functional hierarchy are expressed as nodes, and the data flow between the child functions is expressed as arcs between the nodes. The present invention relates to a device that supports a method of modeling.

〔概要〕〔overview〕

本発明は、木構造型データおよび網構造型データを編集
する手段において、 網構造型データにコネクタを含ませることにより、 一方のデータから他方のデータへの半自動生成を行うこ
とができるようにしたものである。
The present invention is a means for editing tree-structured data and network-structured data, and by including a connector in the network-structured data, it is possible to semi-automatically generate one data into the other. It is something.

〔従来の技術〕[Conventional technology]

従来、システムのモデル化を支援する装置としては、機
能をノードとする木構造型データとしてシステムの機能
階層を記述する木構造型データ編集装置と、この装置と
は別個に、システムの機能をノードとして表現し、機能
間のデータフローをノード間のアークとして表現した網
構造型データを記述する網構造型データ編集装置とがあ
った。
Conventionally, devices that support system modeling include a tree-structured data editing device that describes the system's functional hierarchy as tree-structured data with functions as nodes, and a separate device that describes system functions as nodes. There is a network-structured data editing device that describes network-structured data in which data flows between functions are expressed as arcs between nodes.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

しかし、従来のシステムの機能階層を記述する木構造型
データ編集装置では、システムの機能の構成を表現する
ことはできるが、機能間のデータフローを記述すること
ができないので、システムのモデル化を支援する装置と
しては不十分な面があった。一方、システムの機能をノ
ードとして表現し、機能間のデータフローをノード間の
アークとして表現した網構造型データを記述する網構造
型データ編集装置を用いる場合は、システムの機能をい
くつかの子機能に分割し、それら子機能間のデータフロ
ーを記述する作業をシステムの上位レベルの機能から順
に行うことによりシステムのモデルを記述することがで
きるが、システムの全機能から構成される機能階層を表
現することができないので、システムの全機能を把握す
ることが困難である問題がある。
However, with conventional tree-structured data editing devices that describe the functional hierarchy of a system, although it is possible to express the configuration of the system's functions, it is not possible to describe the data flow between functions, so it is difficult to model the system. As a support device, there were some aspects that were insufficient. On the other hand, when using a network-structured data editing device that describes network-structured data in which system functions are expressed as nodes and data flows between functions are expressed as arcs between nodes, system functions can be divided into several child functions. A system model can be described by dividing the system and describing the data flow between the child functions, starting from the upper level functions of the system. There is a problem in that it is difficult to understand all the functions of the system.

他方、上記木構造型データ編集装置と網構造型データ編
集装置を併せて用いることによりシステムのモデル化を
行うこともできるが、その場合は二つの装置が独立して
いるので、双方で持っているデータについての管理をユ
ーザが行わなければならず、次のような問題が発生して
いた。
On the other hand, it is also possible to model a system by using the above-mentioned tree structure data editing device and network structure data editing device together, but in that case, since the two devices are independent, it is possible to model the system. The user had to manage the data stored in the system, which caused the following problems.

データが互いに矛盾していないかどうかをユーザがチエ
ツクしなければならない、 データが互いに矛盾していた場合にユーザが一つ一つ修
正する必要がある、 データが変更に対応して関連するデータをユーザが修正
しなければならない、 一方の装置で記述したデータの一部を他方の装置で用い
たい場合にユーザが同じデータを再入力する必要がある
The user has to check whether the data are consistent with each other, the user has to make corrections one by one when the data is inconsistent, and the related data is updated in response to changes. The user must modify some data written on one device, and if the user wants to use it on the other device, the user must re-enter the same data.

本発明はこのような欠点を除去するもので、木構造型デ
ータ編集装置と網構造型データ編集装置の両者を備え、
かつ木構造型データと網構造型データとを統合的に管理
することにより、システムのモデル化を能率的に行える
データ編集装置を提供することを目的とする。
The present invention eliminates such drawbacks, and includes both a tree-structured data editing device and a network-structured data editing device,
Another object of the present invention is to provide a data editing device that can efficiently model a system by managing tree-structured data and network-structured data in an integrated manner.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、系を記述する複数のデータのひとつをノード
に対応させ、このノードの識別子とこのデータのレベル
とを含む木構造型データを作成する第一編集手段および
この木構造型データを格納する第一格納手段を有する第
一装置と、上記第一編集手段で作成された木構造型デー
タの各々のノードに対応してこのノードの子ノードの識
別子とこの子ノードにかかわるアークとを含む網構造型
データを作成する第二編集手段およびこの網構造型デー
タを格納する第二格納手段を有する第二装置とを備えた
データ編集装置において、上記第二編集手段は、網構造
データごとにこのデータに対応するノードの親ノードに
対応する網構造型データ中でこのノードを始点または終
点とするアークを表現する新たなノードを生成し、この
新たなノードを上記第二格納手段に与える手段を含み、
上記第一格納手段の内容と上記第二格納手段の内容とを
この新たなノードに基づき対応させるデータ統合手段を
備えたことを特徴とする。
The present invention provides a first editing means for associating one of a plurality of data describing a system with a node and creating tree-structured data including an identifier of this node and a level of this data, and a first editing means for storing this tree-structured data. a first device having a first storage means for storing data; and a first device including, for each node of the tree-structured data created by the first editing means, an identifier of a child node of this node and an arc related to this child node. In a data editing device comprising a second editing means for creating network structure type data and a second device having a second storage means for storing the network structure type data, the second editing means Means for generating a new node representing an arc having this node as a starting point or ending point in the network structure data corresponding to the parent node of the node corresponding to this data, and providing this new node to the second storage means. including;
The present invention is characterized by comprising data integration means for making the contents of the first storage means correspond to the contents of the second storage means based on this new node.

〔作用〕[Effect]

木構造型データ編集装置でシステムのモデルを記述する
上でシステムの機能階層を表現する木構造型データの作
成を効率的に行い、また、網構造型データ編集装置でシ
ステムのモデルを記述する上でシステムの構成機能間の
データフローを表現する網構造型データの作成を効率的
に行う。一方、データ統合管理装置で木構造型データと
網構造型データとを管理し、これらのデータ間の一貫性
のチエツクや、一方のデータから他のデータの半自動生
成、一方のデータの修正に対する他のデータの自動修正
などを自動的に行う。これにより、人手による一貫性の
チエツクや、データの転記、データの修正に煩わされる
ことなくシステムのモデル化が行える。
When describing a system model using a tree-structured data editing device, it is possible to efficiently create tree-structured data that expresses the functional hierarchy of the system, and when describing a system model using a network-structured data editing device. This method efficiently creates network-structured data that expresses the data flow between the constituent functions of the system. On the other hand, a data integration management device manages tree-structured data and network-structured data, and checks the consistency between these data, semi-automatically generates one data from another, and performs other operations when modifying one data. Automatically correct data, etc. This allows system modeling without having to bother with manual consistency checks, data transcription, or data modification.

〔実施例〕〔Example〕

以下、第1図から第43図を参照して本発明の一実施例
を説明する。
An embodiment of the present invention will be described below with reference to FIGS. 1 to 43.

まず、本実施例が対象とする木構造型データの構造、網
構造型データの構造およびそれらデータ間の関連につい
て例を用いて述べる。本発明は、網構造型データの中に
現れるノードとして木構造型データ中のあるノードの子
ノードの他にそのノードの親ノードに対応した網構造型
データ中でそのノードを始点あるいは終点とするアーク
を表現するノード(以下、コネクタという。)を設けた
ことに特徴がある。
First, the structure of tree-structured data, the structure of network-structured data, and the relationship between these data, which are the targets of this embodiment, will be described using examples. In addition to a child node of a certain node in tree-structured data as a node that appears in network-structured data, the present invention sets that node as a start point or end point in network-structured data corresponding to the parent node of that node. It is characterized by the provision of nodes (hereinafter referred to as connectors) that express arcs.

第2図が木構造型データの表示イメージの例である。木
構造型データはノードから構成される。
FIG. 2 is an example of a display image of tree-structured data. Tree-structured data consists of nodes.

各ノードは木構造型データ中でユニークなノードIDを
持つ。ノードIDが「a」であるノードをノードaと呼
ぶ。第3図が木構造型データ格納装置に格納されている
木構造型データの例である。
Each node has a unique node ID in the tree-structured data. A node whose node ID is "a" is called a node a. FIG. 3 is an example of tree-structured data stored in the tree-structured data storage device.

木構造型データ中の一行がひとつのノードに対応してい
る。各行は木構造上でのレベルとノード■Dを持つ。レ
ベルはルートのレベルを「O」とし、親ノードのレベル
に「1」を加えた数が子ノードのレベルになる。
One line in the tree-structured data corresponds to one node. Each row has a level on the tree structure and a node ■D. The level of the root is "O", and the level of the child node is the number obtained by adding "1" to the level of the parent node.

第4図が網構造型データの表示イメージの例である。網
構造型データは、ノード、コネクタおよびアークから構
成される。コネクタにはインコネクタとアウトコネクタ
の二種がある。ノードとコネクタはそれぞれノードID
とコネクタrDを持ち、それらのIDはひとつの網構造
型データ中で重複しないものとする。ただし、同一のコ
ネクタIDを持つインコネクタとアウトコネクタの存在
は許される。ノードIDが「a」のノードをノードaと
呼び、コネクタIDが「a」のコネクタをコネクタaと
呼ぶ。アークは方向性を持っており、それは矢印で示さ
れる。アークに対して始点となるノードまたはインコネ
クタと終点となるノードまたはアウトコネクタとがそれ
ぞれ一つずつ決まる。インコネクタはアークの終点とな
ることはできず、また二つ以上のアークの始点とはなれ
ない。
FIG. 4 is an example of a display image of network structure type data. Network-structured data consists of nodes, connectors, and arcs. There are two types of connectors: in connectors and out connectors. Each node and connector has a node ID
and connector rD, and their IDs shall not be duplicated in one network structure type data. However, the existence of an in connector and an out connector with the same connector ID is allowed. A node whose node ID is "a" is called a node a, and a connector whose connector ID is "a" is called a connector a. Arcs have direction, indicated by arrows. One node or in-connector is determined as the starting point and one node or out-connector is determined as the ending point for the arc. An in-connector cannot be the end of an arc, nor can it be the start of more than one arc.

アウトコネクタはアークの始点となることはできず、ま
た二つ以上のアークの終点とはなれない。
An out connector cannot be the start of an arc, nor can it be the end of more than one arc.

コネクタ同士を繋ぐアークはなく、また、始点と終点が
同一の7−ドであるようなアークはない。
There are no arcs that connect connectors, and there are no arcs whose starting and ending points are the same 7-de.

異なるアークで始点/−ドと終点ノードがそれぞれ一致
することはない。ノードaまたはインコネクタaを始点
としノードbまたはアウトコネクタbを終点とするアー
クをアークabと呼ぶ。第5図が網構造型データ格納装
置に格納されている網構造型データの例である。網構造
型データは網構造型データIDを持つ。網構造型データ
は、ノード(コネクタも含む)に関するデータが記述さ
れている部分と、アークに関するデータか記述されてい
る部分との二つの部分からなる。ノードは、ノードID
と、ノードの種Oi(ノードかコネクタ)を表す識別子
と、ノードの位置情報とを持つ。ノードは識別子Nで表
され、インコネクタは識別子INで表され、アウトコネ
クタは識別子OUTで表される。アークは、始点となっ
ているノードのIDと、終点となっているノードのID
と、アークの位置情報とを持っている。ここでは、位置
情報は省略しである。
The start and end nodes of different arcs do not coincide. An arc starting from node a or in connector a and ending at node b or out connector b is called arc ab. FIG. 5 is an example of network structure data stored in the network structure data storage device. Network structure type data has a network structure type data ID. The network structure data consists of two parts: a part in which data regarding nodes (including connectors) is described, and a part in which data regarding arcs is described. Node is node ID
, an identifier representing the node type Oi (node or connector), and node position information. Nodes are represented by the identifier N, in-connectors are represented by the identifier IN, and out-connectors are represented by the identifier OUT. The arc has the ID of the node that is the starting point and the ID of the node that is the ending point.
and the location information of the arc. Location information is omitted here.

次に、木構造型データと網構造型データとの関連を説明
する。木構造型データ中の個々のノードにはたかだか一
つの網構造型データが対応している。ただし、木構造型
データ中のリーフのノードは対応する網構造型データを
持たない。ノードaに対応する網構造型データのIDは
raJであり、この網構造型データを網構造型データa
と呼ぶ。
Next, the relationship between tree structure type data and network structure type data will be explained. Each node in the tree structure data corresponds to at most one network structure data. However, leaf nodes in the tree-structured data do not have corresponding network-structured data. The ID of the network structure data corresponding to node a is raJ, and this network structure data is referred to as network structure data a.
It is called.

網構造型データaを構成するノードの集合は木構造型デ
ータ中のノードaの子ノード(孫以下は含まれない)か
らなる集合に一致する。木構造型データ中でノードaと
ノードbが親子(「a」が親とする)の場合に網構造型
データaと網構造型データbの間には次の関係がある。
The set of nodes constituting the network-structured data a corresponds to the set of child nodes (grandchildren and below are not included) of the node a in the tree-structured data. When node a and node b are parent and child ("a" is the parent) in tree structure data, the following relationship exists between network structure data a and network structure data b.

■網構造型データaの中でノードC(または、インコネ
クタC)を始点としてノードbを終点とするアークがあ
る場合は、網構造型データbにはインコネクタCが存在
する。■網構造型データaの中でノードbを始点としノ
ードCに(または、アウトコネクタC)を終点とするア
ークがある場合は、網構造型データbにはアウトコネク
タCが存在する。■網構造型データbの中にあるコネク
タは上述のコネクタに限る。
(2) If there is an arc starting from node C (or inner connector C) and ending at node b in network structure data a, then inner connector C exists in network structure data b. (2) If there is an arc in network structure data a that starts at node b and ends at node C (or out connector C), out connector C exists in network structure data b. ■The connectors in the network structure data b are limited to the connectors described above.

第1図は本発明実施例の構成を示す。この実施例は、木
構造型データの作成編集を行う木構造型データ編集装置
1と、木構造型データ編集装置1の編集対象である木構
造型データの表示を行う木構造型データ表示装置2と、
木構造型データ編集装置1により作成された木構造型デ
ータの格納を行う木構造型データ格納装置3と、木構造
型データ編集装置1で指定された木構造型データ中のノ
ードに対応した網構造型データの作成編集を行う網構造
型データ編集装置4と、網構造型データ編集装置40編
集対象である網構造型データの表示を行う網構造型デー
タ表示装置5と、網構造型データ編集装置4で作成され
た網構造型データの格納を行う網構造型データ格納装置
6と、木構造型データ格納装置3に格納されている木構
造型データおよび網構造型データ格納装置6に格納され
ている網構造型データとを統合的に管理するデータ統合
管理装置7とを備える。すなわち、この実施例は、系を
記述する複数のデータのひとつをノードに対応させ、こ
のノードの識別子とこのデータのレベルとを含む木構造
型データを作成する第一編集手段である木構造型データ
編集装置1およびこの木構造型データを格納する第一格
納手段である木構造型データ格納装置3を有する第一装
置と、上記第一編集手段で作成された木構造型データの
各々のノードに対応してこのノードの子ノードの識別子
と、この子ノードにかかわるアークと、網構造データご
とにこのデータに対応するノードの親ノードに対応する
網構造型データ中でこのノードを始点または終点とする
アークを表現する新たなノードとを含む網構造型データ
を作成する第二編集手段である網構造型データ編集装置
4およびこの網構造型データを格納する第二格納手段で
ある網構造型データ格納装置6を有する第二装置と、上
記第一格納手段の内容と上記第二格納手段の内容とをこ
の新たなノードに基づき対応させるデータ統合手段であ
るデータ統合管理装置7とを備える。
FIG. 1 shows the configuration of an embodiment of the present invention. This embodiment includes a tree-structured data editing device 1 for creating and editing tree-structured data, and a tree-structured data display device 2 for displaying tree-structured data to be edited by the tree-structured data editing device 1. and,
A tree-structured data storage device 3 that stores the tree-structured data created by the tree-structured data editing device 1, and a network corresponding to the nodes in the tree-structured data specified by the tree-structured data editing device 1. A network structure data editing device 4 that creates and edits structured data; a network structure data display device 5 that displays network structure data to be edited by the network structure data editing device 40; and a network structure data display device 5 that performs network structure data editing. A network-structured data storage device 6 stores the network-structured data created by the device 4, and the tree-structured data stored in the tree-structured data storage device 3 and the data stored in the network-structured data storage device 6. and a data integrated management device 7 that integrally manages the network structure type data. In other words, this embodiment uses a tree structure type which is a first editing means for associating one of a plurality of data describing a system with a node and creating tree structure type data including the identifier of this node and the level of this data. A first device having a data editing device 1 and a tree-structured data storage device 3 which is a first storage means for storing this tree-structured data, and each node of the tree-structured data created by the first editing means. corresponding to the identifier of the child node of this node, the arc related to this child node, and the start or end point of this node in the network structure type data corresponding to the parent node of the node corresponding to this data for each network structure data. A network structure data editing device 4 which is a second editing means for creating network structure data including a new node representing an arc represented by a new node, and a network structure data editing device 4 which is a second storage means for storing this network structure data. It is provided with a second device having a data storage device 6, and a data integration management device 7 which is a data integration device that matches the contents of the first storage device and the second storage device based on this new node.

次に、この実施例の動作を説明する。Next, the operation of this embodiment will be explained.

はじめに、木構造型データへ新たにノードを1個追加す
る場合の処理として、第2図に示す木構造型データのノ
ードdの第としてノードmを追加する場合を説明する。
First, as a process for adding one new node to tree-structured data, a case will be described in which a node m is added as the node d of the tree-structured data shown in FIG.

木構造型データ編集装置1は新たに追加されるノードの
IDmが木構造型データに存在するどのノードのIDと
も異なることを調べる。ノードIDがmであるノードが
既に存在していた場合はノード追加処理は行われない。
The tree-structured data editing device 1 checks whether the IDm of the newly added node is different from the ID of any node existing in the tree-structured data. If a node with node ID m already exists, no node addition processing is performed.

次に、ノードdの第となるように木構造型データにノー
ドmを追加する。その結果として木構造型データ格納装
置3に第6図に示すデータが格納される。このデータを
木構造型データ表示袋@2を用いて表示したものを第7
図に示す。データ統合管理装置7は木構造型データ編集
装置1から追加したノードのノードIDmとその親のノ
ードのノードIDbを受は取り、網構造型データ格納装
置6から網構造型データbを検索する。第8図が網構造
型データbの例であり、それを網構造型データ表示装置
5を用いて表示してものを第9図に示す。次に、データ
統合管理装置7は網構造型データbにノードmを追加す
る。ノードmを追加する位置は適切な位置になるように
自動的に決められる。この処理で網構造型データ格納装
置6に格納される網構造型データbの例を第10図に示
し、それを網構造型データ表示装置5を用いて表示した
ものを第11図に示す。
Next, node m is added to the tree-structured data so that it becomes the node d's node. As a result, the data shown in FIG. 6 is stored in the tree-structured data storage device 3. This data is displayed using the tree-structured data display bag @2.
As shown in the figure. The data integration management device 7 receives the node IDm of the added node and the node IDb of its parent node from the tree structure data editing device 1, and searches the network structure data storage device 6 for network structure data b. FIG. 8 shows an example of the network structure data b, and FIG. 9 shows a display of the network structure data b using the network structure data display device 5. Next, the data integration management device 7 adds the node m to the network structure data b. The position where node m is added is automatically determined to be an appropriate position. An example of the network structure data b stored in the network structure data storage device 6 in this process is shown in FIG. 10, and FIG. 11 shows the data displayed using the network structure data display device 5.

つづいて、木構造型データに登録されているノードを1
個削除する場合の処理として、第2図の表示イメージの
例に示す木構造型データのノードbを削除する場合を説
明する。木構造型データ橋集装置1はノードbを木構造
型データから取り除き、ノードbの子ノードであるノー
ドCおよびノードdをノードbのレベルへ繰り上げる。
Next, add 1 node registered in the tree structure type data.
As a process for deleting node b, a case will be described in which node b of the tree-structured data shown in the example display image of FIG. 2 is deleted. The tree-structured data bridge collection device 1 removes node b from the tree-structured data, and moves node C and node d, which are child nodes of node b, to the level of node b.

その結果として木構造型データ格納装置3には第12図
に示すデータが格納される。このデータを木構造型デー
タ表示装置2を用いて表示したものを第13図に示す。
As a result, the data shown in FIG. 12 is stored in the tree-structured data storage device 3. FIG. 13 shows this data displayed using the tree-structured data display device 2.

データ統合管理装置7は木構造型データ編集装置1から
削除したノードのノードIDbとその親ノードのノード
IDaを受は取り、網構造型データ格納装置6から網構
造型データaおよび網構造型データbを検索する。第5
図が網構造型データaの例であり、第8図が網構造型デ
ータbの例であり、それらを網構造型データ表示装置5
を用いて表示したものをそれぞれ第4図および第9図に
示す。次に、データ統合管理装置7は網構造型データa
に網構造型データbを埋めこむ。その際に、網構造型デ
ータbのコネクタはすべて取り除き、それらに繋がるア
ークはそれぞれのコネクタに対応している網構造型デー
タa内のノードまたはコネクタに繋ぐ。
The data integration management device 7 receives the node IDb of the deleted node and the node IDa of its parent node from the tree structure data editing device 1, and receives the network structure data a and the network structure data from the network structure data storage device 6. Search b. Fifth
The figure shows an example of network structure data a, and FIG. 8 shows an example of network structure data b.
4 and 9 respectively. Next, the data integrated management device 7 stores the network structure type data a.
Embed the network structure type data b into. At this time, all connectors of the network structure data b are removed, and arcs connected to them are connected to nodes or connectors in the network structure data a corresponding to each connector.

次に、データ統合管理装置7は網構造型データaの中の
ノードのうちノードbとアークで繋がれていたノードを
検索する。この例ではノードeとノード1である。次に
、網構造型データbを検索し、コネクタeとコネクタi
がそれぞれノードCとノードdとに繋がっていたことを
調べる。網構造型データeの例および網構造型データl
の例をそれぞれ第14図および第16図に示し、また、
それらを網構造型データ表示装置5を用いて表示したも
のをそれぞれ第15図および第17図に示す。データ統
合管理装置7は網構造型データeの中のコネクタbのI
Dを再帰的に「C」に変え、また、網構造型データiの
コネクタbのIDを再帰的に「d」に変える。ここで、
網構造型データの中のコネクタのIDを再帰的に変える
ということを網構造型データeの中のコネクタbのID
を再帰的に「C」に変える例で説明する。まず、網構造
型データ格納装置6から網構造型データeを検索してそ
の中にあるコネクタbのIDを「C」に変える。
Next, the data integration management device 7 searches for nodes in the network structure data a that are connected to the node b by an arc. In this example, they are node e and node 1. Next, search network structure data b, connect connector e and connector i
are connected to node C and node d, respectively. Example of network structure data e and network structure data l
Examples are shown in FIGS. 14 and 16, respectively, and
Their display using the network structure type data display device 5 is shown in FIG. 15 and FIG. 17, respectively. The data integration management device 7 is the I of the connector b in the network structure data e.
D is recursively changed to "C", and the ID of connector b of network structure data i is recursively changed to "d". here,
The ID of connector b in network structure data e is changed recursively to the ID of connector in network structure data.
This will be explained using an example of recursively changing ``C'' to ``C''. First, the network structure data e is searched from the network structure data storage device 6, and the ID of the connector b therein is changed to "C".

次に、網構造型データeの中でコネクタbとアークで繋
がっていたノードを検索する。この例では、それはノー
ドfのみである。次に、網構造型データ格納装置6から
ID11構造型データfを検索し、その中にあるコネク
タbのIDを「c」に変える。
Next, the network structure data e is searched for the node connected to the connector b by an arc. In this example, it is only node f. Next, the network structure data storage device 6 is searched for the ID11 structure data f, and the ID of the connector b therein is changed to "c".

この操作を再帰的に繰り返し、コネクタbとアークで繋
がるノードがなくなるか、またはノードに対応する網構
造型データがなくなるまで続ける。
This operation is repeated recursively until there are no nodes connected to connector b through arcs or there are no network structure data corresponding to the nodes.

この例では網構造型アークfが存在しないのでそこで終
了する。
In this example, the network structure type arc f does not exist, so the process ends there.

最後に網構造型データbは網掃造型データ格納装置6か
ら削除される。この処理によって網構造型データ格納装
置6に格納される網構造型データaS網構造型データe
および網構造型データ1の例をそれぞれ第18図、第2
0図および第22図に示し、それらを網構造型データ表
示装置5を用いて表示したものをそれぞれ第19図、第
21図および第23図に示す。
Finally, the network structure type data b is deleted from the network structure type data storage device 6. Network structure data aS network structure data e stored in the network structure data storage device 6 through this process
Examples of network structure data 1 are shown in FIGS. 18 and 2, respectively.
0 and 22, and their displays using the network structure type data display device 5 are shown in FIGS. 19, 21, and 23, respectively.

つづいて、木構造型データの中からあるノードをルート
とするサブツリーを削除する場合の処理として、第2図
の表示イメージの例に示す木構造型データの中からノー
ドbをルートとするサブツリーを削除する場合を説明す
る。木構造型データ編集装置1はノードbをルートとす
るサブツリーを木構造型データから取り除く。その結果
として木構造型データ格納装置3には第24図に示すデ
ータが格納される。このデータを木構造型データ表示装
置2を用いて表示したものを第25図に示す。
Next, as a process for deleting a subtree whose root is a certain node from tree-structured data, we delete a subtree whose root is node b from tree-structured data shown in the example display image in Figure 2. Explain when to delete. The tree-structured data editing device 1 removes the subtree whose root is node b from the tree-structured data. As a result, the data shown in FIG. 24 is stored in the tree-structured data storage device 3. FIG. 25 shows this data displayed using the tree-structured data display device 2.

データ統合管理装置7は木構造型データ編集装置1から
削除したノードのノードIDbとその親ノードのノード
IDaを受は取り、網構造型データ格納装置6から網構
造型データaを検索する。第5図は網構造型データaの
例を示し、それらを網構造型データ表示装置5を用いて
表示したものを第4図に示す。
The data integration management device 7 receives the node IDb of the deleted node and the node IDa of its parent node from the tree structure data editing device 1, and retrieves the network structure data a from the network structure data storage device 6. FIG. 5 shows an example of the network structure type data a, and FIG. 4 shows the display of the network structure data display device 5.

次に、データ統合管理装置7は網構造型データaからノ
ードbとノードbに繋がるすべてのアークとの削除を行
う。そして、網構造型データaの中の7−ドのうちノー
ドbとアークで繋がれていたノードを検索する。この例
ではノードeとノードlである。そして、網構造型デー
タeと網構造型データlとからコネクタbを再帰的に削
除する。
Next, the data integration management device 7 deletes the node b and all arcs connected to the node b from the network structure data a. Then, among the 7-does in the network structure data a, a node connected to node b by an arc is searched. In this example, they are node e and node l. Then, the connector b is recursively deleted from the network structure data e and the network structure data l.

ここで、網構造型データからコネクタを再帰的に削除す
るということを網構造型データeからコネクタbを再帰
的に削除する例で説明する。まず、網構造型データ格納
装置6から網構造型データeを検索してその中にあるコ
ネクタbとコネクタbに繋がるすべてのアークとの削除
を行う。次に、網構造型アークeの中でコネクタbとア
ークで繋がっていたノードを検索する。この例では、そ
れはノードfのみである。次に、網構造型データ格納装
置6から網構造型データfを検索し、その中にあるコネ
クタbとコネクタbに繋がるすべてのアークとの削除を
行う。この操作を再帰的に繰り返し、コネクタbとアー
クで繋がるノードとがなくなるかまたはノードに対応す
る網構造型データがなくなるまで続ける。この例では網
構造型データfが存在しないので、そこで終了する。
Here, recursively deleting a connector from network structure data will be explained using an example of recursively deleting connector b from network structure data e. First, the network structure data e is retrieved from the network structure data storage device 6, and the connector b therein and all arcs connected to the connector b are deleted. Next, a search is made for the node connected to the connector b through the arc in the network structure arc e. In this example, it is only node f. Next, the network structure data f is searched from the network structure data storage device 6, and the connector b therein and all the arcs connected to the connector b are deleted. This operation is repeated recursively until there are no more nodes connected to connector b by arcs or there is no more network structure data corresponding to the nodes. In this example, since the network structure type data f does not exist, the process ends there.

網構造型データbおよびノードbの子ノードおよび孫ノ
ードに対応していた網構造型データはすべて網構造型デ
ータ格納装置6から削除される。
All the network structure data b and the network structure data corresponding to the child nodes and grandchild nodes of node b are deleted from the network structure data storage device 6.

この処理で網構造型データ格納装置6に格納される網構
造型データa、網構造型データeおよび網構造型データ
iの例をそれぞれ第26図、第28図および第30図に
示し、それらを網構造型データ表示装置5を用いて表示
したものをそれぞれ第27図、第29図および第31図
に示す。
Examples of network structure data a, network structure data e, and network structure data i stored in the network structure data storage device 6 in this process are shown in FIGS. 26, 28, and 30, respectively. are shown in FIGS. 27, 29, and 31, respectively, using the network structure data display device 5.

ひきつづき、網構造型データへ新たにノードを1個追加
する場合の処理として、第9図の表示イメージの例に示
す網構造型データbヘノードmを追加する場合を説明す
る。網構造型データ編集装置4は新たに追加されるノー
ドのIDmがどの網構造型データに存在するノードのI
Dとも異なることを調べる。もしノードIDが「m」で
あるノードが既に存在していた場合はノード追加処理は
行われない。次に、ノードmを網構造型データbに追加
する。その結果として網構造型データ格納装置6には第
10図に示すデータが網構造型アークbとして格納され
る。このデータを網構造型データ表示装置5を用いて表
示したものを第11図に示す。データ統合管理装置7は
網構造型データ編集装置4から追加したノードのノード
IDmとのその親ノードのノードIDbとを受は取り、
木構造型データにノードmを追加する。その際に、ノー
ドmはノードbの子となるが、ノードmを追加する位置
は適切な位置となるように自動的に決められる。この処
理によって木構造型データ格納装置3に格納される木構
造型データの例を第6図に示し、それを木構造型データ
表示装置2を用いて表示したものを第7図に示す。
Continuing, as a process for adding one new node to the network structure data, a case will be described in which a node m is added to the network structure data b shown in the example display image of FIG. 9. The network structure type data editing device 4 determines the ID of the node in which network structure type data the IDm of the newly added node exists.
Find out what is different from D. If a node with the node ID "m" already exists, the node addition process is not performed. Next, node m is added to network structure data b. As a result, the data shown in FIG. 10 is stored in the network structure data storage device 6 as a network structure arc b. FIG. 11 shows this data displayed using the network structure type data display device 5. The data integration management device 7 receives the node IDm of the added node and the node IDb of its parent node from the network-structured data editing device 4, and
Add node m to tree-structured data. At this time, node m becomes a child of node b, but the position at which node m is added is automatically determined to be an appropriate position. FIG. 6 shows an example of the tree-structured data stored in the tree-structured data storage device 3 through this process, and FIG. 7 shows the tree-structured data displayed using the tree-structured data display device 2.

つづいて、網構造型データの中からあるノードを削除す
る場合の処理として、第4図の表示イメージの例に示す
網構造型データaの中からノードを削除する場合を説明
する。網構造型データ編集装置4はノードbを網構造型
データaから取り除く。データ統合管理装置7は網構造
型データ編集装置4から削除したノードのノードIDb
とその親ノードのノードIDaを受は取る。そして、網
構造型データ格納装置6から網構造型データaを検索し
、ノードbに繋がっていたすべてのアークの削除を行う
。そして、網構造型データaの中のノードのうちノード
bとアークで繋がれていたノードを検索する。この例で
はノードeとノード1とである。そして、網構造型デー
タeと、網構造型データlからコネクタbを再帰的に削
除する。また、網構造型データ格納装置6に格納されて
いる網構造型データのうち網構造型データbおよびノー
ドの子ノードおよび孫ノードに対応していた網構造型デ
ータはすべて削除される。この処理によって網構造型デ
ータ格納装置6に格納される網構造型データa1網構造
型データeおよび網構造型データiの例をそれぞれ第2
6図、第28図、第30図に示し、それらを網構造型デ
ータ表示装置5を用いて表示したものをそれぞれ第27
図、第29図、第31図に示す。次に、データ統合管理
装置7は木構造型データからノードbをルートとするサ
ブツリーを削除する。この処理によって木構造型データ
格納装置3に格納される木構造型データの例を第24図
に示し、それを木構造型データ表示装置2を用いて表示
したものを第25図に示す。
Next, as a process for deleting a certain node from network structure data, a case will be described in which a node is deleted from network structure data a shown in the example display image of FIG. 4. The network structure data editing device 4 removes node b from the network structure data a. The data integrated management device 7 uses the node IDb of the node deleted from the network-structured data editing device 4.
and the node IDa of its parent node. Then, the network structure data a is retrieved from the network structure data storage device 6, and all arcs connected to the node b are deleted. Then, among the nodes in the network structure data a, the node connected to the node b by an arc is searched. In this example, they are node e and node 1. Then, the connector b is recursively deleted from the network structure data e and the network structure data l. Further, among the network structure data stored in the network structure data storage device 6, all the network structure data b and the network structure data corresponding to the child nodes and grandchild nodes of the node are deleted. Through this processing, examples of network structure data a1, network structure data e, and network structure data i stored in the network structure data storage device 6 are
6, 28, and 30, and their display using the network structure type data display device 5 is shown in FIG. 27, respectively.
29 and 31. Next, the data integrated management device 7 deletes the subtree with node b as the root from the tree-structured data. FIG. 24 shows an example of the tree-structured data stored in the tree-structured data storage device 3 through this process, and FIG. 25 shows the tree-structured data displayed using the tree-structured data display device 2.

つづいて、網構造型データへ新たにアークを追加する場
合の処理として、第4図の表示イメージの例に示す網構
造型データフロ−クibを追加する場合を説明する。網
構造型データ編集装置6は新たに追加されるアークが網
構造型データの記述に適することを調べる。もし不適の
場合はアーク追加処理は行われない。次に、アークib
を網構造型データaに追加する。その結果として網構造
型データ格納装置6には第32図に示されるデータが網
構造型アークaとして格納される。このデータを網構造
型データ表示装置5を用いて表示したものを第33図に
示す。データ統合管理装置7は網構造型データ編集装置
4から追加したアークの始点のrlDi」と終点のrl
DbJを受けとり、網構造型データ格納装置6から網構
造型データ1と網構造型データbとを検索する。第16
図と第8図とはそれぞれ網構造型データiと網構造型デ
ータbとの例を示し、それを網構造型データ表示装置5
を用いて表示したものをそれぞれ第17図と第9図とに
示す。次にデータ統合管理装置7は網構造型データlに
アウトコネクタbを追加し、網構造型データbにインコ
ネクタ1を追加する。コネクタを追加する位置は適切な
位置となるように自動的に決められる。この処理によっ
て網構造型データ格納装置6に格納される網構造型デー
タ1と網構造型データbとの例をそれぞれ第34図およ
び第36図とに示し、それを網構造型データ表示装置5
を用いて表示したものを第35図および第37図とに示
す。
Next, as a process for adding a new arc to the network structure data, a case will be described in which the network structure data flow chart ib shown in the example display image of FIG. 4 is added. The network structure data editing device 6 checks whether the newly added arc is suitable for describing network structure data. If it is inappropriate, arc addition processing will not be performed. Next, arc ib
is added to the network structure type data a. As a result, the data shown in FIG. 32 is stored in the network structure data storage device 6 as a network structure arc a. FIG. 33 shows this data displayed using the network structure type data display device 5. The data integration management device 7 uses the starting point rlDi of the arc added from the network-structured data editing device 4 and the ending point rl
DbJ is received, and network structure data 1 and network structure data b are retrieved from the network structure data storage device 6. 16th
8 and 8 respectively show examples of network structure data i and network structure data b, which are displayed on the network structure data display device 5.
Figures 17 and 9 respectively show what is displayed using . Next, the data integration management device 7 adds an out connector b to the network structure data l, and adds an in connector 1 to the network structure data b. The position where the connector is added is automatically determined to be an appropriate position. Examples of network structure data 1 and network structure data b stored in the network structure data storage device 6 through this process are shown in FIGS. 34 and 36, respectively, and are displayed in the network structure data display device 5.
What is displayed using is shown in FIG. 35 and FIG. 37.

そして、網構造型データの中からあるアークを削除する
場合の処理として、第4図の表示イメージの例に示す網
構造型データaの中からアークbiを削除する場合を説
明する。網構造型データ編集装置4はアークb1を網構
造型データaから取り除く。データ統合管理装置7は網
構造型データ編集装置4から削除したアークの始点のr
IDbJと終点のrlDi」を受は取る。そして、網構
造型データ格納装置6から網構造型データbと網構造型
データlとを検索し、網構造型データbからアウトコネ
クタlを再帰的に削除し、網構造型データ1からインコ
ネクタbを再帰的に削除する。この処理によって網構造
型データ格納装置6に格納される網構造型データa1網
構造型データbおよび網構造型データlの例をそれぞれ
第38図、第40図および第42図に示し、それらを網
構造型データ表示装置5を用いて表示したものをそれぞ
れ第39図、第41図および第43図に示す。
As a process for deleting an arc from the network structure data, a case will be described in which an arc bi is deleted from the network structure data a shown in the example display image of FIG. The network structure data editing device 4 removes the arc b1 from the network structure data a. The data integration management device 7 stores the starting point r of the arc deleted from the network-structured data editing device 4.
IDbJ and the end point rlDi. Then, the network structure data storage device 6 is searched for the network structure data b and the network structure data l, the out connector l is recursively deleted from the network structure data b, and the in connector is searched from the network structure data 1. Delete b recursively. Examples of network structure data a1, network structure data b, and network structure data l stored in the network structure data storage device 6 through this process are shown in FIGS. 38, 40, and 42, respectively. 39, 41, and 43 respectively show what is displayed using the network structure type data display device 5.

〔発明の効果〕〔Effect of the invention〕

本発明は、以上説明したように、システムの機能階層を
木構造型データとして表現を行うと共にシステムの各機
能をそのサブ機能とサブ機能との間のデータフローから
構成された網構造型データによる表現を用いて詳細化す
ることによりシステムのモデル化を行う作業に際して、
木構造型データと網構造型データとをデータ統合管理装
置で管理し、これらのデータ間の一貫性のチエツク、方
のデータから他のデータの半自動生成および一方のデー
タの修正に対する他のデータの自動修正などう行うので
、作業を効率的に進めることができる効果がある。
As explained above, the present invention expresses the functional hierarchy of a system as tree-structured data, and each function of the system is represented by network-structured data composed of sub-functions and data flows between the sub-functions. When modeling a system by detailing it using representations,
Tree-structured data and network-structured data are managed by a data integration management device, and the consistency between these data is checked, semi-automatic generation of one data from the other data, and modification of one data is performed on the other data. Since automatic correction is performed, it has the effect of allowing you to proceed with your work more efficiently.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明実施例の構成を示すブロック構成図。 第2図は木構造型データの表示イメージの例。 第3図は木構造型データ格納装置に格納されている木構
造型データの例。 第4図は網構造型データaの表示イメージの例。 第5図は網構造型データ格納装置に格納されている網構
造型データaの例。 第6図は第3図の木構造型データにノードmを追加した
場合に木構造型データ格納装置に格納される木構造型デ
ータ。 第7図は第6図の内容を木構造型データ表示装置で表示
した場合のイメージ図。 第8図は網構造型データ格納装置に格納されている網構
造型データbの例。 第9図は第8図の内容を網構造型データ表示装置で表示
した場合のイメージ図。 第10図は第8図の網構造型データbにノードmを追加
した場合に網構造型データ格納装置に格納される網構造
型データb0 第11図は第10図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第12図は第3図の木構造型データからノードbを削除
した場合に木構造型データ格納装置に格納される木構造
型データ。 第13図は第12図の内容を木構造型データ表示装置で
表示した場合のイメージ図。 第14図は網構造型データ格納装置に格納されている網
構造型データeの例。 第15図は第14図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第16図は網構造型データ格納装置に格納されている網
構造型データiの例。 第17図は第16図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第18図は第3図の木構造型データからノードbを削除
した場合に網構造型データ格納装置に格納される網構造
型データa0 第19図は第18図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第20図は第3図の木構造型データからノードbを削除
した場合に網構造型データ格納装置に格納されるa!I
構造構造型データ 第01図は第20図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第22図は第3図の木構造型データからノードbを削除
した場合に網構造型データ格納装置に格納されるWJ構
造型データj0 第23図は第22図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第24図は第3図の木構造型データからノードbをルー
トとするサブツリーを削除した場合に木構造型データ格
納装置に格納される木構造型データ。 第25図は第24図の内容を木構造型データ表示装置で
表示した場合のイメージ図。 第26図は第3図の木構造型データからノードbをルー
トとするサブツリーを削除した場合に網構造型データ格
納装置に格納される網構造型データ第27図は第26図
の内容を網構造型データ表示装置で表示した場合のイメ
ージ図。 第28図は第3図の木構造型データからノードbをルー
トとするサブツリーを削除した場合に網構造型データ格
納装置に格納される網構造型データ第29図は第28図
の内容を網構造型データ表示装置で表示した場合のイメ
ージ図。 第30図は第3図の木構造型データから7−ドbをルー
トとするサブツリーを削除した場合に網構造型データ格
納装置に格納される網構造型データl。 第31図は第30図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第32図は第5図の網構造型データaにアークibを追
加した場合に網構造型データ格納装置に格納される網構
造型データa0 第33図は第32図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第34図は第5図の網構造型データaにアークibを追
加した場合にwj構造型データ格納装置に格納される網
構造型データ10 第35図は第34図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第36図は第5図の網構造型データaにアークibを追
加した場合に網構造型データ格納装置に格納される網構
造型データb0 第37図は第36図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第38図は第5図の網構造型データaからアークbiを
削除した場合に網構造型データ格納装置に格納された網
構造型データa0 第39図は第38図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第40図は第5図の網構造型データaからアークbiを
削除した場合に網構造型データ格納装置に格納される網
構造型データb0 第41図は第40図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 第42図は第5図の網構造型データaからアークblを
削除した場合に網構造型データ格納装置に格納される網
構造型データ1゜ 第43図は第42図の内容を網構造型データ表示装置で
表示した場合のイメージ図。 1・・・木構造型データ編集装置、2・・・木構造型デ
ータ表示装置、3・・・木構造型データ格納装置、4・
・・網構造型データ編集装置、5・・・網構造型データ
表示装置、6・・・網構造型データ格納装置、7・・・
データ統合管理装置。 特許出願人 8本電気株式会社、〆 代理人  弁理士 井 出 直 孝 木構造型データの表示イメージ 第2図 網構造型データaの表示イメージ 第4図 網構造型データaの構成 第5図 網構造型データbの構成 第8図 第 図 網構造型データbの表示イメージ 第 図 ノードmが追加された網構造型データbの構成第10図 第 図 ノードmが追加された網構造型データの表示イメージ第
11図 網構造型データeの構成 第14図 網構造型データeの表示イメージ 第 図 網構造型データiの表示イメージ 第 図 網構造型データiの構成 第16図 ノードbが削除された網構造型データの構成第18図 ノードbが削除された網構造型データの表示イメージ第
19図 ノードbが削除された網構造型データeの表示イメージ
第 図 ノードbが削除された網構造型データeの構成第20図 ノードbが削除された網構造型データ 第22図 の構成 ノードbが削除された網構造型データiの表示イメージ
第 図 ■ 第 図 第 図 第 図 第 図 第 図 アーク bが追加された網構造型データaI7)tI4成第32
図 データaの表示イメージ 第33図 第 図 アークibが追加された網構造型データjの構成第34
図 データibが追加された網構造型データbの構成第36
図 データbの表示イメージ 第 図 第 図 アークbiが削除された網構造型データaの構成第 図 第 図 第 図 アークbiが削除された網構造型データiの構成第42
FIG. 1 is a block configuration diagram showing the configuration of an embodiment of the present invention. Figure 2 is an example of a display image of tree-structured data. FIG. 3 is an example of tree-structured data stored in a tree-structured data storage device. FIG. 4 is an example of a display image of network structure data a. FIG. 5 is an example of network structure data a stored in a network structure data storage device. FIG. 6 shows tree-structured data that is stored in the tree-structured data storage device when a node m is added to the tree-structured data shown in FIG. FIG. 7 is an image diagram when the contents of FIG. 6 are displayed on a tree-structured data display device. FIG. 8 is an example of network structure data b stored in the network structure data storage device. FIG. 9 is an image diagram when the contents of FIG. 8 are displayed on a network structure type data display device. FIG. 10 shows network structure data b0 stored in the network structure data storage device when node m is added to network structure data b in FIG. 8. FIG. 11 shows the contents of FIG. An image diagram when displayed on a display device. FIG. 12 shows tree-structured data stored in the tree-structured data storage device when node b is deleted from the tree-structured data of FIG. FIG. 13 is an image diagram when the contents of FIG. 12 are displayed on a tree-structured data display device. FIG. 14 is an example of network structure data e stored in the network structure data storage device. FIG. 15 is an image diagram when the contents of FIG. 14 are displayed on a network structure data display device. FIG. 16 is an example of network structure data i stored in a network structure data storage device. FIG. 17 is an image diagram when the contents of FIG. 16 are displayed on a network structure data display device. Figure 18 shows network-structured data a0 that is stored in the network-structured data storage device when node b is deleted from the tree-structured data in Figure 3. Figure 19 shows the contents of Figure 18 as network-structured data. An image diagram when displayed on a device. FIG. 20 shows a! which is stored in the network-structured data storage device when node b is deleted from the tree-structured data shown in FIG. I
Structure Structure Type Data FIG. 01 is an image diagram when the contents of FIG. 20 are displayed on a network structure type data display device. Fig. 22 shows WJ structure data j0 stored in the network data storage device when node b is deleted from the tree structure data in Fig. 3. Fig. 23 shows the contents of Fig. 22 as network structure data. An image diagram when displayed on a device. FIG. 24 shows tree-structured data stored in the tree-structured data storage device when the subtree with node b as the root is deleted from the tree-structured data of FIG. FIG. 25 is an image diagram when the contents of FIG. 24 are displayed on a tree-structured data display device. Figure 26 shows the network structure data stored in the network structure data storage device when the subtree with node b as the root is deleted from the tree structure data in Figure 3. An image diagram when displayed on a structured data display device. Figure 28 shows network-structured data that is stored in the network-structured data storage device when the subtree with node b as the root is deleted from the tree-structured data in Figure 3. An image diagram when displayed on a structured data display device. FIG. 30 shows network structure data l stored in the network structure data storage device when the subtree with 7-do b as the root is deleted from the tree structure data of FIG. FIG. 31 is an image diagram when the contents of FIG. 30 are displayed on a network structure data display device. FIG. 32 shows network structure data a0 stored in the network structure data storage device when arc ib is added to network structure data a in FIG. 5. FIG. 33 shows the contents of FIG. 32 as network structure data. An image diagram when displayed on a display device. Figure 34 shows network structure data 10 that is stored in the wj structure data storage device when arc ib is added to network structure data a in Figure 5. Figure 35 shows the contents of Figure 34 as network structure data. An image diagram when displayed on a display device. FIG. 36 shows network structure data b0 stored in the network structure data storage device when arc ib is added to network structure data a in FIG. 5. FIG. 37 shows the contents of FIG. 36 as network structure data. An image diagram when displayed on a display device. Figure 38 shows network structure data a0 stored in the network structure data storage device when arc bi is deleted from network structure data a in Figure 5. Figure 39 shows the contents of Figure 38 as network structure data. An image diagram when displayed on a display device. FIG. 40 shows network structure data b0 stored in the network structure data storage device when arc bi is deleted from network structure data a in FIG. 5. FIG. 41 shows the contents of FIG. 40 as network structure data. An image diagram when displayed on a display device. Figure 42 shows network structure data 1 stored in the network structure data storage device when arc bl is deleted from network structure data a in Figure 5. Figure 43 shows the contents of Figure 42 in network structure type An image diagram when displayed on a data display device. DESCRIPTION OF SYMBOLS 1...Tree structure type data editing device, 2...Tree structure type data display device, 3...Tree structure type data storage device, 4.
... Network structure type data editing device, 5... Network structure type data display device, 6... Network structure type data storage device, 7...
Data integration management device. Patent applicant: 8hon Denki Co., Ltd., agent: Naoki Ide, patent attorney Display image of structured data Figure 2 Display image of network structure data a Figure 4 Structure of network structure data a Figure 5 Network Structure of structure type data b Fig. 8 Fig. Display image of network structure type data b Fig. Structure of network structure type data b to which node m has been added Fig. 10 Fig. 10 Diagram of network structure type data to which node m has been added Display image Fig. 11 Structure of network structure data e Fig. 14 Display image of network structure data e Fig. Display image of network structure data i Fig. 16 Structure of network structure data i Fig. 16 Node b has been deleted Figure 18: Display image of network structure data from which node b has been deleted Figure 19: Display image of network structure data e from which node b has been deleted Figure 18: Network structure from which node b has been deleted Structure of type data e Fig. 20 Network structure type data with node b deleted Fig. 22 Display image of network structure data i with node b deleted Fig. Network structure type data aI7) tI4 formation 32nd with arc b added
Figure 33 Display image of data a Figure 34 Structure of network structure data j to which arc ib has been added
Configuration No. 36 of network structure data b to which figure data ib has been added
Display image of figure data b Figure Figure Figure Configuration of network structure data a from which arc bi has been deleted Figure Figure Figure Configuration of network structure data i from which arc bi has been deleted 42
figure

Claims (1)

【特許請求の範囲】 1、系を記述する複数のデータのひとつをノードに対応
させ、このノードの識別子とこのデータのレベルとを含
む木構造型データを作成する第一編集手段(1)および
この木構造型データを格納する第一格納手段(3)を有
する第一装置と、上記第一編集手段で作成された木構造
型データの各々のノードに対応してこのノードの子ノー
ドの識別子とこの子ノードにかかわるアークとを含む網
構造型データを作成する第二編集手段(4)およびこの
網構造型データを格納する第二格納手段(6)を有する
第二装置と を備えたデータ編集装置において、 上記第二編集手段(4)は、網構造データごとにこのデ
ータに対応するノードの親ノードに対応する網構造型デ
ータ中でこのノードを始点または終点とするアークを表
現する新たなノードを生成し、この新たなノードを上記
第二格納手段に与える手段を含み、 上記第一格納手段の内容と上記第二格納手段の内容とを
この新たなノードに基づき対応させるデータ統合手段(
7)を備えた ことを特徴とするデータ編集装置。
[Claims] 1. A first editing means (1) for associating one of a plurality of data describing a system with a node and creating tree-structured data including an identifier of this node and a level of this data; A first device having a first storage means (3) for storing this tree-structured data, and an identifier of a child node of this node corresponding to each node of the tree-structured data created by the first editing means. data comprising: a second editing means (4) for creating network structure data including arcs related to child nodes; and a second device having a second storage means (6) for storing the network structure data. In the editing device, the second editing means (4) is configured to create, for each network structure data, a new arc that expresses an arc having this node as a starting point or end point in the network structure data corresponding to the parent node of the node corresponding to this data. data integration means for making the contents of the first storage means correspond to the contents of the second storage means based on the new node; (
7) A data editing device comprising:
JP63140245A 1988-06-07 1988-06-07 Data editing device Pending JPH021054A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63140245A JPH021054A (en) 1988-06-07 1988-06-07 Data editing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63140245A JPH021054A (en) 1988-06-07 1988-06-07 Data editing device

Publications (1)

Publication Number Publication Date
JPH021054A true JPH021054A (en) 1990-01-05

Family

ID=15264291

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63140245A Pending JPH021054A (en) 1988-06-07 1988-06-07 Data editing device

Country Status (1)

Country Link
JP (1) JPH021054A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4963383A (en) * 1986-11-19 1990-10-16 Kabushikikaisha Kibun Process for producing konjak jelly

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4963383A (en) * 1986-11-19 1990-10-16 Kabushikikaisha Kibun Process for producing konjak jelly

Similar Documents

Publication Publication Date Title
US5553226A (en) System for displaying concept networks
JP4886693B2 (en) Information processing method, information processing apparatus, and information processing program
US5262761A (en) Displaying hierarchical tree-like designs in windows
US9852153B2 (en) Graphically representing programming attributes
JPH08255166A (en) Data management method and its system
JPH06290086A (en) Structure data processor
KR20000049456A (en) Method of automatically generating and updating web-page
CN111475602B (en) Multi-version knowledge graph storage method and device, storage medium and electronic equipment
CN111930965B (en) Method and system for constructing ontology structure of knowledge graph
US7313761B1 (en) Tree-style hierarchical control with graphical depiction of non-hierarchical interrelationships
JPH021054A (en) Data editing device
JP2004348341A (en) Structured document processing system, structured document processing method, and program
JPH09171510A (en) Structured data processor
US20090132903A1 (en) Visual system for visualizing, navigating, and editing attribute lattices within olap databases
JPH0844718A (en) Document processor
JP2003281150A (en) Id number imparting device, id number management method, id number management program, and computer- readable recording medium recording the program
JPS6254328A (en) Forming and editing device for tree structure
JP3395347B2 (en) Document processing device
JP3545190B2 (en) CAD system and recording medium
KR0175579B1 (en) Version Control Method of Object-Oriented SDL Specification
Komorowski et al. The use of fisheye views for displaying semantic relationships in a medical taxonomy
CN114462170A (en) Operator province network flexible topology customization method and device
JP2894264B2 (en) Data representation reference method and construction method of hypertext structure
EP0753177A1 (en) Apparatus and method for storing diagram data
JP2004213360A (en) Data retrieval system and data retrieval apparatus