JPH08320856A - Dynamic model simulation device - Google Patents

Dynamic model simulation device

Info

Publication number
JPH08320856A
JPH08320856A JP12804795A JP12804795A JPH08320856A JP H08320856 A JPH08320856 A JP H08320856A JP 12804795 A JP12804795 A JP 12804795A JP 12804795 A JP12804795 A JP 12804795A JP H08320856 A JPH08320856 A JP H08320856A
Authority
JP
Japan
Prior art keywords
unit
state
transition
dynamic model
evaluation
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
JP12804795A
Other languages
Japanese (ja)
Inventor
Shin Nakajima
震 中島
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 JP12804795A priority Critical patent/JPH08320856A/en
Publication of JPH08320856A publication Critical patent/JPH08320856A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE: To provide the simulation device for confirming the operation of a dynamic model which is one of object-oriented software design models and consists of a state transition machine and a participation object. CONSTITUTION: This device has a GUI part 100 having a function for interchanging information with users, a state transition administration part 200 which inputs an execution start instruction from the GUI part 100 to administer the state transition machine as a 1st constituent element of the dynamic model and finds a message to be executed on the basis of its internally administered state, an object administration part 300 which administers an object as a 2nd constituent element of the dynamic model and inputs the operated object name present in the message to be executed from the state administration part 200 to take out a method to be executed, and a method execution part 400 which inputs the method from the object administration part 300 and executes the method.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、オブジェクト指向ソフ
トウエアの設計モデルのひとつであって、状態遷移機械
と参加オブジェクトから構成される動的モデルの動作を
確認するためのシミュレーション装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a simulation apparatus for confirming the operation of a dynamic model which is one of the design models of object-oriented software and is composed of a state transition machine and participating objects.

【0002】[0002]

【従来の技術】従来の技術について図面を参照して説明
する。
2. Description of the Related Art A conventional technique will be described with reference to the drawings.

【0003】図10に示すような動的モデルをシミュレ
ーションしようとする場合、図13に示すような遷移関
係管理テーブルを用いる。図13は図10の動的モデル
の例を表現したものである。各状態名に対応して、該当
の状態から遷移可能な遷移関係を持つ。遷移関係は動的
モデルのアークに付加されたラベルと遷移先の状態名か
らなる。図10で、黒丸が指す状態Q1が初期状態であ
ること、また、二重丸が最終状態であることを示す。
When simulating a dynamic model as shown in FIG. 10, a transition relation management table as shown in FIG. 13 is used. FIG. 13 shows an example of the dynamic model of FIG. Corresponding to each state name, there is a transition relationship that allows transition from the corresponding state. The transition relation consists of the label added to the arc of the dynamic model and the state name of the transition destination. In FIG. 10, the state Q1 indicated by the black circle is the initial state, and the double circle is the final state.

【0004】次に、図9のフローチャートを参照して動
作について説明する。GUI部500からシミュレーシ
ョン開始指示が与えられる(ステップ710)と全体制
御510は状態管理部530を検索することで適切な状
態を求め、現在状態保持部520に初期状態を設定する
(ステップ711)。図10と図13に示した例ではQ
1が初期状態として設定される。この状態が終了状態で
あるか否かのテストを行なう(ステップ712)。終了
状態であれば全体制御510はGUI部500にシミュ
レーション終了を通知する(ステップ717)。終了状
態でない場合、前記の状態に対応する遷移関係を遷移関
係管理部540により求める(ステップ713)。実
際、遷移関係管理部540は図13の遷移関係管理テー
ブルから、前記の状態に対応する遷移関係を獲得する。
次に、全体制御510は獲得した遷移関係から遷移する
ラベルを求める(ステップ714)。遷移関係が唯一で
ある場合はその遷移関係のラベルを選択する。また、複
数の遷移関係がある場合はGUI部500を通じて利用
者に問い合わせることでラベルを決定する。全体制御5
10は選択したラベルに対応する遷移先状態名を獲得
し、この状態を現在状態保持部520に通知して設定す
る(ステップ715)。全体制御510はGUI部50
0に状態が遷移したことを通知し表示内容を更新する
(ステップ716)。さらに、ステップ712に戻って
シミュレーションを続ける。
Next, the operation will be described with reference to the flowchart of FIG. When a simulation start instruction is given from the GUI unit 500 (step 710), the overall control 510 searches the state management unit 530 for an appropriate state, and sets an initial state in the current state holding unit 520 (step 711). In the example shown in FIGS. 10 and 13, Q
1 is set as the initial state. A test is performed as to whether or not this state is the end state (step 712). If it is the end state, the overall control 510 notifies the GUI unit 500 of the end of the simulation (step 717). If it is not the end state, the transition relation management unit 540 obtains the transition relation corresponding to the above state (step 713). Actually, the transition relation management unit 540 acquires the transition relation corresponding to the above state from the transition relation management table of FIG.
Next, the overall control 510 obtains a transition label from the acquired transition relation (step 714). When the transition relation is unique, the label of the transition relation is selected. If there are a plurality of transition relationships, the label is determined by inquiring the user through the GUI unit 500. Overall control 5
10 acquires the transition destination state name corresponding to the selected label, notifies the current state holding unit 520 of this state, and sets it (step 715). The overall control 510 is the GUI unit 50
The state change to 0 is notified and the display content is updated (step 716). Further, the process returns to step 712 to continue the simulation.

【0005】[0005]

