JPH06202872A - Object direction system - Google Patents

Object direction system

Info

Publication number
JPH06202872A
JPH06202872A JP5016897A JP1689793A JPH06202872A JP H06202872 A JPH06202872 A JP H06202872A JP 5016897 A JP5016897 A JP 5016897A JP 1689793 A JP1689793 A JP 1689793A JP H06202872 A JPH06202872 A JP H06202872A
Authority
JP
Japan
Prior art keywords
time
record
activated
procedure
dictionary
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
JP5016897A
Other languages
Japanese (ja)
Inventor
Mitsunori Wada
光教 和田
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP5016897A priority Critical patent/JPH06202872A/en
Priority to AU36513/93A priority patent/AU669511B2/en
Priority to PCT/RU1993/000018 priority patent/WO1994017046A1/en
Priority to EP93905681A priority patent/EP0638558A1/en
Priority to CA002132417A priority patent/CA2132417C/en
Publication of JPH06202872A publication Critical patent/JPH06202872A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To facilitate maintenance or design development of a method to be activated while depending on time. CONSTITUTION:When activating a specified method by an object according to a message in this system, a method designating means called as a method dictionary is previosuly referred to. In this means, a method record 23A is provided for selecting the method to be activated corresponding to time shown by a clock 13 as a time monitoring menas. Thus, since the method corresponding to time is selectively designated and activated by the method dictionary, such description as to branch a processing sequence corresponding to time is unnecessitated for the method as the object of maintenance or design development. Thus, the maintenance and management design of the system is facilitated.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、メッセージの授受によ
って所定のメソッドを実行するオブジェクト指向システ
ムにおいて、時刻に依存して異なる処理を実行するメソ
ッドの保守管理を容易にしたオブジェクト指向システム
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an object-oriented system which facilitates maintenance and management of methods which execute different processes depending on time in an object-oriented system which executes a predetermined method by sending and receiving messages.

【0002】[0002]

【従来の技術】オブジェクト指向システムは、オブジェ
クトと呼ぶソフトウェアモジュールの概念を導入し、複
数のオブジェクトを組み合わせることでソフトウェアを
構成している。図2に、一般のオブジェクト指向システ
ム概念図を示す。このシステムにおいて、オブジェクト
1はメソッド3とデータ4の構造体を組み合わせたもの
として定義される。プログラムはこのようなオブジェク
ト1を組み合わせて構成されるが、各オブジェクト1
は、それぞれメッセージ2Aを受信して一定の処理を実
行し、あるいは他のオブジェクトに対しメッセージ2B
を出力する。
2. Description of the Related Art An object-oriented system introduces the concept of a software module called an object and constructs software by combining a plurality of objects. FIG. 2 shows a conceptual diagram of a general object-oriented system. In this system, object 1 is defined as a combination of method 3 and data 4 structures. The program is constructed by combining such objects 1, but each object 1
Respectively receives the message 2A and executes a certain process, or sends the message 2B to another object.
Is output.

【0003】メッセージ2Aをオブジェクト1が受信す
ると、このオブジェクト1はそのメッセージ2Aの内容
に応じた手続きを起動する。なお、こうして起動される
手続きのことをメソッド3と呼んでいる。各オブジェク
ト1には、複数のメソッド3ごとに、「メソッド名、実
行した結果返す値の型、引き数の個数、各引き数の型、
処理手続き」等を定義しておく。これにより、受理でき
るメッセージ2Aの内容と、そのメッセージを受信した
場合の動作を規定する。
When the object 1 receives the message 2A, the object 1 activates the procedure according to the content of the message 2A. The procedure activated in this way is called method 3. In each object 1, for each of the plurality of methods 3, "method name, type of value returned as execution result, number of arguments, type of each argument,
"Processing procedure" is defined. This defines the content of the message 2A that can be accepted and the operation when the message is received.

