JP2575962B2 - Information processing system - Google Patents

Information processing system

Info

Publication number
JP2575962B2
JP2575962B2 JP5529791A JP5529791A JP2575962B2 JP 2575962 B2 JP2575962 B2 JP 2575962B2 JP 5529791 A JP5529791 A JP 5529791A JP 5529791 A JP5529791 A JP 5529791A JP 2575962 B2 JP2575962 B2 JP 2575962B2
Authority
JP
Japan
Prior art keywords
event
area
storage
processing target
content flag
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.)
Expired - Lifetime
Application number
JP5529791A
Other languages
Japanese (ja)
Other versions
JPH04291437A (en
Inventor
浩行 増田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP5529791A priority Critical patent/JP2575962B2/en
Publication of JPH04291437A publication Critical patent/JPH04291437A/en
Application granted granted Critical
Publication of JP2575962B2 publication Critical patent/JP2575962B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、非同期入力の処理を行
情報処理システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing system for performing asynchronous input processing.

【0002】[0002]

【従来の技術】従来、図形処理システムなどで画面から
非同期入力を行うと、図4の(イ)に示すように、入力
キュー(非同期入力により発生した事象を格納しておく
領域)内に格納されて格納事象となる。ユーザプログラ
ムは種々の処理にこの格納事象を利用するために、その
内容を知りたいが、入力キュー内から直接に得ることは
認められていない。これは、入力キュー内には、通常複
数個の格納事象が存在しているので、そのうちのいずれ
を処理対象とするか判明しないため、および入力キュー
の領域保護(他の格納事象の内容破壊の防止)のためで
ある。そのため、ユーザプログラムは入力キュー内の格
納事象のうちのいずれを処理対象とするかを事象の発生
順などの情報をもとに選択する。選択された事象(処理
対象事象)は入力キュー内を検索して見つけだし、その
内容を参照できるように、図4の(ロ)に示すように、
入力キューとは別の領域(処理対象事象格納域)にデー
タ転送し、格納されていた領域を空領域とする。
2. Description of the Related Art Conventionally, when an asynchronous input is performed from a screen in a graphic processing system or the like, as shown in FIG. 4A, the input is stored in an input queue (an area for storing an event generated by the asynchronous input). Is a storage event. The user program wants to know the content of the stored event in order to use it for various processes, but is not allowed to obtain the content directly from the input queue. This is because there are usually a plurality of storage events in the input queue, and it is not clear which of them is to be processed, and the area protection of the input queue (for destruction of the contents of other storage events). Prevention). Therefore, the user program selects which of the events stored in the input queue is to be processed based on information such as the order of occurrence of the events. The selected event (event to be processed) is found by searching in the input queue, and as shown in (b) of FIG.
Data is transferred to an area (processing target event storage area) different from the input queue, and the stored area is set as an empty area.

【0003】[0003]

【発明が解決しようとする課題】このように入力キュー
からユーザプログラムが参照できる領域に事象をデータ
転送していたため、事象内に多量のデータが格納されて
いた場合などに大幅に性能低下を招くという問題があっ
た。本発明は、事象格納域を設けてフラグによって格納
事象と処理対象事象を区別し、データ転送を無くして性
能向上を図ることを目的としている。
As described above, since the event is transferred from the input queue to the area which can be referred to by the user program, the performance is greatly reduced when a large amount of data is stored in the event. There was a problem. SUMMARY OF THE INVENTION It is an object of the present invention to provide an event storage area, distinguish between a storage event and an event to be processed by a flag, and improve performance by eliminating data transfer.

【0004】[0004]

【課題を解決するための手段】図1を参照して課題を解
決するための手段を説明する。図1において、事象格納
域5は、非同期入力を格納事象として格納する領域、お
よび領域内容フラグ6を設けたものである。領域内容フ
ラグ6は、事象格納域5の領域が空、事象格納、処理対
象事象のいずれの状態かを識別するフラグである。
Means for solving the problem will be described with reference to FIG. In FIG. 1, an event storage area 5 is provided with an area for storing an asynchronous input as a storage event, and an area content flag 6. The area content flag 6 is a flag for identifying whether the area of the event storage area 5 is empty, stored in an event, or processed.

【0005】処理対象事象ポインタ7は、処理対象事象
をポイントするものである。
The processing target event pointer 7 points to a processing target event.

【0006】[0006]