【発明が解決しようとする課題】このように従来の技術
ではラベルの詳細を選択することができないため、動的
モデルのラベルに埋め込まれている参加オブジェクトを
考慮したシミュレーションができないという問題点があ
った。すなわち、従来の方法では、状態遷移機械のみか
ら構成される動的モデルの一部機能しかシミュレーショ
ンできないという問題があった。
As described above, in the conventional technique, the details of the label cannot be selected, so that there is a problem in that the simulation considering the participating objects embedded in the label of the dynamic model cannot be performed. It was That is, the conventional method has a problem that only a part of the function of the dynamic model composed of the state transition machine can be simulated.

【0006】この発明の目的は、オブジェクト指向ソフ
トウエアの設計モデルのひとつであって、状態遷移機械
と参加オブジェクトから構成される動的モデルの動作を
確認するためのシミュレーション装置を提供することで
ある。
An object of the present invention is to provide a simulation device for confirming the operation of a dynamic model which is one of the design models of object oriented software and is composed of a state transition machine and participating objects. .

【0007】[0007]

【課題を解決するための手段】本発明は、利用者との情
報交換機能を有するGUI部100と、動的モデルの第
一の構成要素である状態遷移機械を管理実行するために
前記GUI部からの実行開始指示を入力して内部で管理
する状態を基準として実行すべきメッセージを求める機
能を有する状態遷移管理部200と、動的モデルの第二
の構成要素であるオブジェクトを管理し前記状態遷移管
理部から実行すべきメッセージ中に存在する操作対象オ
ブジェクト名を入力して実行すべきメソッドを取り出す
機能を有するオブジェクト管理部300と、前記オブジ
ェクト管理部からのメソッドを入力してメソッドを実行
する機能を持つメソッド実行部400を持つ。
According to the present invention, a GUI unit 100 having a function of exchanging information with a user and the GUI unit for managing and executing a state transition machine which is a first component of a dynamic model are provided. State transition management unit 200 having a function of requesting a message to be executed based on a state internally managed by inputting an execution start instruction from the above, and managing the object that is the second component of the dynamic model An object management unit 300 having a function of inputting an operation target object name existing in a message to be executed from the transition management unit and extracting a method to be executed, and a method from the object management unit to execute the method It has a method execution unit 400 having a function.

【0008】[0008]

【実施例】次に、この発明について図面を参照して説明
する。
Next, the present invention will be described with reference to the drawings.

【0009】図10に示すような動的モデルをシミュレ
ーションしようとする場合、図12に示すような遷移関
係管理テーブルを用いる。図12は図10の動的モデル
の例を表現したものである。各状態名に対応して、該当
の状態から遷移可能な遷移関係を持つ。遷移関係は動的
モデルのアークに付加されたラベルをメッセージ部と条
件部に分割して表現すると同時に遷移先の状態名からな
る。また、図11と図10の動的モデルへの参加オブジ
ェクトの定義の例を示す。図10の動的モデルの記述の
中で、aとして参照されているオブジェクトの定義であ
る。3つの箱記述からなり、最初の箱でオブジェクトa
が2つの内部変数indexとdataから構成されて
いることを宣言する。2番目の箱はend?というメッ
セージを受けとった場合のオブジェクトaの振舞いを示
すもので、3番目の箱はnextというメッセージに対
する振舞いを示す。
When simulating a dynamic model as shown in FIG. 10, a transition relation management table as shown in FIG. 12 is used. FIG. 12 shows an example of the dynamic model of FIG. Corresponding to each state name, there is a transition relationship that allows transition from the corresponding state. The transition relation is expressed by dividing the label added to the arc of the dynamic model into the message part and the condition part, and at the same time consists of the transition destination state name. In addition, an example of definition of a participating object in the dynamic model of FIGS. 11 and 10 is shown. It is the definition of the object referred to as a in the description of the dynamic model of FIG. It consists of three box descriptions, the first box is object a
Is composed of two internal variables index and data. The second box is end? Shows the behavior of the object a when the message is received, and the third box shows the behavior for the message next.

【0010】本発明の動的モデルシミュレーション装置
について説明する図1から図5を用いて説明する。
The dynamic model simulation apparatus of the present invention will be described with reference to FIGS. 1 to 5.

【0011】本発明の動的モデルシミュレーション装置
は、図1のブロック図に示す。この実施例では、GUI
部100と、状態遷移管理部200と、オブジェクト管
理部300と、メソッド実行部400とから構成され
る。
The dynamic model simulation apparatus of the present invention is shown in the block diagram of FIG. In this embodiment, the GUI
It is composed of a unit 100, a state transition management unit 200, an object management unit 300, and a method execution unit 400.

【0012】GUI部100は、利用者との情報交換機
能を有する。状態遷移管理部200は、動的モデルの第
一の構成要素である状態遷移機械を管理実行するために
前記GUI部100からの実行開始指示を入力して内部
で管理する状態を基準として実行すべきメッセージを求
める機能を有する。オブジェクト管理部300は、動的
モデルの第二の構成要素であるオブジェクトを管理し前
記状態遷移管理部200から実行すべきメッセージ中に
存在する操作対象オブジェクト名を入力して実行すべき
メソッドを取り出す機能を有する。メソッド実行部40
0は前記オブジェクト管理部300からのメソッドを入
力してメソッドを実行する機能を有する。
The GUI unit 100 has a function of exchanging information with the user. The state transition management unit 200 inputs the execution start instruction from the GUI unit 100 in order to manage and execute the state transition machine that is the first component of the dynamic model, and executes it based on the state internally managed. It has the function of requesting an appropriate message. The object management unit 300 manages the object that is the second component of the dynamic model, inputs the operation target object name existing in the message to be executed from the state transition management unit 200, and extracts the method to be executed. Have a function. Method execution unit 40
0 has a function of inputting a method from the object management unit 300 and executing the method.