【0004】この「オブジェクトで起動するメソッド
名、各引き数の値」を指定してオブジェクト1にメッセ
ージ2Aを送出すると、受信側の言語処理系は、送信側
で指定したメッセージの書式が受信側で定義したメッセ
ージの定義を満足するか検査する。この検査を満足した
場合、オブジェクトを起動する。即ち、受信側の言語処
理系では、「メソッド名、実行した結果返す値の型、引
き数の個数、各引き数の型」が一致するかどうかを検査
する。送信側の書式を満足するような受信側の定義が存
在しない場合には、所定の動作をせずにユーザーにエラ
ーを通知する。このように、オブジェクト指向システム
では、オブジェクト1で定義されたメソッド3と、メッ
セージ2A、2Bの授受メカニズムに基づくメソッド起
動メカニズムにより、所定の機能を持つソフトウェアを
実現している。
When the message 2A is sent to the object 1 by designating the "method name to be activated by the object and the value of each argument", the language processing system on the receiving side determines that the format of the message specified on the transmitting side is the receiving side. Check whether the message definition defined in step 4 is satisfied. If this check is satisfied, the object is activated. That is, the language processing system on the receiving side checks whether the “method name, type of value returned as a result of execution, number of arguments, type of each argument” match. If the definition of the receiving side that satisfies the format of the transmitting side does not exist, the user is notified of the error without performing the predetermined operation. As described above, in the object-oriented system, software having a predetermined function is realized by the method 3 defined by the object 1 and the method activation mechanism based on the transmission / reception mechanism of the messages 2A and 2B.

【0005】[0005]

【発明が解決しようとする課題】ところで、スケジュー
ル管理に利用されるようなソフトウェアにおいては、処
理内容が時刻に依存するようなメソッドが要求される。
図3に、このような例を示すための従来のメソッドの構
成説明図を示す。処理内容が時刻に依存するメソッドを
実現するには、一つのメソッドの中で時刻を調べ、その
値に応じて手続きを処理手順4A、4B、4Cというよ
うに分岐するような構造が必要となる。
By the way, in software used for schedule management, a method whose processing contents depend on time is required.
FIG. 3 shows a configuration explanatory diagram of a conventional method for showing such an example. In order to realize a method whose processing contents depend on time, it is necessary to have a structure that checks the time in one method and branches the procedure according to the value, such as processing steps 4A, 4B, and 4C. .

【0006】ここで、このようなメソッドを採用するシ
ステムにおいて、使用環境の変化に応じて、ある時刻に
実行する処理のみを変更するような要求が生じることが
ある。この場合、プログラマーはそのメソッドを取り出
し、他の時刻に実行される処理に影響を与えないように
特定の処理の変更作業をしなければならない。プログラ
マーは、通常、特定の時刻に起動する処理を一まとめに
しているが、変更によって他の処理に影響がでないよう
に検証をするための手間が非常に多くかかることもあ
る。このような変更に手間がかかれば、ソフトウェアの
設計や改良及び開発を遅延させる原因ともなる。本発明
は以上の点に着目してなされたもので、時刻に依存して
起動するメソッドの保守や設計開発等を容易にするオブ
ジェクト指向システムを提供することを目的とするもの
である。
[0006] Here, in a system adopting such a method, there may be a request for changing only the process executed at a certain time in accordance with the change of the usage environment. In this case, the programmer has to take out the method and modify the specific process so as not to affect the process executed at other times. The programmer usually puts together the processes started at a specific time, but it may take a lot of time and effort to verify that the change does not affect other processes. If such changes are troublesome, it may cause delays in designing, improving, and developing software. The present invention has been made in view of the above points, and it is an object of the present invention to provide an object-oriented system that facilitates maintenance, design development, and the like of methods that are activated depending on time.

【0007】[0007]

【課題を解決するための手段】本発明のオブジェクト指
向システムは、メッセージの授受によって所定のメソッ
ドを実行するオブジェクトを組み合わせて成るオブジェ
クト指向システムにおいて、時刻に依存して異なる処理
を実行する複数のメソッドと、前記各メソッドの処理起
動時刻を監視する時刻監視手段と、前記時刻監視手段の
示す時刻に応じて、起動すべきメソッドを選択し指定す
るメソッド指定手段とを備えたことを特徴とするもので
ある。
SUMMARY OF THE INVENTION An object-oriented system of the present invention is an object-oriented system comprising a combination of objects that execute predetermined methods by sending and receiving messages, and a plurality of methods that execute different processes depending on time. And a time monitoring means for monitoring the processing start time of each method, and a method specifying means for selecting and specifying a method to be started according to the time indicated by the time monitoring means. Is.

【0008】[0008]