【作用】本発明は、図1に示すように、事象入力が発生
したときに、領域内容フラグ6を参照して空領域にこれ
を格納および領域内容フラグ6を格納事象状態にセット
するようにしている。また、処理対象事象化の要求があ
ったときに、領域内容フラグ6が格納事象状態であっ
て、条件に一致する格納事象を見つけ、これの領域内容
フラグ6を処理対象事象状態に更新して参照可能状態に
すると共に、処理対象事象ポインタ7がポイントしてい
た元の領域の領域内容フラグ6を空状態にセットおよび
新たな処理対象事象をポイントするようにしている。
According to the present invention, as shown in FIG. 1, when an event input occurs, the area content flag 6 is stored in the empty area with reference to the area content flag 6, and the area content flag 6 is set to the storage event state. ing. In addition, when there is a request for conversion to a processing target event, a storage event whose area content flag 6 is in the storage event state, and a storage event that matches the condition is found, and this area content flag 6 is updated to the processing target event state. At the same time, the area content flag 6 of the original area pointed to by the processing target event pointer 7 is set to an empty state, and a new processing target event is pointed.

【0007】従って、事象格納域5を設けて領域内容フ
ラグ6によって格納事象と処理対象事象を区別し、デー
タ転送なしに処理対象事象をユーザプログラムなどから
参照可能することにより、性能向上を図ることができ
る。
Therefore, the event storage area 5 is provided, the storage event and the processing target event are distinguished by the area content flag 6, and the processing target event can be referred to from a user program or the like without data transfer, thereby improving the performance. Can be.

【0008】[0008]

【実施例】次に、図1ないし図3を用いて本発明の実施
例の構成および動作を順次詳細に説明する。図1におい
て、図形処理システム1は、画面から非同期入力して各
種図形処理を行うシステムであって、ここでは事象入力
制御部2および事象処理部3などから構成されるもので
ある。
Next, the configuration and operation of an embodiment of the present invention will be sequentially described in detail with reference to FIGS. In FIG. 1, a graphic processing system 1 is a system that performs various graphic processing by asynchronously inputting from a screen, and here is configured by an event input control unit 2, an event processing unit 3, and the like.

【0009】事象入力部2は、画面から非同期入力され
た事象を、事象格納域5中の領域内容フラグ6が空状態
の領域に格納および領域内容フラグ6を事象格納状態に
セットしたりなどするものである(図2を用いて後述す
る)。事象処理部3は、事象格納域5中の領域内容フラ
グ6が格納事象状態であって、かつ要求のあった条件に
一致する格納事象を見つけ、これの領域内容フラグ5を
処理対象事象状態にセットおよび処理対象事象ポインタ
7がポイントしていた元の処理対象事象の領域内容フラ
グ6を空状態にセットおよび新たな領域の領域内容フラ
グ6を処理対象事象状態にセットしたりなどするもので
ある(図3を用いて後述する)。
The event input unit 2 stores an event asynchronously input from the screen in an area where the area content flag 6 in the event storage area 5 is empty, and sets the area content flag 6 to an event storage state. (To be described later with reference to FIG. 2). The event processing unit 3 finds a storage event in which the area content flag 6 in the event storage area 5 is in the storage event state and matches the requested condition, and sets the area content flag 5 to the processing target event state. For example, the area content flag 6 of the original processing target event pointed by the set and processing target event pointer 7 is set to an empty state, and the area content flag 6 of a new area is set to the processing target event state. (Described later with reference to FIG. 3).

【0010】主記憶領域4は、事象格納域5などを設け
る記憶領域である。事象格納域5は、画面などから非同
期入力された事象を格納し、領域内容フラグ6を用いて
領域の内容を空状態、格納事象を格納した状態、処理対
象事象を格納した状態のいずれかと識別してユーザプロ
グラムがこの入力された格納事象を参照する際にデータ
転送を無くしたものである。
The main storage area 4 is a storage area in which an event storage area 5 and the like are provided. The event storage area 5 stores an event asynchronously input from a screen or the like, and uses the area content flag 6 to identify the content of the area as being empty, storing a stored event, or storing a processing target event. The data transfer is eliminated when the user program refers to the input storage event.