【0013】図2に図1に示した状態遷移管理部200
の詳細なブロック図を示す。
FIG. 2 shows the state transition management unit 200 shown in FIG.
2 shows a detailed block diagram of FIG.

【0014】状態遷移管理部200は、全体制御部21
0と、状態管理部220と、現在状態保持部230と、
遷移関係管理部240と、メッセージ解釈部250とか
ら構成される。
The state transition management unit 200 includes an overall control unit 21.
0, the state management unit 220, the current state holding unit 230,
It is composed of a transition relationship management unit 240 and a message interpretation unit 250.

【0015】全体制御部210は処理終了か否かの判断
を行なう全体の制御を行なう。状態管理部220は動的
モデルの第一の構成要素である状態遷移機械の要素であ
る状態を複数管理する。図10、図12に示した動的モ
デルの例ではQ1,Q2,Q3が保持されている。現在
状態保持部230は前記の複数の状態から現在の状態の
みを保持し前記全体制御部からの指示を入力し現在の状
態を出力する機能を持つ。遷移関係管理部240は前記
の複数の状態に関連する遷移関係を保持し前記現在状態
保持部から現在の状態を入力し次の状態を求める。すな
わち、図12に示した遷移関係管理テーブルを保持し、
遷移関係中の現在の状態と対応する遷移先状態名から次
の状態を求める。メッセージ解釈部250は前記遷移関
係管理部から現在の状態に対応する遷移関係を入力し前
記遷移関係中のメッセージ部を解釈する機能を有する。
The overall control unit 210 performs overall control to determine whether or not the processing is completed. The state management unit 220 manages a plurality of states that are elements of the state transition machine that is the first component of the dynamic model. In the example of the dynamic model shown in FIGS. 10 and 12, Q1, Q2 and Q3 are held. The current state holding unit 230 has a function of holding only the current state from the plurality of states, inputting an instruction from the overall control unit, and outputting the current state. The transition relation management unit 240 holds the transition relations related to the plurality of states, inputs the current state from the current state holding unit, and obtains the next state. That is, holding the transition relation management table shown in FIG.
Obtain the next state from the transition destination state name corresponding to the current state in the transition relationship. The message interpreting unit 250 has a function of inputting the transition relation corresponding to the current state from the transition relation managing unit and interpreting the message unit in the transition relation.

【0016】図3に図1に示したオブジェクト管理部3
00の詳細なブロック図を示す。
FIG. 3 shows the object management unit 3 shown in FIG.
00 shows a detailed block diagram of 00.

【0017】オブジェクト管理部300は、オブジェク
ト管理環境部310と、オブジェクト読みだし部320
と、オブジェクト書き込み部330と、メソッド管理部
340と、メソッド提供部350とから構成される。
The object management unit 300 includes an object management environment unit 310 and an object reading unit 320.
And an object writing unit 330, a method management unit 340, and a method providing unit 350.

【0018】オブジェクト管理環境部310はオブジェ
クト名とオブジェクト実体との対応関係を管理し前記オ
ブジェクト読みだし部320ならびにオブジェクト書き
込み部330からオブジェクト名を入力する。オブジェ
クト読みだし部320は前記状態遷移管理部200から
オブジェクト名を入力しオブジェクト読みだし要求を受
け付ける。オブジェクト書き込み部330は前記メソッ
ド実行部400からオブジェクト名を入力しオブジェク
ト書き込み要求を受け付ける。メソッド管理部340は
各オブジェクトが持つメソッドを管理し前記オブジェク
ト読みだし部320からの入力にしたがって前記オブジ
ェクト管理環境部310から得たオブジェクト実体に対
応するメソッドを求める機能を有する。オブジェクト実
体は、オブジェクト管理環境部310に保持していても
良く、もしくは外部からオブジェクト書き込み部330
により入力しても良い。メソッド提供部350は前記メ
ソッド実行部400に前記求めたメソッドを提供する機
能を有する。
The object management environment unit 310 manages the correspondence between the object name and the object entity, and inputs the object name from the object reading unit 320 and the object writing unit 330. The object reading unit 320 inputs the object name from the state transition management unit 200 and accepts an object reading request. The object writing unit 330 inputs the object name from the method executing unit 400 and receives an object writing request. The method management unit 340 has a function of managing the method of each object and obtaining the method corresponding to the object entity obtained from the object management environment unit 310 according to the input from the object reading unit 320. The object entity may be held in the object management environment unit 310, or from the outside, the object writing unit 330.
You may enter by. The method providing unit 350 has a function of providing the obtained method to the method executing unit 400.

【0019】図4に図2に示した遷移関係管理部240
の詳細なブロック図を示す。
FIG. 4 shows the transition relationship management unit 240 shown in FIG.
2 shows a detailed block diagram of FIG.

【0020】遷移関係管理部240は、遷移関係評価制
御部241と、遷移関係取りだし部242と、条件評価
部243と、返却値参照部244とから構成される。
The transition relation management unit 240 comprises a transition relation evaluation control unit 241, a transition relation extraction unit 242, a condition evaluation unit 243, and a return value reference unit 244.

