JPH0512355A - Drawing data processor - Google Patents

Drawing data processor

Info

Publication number
JPH0512355A
JPH0512355A JP3183370A JP18337091A JPH0512355A JP H0512355 A JPH0512355 A JP H0512355A JP 3183370 A JP3183370 A JP 3183370A JP 18337091 A JP18337091 A JP 18337091A JP H0512355 A JPH0512355 A JP H0512355A
Authority
JP
Japan
Prior art keywords
data
display
display data
record
unit
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
JP3183370A
Other languages
Japanese (ja)
Inventor
Akihiko Tanae
彰彦 多苗
Takahiro Asazuma
貴裕 朝妻
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.)
NIIGATA NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Niigata Ltd
Original Assignee
NIIGATA NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Niigata Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NIIGATA NIPPON DENKI SOFTWARE KK, NEC Corp, NEC Software Niigata Ltd filed Critical NIIGATA NIPPON DENKI SOFTWARE KK
Priority to JP3183370A priority Critical patent/JPH0512355A/en
Publication of JPH0512355A publication Critical patent/JPH0512355A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To speed up the redisplaying and retrieval of drawing data of an architectural CAD system, etc. CONSTITUTION:A display data storage part 5 is stored with data records which are actually displayed among a large quantity of drawing data records. In redisplay mode, a display data retrieval part 2 transfers the data records in the display data storage part 5, record by record, to a display record storage part 4 by using a display data control part 3 and sends all display data in the transferred records to a display execution part 6, which redisplays them on the screen of a CRT, etc. Further, when key words regarding elements displayed on the screen are retrieved, the display data retrieval part 2 retrieves corresponding display data in the data records stored in the display data storage part 4; when the corresponding display data is found, the retrieval processing is finished, but when not, the remaining unretrieved data records are transferred, record by record, to the display record storage part 4 from the display data storage part 5 by using a display data control part 3, thus carrying on the retrieval.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はCADシステム等におけ
る図面データ処理装置に関し、具体的には、図面データ
と表示データとを分離して保持することにより表示デー
タの検索や再表示の処理効率を高めた図面データ処理装
置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a drawing data processing apparatus in a CAD system or the like, and more specifically, by separately holding drawing data and display data, the processing efficiency of display data retrieval and redisplay is improved. The present invention relates to an enhanced drawing data processing device.

【0002】[0002]

【従来の技術】建築の企画設計用のCADシステム等の
如きシステムでは、大量の図面データを扱っているが、
処理に際しCRT等の画面に表示するデータは図面中の
全データではなく、利用者等が選択した一部のデータで
あることが多い。また、このように選択された表示デー
タは、後の時点で再表示することが必要になる場合が多
い。
2. Description of the Related Art A system such as a CAD system for architectural planning and design handles a large amount of drawing data.
In many cases, the data displayed on the screen of the CRT or the like during the processing is not all the data in the drawing but a part of the data selected by the user or the like. In addition, the display data selected in this way often needs to be displayed again at a later time.

【0003】そこで従来は、図4に示すような構成によ
り表示データの再表示を可能にしている。なお、図4に
おいて、40は表示制御部、41は図面データ格納部、
42は図面データ検索部、43は表示可否判断部、44
は表示実行部である。
Therefore, conventionally, the display data can be redisplayed by the configuration shown in FIG. In FIG. 4, 40 is a display control unit, 41 is a drawing data storage unit,
42 is a drawing data search unit, 43 is a display availability determination unit, 44
Is a display execution unit.

【0004】図面データ格納部41は当該システムが扱
う全図面データを格納する部分である。ここに格納され
る個々の要素データ45は図5に示すように、その先頭
に表示可否識別子50が付与されている。
The drawing data storage unit 41 is a part for storing all drawing data handled by the system. As shown in FIG. 5, each element data 45 stored here is provided with a display availability identifier 50 at the head thereof.

【0005】最初の表示時、図面データ格納部41に格
納された要素データ45のうちの表示したい要素データ
45のみが表示実行部44に送られ、CRT等の画面に
表示される。このとき、どの要素データを表示したかを
識別するために、表示した要素データ45の表示可否識
別子50が表示可の状態にされる。
At the first display, only the element data 45 desired to be displayed among the element data 45 stored in the drawing data storage section 41 is sent to the display execution section 44 and displayed on a screen such as a CRT. At this time, in order to identify which element data is displayed, the displayability identifier 50 of the displayed element data 45 is set to the displayable state.

【0006】その後、例えば表示画面の内容が別の内容
に切り替わり、再び元の内容を表示する再表示命令が発
生すると、表示制御部40は図面データ検索部42に対
し全検索要求を出す。
After that, for example, when the content of the display screen is switched to another content and a redisplay command for displaying the original content is issued again, the display control unit 40 issues a full search request to the drawing data search unit 42.