【0011】領域内容フラグ6は、事象格納域5の領域
の状態を識別するフラグであって、例えば0のとき空状
態1のとき格納事象を格納した状態2のとき処理対象事
象を格納した状態を表わす。ここで、格納事象は画面な
どから非同期入力されたデータを事象格納域5に格納し
た状態のデータを表わし、処理対象事象は事象格納域5
に格納されたデータがユーザプログラムなどから参照可
能な状態を表わす。
The area content flag 6 is a flag for identifying the state of the area of the event storage area 5. For example, when 0, it is empty, 1 when it stores a stored event, when it is 2, it stores the event to be processed. Represents Here, the storage event represents data in a state where data asynchronously input from a screen or the like is stored in the event storage area 5, and the processing target event is the event storage area 5.
Indicates a state in which the data stored in the file can be referenced from a user program or the like.

【0012】処理対象事象ポインタ7は、処理対象事象
をポイントするポインタ(アドレス)である。次に、図
2を用いて事象格納時の図1の構成の動作を詳細に説明
する。図2において、S1は、事象入力が発生したか否
かを判別する。これは、画面から非同期入力でデータ
(CADの各種描画データなど)が入力されたか否かを
判別する。YESの場合には、S2に進む。NOの場合
には、待機する。
The processing target event pointer 7 is a pointer (address) that points to the processing target event. Next, the operation of the configuration of FIG. 1 at the time of event storage will be described in detail with reference to FIG. In FIG. 2, S1 determines whether an event input has occurred. This is to determine whether or not data (such as various drawing data of CAD) has been input from the screen by asynchronous input. In the case of YES, the process proceeds to S2. If no, it stands by.

【0013】S2は、事象格納域5を先頭から検索して
領域内容フラグ6が0(空状態)の領域があるか否かを
判別する。YESの場合には、図1の事象格納域5中に
空の領域があったので、S3に進む。NOの場合には、
空の領域がなかったので、S5でオーバフロー発生のメ
ッセージを表示し、ユーザに知らせる。S3は、領域内
容フラグ6を1(格納事象を格納した状態)にする。
In step S2, the event storage area 5 is searched from the beginning, and it is determined whether or not there is an area whose area content flag 6 is 0 (empty state). In the case of YES, there is an empty area in the event storage area 5 of FIG. 1, so the process proceeds to S3. In the case of NO,
Since there is no empty area, a message indicating that an overflow has occurred is displayed in S5 to notify the user. In step S3, the area content flag 6 is set to 1 (a state where the storage event is stored).

【0014】S4は、事象を事象格納域5の該当する領
域に格納する。以上の処理によって、画面などから非同
期入力されたデータ(事象)を順次事象格納域5の空の
領域に格納および領域内容フラグ6を1(格納事象を格
納した状態)にセットする。次に、図3を用いて処理対
象事象化時の図1の構成の動作を詳細に説明する。
In step S4, the event is stored in a corresponding area of the event storage area 5. Through the above processing, data (events) asynchronously input from the screen or the like is sequentially stored in an empty area of the event storage area 5, and the area content flag 6 is set to 1 (a state where the storage event is stored). Next, the operation of the configuration shown in FIG. 1 at the time of event processing is described in detail with reference to FIG.

【0015】図3において、S11は、処理対象事象化
要求ありか否かを判別する。これは、ユーザプログラム
から、事象格納域5に格納した格納事象について、参照
したい旨の要求(処理対象事象化要求)があったか否か
を判別する。YESの場合には、S12に進む。NOの
場合には、待機する。S12は、領域内容フラグ6が1
(格納事象を表わす)である格納事象のうち、条件に一
致するものがあるか否かを検索する。これは、S12の
処理対象事象化の要求に対応して、図1の事象格納域5
中の領域内容フラグ6が1(格納事象を表わす)のうち
の、当該処理対象事象化の要求時に通知された条件に一
致する格納事象を検索して探し、見つかったか否かを判
別する。YESの場合には、条件に一致する格納事象が
見つかったので、S13に進む。NOの場合には、条件
に一致する格納事象が見つからなかったので、終了する
(END)。
In FIG. 3, a step S11 decides whether or not there is a process event request. In this case, it is determined whether or not a request to refer to the storage event stored in the event storage area 5 (process event generation request) is received from the user program. In the case of YES, the process proceeds to S12. If no, it stands by. In S12, the area content flag 6 is set to 1
A search is made as to whether any of the storage events (representing the storage event) that matches the condition is present. This corresponds to the event storage area 5 in FIG.
A search is made for a storage event that matches the condition notified at the time of the request for conversion to the processing target event, from among the 1 (representing the storage event) in the area content flag 6 in the middle, and determines whether or not the storage event is found. In the case of YES, a storage event that matches the condition has been found, so the flow proceeds to S13. If NO, the process ends (END) because no storage event matching the condition was found.