【0021】遷移関係評価制御部241は前記現在状態
保持部から現在の状態を入力し処理過程を制御する。遷
移関係取りだし部242は状態とそれに関連する遷移関
係を管理する機能を有し前記遷移関係評価部から入力し
た状態に関連する遷移関係を取り出す。条件評価部24
3は前記遷移関係取りだし部から入力した前記遷移関係
の条件評価を行なう。返却値参照部244は前記条件評
価過程で必要となる返却値を参照し前記条件評価部へ出
力を行なう。
The transition relation evaluation control unit 241 inputs the current state from the present state holding unit and controls the processing process. The transition relation extraction unit 242 has a function of managing states and transition relations related to the states, and extracts transition relations related to the states input from the transition relation evaluation unit. Condition evaluation unit 24
3 evaluates the condition of the transition relation input from the transition relation extracting unit. The return value reference unit 244 refers to the return value required in the condition evaluation process and outputs it to the condition evaluation unit.

【0022】図5に図1に示したメソッド実行部400
の詳細なブロック図を示す。
FIG. 5 shows the method execution unit 400 shown in FIG.
2 shows a detailed block diagram of FIG.

【0023】メソッド実行部400は、メソッド評価部
410と、メソッド受取部420と、事前条件評価部4
30と、事後条件評価部440と、オブジェクトアクセ
ス部450と、返却値管理部460とから構成される。
The method execution unit 400 includes a method evaluation unit 410, a method reception unit 420, and a precondition evaluation unit 4.
30, a post-condition evaluation unit 440, an object access unit 450, and a return value management unit 460.

【0024】メソッド評価部410はメソッド受取部4
20からのメソッドを入力として受け付けて全体の実行
制御を行なう。メソッド受取部420は前記オブジェク
ト管理部からのメソッドを入力として受け付ける。事前
条件評価部430は前記メソッド評価制御部からの入力
メソッドの事前条件を評価する。事前条件評価部440
は前記メソッド評価制御部からの入力メソッドの事前条
件を評価する。オブジェクトアクセス部450は前記事
前条件評価部ならびに事後条件評価部から入力したメソ
ッドが参照するオブジェクトの値を求める機能を有す
る。返却値管理部460は前記事後条件評価部が決定し
た返却値を管理する。
The method evaluation section 410 is a method receiving section 4.
The method from 20 is accepted as an input and the overall execution control is performed. The method receiving unit 420 receives the method from the object management unit as an input. The precondition evaluation unit 430 evaluates the precondition of the input method from the method evaluation control unit. Precondition evaluation unit 440
Evaluates the precondition of the input method from the method evaluation control unit. The object access unit 450 has a function of obtaining the value of the object referred to by the method input from the precondition evaluation unit and the postcondition evaluation unit. The return value management unit 460 manages the return value determined by the post-condition evaluation unit.

【0025】続いて、図6のフローチャートを参照して
動作について説明する。GUI部100からシミュレー
ション開始指示が与えられる(ステップ610)と、全
体制御部210は状態管理部220を検索することで求
めるべき状態を求め、現在状態保持部230に初期状態
を設定する(ステップ611)。ここで、遷移関係管理
部240は、図12に示したような状態と遷移関係の対
応表である遷移関係管理テーブルを管理する。より詳細
はブロック図である図4では遷移関係評価制御部241
が管理するとしてよい。通常、シミュレーション開始時
に初期状態となる状態はわかっているため、例えばGU
I部100から該当の状態を与えるようにすればよい。
図10と図12に示した例ではQ1が初期状態として設
定される。
Next, the operation will be described with reference to the flowchart of FIG. When a simulation start instruction is given from the GUI unit 100 (step 610), the overall control unit 210 searches the state management unit 220 for the state to be obtained and sets the initial state in the current state holding unit 230 (step 611). ). Here, the transition relationship management unit 240 manages a transition relationship management table that is a correspondence table between states and transition relationships as shown in FIG. More detailed block diagram in FIG.
May be managed by. Usually, the initial state is known at the start of the simulation.
The corresponding state may be given from the I section 100.
In the example shown in FIGS. 10 and 12, Q1 is set as the initial state.

【0026】この状態が終了状態であるか否かのテスト
を全体制御部210が行なう(ステップ612)。図1
2の遷移関係テーブルを参照すると遷移先の状態名とし
て「終状態」という記述がある。この場合をもって、全
体制御部210は終了状態のテストを行なうことができ
る。現在状態保持部に設定された状態が終了状態であれ
ば全体制御部210はGUI部100にシミュレーショ
ン終了を通知する(ステップ624)。終了状態でない
場合、現在の状態に対応する遷移関係を現在状態保持部
230を通じて遷移関係管理部240により求める(ス
テップ613)。このステップで遷移関係評価制御部2
41は遷移関係取りだし部242の一実現方法である表
検索機能を用いて、図12の遷移関係管理テーブルから
現在の状態に対応する遷移関係を表を検索して求める。
ここで、この状態は現在状態保持部230が保持してお
り、遷移関係管理部240への入力であり、より詳細は
ブロック図である図4では遷移関係評価制御部241の
入力と考えて良い。
The overall control unit 210 tests whether this state is the end state (step 612). FIG.
When referring to the transition relation table of No. 2, there is a description of "end state" as the state name of the transition destination. In this case, the overall control unit 210 can perform the test of the end state. If the state set in the current state holding unit is the end state, the overall control unit 210 notifies the GUI unit 100 of the end of the simulation (step 624). If it is not the end state, the transition relation management unit 240 obtains the transition relation corresponding to the current state through the current state holding unit 230 (step 613). In this step, the transition relation evaluation control unit 2
Reference numeral 41 uses a table search function, which is one method of realizing the transition relation extraction unit 242, to retrieve the transition relation corresponding to the current state from the transition relation management table of FIG.
Here, this state is currently held by the state holding unit 230 and is an input to the transition relation management unit 240. More specifically, in FIG. 4 which is a block diagram, it may be considered as an input of the transition relation evaluation control unit 241. .