【0007】図面データ検索部42は図面データ格納部
41の先頭の要素データから順に最後の要素データまで
全ての要素データを取り出して表示可否判断部43に送
り、表示可否判断部43は受け取った要素データの表示
可否識別子50の状態を判別し、表示すべき要素データ
であれば表示実行部44へ送る。
The drawing data retrieving unit 42 retrieves all the element data from the first element data to the last element data in the drawing data storage unit 41 in order and sends them to the display propriety judging section 43, and the display propriety judging section 43 receives the elements. The state of the data displayability identifier 50 is determined, and if it is element data to be displayed, it is sent to the display execution unit 44.

【0008】表示実行部44は送られてきた要素データ
をCRT等の画面に表示する。これにより、元の内容が
再表示されることになる。
The display execution unit 44 displays the sent element data on a screen such as a CRT. This causes the original contents to be displayed again.

【0009】また、このようなCADシステムでは、画
面に表示されている要素にかかるキーワードに基づき要
素データの検索を行う場合がある。例えば画面上で指示
された位置と各要素の位置との関係からどの要素が指示
されたかを判断する場合等である。このような検索は従
来図4の構成の下で以下のようにして実現されていた。
Further, in such a CAD system, element data may be searched based on a keyword relating to an element displayed on the screen. For example, it is possible to judge which element is designated based on the relationship between the position designated on the screen and the position of each element. Conventionally, such a search has been realized as follows under the configuration of FIG.

【0010】表示制御部40はキーワードを指定した検
索命令を受けると、そのキーワードを図面データ検索部
42に渡して検索を要求する。
When the display control unit 40 receives a search command specifying a keyword, the display control unit 40 passes the keyword to the drawing data search unit 42 to request a search.

【0011】図面データ検索部42は図面データ格納部
41の先頭の要素データから順に最後の要素データま
で、与えられたキーワードを持つ要素データであるか否
かを調べていき、該当する要素データが見つかればそれ
を表示制御部40に通知する。
The drawing data retrieving unit 42 checks from the first element data of the drawing data storage unit 41 to the last element data in order to determine whether or not the element data has a given keyword. If found, it notifies the display control unit 40.

【0012】[0012]

【発明が解決しようとする課題】従来は上述したように
して図面データの検索と再表示とを可能にしていたが、
次のような問題点があった。
Conventionally, it was possible to retrieve and redisplay drawing data as described above.
There were the following problems.

【0013】(1)再表示時、当該システムが扱う全図
面データの取り出しと表示可否の判断とが必要であり、
再表示に至るまでに長い時間を必要とする。
(1) At the time of re-display, it is necessary to take out all the drawing data handled by the system and judge whether or not the data can be displayed.
It takes a long time to redisplay.

【0014】(2)画面に表示されている要素にかかる
キーワードによる検索時、当該システムが扱う全図面デ
ータを検索対象とする必要があり、検索時間が一般に長
くなる。
(2) At the time of searching by the keyword related to the element displayed on the screen, it is necessary to search all drawing data handled by the system, and the search time is generally long.

【0015】そこで本発明の第1の目的は、再表示を効
率良く行うことができるようにすることにある。
Therefore, a first object of the present invention is to enable redisplay to be performed efficiently.

【0016】また本発明の第2の目的は、画面に表示さ
れている要素にかかるキーワードによる検索を効率良く
行うことができるようにすることにある。
A second object of the present invention is to enable efficient retrieval by a keyword relating to an element displayed on the screen.

【0017】[0017]

【課題を解決するための手段】本発明は上記の第1の目
的を達成するために、図面データ格納部に格納されたデ
ータレコードのうち表示する全てのデータレコードを格
納する表示データ格納部と、この表示データ格納部に格
納されたデータレコードのうちの1データレコードを格
納する表示レコード格納部と、前記表示データ格納部に
格納された1データレコードを前記表示レコード格納部
に転送する表示データ管理部と、再表示要求時、前記表
示レコード格納部に格納されたデータレコード中の全表
示データの表示実行部への送出,前記表示データ管理部
を使用した未送出データレコードの転送,該転送された
データレコード中の全表示データの前記表示実行部への
送出を、前記表示データ格納部に格納された全データレ
コード中の全表示データを前記表示実行部へ送出し終え
るまで続ける表示データ検索部とを備えている。
In order to achieve the above-mentioned first object, the present invention provides a display data storage unit for storing all the data records to be displayed among the data records stored in the drawing data storage unit. A display record storage unit that stores one data record of the data records stored in the display data storage unit, and display data that transfers one data record stored in the display data storage unit to the display record storage unit When a redisplay request is made by the management unit, all display data in the data records stored in the display record storage unit is sent to the display execution unit, and an unsent data record is transferred by using the display data management unit. Sending all display data in the displayed data record to the display execution unit, all display in all data records stored in the display data storage unit And a display data search unit to continue over data until you sent to the display execution unit.