【0016】S13は、処理対象事象ポインタ7の指す
処理対象事象の領域内容フラグ6を2から0(空状態)
にする。S14は、処理対象事象ポインタ7をS12で
見つけた格納事象を指すように更新する。S15は、処
理対象事象ポインタ7が指す事象の領域内容フラグ6を
1(格納事象)から2(処理対象事象)にする。
In step S13, the area content flag 6 of the processing target event pointed to by the processing target event pointer 7 is changed from 2 to 0 (empty state).
To In S14, the processing target event pointer 7 is updated so as to point to the storage event found in S12. In S15, the area content flag 6 of the event pointed to by the processing target event pointer 7 is changed from 1 (storage event) to 2 (processing target event).

【0017】S16は、処理対象事象ポインタ7がポイ
ントする処理対象事象をユーザプログラムなどが参照す
る。以上の処理によって、ユーザプログラムなどが処理
対象事象化の要求を、図1の事象処理部3に通知したこ
とに対応して、事象処理部3が上述したS11ないしS
15の処理によって、領域内容フラグ6が1(格納事
象)であって、かつ条件に一致する格納事象を検索して
見つけだした後、処理対象事象ポインタ7が指す領域の
領域内容フラグ6を0(空状態)および見つけだした領
域を指すように処理対象事象ポインタ7を更新し、この
処理対象事象ポインタ7が指す領域の領域内容フラグ6
を2(処理対象事象)にし、この処理対象事象ポインタ
7が指す新たな領域を、ユーザプログラムが参照し、図
形処理を行うことが可能となる。これにより、ユーザプ
ログラムなどが非同期入力された格納事象を参照する際
に、単に領域内容フラグ6を1から2、および処理対象
事象ポインタ7の切替えを行うのみで、データ転送を行
うことなく、入力事象(処理対象事象)を参照すること
が可能となる。
In step S16, the user program refers to the processing target event pointed by the processing target event pointer 7. By the above processing, in response to the user program or the like notifying the event processing unit 3 in FIG.
In the process of No. 15, after the area content flag 6 is 1 (storage event) and the storage event that matches the condition is searched for and found, the area content flag 6 of the area pointed to by the processing target event pointer 7 is set to 0 ( The processing target event pointer 7 is updated to indicate the empty state) and the found area, and the area content flag 6 of the area indicated by the processing target event pointer 7 is updated.
Is set to 2 (process target event), and the user program can refer to a new area indicated by the process target event pointer 7 and perform graphic processing. Thus, when the user program or the like refers to the storage event input asynchronously, the user simply switches the area content flag 6 from 1 to 2 and switches the processing target event pointer 7 without performing data transfer. Events (process target events) can be referred to.

【0018】次に、図1に示す事象格納域5のないし
について具体的に説明する。は、画面からの非同期
入力が可能となった直後の事象格納域5の状態を示す。
この状態では、事象格納域5には、領域内容フラグ6が
0(空状態を表わす)の空き領域1ないしNのN個の領
域と、領域内容フラグ6が3(処理対象事象のダミーを
表わす)のダミー処理対象事象の1個の領域がある。こ
こで、ダミー処理対象事象を1個設けた理由は、他のN
個の領域と同様に領域内容フラグ6を0(空状態)とし
てしまうと、処理対象事象が存在しないときには最大
(N+1)個の事象が入力できるが、一度、処理対象事
象が存在すると最大N個の事象しか入力できなくなり、
状態によって入力できる最大個数が(N+1)個やN個
に変わってしまう不都合が生じるため、領域内容フラグ
6を3にしたものである。この状態で、1つの処理対象
事象をポイントする処理対象事象ポインタ7が図示のよ
うにダミー処理対象事象をポイントするように設定して
おく。
Next, the details of the event storage area 5 shown in FIG. 1 will be described. Shows the state of the event storage area 5 immediately after the asynchronous input from the screen becomes possible.
In this state, the event storage area 5 has N empty areas 1 to N where the area content flag 6 is 0 (indicating an empty state), and the area content flag 6 is 3 (represents a dummy of the event to be processed). ) There is one area for the dummy processing target event. Here, the reason for providing one dummy processing target event is that other N
If the area content flag 6 is set to 0 (empty state) in the same manner as the number of areas, up to (N + 1) events can be input when there is no processing target event. Can only input the event of
Since the maximum number that can be input changes to (N + 1) or N depending on the state, the area content flag 6 is set to 3. In this state, the processing target event pointer 7 that points to one processing target event is set to point to the dummy processing target event as illustrated.