【0027】次に遷移関係評価制御部241は獲得した
遷移関係から条件部を抽出し、条件評価部243を用い
て条件部を評価する(ステップ614)。条件部の記述
が[true]であれば直ちに条件部は成立することが
わかる。しかし、条件部の記述にretという変数参照
があると、返却値参照部244を使ってretの値を得
ることで条件部を評価しなければならない。したがっ
て、条件評価部243は、条件部が成立する遷移関係が
あるか否かのテストを行なう(ステップ615)。条件
部が成立する遷移関係がない場合、ステップ624に行
く。
Next, the transition relation evaluation control section 241 extracts the condition section from the acquired transition relation, and evaluates the condition section using the condition evaluation section 243 (step 614). If the description of the conditional part is [true], it is understood that the conditional part is satisfied immediately. However, if there is a variable reference ret in the description of the condition part, the condition part must be evaluated by using the return value reference part 244 to obtain the value of ret. Therefore, the condition evaluation unit 243 tests whether or not there is a transition relationship in which the condition unit is satisfied (step 615). If there is no transition relation that satisfies the condition part, the procedure goes to step 624.

【0028】成立した遷移関係がある場合、遷移関係評
価制御部241は対応する遷移関係のメッセージ部を獲
得しメッセージ解釈部250に渡す(ステップ61
6)。メッセージ解釈部250はメッセージ部からレシ
ーバとなるオブジェクトを切り出す(ステップ61
7)。図12の最初の遷移関係の例ではaがレシーバの
オブジェクトである。レシーバのオブジェクトaを渡さ
れたオブジェクト管理部300は、オブジェクト読みだ
し部320を経由してオブジェクト管理環境310から
オブジェクトの実体を求め、このオブジェクト実体に関
連するメソッド管理部340から、前記のメッセージに
伴って実行すべきメソッドを求める(ステップ61
3)。前記の例ではメッセージがa end?であるか
ら、求めるメソッドはオブジェクトaが持つend?の
メソッド定義である。この一実施例は図11に示してあ
る。前記メソッド定義の中で、assumes:の後に
記述されたtrueは事前条件部であることを示す。ま
た、ensures:の後に記載されたifを用いた式
は事後条件部であることを示す。
If there is a transition relation that has been established, the transition relation evaluation control unit 241 acquires the corresponding transition relation message unit and passes it to the message interpretation unit 250 (step 61).
6). The message interpreting unit 250 cuts out an object serving as a receiver from the message unit (step 61).
7). In the example of the first transition relationship in FIG. 12, a is a receiver object. The object management unit 300, which has been passed the object a of the receiver, obtains the substance of the object from the object management environment 310 via the object reading unit 320, and the method management unit 340 related to this object substance sends the above message to the message. Acquire a method to be executed (step 61)
3). In the above example, the message is a end? Is the end method of the object a? Method definition. An example of this is shown in FIG. In the above method definition, true described after "assumes:" indicates a precondition part. In addition, the expression using if described after "ensures:" indicates the postconditional part.

【0029】メソッド提供部350は前記メソッドを抽
出し、メソッド実行部400の中のメソッド受取部42
0に出力し、メソッド評価制御部410に制御を移す。
メソッド評価制御部410はメソッド受取部420によ
って前記メソッドを受け取り、事前条件評価部430に
事前条件の評価を行なわせる(ステップ619)。先に
述べたようにassumes:の後に記載された内容を
評価する。図11の例に示すようtrueと記載されて
いる場合は無条件に事前条件が成立する。事前条件が成
立するか否かのテストを行なう(ステップ620)。事
前条件が成立しない場合、選択した遷移関係に矛盾があ
る可能性があるのでステップ624に行く。成立する場
合、該当メソッドの事後条件を評価するために事後条件
評価部440に処理依頼する(ステップ621)。en
sures:の後に記載されている式を評価すると、i
ndexの値がlength(data)の値よりも小
さい時に変数retにnoを設定し、逆の場合に変数r
etにyesを設定することを示す。この処理を行なう
為に、indexやdataはオブジェクトaの内部変
数であるために、オブジェクトアクセス部450を使っ
て値を得る必要がある。
The method providing section 350 extracts the method, and the method receiving section 42 in the method executing section 400.
It outputs to 0 and transfers control to the method evaluation control unit 410.
The method evaluation control unit 410 receives the method by the method receiving unit 420, and causes the precondition evaluation unit 430 to evaluate the precondition (step 619). The contents described after the assumes: are evaluated as described above. When it is described as true as shown in the example of FIG. 11, the precondition is unconditionally satisfied. A test is made as to whether the precondition is satisfied (step 620). If the precondition is not satisfied, there is a possibility that the selected transition relationship is inconsistent, and thus the process proceeds to step 624. When it is satisfied, the post-condition evaluation unit 440 is requested to process the post-condition of the corresponding method (step 621). en
Evaluating the expression that follows after:
When the value of ndex is smaller than the value of length (data), the variable ret is set to no, and in the opposite case, the variable r is set.
It indicates that yes is set in et. In order to perform this processing, since index and data are internal variables of the object a, it is necessary to use the object access unit 450 to obtain a value.

【0030】図10のnextメッセージの場合に起動
されるメソッドとして図11に示したように、ensu
res:の後に記載された事後条件部が、index′
=index+1のような形で、オブジェクトaの状態
変数indexの値を更新している場合の処理を説明す
る。
As shown in FIG. 11, an ensu method is invoked in the case of the next message of FIG.
The postconditional part described after res: is index '
The process when the value of the state variable index of the object a is updated in the form of = index + 1 will be described.