【0018】また、本発明は上記の第2の目的をも達成
するために、検索要求時、前記表示データ検索部は、前
記表示レコード格納部に格納されたデータレコード中か
らの該当表示データの検索,前記表示データ管理部を使
用した未検索データレコードの転送,該転送されたデー
タレコード中からの該当表示データの検索を、該当表示
データが見つかるまで続ける構成を有している。
In order to achieve the second object of the present invention, when a search request is made, the display data search section is configured to display the corresponding display data from the data records stored in the display record storage section. The configuration is such that the search, the transfer of the unsearched data record using the display data management unit, and the search of the corresponding display data in the transferred data record are continued until the corresponding display data is found.

【0019】[0019]

【作用】本発明の図面データ処理装置においては、表示
データ格納部が、図面データ格納部に格納されたデータ
レコードのうち表示する全てのデータレコードを格納
し、表示レコード格納部が表示データ格納部に格納され
たデータレコードのうちの1データレコードを格納して
いる。つまり、表示データ格納部には表示されていたデ
ータだけが格納されているので、再表示要求時、表示デ
ータ検索部は、表示レコード格納部に格納されたデータ
レコード中の全表示データの表示実行部への送出,表示
データ管理部を使用した未送出データレコードの転送,
この転送されたデータレコード中の全表示データの表示
実行部への送出を、表示データ格納部に格納された全デ
ータレコード中の全表示データを表示実行部へ送出し終
えるまで続けることで再表示を可能にする。
In the drawing data processing apparatus of the present invention, the display data storage unit stores all the data records to be displayed among the data records stored in the drawing data storage unit, and the display record storage unit is the display data storage unit. One of the data records stored in is stored. In other words, since only the displayed data is stored in the display data storage unit, when a redisplay request is made, the display data search unit executes the display of all display data in the data records stored in the display record storage unit. To the copy section, transfer of unsent data records using the display data management section,
Re-display by continuing sending all display data in this transferred data record to the display execution unit until sending all display data in all data records stored in the display data storage unit to the display execution unit To enable.

【0020】また、画面に表示されている要素にかかる
キーワードによる検索要求時、表示データ検索部が、表
示レコード格納部に格納されたデータレコード中から該
当表示データの検索を行い、この範囲内で該当する表示
データが見つかれば検索処理を終了し、見つからなけれ
ば表示データ管理部を使用して表示データ格納部から未
検索の次の1データレコードを表示レコード格納部に転
送し、この転送されたデータレコード中から該当する表
示データを検索する。以降、該当する表示データが見つ
かるまで、上述した転送と検索を繰り返す。
Further, when a search request is made by a keyword relating to an element displayed on the screen, the display data search unit searches for the corresponding display data from the data records stored in the display record storage unit, and within this range. If the corresponding display data is found, the search process is terminated, and if not found, the display data management unit is used to transfer the next unsearched one data record from the display data storage unit to the display record storage unit. Search the corresponding display data from the data record. After that, the above-mentioned transfer and search are repeated until the corresponding display data is found.

【0021】[0021]

【実施例】次に、本発明の実施例について図面を参照し
て詳細に説明する。
Embodiments of the present invention will now be described in detail with reference to the drawings.

【0022】図1を参照すると、本発明の一実施例の図
面データ処理装置は、表示制御部1と、表示データ検索
部2と、表示データ管理部3と、表示レコード格納部4
と、表示データ格納部5と、表示実行部6とを備えてい
る。
Referring to FIG. 1, a drawing data processing apparatus according to an embodiment of the present invention includes a display control unit 1, a display data search unit 2, a display data management unit 3, and a display record storage unit 4.
A display data storage unit 5 and a display execution unit 6.

【0023】表示制御部1は、再表示命令やキーワード
を指定した検索命令等の各種の命令を受け付けて各部を
制御する部分である。
The display control unit 1 is a unit for receiving various commands such as a redisplay command and a search command designating a keyword and controlling each unit.

【0024】表示実行部6は、CRT等の画面にデータ
の表示を行う部分である。
The display execution section 6 is a section for displaying data on a screen such as a CRT.

【0025】表示データ格納部5は、本実施例の図面デ
ータ処理装置が適用される建築の企画設計用CADシス
テム等に備わる図示しない図面データ格納部に格納され
た大量の図面データレコードのうちCRT等の画面に表
示されたデータレコードを格納する記憶部である。
The display data storage unit 5 is a CRT among a large number of drawing data records stored in a drawing data storage unit (not shown) included in a CAD system for planning and designing a building to which the drawing data processing apparatus of this embodiment is applied. It is a storage unit for storing the data record displayed on the screen such as.

【0026】表示レコード格納部4は、表示データ格納
部5に格納されたデータレコードのうちの任意の1つの
データレコードを格納する記憶部である。
The display record storage unit 4 is a storage unit for storing any one data record among the data records stored in the display data storage unit 5.