【作用】このシステムでは、オブジェクトがメッセージ
に従って特定のメソッドを起動する場合に、予めメソッ
ド辞書と呼ぶメソッド指定手段を参照する。ここには、
時刻監視手段である時計の示す時刻に応じて起動すべき
メソッドを選択するためのメソッドレコードが設けられ
ている。こうしてメソッド辞書により時刻に応じたメソ
ッドが選択指定され、起動されるため、保守や設計開発
の対象となるメソッドに時刻に応じて処理手順を分岐す
るような記述が不要となる。従ってこれにより、システ
ムの保守管理設計が容易になる。
In this system, when an object activates a specific method according to a message, a method specifying means called a method dictionary is referred to in advance. here,
A method record is provided for selecting a method to be activated according to the time indicated by a clock, which is a time monitoring means. In this way, since the method according to the time is selected and designated by the method dictionary and activated, the description for branching the processing procedure to the method targeted for maintenance or design and development is not necessary. Therefore, this facilitates maintenance design of the system.

【0009】[0009]

【実施例】以下、本発明を図の実施例を用いて詳細に説
明する。図1は、本発明のオブジェクト指向システム実
施例を示すブロック図である。このシステムは、実行系
10と実行時データ格納部20とから構成される。実行
系10は、翻訳系11と手続き決定機構12を備えてい
る。手続き決定機構12の中には、本発明において時刻
監視手段と呼ぶ時計13が設けられている。翻訳系11
は、プログラムを実行コードに従って順に読取り、実行
するが、オブジェクトへのメッセージ送信が行なわれる
と、処理依頼14によって手続き決定機構12に処理を
依頼する。そして、そのオブジェクトによる一定の処理
結果15は、手続き決定機構12から翻訳系11に返さ
れる構成となっている。
The present invention will be described in detail below with reference to the embodiments shown in the drawings. FIG. 1 is a block diagram showing an object oriented system embodiment of the present invention. This system comprises an execution system 10 and a runtime data storage unit 20. The execution system 10 includes a translation system 11 and a procedure determination mechanism 12. In the procedure determining mechanism 12, there is provided a clock 13 called a time monitoring means in the present invention. Translation system 11
Reads the program sequentially according to the execution code and executes the program. When a message is transmitted to the object, the process request 14 requests the procedure determining mechanism 12 to perform the process. Then, the constant processing result 15 by the object is configured to be returned from the procedure determining mechanism 12 to the translation system 11.

【0010】実行時データ格納部20は、プログラムを
実行時に実行系10が使用するデータを格納する記憶装
置等から構成される。この実行時データ格納部20に
は、実行コード21、オブジェクト表22、メソッド辞
書23及びメソッドコード24が設けられている。実行
コード21は処理の実行手順を記述した部分である。ま
た、オブジェクト表22は実行時に生成されるオブジェ
クトを格納する部分である。また、メソッド辞書23
は、メソッドのエントリやメソッド間の順序関係を格納
する部分である。メソッドコード24は、メソッドの実
行コードを格納した部分である。
The runtime data storage unit 20 is composed of a storage device or the like for storing data used by the active system 10 when the program is executed. The runtime data storage unit 20 is provided with an execution code 21, an object table 22, a method dictionary 23, and a method code 24. The execution code 21 is a part in which the execution procedure of the process is described. The object table 22 is a part that stores objects generated at the time of execution. Also, the method dictionary 23
Is a part that stores the method entry and the order relation between the methods. The method code 24 is a portion that stores the execution code of the method.

【0011】実行コード21の中には、オブジェクトの
参照21Aを行なう部分が存在し、そのエントリ21B
がオブジェクト表22の中の一つのオブジェクトを指
す。これがオブジェクトレコード22Aである。オブジ
ェクト表22は、オブジェクトレコード22Aを要素と
する表である。各オブジェクトレコード22Aは、対応
するメソッド辞書23へのエントリ22Bを持つ。オブ
ジェクト指向システムでは、一般に一つのオブジェクト
が一つ以上のメソッドを持つことができる。従って、一
つのオブジェクトレコード22Aから一つ以上のメソッ
ド辞書23へのエントリを持つ場合がある。
In the execution code 21, there is a part for referring to the object 21A, and its entry 21B.
Indicates one object in the object table 22. This is the object record 22A. The object table 22 is a table having the object record 22A as an element. Each object record 22A has an entry 22B in the corresponding method dictionary 23. In an object-oriented system, generally an object can have more than one method. Therefore, there may be an entry from one object record 22A to one or more method dictionaries 23.