【0031】第1に、オブジェクトアクセス部450
は、オブジェクト管理部300の中のオブジェクト読み
だし部320に対して、オブジェクトaと更新前の状態
変数名indexを入力として与えて、オブジェクト管
理環境部310から必要な値を取り出す。さらに、オブ
ジェクトアクセス部450は、オブジェクト書き込み部
330に対して、オブジェクトaと更新する状態変数名
indexと、その値であるindex+1を入力とし
て与えて、オブジェクト管理環境部310が管理するオ
ブジェクト実体を更新する。
First, the object access unit 450
Gives the object a and the state variable name index before update as an input to the object reading section 320 in the object management section 300, and retrieves a necessary value from the object management environment section 310. Further, the object access unit 450 updates the object entity managed by the object management environment unit 310 by supplying the object writing unit 330 with the object a, the state variable name index to be updated, and its value, index + 1. To do.

【0032】また、変数retは返却値を表す特殊な変
数であるため、返却値管理部460で管理する必要があ
る。特に、返却値管理部460は、返却値参照部244
に返却値を出力することで、状態遷移管理部200とメ
ソッド実行部400のレベルで、情報交換を行なうこと
で変数retの値にアクセスすることを可能にしてい
る。
Since the variable ret is a special variable representing a return value, it needs to be managed by the return value management unit 460. In particular, the return value management unit 460 uses the return value reference unit 244.
By outputting the return value to, the value of the variable ret can be accessed by exchanging information at the level of the state transition management unit 200 and the method execution unit 400.

【0033】次に、メソッド評価制御部410、すなわ
ちメソッド実行部400は、該当遷移関係の遷移先状態
を、状態関係部220が管理する遷移関係管理テーブル
から得ることが可能となり、全体制御部210は前記の
遷移先状態を現在状態保持部230に通知して設定する
(ステップ622)。全体制御部210はGUI部50
0に状態が遷移したことを通知し表示内容を更新する
(ステップ623)。さらに、ステップ612に戻って
シミュレーションを続ける。この時、現在状態保持部2
30はステップ622で求めた遷移先状態を保持してお
り、全体制御部210がこの状態に対して終了状態であ
るか否かのテストを行なう(ステップ612)。
Next, the method evaluation control unit 410, that is, the method execution unit 400, can obtain the transition destination state of the corresponding transition relation from the transition relation management table managed by the state relation unit 220, and the overall control unit 210. Notifies the current state holding unit 230 of the transition destination state and sets it (step 622). The overall control unit 210 is the GUI unit 50.
The state change to 0 is notified and the display content is updated (step 623). Furthermore, the simulation is continued by returning to step 612. At this time, the current state holding unit 2
30 holds the transition destination state obtained in step 622, and the overall control unit 210 tests whether this state is the end state (step 612).

【0034】ステップ614で複数の遷移関係の条件部
が成立することがある場合、GUI部100に問い合わ
せ等を行なって、最も適切な遷移関係ひとつに絞るとい
う動作を追加することが可能であることは明らかであ
る。また、動的モデルを作成する場合、予め、このよう
な複数の遷移関係が同時に発火可能という非決定性を許
さないように約束しておくとしても良い。
When a plurality of transition relation condition parts are satisfied in step 614, it is possible to add an operation of making an inquiry to the GUI unit 100 and narrowing down to the most appropriate transition relation. Is clear. In addition, when creating a dynamic model, it may be possible to promise in advance not to allow such nondeterminism that a plurality of transition relationships can fire at the same time.

【0035】[0035]

【発明の効果】以上説明したように、この発明によれ
ば、オブジェクト指向ソフトウエアの設計モデルのひと
つであって、状態遷移機械と参加オブジェクトから構成
される動的モデルの動作を確認するためのシミュレーシ
ョン装置を提供することができる。
As described above, according to the present invention, the operation of a dynamic model, which is one of the design models of object-oriented software and is composed of a state transition machine and participating objects, can be confirmed. A simulation device can be provided.

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

【図1】本発明の構成を示した図である。FIG. 1 is a diagram showing a configuration of the present invention.

【図2】本発明の状態遷移管理部の構成を示した図であ
る。
FIG. 2 is a diagram showing a configuration of a state transition management unit of the present invention.

【図3】本発明のオブジェクト管理部の構成を示した図
である。
FIG. 3 is a diagram showing a configuration of an object management unit of the present invention.

【図4】本発明の遷移関係管理部の構成を示した図であ
る。
FIG. 4 is a diagram showing a configuration of a transition relationship management unit of the present invention.

【図5】本発明のメソッド実行部の構成を示した図であ
る。
FIG. 5 is a diagram showing a configuration of a method execution unit of the present invention.

【図6】本発明の一実施例を説明するフローチャート図
である。
FIG. 6 is a flowchart illustrating an embodiment of the present invention.

【図7】本発明の一実施例を説明するフローチャート図
である。
FIG. 7 is a flowchart illustrating an embodiment of the present invention.

【図8】従来例を説明する図である。FIG. 8 is a diagram illustrating a conventional example.

【図9】従来例を説明するフローチャート図である。FIG. 9 is a flowchart illustrating a conventional example.

【図10】本発明の内容を説明する動的モデルを示す図
である。
FIG. 10 is a diagram showing a dynamic model for explaining the content of the present invention.

【図11】本発明の内容を説明する動的モデルで用いる
参加オブジェクト定義を示す図である。
FIG. 11 is a diagram showing a participating object definition used in a dynamic model for explaining the content of the present invention.