【0027】表示データ検索部2は、表示レコード格納
部4を経由して、表示制御部1からの取り出し要求時に
は表示データ格納部5に格納された全データレコード中
の全表示データを取り出す処理を行うと共に、表示制御
部1からの検索要求時には与えられたキーワードによる
データレコード中の表示データの検索を行う部分であ
る。
The display data retrieving unit 2 retrieves all the display data from all the data records stored in the display data storing unit 5 at the time of a retrieval request from the display control unit 1 via the display record storing unit 4. In addition to performing the search, the display control unit 1 searches the display data in the data record with the given keyword.

【0028】この表示データ検索部2は、図2に示すよ
うに、内部に検索開始アドレス21と検索中アドレス2
2とを保持し、これらを使用して取り出し範囲または検
索範囲を制御している。
As shown in FIG. 2, the display data search section 2 internally has a search start address 21 and a search-in-progress address 2.
2 and 2 are used to control the fetch range or the search range.

【0029】検索開始アドレス21は取り出し又は検索
を開始した表示レコード格納部4のアドレスを示し、検
索中アドレス22は表示レコード格納部4の現在取り出
した又は検索中のアドレスを示す。検索中アドレス22
は取り出し又は検索のための参照を終えると歩進され
る。なお、検索中アドレス22は表示レコード格納部4
の最後のアドレスの次には先頭のアドレスを指し示すよ
うに変更される。
The search start address 21 indicates the address of the display record storage unit 4 that has started the extraction or search, and the searching address 22 indicates the address of the display record storage unit 4 that is currently extracted or is being searched. Searching address 22
Is stepped over when it has finished referencing for retrieval or retrieval. In addition, the searching address 22 is the display record storage unit 4
The last address of is changed to point to the first address.

【0030】表示データ検索部2は、取り出し要求時に
は検索開始アドレス21と検索中アドレス22とが同一
になるまで表示レコード格納部4の各アドレスの表示デ
ータの取り出しを行い、その後表示データ管理部3に表
示データの転送を要求し、この要求に応じて表示データ
管理部3が表示データ格納部5の次のデータレコードを
転送してきたら、このデータレコードに対し同様の取り
出し処理を行う。
The display data retrieval unit 2 retrieves the display data of each address in the display record storage unit 4 until the retrieval start address 21 and the retrieval address 22 become the same at the time of the retrieval request, and then the display data management unit 3 When the display data management unit 3 transfers the next data record in the display data storage unit 5 in response to the request, the same fetch processing is performed for this data record.

【0031】また、検索要求時、表示データ検索部2
は、該当する表示データが見つかればそれを表示制御部
1に渡して検索を終了するが、検索開始アドレス21と
検索中アドレス22とが同一になるまで見つからなかっ
た場合には表示データ管理部3に表示データの転送を要
求し、この要求に応じて表示データ管理部3が表示デー
タ格納部5の次のデータレコードを転送してきたら、こ
のデータレコードに対し同様の検索を繰り返す。
When a search request is issued, the display data search unit 2
If the corresponding display data is found, the display data is sent to the display control unit 1 to end the search, but if the search start address 21 and the searching address 22 are not found, the display data management unit 3 When the display data management unit 3 transfers the next data record in the display data storage unit 5 in response to the request, the same search is repeated for this data record.

【0032】表示データ管理部3は、表示データ検索部
2から転送要求があったとき、表示データ格納部5に格
納されている未取り出し又は未検索のデータレコードを
1レコード単位で表示レコード格納部4に転送する部分
である。
When there is a transfer request from the display data retrieving unit 2, the display data managing unit 3 retrieves the unretrieved or unretrieved data records stored in the display data storing unit 5 on a record-by-record basis. 4 is a part to be transferred.

【0033】この表示データ管理部3は、図3に示すよ
うに、検索開始レコード番号31と検索中レコード番号
32と管理テーブル33とを保持し、これらを使用して
転送範囲を制御している。
As shown in FIG. 3, the display data management unit 3 holds a search start record number 31, a search record number 32, and a management table 33, and uses these to control the transfer range. .

【0034】管理テーブル33は、表示データ格納部5
に格納されている各データレコードのid番号とデータ
レコードに含まれる表示データの総数とを保持するテー
ブルである。
The management table 33 includes the display data storage unit 5
3 is a table that holds the id number of each data record stored in and the total number of display data included in the data record.

【0035】検索開始レコード番号31は、取り出し開
始または検索開始時に表示レコード格納部4に格納され
ていたデータレコードに対応する管理テーブル33のエ
ントリを指し示す情報であり、検索中レコード番号32
は、表示レコード格納部4に現在格納されているデータ
レコードに対応する管理テーブル33のエントリを指し
示す情報である。
The search start record number 31 is information indicating the entry of the management table 33 corresponding to the data record stored in the display record storage unit 4 at the start of retrieval or search, and the record number during search 32.
Is information indicating the entry of the management table 33 corresponding to the data record currently stored in the display record storage unit 4.