【0012】メソッド辞書23は、メソッドレコード2
3Aを要素とする表である。各メソッドレコード23A
は、起動するべきメソッドを順に選択し、指定するため
に、対応するメソッドコード24へのエントリ23Bを
持つ。メソッドコード24は、先に説明したメソッドの
実行コードを格納したもので、一定の一連の手続きごと
にまとめられたものである。
The method dictionary 23 stores the method record 2
3 is a table having 3A as an element. Each method record 23A
Has an entry 23B to the corresponding method code 24 in order to sequentially select and specify the method to be activated. The method code 24 stores the execution code of the method described above, and is collected for each fixed series of procedures.

【0013】図4に、メソッド指定手段の更に具体的な
内容説明図を示す。図に示すように、メソッド指定手段
であるこのメソッド辞書23は、図1に示したオブジェ
クトレコード22Aのエントリ22Bによって指定され
る1または2以上のメソッドレコード23A1〜23A
5を備えている。このメソッド辞書23では、メソッド
とそのメソッドが有効である時間を対にして、同一の名
前を持つが起動時刻によりその処理内容が異なるメソッ
ド同士をポインタで結び付け、一つのリストを構成して
いる。
FIG. 4 shows a more detailed explanation of the contents of the method specifying means. As shown in the figure, this method dictionary 23, which is a method specifying means, has one or more method records 23A1-23A specified by the entry 22B of the object record 22A shown in FIG.
It is equipped with 5. In this method dictionary 23, a method and a time during which the method is valid are paired, and methods having the same name but different in processing content depending on the activation time are linked by a pointer to form one list.

【0014】各メソッドレコード23A1〜23A5
は、それぞれメソッドレコード間のリンクを張るための
リンクポインタ31と、開始時刻記載欄32と、終了時
刻記載欄33と、メソッド名記載欄34と、コードポイ
ンタ35とから構成される。開始時刻記載欄32と終了
時刻記載欄33は、時刻に依存して異なる処理を実行す
る複数のメソッドを指定するためのものである。コード
ポインタ35は、それぞれ各メソッドレコード毎に特定
のメソッドに対するエントリ23B1〜23B5を与え
るためのものである。なお、開始時刻記載欄32と終了
時刻記載欄33に時刻の記載がないメソッドレコード
は、デフォルトのメソッドであって、他のメソッドレコ
ード23A2〜23A5において、指定された時刻以外
の時刻にメソッドの起動がかかった場合に、起動すべき
メソッドを指定する部分である。
Each method record 23A1-23A5
Is composed of a link pointer 31 for establishing a link between method records, a start time entry field 32, an end time entry field 33, a method name entry field 34, and a code pointer 35. The start time entry column 32 and the end time entry column 33 are for designating a plurality of methods that execute different processes depending on the time. The code pointer 35 is for giving the entries 23B1 to 23B5 for a specific method for each method record. The method record in which the time is not described in the start time description field 32 and the end time description field 33 is the default method, and the method is activated at a time other than the time specified in the other method records 23A2 to 23A5. This is the part that specifies the method that should be invoked when the error occurs.

【0015】図5に、本発明のオブジェクト指向システ
ムによる時刻によるメソッド選択指定方法説明図を示
す。図に示すように、図4のメソッド辞書23では、例
えばメソッドP1、P2、P3、P4、P5の5種類の
メソッドを、時刻に応じて選択する。メソッドP1が先
に説明したデフォルトのメソッドで、時刻4:00まで
の手続き4−1と、時刻22:15以後の手続き4−5
及び、時刻7:30〜10:00の手続き4−2、時刻
11:00〜時刻15:00の手続き4−3及び時刻1
7:00〜時刻22:00までの手続き4−4を含む構
成となっている。
FIG. 5 is an explanatory view of a method selection and designation method according to time by the object oriented system of the present invention. As shown in the figure, in the method dictionary 23 of FIG. 4, for example, five types of methods P1, P2, P3, P4, and P5 are selected according to time. The method P1 is the default method described above, and the procedure 4-1 until the time 4:00 and the procedure 4-5 after the time 22:15.
Also, the procedure 4-2 at time 7:30 to 10:00, the procedure 4-3 at time 11:00 to 15:00, and the time 1
The configuration includes the procedure 4-4 from 7:00 to 22:00.