【0019】は、画面から非同期入力として、事象が
2つ入力された後の状態を示す。事象が2つ入力された
ので、事象格納域5の先頭の空き領域1、2に事象を格
納して領域内容フラグ6を0から1にセットしたことに
対応して、図示のように格納事象1、2が格納されたこ
ととなる(図2のフローチャート参照)。は、処理対
象事象化の要求に対応して、格納事象1を処理対象事象
にし、ユーザプログラムからこれを参照可能にした後の
状態を示す。
Shows a state after two events are input as asynchronous input from the screen. Since two events have been input, the events are stored in the free areas 1 and 2 at the head of the event storage area 5 and the area content flag 6 is set from 0 to 1 as shown in FIG. 1 and 2 are stored (see the flowchart of FIG. 2). Indicates a state after storing event 1 is set as a processing target event in response to a request for conversion to a processing target event, and this can be referred to from a user program.

【0020】(3−1) 処理対象事象化の要求に対応
して、図3のフローチャートに従って、S12で領域内
容フラグ6が1である格納対象のうちの、条件に一致す
る格納事象として格納事象1を見つける。 (3−2) 図3のS13で処理対象事象ポインタ7が
ポイントするダミー処理対象事象の領域内容フラグ6の
3を0(空状態)にする。
(3-1) In response to the request for conversion to the processing target event, the storage event corresponding to the condition among the storage targets whose area content flag 6 is 1 in S12 according to the flowchart of FIG. Find one. (3-2) In S13 of FIG. 3, the area content flag 6 of the dummy processing target event pointed by the processing target event pointer 7 is set to 0 (empty state).

【0021】(3−3) 図3のS14で処理対象事象
ポインタ7を、(3−1)で見つけた格納事象1をポイ
ントするように更新する。 (3−4) 図3のS15で処理対象事象ポインタ7が
ポイントする格納事象1の領域内容フラグ6を1から2
(処理対象事象)に更新する。これにより、格納事象1
が処理対象事象になり、ユーザプログラムから参照可能
な状態に設定されることとなる。
(3-3) In S14 of FIG. 3, the processing target event pointer 7 is updated so as to point to the storage event 1 found in (3-1). (3-4) The area content flag 6 of the storage event 1 pointed to by the processing target event pointer 7 in S15 of FIG.
(Event to be processed). Thereby, storage event 1
Becomes a process target event, and is set to a state that can be referred to from the user program.

【0022】は、の状態で更に処理対象事象化の要
求(ここでは格納事象2が条件に一致するとする)が発
行された場合を示す。と同様にして、領域内容フラグ
6が1で条件に一致する格納事象を格納事象2として見
つけ、処理対象事象ポインタ7がポイントする領域の領
域内容フラグ6を2から0および見つけた領域をポイン
トするように更新した後、見つけた格納事象2の領域内
容フラグ6を1から2に更新する。これにより、図示に
ように格納事象2が処理対象事象となり、ユーザプログ
ラムからこれを参照することができる。
Shows a case where a request for event processing to be processed (here, storage event 2 satisfies the condition) is issued. In the same manner as in the above, the storage event whose area content flag 6 matches 1 and the condition is found is found as the storage event 2, the area content flag 6 of the area pointed by the processing target event pointer 7 is 0 from 2 and the found area is pointed. Then, the area content flag 6 of the found storage event 2 is updated from 1 to 2. As a result, as shown in the figure, the storage event 2 becomes a processing target event, which can be referenced from the user program.

【0023】[0023]

【発明の効果】以上説明したように、本発明によれば、
事象格納域5を設けて領域内容フラグ6によって格納事
象と処理対象事象を区別し、データ転送なしに処理対象
事象をユーザプログラムなどから参照可能にする構成を
採用しているため、データ転送を無くし、非同期入力に
よる処理速度を向上させることができる。特に、非同期
入力によるデータ量が多い場合に顕著に処理速度が速く
なる。
As described above, according to the present invention,
An event storage area 5 is provided, and a storage event and a processing target event are distinguished by the area content flag 6 so that the processing target event can be referred to from a user program or the like without data transfer. In addition, the processing speed by the asynchronous input can be improved. In particular, when the data amount due to the asynchronous input is large, the processing speed is significantly increased.

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