【0036】表示データ管理部3は、表示データ検索部
2から転送要求を受けると、検索中レコード番号32が
指し示す管理テーブル33のエントリの次のエントリの
表示データ総数をチェックし、表示データが存在する場
合には表示データ格納部5から同エントリに対応するデ
ータレコードに含まれる表示データを表示レコード格納
部4に転送する。また、データ総数が0の場合には管理
テーブル33の先頭のエントリに対応するデータレコー
ドに含まれる表示データを表示データ格納部5から表示
レコード格納部4へ転送する。検索開始レコード番号3
1と検索中レコード番号32とが同一になったら全デー
タの転送が終了したので、その旨を表示データ検索部2
に通知する。
When the display data management unit 3 receives the transfer request from the display data search unit 2, the display data management unit 3 checks the display data total number of the entries next to the entry in the management table 33 indicated by the searched record number 32, and the display data exists. In this case, the display data included in the data record corresponding to the same entry is transferred from the display data storage unit 5 to the display record storage unit 4. If the total number of data is 0, the display data included in the data record corresponding to the first entry of the management table 33 is transferred from the display data storage unit 5 to the display record storage unit 4. Search start record number 3
When 1 and the searched record number 32 become the same, the transfer of all data is completed, so that is indicated to the display data search unit 2
To notify.

【0037】次に上述のように構成された本実施例の動
作を説明する。
Next, the operation of this embodiment configured as described above will be described.

【0038】最初の表示時には、図示しない図面データ
格納部に格納された大量の図面データレコードのうちC
RT等の画面に表示したいデータレコード中の表示デー
タだけが表示実行部6に送られる。このとき、それらの
データレコードは表示データ格納部5に格納され、その
格納に合わせて表示データ管理部3の管理テーブル33
の内容が設定される。
At the time of first display, C is selected from the large number of drawing data records stored in the drawing data storage unit (not shown).
Only the display data in the data record desired to be displayed on the screen such as RT is sent to the display execution unit 6. At this time, those data records are stored in the display data storage unit 5, and the management table 33 of the display data management unit 3 is stored according to the storage.
Is set.

【0039】その後、例えば表示画面の内容が別の内容
に切り替わり、再び元の内容を表示する再表示命令が発
生すると、表示制御部1は図面データ検索部2に対し取
り出し要求(全検索要求)を出す。
After that, for example, when the content of the display screen is switched to another content and a redisplay command for displaying the original content again occurs, the display control unit 1 requests the drawing data search unit 2 to take out (all search request). Give out.

【0040】表示データ検索部2は、検索中アドレス2
2が検索開始アドレス21に等しくなるように初期設定
し、検索中アドレス22が指し示す表示レコード格納部
4のエントリに格納された表示データの取り出しと表示
実行部6への送出,検索中アドレス22の歩進,歩進後
の検索中アドレス22が指し示す表示レコード格納部4
のエントリに格納された表示データの取り出しと表示実
行部6への送出とを、検索中アドレス22が検索開始ア
ドレス21と同一になるまで繰り返すことにより、表示
レコード格納部4に格納された全表示データを取り出し
て表示実行部6へ送出する。
The display data retrieving unit 2 retrieves the retrieving address 2
2 is initially set to be equal to the search start address 21, and the display data stored in the entry of the display record storage unit 4 pointed to by the search address 22 is taken out and sent to the display execution unit 6, and the search address 22 Step display, display record storage unit 4 pointed to by the searching address 22 after stepping
By repeating the retrieval of the display data stored in the entry and the transmission to the display execution unit 6 until the searching address 22 becomes the same as the search start address 21, all the display data stored in the display record storage unit 4 is displayed. The data is taken out and sent to the display execution unit 6.

【0041】表示データ検索部2は、表示レコード格納
部4に格納された全表示データの送出を終えると、表示
データ管理部3に転送要求の開始指示を出す。
When the display data search unit 2 finishes sending all the display data stored in the display record storage unit 4, it issues a transfer request start instruction to the display data management unit 3.

【0042】表示データ管理部3は、検索中レコード番
号32が検索開始レコード番号31に等しくなるように
初期設定し、次に検索中レコード番号32を歩進し、歩
進後の検索中レコード番号32が指し示す管理テーブル
33のエントリ中の表示データ総数をチェックする。そ
して、表示データ総数が0でなければ、同エントリに対
応する表示データ格納部5のデータレコード中の表示デ
ータを表示レコード格納部4へ転送し、転送完了を表示
データ検索部2に通知する。また、表示データ総数が0
であれば、検索中レコード番号32を管理テーブル33
の先頭エントリを指すように変更し、同エントリに対応
する表示データ格納部5のデータレコード中の表示デー
タを表示レコード格納部4へ転送し、転送完了を表示デ
ータ検索部2に通知する。
The display data management unit 3 initializes the retrieved record number 32 to be equal to the retrieved start record number 31, then advances the retrieved record number 32, and retrieves the retrieved record number. The display data total number in the entry of the management table 33 indicated by 32 is checked. Then, if the total number of display data is not 0, the display data in the data record of the display data storage unit 5 corresponding to the same entry is transferred to the display record storage unit 4, and the completion of transfer is notified to the display data search unit 2. Also, the total number of display data is 0
If so, the searched record number 32 is set to the management table 33.
The display data in the data record of the display data storage unit 5 corresponding to the same entry is transferred to the display record storage unit 4, and the display data search unit 2 is notified of the completion of the transfer.