【0016】また、図4に示すメソッドレコード23A
2が示すエントリ23B2によれば、図5に示すメソッ
ドP2が選択指定される。これは、10:00〜11:
00に起動がかかった場合に起動される手続き42であ
る。また、図4に示すメソッドレコード23A3及びメ
ソッドレコード23A4のエントリ23B3及び23B
4は、それぞれ図5に示すメソッドP3及びP4を選択
指定する。このメソッドP3、P4は内容が同一のメソ
ッドであり、メソッドレコード23Aは4:00〜7:
30の間の手続き44の起動要求に対応し、メソッドレ
コード23A4は、15:00〜17:00までの手続
き43の起動要求に対応している。また、図4に示すメ
ソッドレコード23A5は、エントリ23B5によって
図5に示すメソッドP5を指定する。これは、10:0
0〜10:15の間の手続き45の起動要求に対応する
メソッドである。図4のメソッド辞書23は、以上のよ
うに4種類のメソッドのいずれかを、起動がかかった時
刻に応じて選択指定するためのメソッド指定手段を構成
している。
The method record 23A shown in FIG.
According to the entry 23B2 indicated by 2, the method P2 shown in FIG. 5 is selected and designated. This is 10:00 to 11:
This is a procedure 42 that is activated when 00 is activated. Also, the entries 23B3 and 23B of the method record 23A3 and method record 23A4 shown in FIG.
4 selects and designates the methods P3 and P4 shown in FIG. 5, respectively. The methods P3 and P4 are methods having the same content, and the method record 23A has a value of 4:00 to 7:
The method record 23A4 corresponds to the activation request of the procedure 44 during 30 and the activation request of the procedure 43 from 15:00 to 17:00. The method record 23A5 shown in FIG. 4 specifies the method P5 shown in FIG. 5 by the entry 23B5. This is 10: 0
This is a method corresponding to a request to activate the procedure 45 between 0 and 10:15. As described above, the method dictionary 23 of FIG. 4 constitutes a method specifying means for selecting and specifying any one of the four types of methods according to the time when activation is started.

【0017】以下、本発明のオブジェクト指向システム
の動作をフローチャートを用いて説明する。図6は、本
発明のオブジェクト指向システム動作フローチャートで
ある。まずプログラムを起動すると、ステップS1にお
いて、図1に示す翻訳系11が実行時データ格納部20
における実行コード21の読込みを行なう。そして、ス
テップS2において、読み込んだ実行コードの翻訳を行
なう。ここでステップS3において、その実行コードが
オブジェクトの参照かどうかを判断する。オブジェクト
の参照でなければ、本発明とは別の他の処理へ移る。オ
ブジェクトの参照の場合、ステップS4に移り、図1に
示したエントリ21Bをたどってオブジェクト表22の
オブジェクトレコード22Aを読み込む。
The operation of the object-oriented system of the present invention will be described below with reference to flowcharts. FIG. 6 is an operation flowchart of the object-oriented system of the present invention. First, when the program is started up, the translation system 11 shown in FIG.
The execution code 21 is read. Then, in step S2, the read execution code is translated. Here, in step S3, it is determined whether the execution code is an object reference. If it is not a reference to an object, the process moves to another process other than the present invention. In the case of referring to an object, the process proceeds to step S4, and the object record 22A of the object table 22 is read by tracing the entry 21B shown in FIG.

【0018】こうしてオブジェクトが特定されると、ス
テップS5において、オブジェクトへのメッセージへの
送信が行なわれる。その後は、翻訳系11が手続き決定
機構12に処理依頼14に基づいて処理を渡す(ステッ
プS6)。次に、手続き決定機構12は、オブジェクト
表22のオブジェクトレコード22Aからエントリ22
Bをたどり、メソッド辞書23のメソッドレコード23
Aを参照する(ステップS7)。
When the object is specified in this manner, a message is sent to the object in step S5. After that, the translation system 11 passes the processing to the procedure determining mechanism 12 based on the processing request 14 (step S6). Next, the procedure determining mechanism 12 selects the entry 22 from the object record 22A of the object table 22.
Follow B, method record 23 of method dictionary 23
Reference A (step S7).