【図12】本発明の内容を説明する遷移関係の管理テー
ブルを示す図である。
FIG. 12 is a diagram showing a transition relationship management table for explaining the content of the present invention.

【図13】従来例の内容を説明する遷移関係の管理テー
ブルを示す図である。
FIG. 13 is a diagram showing a transition relationship management table for explaining the contents of a conventional example.

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

100 GUI部 200 状態遷移管理部 210 全体制御部 220 状態管理部 230 現在状態保持部 240 遷移関係管理部 241 遷移関係評価制御部 242 遷移関係取りだし部 243 条件評価部 244 返却値参照部 250 メッセージ解釈部 300 オブジェクト管理部 310 オブジェクト管理環境部 320 オブジェクト読みだし部 330 オブジェクト書き込み部 340 メソッド管理部 350 メソッド提供部 400 メソッド実行部 410 メソッド評価制御部 420 メソッド受取部 430 事前条件評価部 440 事後条件評価部 450 オブジェクトアクセス部 460 返却値管理部 100 GUI unit 200 State transition management unit 210 Overall control unit 220 State management unit 230 Current state holding unit 240 Transition relation management unit 241 Transition relation evaluation control unit 242 Transition relation extraction unit 243 Condition evaluation unit 244 Return value reference unit 250 Message interpretation unit 300 object management unit 310 object management environment unit 320 object reading unit 330 object writing unit 340 method management unit 350 method providing unit 400 method executing unit 410 method evaluation control unit 420 method receiving unit 430 pre-condition evaluation unit 440 post-condition evaluation unit 450 Object access part 460 Return value management part

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】利用者との情報交換機能を有するGUI部
と、動的モデルの第一の構成要素である状態遷移機械を
管理実行するために前記GUI部からの実行開始指示を
入力して内部で管理する状態を基準として実行すべきメ
ッセージを求める機能を有する状態遷移管理部と、動的
モデルの第二の構成要素であるオブジェクトを管理し前
記状態遷移管理部から実行すべきメッセージ中に存在す
る操作対象オブジェクト名を入力して実行すべきメソッ
ドを取り出す機能を有するオブジェクト管理部と、前記
オブジェクト管理部からのメソッドを入力してメソッド
を実行する機能を持つメソッド実行部を持つことを特徴
とする動的モデルシミュレーション装置。
1. A GUI unit having a function of exchanging information with a user and an execution start instruction from the GUI unit for managing and executing a state transition machine which is a first component of a dynamic model. In the message to be executed from the state transition management unit that manages the object that is the second component of the dynamic model and has the function to obtain the message to be executed based on the state managed internally It is characterized by having an object management unit having a function of inputting an existing operation target object name and extracting a method to be executed, and a method execution unit having a function of inputting a method from the object management unit and executing the method. Dynamic model simulation device.
【請求項2】前記状態遷移管理部は、前記GUI部から
の実行開始指示を入力して処理終了か否かの判断を行な
う全体の制御を行なう全体制御部と、動的モデルの第一
の構成要素である状態遷移機械の要素である状態を複数
管理する状態管理部と、前記の複数の状態から現在の状
態のみを保持し、前記全体制御部からの指示により現在
の状態を出力する機能を持つ現在状態保持部と、前記の
複数の状態に関連する遷移関係を保持し前記現在状態保
持部から現在の状態を入力し次の状態を求める遷移関係
管理部と、前記遷移関係管理部から現在の状態に対応す
る遷移関係を入力し前記遷移関係のメッセージ部を解釈
するメッセージ解釈部とを有し、前記GUI部からの実
行開始指示を入力として実行すべきメッセージを求める
機能を持つことを特徴とする請求項1に記載の動的モデ
ルシミュレーション装置。
2. The state transition management section receives an execution start instruction from the GUI section and judges whether or not the processing is completed. A state management unit that manages a plurality of states that are elements of the state transition machine, and a function that holds only the current state from the plurality of states and outputs the current state according to an instruction from the overall control unit. A current state holding unit, a transition relation management unit that holds the transition relations related to the plurality of states, inputs the current state from the current state holding unit, and obtains the next state; A message interpreting unit that inputs a transition relation corresponding to the current state and interprets the message unit of the transition relation, and has a function of requesting a message to be executed by inputting an execution start instruction from the GUI unit. Dynamic model simulation apparatus according to claim 1, symptoms.
【請求項3】前記オブジェクト管理部は、前記状態遷移
管理部からオブジェクト名を入力しオブジェクト読みだ
し要求を受け付けるオブジェクト読みだし部と、前記メ
ソッド実行部からオブジェクト名を入力しオブジェクト
書き込み要求を受け付けるオブジェクト書き込み部と、
オブジェクト名とオブジェクト実体との対応関係を管理
し前記オブジェクト読みだし部ならびにオブジェクト書
き込み部からオブジェクト名を入力し、対応するオブジ
ェクト実体を出力するオブジェクト管理環境部と、各オ
ブジェクトが持つメソッドを管理し前記オブジェクト読
みだし部からの入力にしたがって前記オブジェクト管理
環境部から得たオブジェクト実体に対応するメソッドを
求める機能を有するメソッド管理部と、前記メソッド実
行部に前記求めたメソッドを提供するメソッド提供部を
持つことを特徴とする請求項1に記載の動的モデルシミ
ュレーション装置。
3. The object management unit receives an object read request by inputting an object name from the state transition management unit, and an object receiving an object write request by inputting an object name from the method execution unit. The writing section,
The object management environment unit that manages the correspondence relationship between the object name and the object entity, inputs the object name from the object reading unit and the object writing unit, and outputs the corresponding object entity, and manages the method of each object, A method management unit having a function of requesting a method corresponding to an object entity obtained from the object management environment unit in accordance with an input from the object reading unit, and a method providing unit providing the method execution unit with the requested method. The dynamic model simulation device according to claim 1, wherein:
【請求項4】前記遷移関係管理部は、前記現在状態保持
部から現在の状態を入力し処理過程を制御する遷移関係
評価制御部と、状態とそれに関連する遷移関係を管理す
る機能を有し前記遷移関係評価部から入力した状態に関
連する遷移関係を取り出す遷移関係取りだし部と、前記
遷移関係取りだし部から入力した前記遷移関係の条件評
価を行なう条件評価部と、前記条件評価過程で必要とな
る返却値を参照し前記条件評価部へ出力を行なう返却値
参照部と、を持つことを特徴とする請求項2に記載の動
的モデルシミュレーション装置。
4. The transition relation management unit has a transition relation evaluation control unit for inputting a current state from the current state holding unit and controlling a processing process, and a function for managing a state and a transition relation related thereto. A transition relation fetching unit that fetches a transition relation related to the state input from the transition relation evaluation unit, a condition evaluation unit that performs condition evaluation of the transition relation input from the transition relation fetching unit, and a necessary in the condition evaluation process. The dynamic model simulation device according to claim 2, further comprising: a return value reference unit that refers to the return value and outputs the condition value to the condition evaluation unit.
【請求項5】前記メソッド実行部は、前記オブジェクト
管理部からのメソッドを入力として受け付けるメソッド
受取部と、前記メソッド受取部からのメソッドを入力と
して全体の実行制御を行なうメソッド評価制御部と、前
記メソッド評価制御部からの入力メソッドの事前条件を
評価する事前条件評価部と、前記メソッド評価制御部か
らの入力メソッドの事後条件を評価する事後条件評価部
と、前記事前条件評価部ならびに事後条件評価部から入
力したメソッドが参照するオブジェクトの値を求める機
能を有するオブジェクトアクセス部と、前記事後条件評
価部が決定した返却値を管理する返却値管理部と、を持
つことを特徴とする請求項1に記載の動的モデルシミュ
レーション装置。
5. The method execution unit, a method reception unit that receives a method from the object management unit as an input, a method evaluation control unit that receives the method from the method reception unit as an input, and controls the overall execution, A precondition evaluation unit that evaluates the preconditions of the input method from the method evaluation control unit, a postcondition evaluation unit that evaluates the postconditions of the input method from the method evaluation control unit, and the precondition evaluation unit and postconditions. An object access unit having a function of obtaining a value of an object referred to by a method input from the evaluation unit, and a return value management unit managing the return value determined by the post-condition evaluation unit. Item 1. The dynamic model simulation device according to Item 1.
JP12804795A 1995-05-26 1995-05-26 Dynamic model simulation device Pending JPH08320856A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12804795A JPH08320856A (en) 1995-05-26 1995-05-26 Dynamic model simulation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12804795A JPH08320856A (en) 1995-05-26 1995-05-26 Dynamic model simulation device