【0043】表示データ検索部2は、上記転送によって
表示レコード格納部4に格納された1データレコード分
の表示データに対し上述したと同様の処理を行うことに
より、表示実行部6に今回の1データレコード内の全て
の表示データを送出する。そして、表示データ管理部3
に対し転送要求の再開指示を出す。
The display data retrieving unit 2 performs the same processing as described above on the display data for one data record stored in the display record storing unit 4 by the above transfer, and causes the display executing unit 6 to retrieve the current 1 Sends all display data in the data record. Then, the display data management unit 3
To the restart request of the transfer request.

【0044】表示データ管理部3は、検索中レコード番
号32を歩進して上述と同様の処理を行い、未取り出し
の次の1データレコード分の表示データを表示データ格
納部5から表示レコード格納部4へ転送する。そして、
この転送された1データレコード分の表示データに対し
表示データ検索部2は上記と同様の処理を行って今回の
1データレコード内の全ての表示データを表示実行部6
へ送出する。
The display data management unit 3 advances the record number during retrieval 32 and performs the same processing as described above, and stores the display data for the next one data record that has not yet been extracted from the display data storage unit 5 into the display record storage unit 5. Transfer to section 4. And
The display data search unit 2 performs the same processing as described above on the transferred display data of one data record, and displays all the display data in the current one data record in the display execution unit 6
Send to.

【0045】表示データの取り出しと送出は、表示デー
タ検索部2から出された転送要求の再開指示時に、表示
データ管理部3で歩進後の検索中レコード番号32が検
索開始レコード番号31に等しくなったと認識された時
点で終了する。
When the transfer request issued from the display data retrieving unit 2 is instructed to retrieve and send the display data, the display data managing unit 3 makes the retrieving record number 32 after stepping equal to the retrieving start record number 31. It ends when it is recognized that it has become.

【0046】以上のような処理が行われることにより、
画面上に元の内容が再表示され、これで再表示の処理が
終了する。
By performing the above processing,
The original content is redisplayed on the screen, and the redisplay processing ends.

【0047】次に、画面上の要素にかかるキーワードに
よる検索時の動作を説明する。
Next, the operation at the time of searching by the keyword relating to the element on the screen will be described.

【0048】表示制御部1は、キーワードを指定した検
索命令を受けると、そのキーワードを渡して表示データ
検索部2に検索を要求する。
When the display control unit 1 receives a search command specifying a keyword, the display control unit 1 sends the keyword and requests the display data search unit 2 to perform a search.

【0049】表示データ検索部2は、検索中アドレス2
2が検索開始アドレス21に等しくなるように初期設定
し、検索中アドレス22が指し示す表示レコード格納部
4のエントリに格納された表示データが該当する表示デ
ータか否かを調べる。そして、該当する表示データであ
ればそれを表示制御部1に渡して検索処理を終了する。
The display data retrieving unit 2 retrieves the retrieving address 2
2 is initially set to be equal to the search start address 21, and it is checked whether or not the display data stored in the entry of the display record storage 4 pointed to by the searching address 22 is the corresponding display data. Then, if it is the corresponding display data, it is passed to the display control unit 1 and the search processing is ended.

【0050】該当する表示データでない場合、検索中ア
ドレス22を歩進し、歩進後の検索中アドレス22が指
し示す表示レコード格納部4のエントリに格納された表
示データが該当する表示データか否かを調べる。以下、
該当する表示データが見つかるか、検索中アドレス22
が検索開始アドレス21に等しくなるまで同様の処理を
続ける。
If the display data is not the corresponding display data, the step goes to the searching address 22 and whether the display data stored in the entry of the display record storage unit 4 pointed to by the searching address 22 after the stepping is the corresponding display data. Find out. Less than,
The corresponding display data can be found, or the searching address 22
The same processing is continued until becomes equal to the search start address 21.

【0051】表示レコード格納部4に格納された表示デ
ータの範囲内で該当する表示データが見つからなかった
場合、表示データ検索部2は表示データ管理部3に転送
要求の開始指示を出す。
When the corresponding display data is not found within the range of the display data stored in the display record storage unit 4, the display data search unit 2 issues a transfer request start instruction to the display data management unit 3.