【0019】ここで、図4に示すメソッド辞書23のリ
スト内が検索され、図1に示す手続き決定機構12に設
けられた時計13が参照され(ステップS8)、現在時
刻がメソッド辞書23上のメソッドレコードのいずれか
の開始時刻と終了時刻との間にあるかどうかを検査す
る。該当するメソッドレコードがあれば、そのメソッド
レコードのエントリ23Bをたどり、選択されたメソッ
ドを起動する。なければデフォルトのメソッドを起動す
る。例えば、現在時刻が10:33であったとすれば、
メソッドレコード23A2がエントリするメソッドP2
が起動することになる。以上の動作によって、起動すべ
きメソッドが決定し(ステップS9)、実行コード21
上で、あるオブジェクトに対し anyMethodの起動メッセ
ージを送り、メソッド名 anyMethodを引き数とする、時
刻に依存した処理の選択が行なわれる。
Here, the list of the method dictionary 23 shown in FIG. 4 is searched, the clock 13 provided in the procedure determining mechanism 12 shown in FIG. 1 is referred to (step S8), and the current time is stored in the method dictionary 23. Check if any of the method records are between the start and end times. If there is a corresponding method record, the entry 23B of the method record is followed to activate the selected method. If not, the default method is invoked. For example, if the current time is 10:33,
Method P2 entered by method record 23A2
Will be started. By the above operation, the method to be activated is determined (step S9), and the execution code 21
Above, a time-dependent process is selected by sending a start message of anyMethod to an object and using the method name anyMethod as an argument.

【0020】本発明は以上の実施例に限定されない。本
発明は、上記のように時刻に応じて特定のメソッドを選
択指定するための、メソッド辞書のようなメソッド指定
手段を設けることを特徴としており、このための具体的
なメソッド辞書の特定や、オブジェクト表や、メソッド
コード等の関係は、同様の趣旨を損なわない範囲で自由
に改変して差し支えない。また、各レコードの具体的内
容、エントリ等の形式その他についても自由に変更にす
ることが可能である。更に、実行系における翻訳系や手
続き決定機構等の構成も、それぞれを一体にしてもよい
し、分離してもよい。また、必要に応じて実行時データ
格納部に格納されたデータの一部を手続き決定機構12
等が保持するようにしても差し支えはない。
The present invention is not limited to the above embodiments. The present invention is characterized by providing method specifying means such as a method dictionary for selecting and specifying a specific method according to the time as described above, and for specifying a specific method dictionary for this purpose, The relations such as the object table and the method code may be freely modified as long as the same purpose is not impaired. Further, it is possible to freely change the specific contents of each record, the format of the entry, and the like. Further, the configuration of the translation system and the procedure determining mechanism in the execution system may be integrated or separated. In addition, if necessary, a part of the data stored in the runtime data storage unit may be used to copy a part of the data.
There is no problem even if they are held by others.

【0021】[0021]

【発明の効果】以上説明した本発明のオブジェクト指向
システムは、時刻に応じてそれぞれ異なる処理を実行す
るメソッドを一つにまとめることなく、別々のプログラ
ムモジュールとして記述することができる。従って、そ
の中の一部の手続きの変更が要求された場合、特定の一
部のメソッドのみに着目してその変更を行なえばよく、
修正や検討等の範囲を十分狭くすることができる。これ
により、冗長なオブジェクトやメソッドの増加を抑制
し、誤りの発生を少なくし、ソフトウェアの開発、設
計、保守等を容易にすることができる。
The object-oriented system of the present invention described above can be described as separate program modules without grouping together methods that execute different processes according to time. Therefore, if some of the procedures in it are requested to change, it is sufficient to focus on only some of the specific methods and make the change.
The range of corrections and examinations can be narrowed sufficiently. As a result, it is possible to suppress the increase of redundant objects and methods, reduce the occurrence of errors, and facilitate software development, design, and maintenance.

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

【図1】本発明のオブジェクト指向システム実施例を示
すブロック図である。
FIG. 1 is a block diagram showing an object-oriented system embodiment of the present invention.

【図2】一般のオブジェクト指向システム概念図であ
る。
FIG. 2 is a conceptual diagram of a general object-oriented system.

【図3】従来のメソッドの構成説明図である。FIG. 3 is an explanatory diagram of a configuration of a conventional method.

【図4】メソッド指定手段の内容説明図である。FIG. 4 is an explanatory diagram of contents of a method specifying unit.

【図5】時刻によるメソッド選択指定方法説明図であ
る。
FIG. 5 is an explanatory diagram of a method selection specifying method according to time.

【図6】本発明のシステム動作フローチャートである。FIG. 6 is a system operation flowchart of the present invention.

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