Publications (1)

Publication Number Publication Date
JPH08320856A true JPH08320856A (en) 1996-12-03

Family

ID=14975198

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12804795A Pending JPH08320856A (en) 1995-05-26 1995-05-26 Dynamic model simulation device

Country Status (1)

Country Link
JP (1) JPH08320856A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6658069B1 (en) 1998-06-24 2003-12-02 Nec Corporation Automatic gain control circuit and control method therefor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6658069B1 (en) 1998-06-24 2003-12-02 Nec Corporation Automatic gain control circuit and control method therefor

Similar Documents

Publication Publication Date Title
US7454399B2 (en) Application integration system and method using intelligent agents for integrating information access over extended networks
JP2693108B2 (en) Computer system
CN103927253B (en) Multiple browser compatibility testing method and system
CN104520814B (en) System and method for configuring cloud computing systems
EP3992800B1 (en) Program test method and apparatus, computer device, and storage medium
CN110147369A (en) Data splitting and write redirection in a multi-tenancy database system
CN110019215A (en) Key pattern management in a multi-tenancy database system
CN110944048B (en) Service logic configuration method and device
US8701105B2 (en) Downloadable standalone offline application with integrated data for distributed offline processing
US8352963B2 (en) Method and system for data preparation and communication between software applications
AU2004201576A1 (en) Software Design System And Method
CN110457385A (en) In multi-tenant environment can hypostazation database object
US20010021985A1 (en) Software Debugging
JP2007527562A5 (en)
US20040064527A1 (en) Agent for communication between a manager and at least one resource, and tool library for creating the agent
KR20010041783A (en) Apparatus for producing software and method for producing software
CN106990974A (en) A kind of APP applications update method, device and electronic equipment
JPH08320856A (en) Dynamic model simulation device
CN107193734B (en) Playback method and playback system for mobile Web applications
CN114064477A (en) Recommendation strategy testing method and device, computer equipment and storage medium
KR102063181B1 (en) Robot service providing system based on cloud computing and method for providing robot service using the same
CN113806327A (en) Database design method and device and related equipment
KR102047510B1 (en) Device management system and method
Resca Hands-On RESTful Web Services with ASP. NET Core 3: Design production-ready, testable, and flexible RESTful APIs for web applications and microservices
US20030046641A1 (en) Representing a simulation model using a hardware configuration database

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19981201