【0052】表示データ管理部3は、検索中レコード番
号32が検索開始レコード番号31に等しくなるように
初期設定し、次に検索中レコード番号32を歩進し、歩
進後の検索中レコード番号32が指し示す管理テーブル
33のエントリ中の表示データ総数をチェックする。そ
して、表示データ総数が0でなければ、同エントリに対
応する表示データ格納部5のデータレコード中の表示デ
ータを表示レコード格納部4へ転送し、転送完了を表示
データ検索部2に通知する。また、表示データ総数が0
であれば、検索中レコード番号32を管理テーブル33
の先頭エントリを指すように変更し、同エントリに対応
する表示データ格納部5のデータレコード中の表示デー
タを表示レコード格納部4へ転送し、転送完了を表示デ
ータ検索部2に通知する。
The display data management section 3 initializes the retrieved record number 32 to be equal to the retrieved start record number 31, then advances the retrieved record number 32, and retrieves the retrieved record number. The display data total number in the entry of the management table 33 indicated by 32 is checked. Then, if the total number of display data is not 0, the display data in the data record of the display data storage unit 5 corresponding to the same entry is transferred to the display record storage unit 4, and the completion of transfer is notified to the display data search unit 2. Also, the total number of display data is 0
If so, the searched record number 32 is set to the management table 33.
The display data in the data record of the display data storage unit 5 corresponding to the same entry is transferred to the display record storage unit 4, and the display data search unit 2 is notified of the completion of the transfer.

【0053】表示データ検索部2は、上記転送によって
表示レコード格納部4に格納された1データレコード分
の表示データに対し上述したと同様の検索処理を行う。
そして、該当する表示データが見つかればそれを表示制
御部1に渡して検索処理を終了し、見つからなければ表
示データ管理部3に転送要求の再開指示を出し、これに
応じて表示レコード格納部4に格納された1データレコ
ード分の表示データに対し上述したと同様の検索処理を
行う。以上の処理を該当する表示データが見つかるまで
続行する。
The display data search unit 2 performs the same search processing as described above on the display data for one data record stored in the display record storage unit 4 by the above transfer.
Then, if the corresponding display data is found, it is passed to the display control unit 1 to end the search processing, and if not found, a display data management unit 3 is instructed to restart the transfer request, and in response thereto, the display record storage unit 4 is issued. The same search processing as described above is performed on the display data of one data record stored in. The above processing is continued until the corresponding display data is found.

【0054】[0054]

【発明の効果】以上説明した本発明の図面データ処理装
置によれば、以下のような効果を得ることができる。
According to the drawing data processing apparatus of the present invention described above, the following effects can be obtained.

【0055】(1)図面データと表示データとを分離
し、表示されるデータは表示データ格納部に格納するよ
うにしたので、再表示時には表示データ格納部に格納さ
れた表示データ全てを表示実行部に送るだけで再表示が
可能になり、再表示を効率良く高速に行うことができ
る。
(1) Since the drawing data and the display data are separated and the data to be displayed is stored in the display data storage unit, all the display data stored in the display data storage unit are displayed when redisplaying. Re-display can be done simply by sending it to the department, and re-display can be performed efficiently and at high speed.

【0056】(2)画面に表示されている要素にかかる
キーワードによる検索を、表示データ格納部に格納され
た表示データを検索範囲として検索するため、全図面デ
ータを検索範囲としていた従来技術に比べ検索時間の短
縮が可能になる。
(2) Compared with the prior art in which all drawing data are set as the search range, the search is performed by using the keyword related to the element displayed on the screen as the search range of the display data stored in the display data storage section. The search time can be shortened.

【0057】(3)特に、表示データ格納部に格納され
たデータレコードのうちの1データレコードを表示レコ
ード格納部に転送し、検索はこの表示レコード格納部に
格納されているデータレコード中の表示データから開始
するため、同一のデータレコード内の表示データを続け
て検索する場合には、極めて高速に検索できる。
(3) In particular, one of the data records stored in the display data storage unit is transferred to the display record storage unit, and the search is performed by displaying the data records stored in this display record storage unit. Since it starts from the data, when the display data in the same data record is continuously searched, the search can be performed at extremely high speed.

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

【図1】本発明の一実施例のブロック図である。FIG. 1 is a block diagram of an embodiment of the present invention.

【図2】表示データ検索部の説明図である。FIG. 2 is an explanatory diagram of a display data search unit.

【図3】表示データ管理部の説明図である。FIG. 3 is an explanatory diagram of a display data management unit.

【図4】従来技術のブロック図である。FIG. 4 is a block diagram of the prior art.

【図5】図4の要素データ45の説明図である。5 is an explanatory diagram of element data 45 of FIG. 4. FIG.

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