10 実行系 11 翻訳系 12 手続き決定機構 13 時計(時刻監視手段) 20 実行時データ格納部 21 実行コード 22 オブジェクト表 23 メソッド辞書(メソッド指定手段) 24 メソッドコード 10 execution system 11 translation system 12 procedure determination mechanism 13 clock (time monitoring means) 20 runtime data storage 21 execution code 22 object table 23 method dictionary (method designating means) 24 method code

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 メッセージの授受によって所定のメソッ
ドを実行するオブジェクトを組み合わせて成るオブジェ
クト指向システムにおいて、 時刻に依存して異なる処理を実行する複数のメソッド
と、 前記各メソッドの処理起動時刻を監視する時刻監視手段
と、 前記時刻監視手段の示す時刻に応じて、起動すべきメソ
ッドを選択し指定するメソッド指定手段とを備えたこと
を特徴とするオブジェクト指向システム。
1. An object-oriented system comprising a combination of objects that execute predetermined methods by sending and receiving messages, and monitors a plurality of methods that execute different processing depending on time and the processing start time of each method. An object-oriented system comprising: time monitoring means; and method designating means for selecting and designating a method to be activated according to the time indicated by the time monitoring means.
JP5016897A 1993-01-07 1993-01-07 Object direction system Pending JPH06202872A (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
JP5016897A JPH06202872A (en) 1993-01-07 1993-01-07 Object direction system
AU36513/93A AU669511B2 (en) 1993-01-07 1993-01-20 Crystalline modification of 2,4-dioxo-6-methyl-1,2,3,4-tetrahydropyrimidine, method of obtaining the same and a pharmaceutical preparation based on it
PCT/RU1993/000018 WO1994017046A1 (en) 1993-01-07 1993-01-20 Crystalline modification of 2,4-dioxo-6-methyl-1,2,3,4-tetrahydropyrimidine, method of obtaining the same and a pharmaceutical preparation based on it
EP93905681A EP0638558A1 (en) 1993-01-07 1993-01-20 Crystalline modification of 2,4-dioxo-6-methyl-1,2,3,4-tetrahydropyrimidine, method of obtaining the same and a pharmaceutical preparation based on it
CA002132417A CA2132417C (en) 1993-01-07 1993-01-20 A crystalline modification of 2,4-dioxo-6-methyl-1, 2,3,4-tetrahydropyrimidine, a method for the preparation thereof and a medical preparation based on it

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5016897A JPH06202872A (en) 1993-01-07 1993-01-07 Object direction system

Publications (1)

Publication Number Publication Date
JPH06202872A true JPH06202872A (en) 1994-07-22

Family

ID=11928946

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5016897A Pending JPH06202872A (en) 1993-01-07 1993-01-07 Object direction system

Country Status (1)

Country Link
JP (1) JPH06202872A (en)

Similar Documents

Publication Publication Date Title
EP1630702B1 (en) System and method for automatically generating xml schema for validating xml input documents
US5634098A (en) Method and apparatus for environment-variable driven software testing
US4949253A (en) Method and apparatus for automatically generating program
US5276880A (en) Method for parsing and representing multi-versioned computer programs, for simultaneous and synchronous processing of the plural parses
US20010013043A1 (en) System and method for determining browser package and version compatibility of a web document
US20040237045A1 (en) Method for asynchronous sharing of integrated spreadsheets using a network
US20070180335A1 (en) Method and apparatus for providing help content corresponding to the occurrence of an event within a computer
US20050028080A1 (en) Method and system for publishing dynamic Web documents
WO1999021404A9 (en) Apparatus and method for semi-automated generation and application of language conformity tests
US20040167749A1 (en) Interface and method for testing a website
CN111259286A (en) Universal WEB page layout generation device and method
CN116389490A (en) Receiving device and task execution method
JP2002520716A (en) Configuration Description Language System
US5450567A (en) Method and system for program change in distributed data processing system
US20020062311A1 (en) Method and device for performing a query on a markup document to conserve memory and time
US20080244380A1 (en) Method and device for evaluating an expression on elements of a structured document
JPH06202872A (en) Object direction system
US8312429B2 (en) Cell based data processing
US5628012A (en) Method and apparatus for querying a database containing disjunctive information
JPS5922140A (en) Interactive compiling system
US20020165865A1 (en) Data operating device for providing schema with freedom in data operation of object-oriented database
KR100195101B1 (en) Operating system and its generating method
JPH0734177B2 (en) Knowledge information reference device
EP4235437A1 (en) A test system and method for testing of apis
Halpern Pack Indexing

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040115

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051205

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060606

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20061017