【図1】本発明の1実施例構成図である。FIG. 1 is a configuration diagram of one embodiment of the present invention.

【図2】本発明の事象格納時のフローチャートである。FIG. 2 is a flowchart at the time of storing an event according to the present invention.

【図3】本発明の処理対象事象化時のフローチャートで
ある。
FIG. 3 is a flowchart when an event to be processed according to the present invention is performed.

【図4】従来技術の説明図である。FIG. 4 is an explanatory diagram of a conventional technique.

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

1:図形処理システム 2:事象入力制御部 3:事象処理部 4:主記憶領域 5:事象格納域 6:領域内容フラグ(0:空、1:格納事象、2:処理
対象事象) 7:処理対象事象ポインタ
1: graphic processing system 2: event input control unit 3: event processing unit 4: main storage area 5: event storage area 6: area content flag (0: empty, 1: storage event, 2: processing target event) 7: processing Target event pointer

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】情報を処理する情報処理システムにおい
て、 非同期事象を格納する領域にその状態を示す情報として
格納済に関する情報または参照事象に関する情報を記憶
する記憶手段と、 状態情報が参照対象でないかつ格納済である領域内の事
象のうち、参照要求に係る条件に該当する事象を検索す
る検索手段と、 当該検索された事象の領域の状態情報を、格納済から参
照対象を示す情報に変更する変更手段とを有することを
特徴とする情報処理システム。
1. An information processing system for processing information.
In the area for storing asynchronous events,
Stores information about stored or reference events
Means in the area where status information is not referenced and stored
Search for events that meet the conditions related to the reference request.
Search means and the state information of the area of the searched event from the stored one.
And a change means for changing to information indicating an object to be illuminated.
Characteristic information processing system.
【請求項2】上記参照対象を示す情報を有する領域の事
象を参照する参照手段を有することを特徴とする請求項
1に記載の情報処理システム
2. An area having information indicating the reference target.
Claims comprising reference means for referring to an elephant.
2. The information processing system according to 1 .
JP5529791A 1991-03-20 1991-03-20 Information processing system Expired - Lifetime JP2575962B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5529791A JP2575962B2 (en) 1991-03-20 1991-03-20 Information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5529791A JP2575962B2 (en) 1991-03-20 1991-03-20 Information processing system

Publications (2)

Publication Number Publication Date
JPH04291437A JPH04291437A (en) 1992-10-15
JP2575962B2 true JP2575962B2 (en) 1997-01-29

Family

ID=12994640

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5529791A Expired - Lifetime JP2575962B2 (en) 1991-03-20 1991-03-20 Information processing system

Country Status (1)

Country Link
JP (1) JP2575962B2 (en)

Also Published As

Publication number Publication date
JPH04291437A (en) 1992-10-15

Similar Documents

Publication Publication Date Title
US7689937B2 (en) Method and system for displaying categorized information on a user interface
EP0062121B1 (en) Text processing apparatus with two-stage formatting of text
US5555003A (en) Method for selecting an item on a graphics screen
EP0536077A2 (en) Method for enhancing interactive query of a database
EP0561684B1 (en) System and method for scrolling control
JPH0225536B2 (en)
JPH0581327A (en) Information retrieval supporting processor
JPH08263525A (en) Data display device
JP2978519B2 (en) Document data display method and system
US5398338A (en) Record retrieval method using key bondary value table and condition valid status table
JP2575962B2 (en) Information processing system
CN116302292B (en) Task management method, device, terminal and storage medium
JPH0398169A (en) Collective changing system for features of plural elements of interactive cad
JP2760755B2 (en) Method of storing and redisplaying the operation button history for computer processing
WO2000010128A1 (en) Graphic request management system
JP2512910B2 (en) Data processing device
JP2764788B2 (en) Display control device
JP2509936B2 (en) Output control device
JPH08137652A (en) Information processor
JP2511645B2 (en) Method and system for automatically storing search results in container objects in a data processing system
JPH08328879A (en) Task management system
JP3067083B2 (en) Document input device
JPH0827681B2 (en) Interactive operation device
JPH0524550B2 (en)
JPH0260195B2 (en)

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19960723