1…表示制御部 2…表示データ検索部 3…表示データ管理部 4…表示レコード格納部 5…表示データ格納部 6…表示実行部 1 ... Display control unit 2 ... Display data search section 3 ... Display data management unit 4 ... Display record storage 5 ... Display data storage 6 ... Display execution unit

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 図面データ格納部に格納されたデータレ
コードのうち表示する全てのデータレコードを格納する
表示データ格納部と、 該表示データ格納部に格納されたデータレコードのうち
の1データレコードを格納する表示レコード格納部と、 前記表示データ格納部に格納された1データレコードを
前記表示レコード格納部に転送する表示データ管理部
と、 再表示要求時、前記表示レコード格納部に格納されたデ
ータレコード中の全表示データの表示実行部への送出,
前記表示データ管理部を使用した未送出データレコード
の転送,該転送されたデータレコード中の全表示データ
の前記表示実行部への送出を、前記表示データ格納部に
格納された全データレコード中の全表示データを前記表
示実行部へ送出し終えるまで続ける表示データ検索部と
を備えた図面データ処理装置。
1. A display data storage unit for storing all data records to be displayed among the data records stored in the drawing data storage unit, and one data record of the data records stored in the display data storage unit. A display record storage unit for storing, a display data management unit for transferring one data record stored in the display data storage unit to the display record storage unit, and a data stored in the display record storage unit at the time of a redisplay request Sends all display data in the record to the display execution unit,
Transfer of an untransmitted data record using the display data management unit, transmission of all display data in the transferred data record to the display execution unit, among all data records stored in the display data storage unit. A drawing data processing device comprising: a display data search unit that continues until all display data is sent to the display execution unit.
【請求項2】 検索要求時、前記表示データ検索部は、
前記表示レコード格納部に格納されたデータレコード中
からの該当表示データの検索,前記表示データ管理部を
使用した未検索データレコードの転送,該転送されたデ
ータレコード中からの該当表示データの検索を、該当表
示データが見つかるまで続けることを特徴とする請求項
1記載の図面データ処理装置。
2. When a search request is made, the display data search unit is
Retrieving the corresponding display data from the data records stored in the display record storage unit, transferring unretrieved data records using the display data management unit, retrieving the corresponding display data from the transferred data records. The drawing data processing apparatus according to claim 1, wherein the process is continued until the corresponding display data is found.
【請求項3】 前記表示データ検索部は検索開始アドレ
スと検索中アドレスとを使用して検索範囲を制御し、 前記表示データ管理部は検索開始レコード番号と検索中
レコード番号と前記表示データ格納部に格納されたデー
タレコードのid番号およびデータレコード中に含まれ
るデータ総数を持つ管理テーブルとを使用して転送範囲
を制御する構成を有する請求項2記載の図面データ処理
装置。
3. The display data search unit controls a search range using a search start address and a search-in-progress address, and the display data management unit controls a search start record number, a search-in-progress record number, and the display data storage unit. 3. The drawing data processing apparatus according to claim 2, wherein the drawing data processing apparatus is configured to control the transfer range by using the management table having the id number of the data record and the total number of data contained in the data record stored in.
JP3183370A 1991-06-28 1991-06-28 Drawing data processor Pending JPH0512355A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3183370A JPH0512355A (en) 1991-06-28 1991-06-28 Drawing data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3183370A JPH0512355A (en) 1991-06-28 1991-06-28 Drawing data processor

Publications (1)

Publication Number Publication Date
JPH0512355A true JPH0512355A (en) 1993-01-22

Family

ID=16134586

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3183370A Pending JPH0512355A (en) 1991-06-28 1991-06-28 Drawing data processor

Country Status (1)

Country Link
JP (1) JPH0512355A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07319894A (en) * 1994-05-25 1995-12-08 Toshiba Corp Device and method for high-speed data retrieval

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07319894A (en) * 1994-05-25 1995-12-08 Toshiba Corp Device and method for high-speed data retrieval

Similar Documents

Publication Publication Date Title
US6125209A (en) Database accessing method and apparatus
US20020059297A1 (en) Search formulation user interface
JP3342146B2 (en) Image information management device
JPH0512355A (en) Drawing data processor
JPH06251078A (en) Information processor
JP2001101203A (en) Device for electronic filing and method for retrieving document using the same
JPH06131228A (en) Method for information processing and device therefor
JP2676731B2 (en) Electronic document retrieval device
JPH07334406A (en) Multi-media data base system
JPH1091644A (en) Method and device for processing data base query
JP2692431B2 (en) Image selection device
JP2582305Y2 (en) Data retrieval device
JPH06314306A (en) Data base display method
JPH08329094A (en) Document retrieval device
JPH03105559A (en) Document preparing device
JP2001051983A (en) Management system and registering method for document
JPH0962689A (en) Multimedia compound document management system
JP2002366568A (en) Online system, device and program
JPH03251937A (en) Data base retrieving system
JPH06337770A (en) Confirmation assisting device for data analytic design information
JPH08171570A (en) High-speed retrieval processing system for map information
JPH0721201A (en) Electronic filing device
JPH08161346A (en) Device and method for document preparation
JPS60203066A (en) File system of picture information
JPH02311958A (en) Data retrieving device