JPH08212061A - Scenario display device and method and scenario class editing device - Google Patents

Scenario display device and method and scenario class editing device

Info

Publication number
JPH08212061A
JPH08212061A JP1532095A JP1532095A JPH08212061A JP H08212061 A JPH08212061 A JP H08212061A JP 1532095 A JP1532095 A JP 1532095A JP 1532095 A JP1532095 A JP 1532095A JP H08212061 A JPH08212061 A JP H08212061A
Authority
JP
Japan
Prior art keywords
scenario
item
sub
module
sequence
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
JP1532095A
Other languages
Japanese (ja)
Inventor
Yukari Matsuzawa
由香里 松澤
Akihiro Yamashiro
明宏 山城
Katsuhiro Inoue
勝博 井上
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP1532095A priority Critical patent/JPH08212061A/en
Publication of JPH08212061A publication Critical patent/JPH08212061A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE: To provide a scenario display device which can easily grasp an entire scenario, can reduce the description quantity of an event trace drawing, and can retrieve a class to be changed or reused out of the specifications showing the cooperative operations of objects. CONSTITUTION: The module items 1a, 1b and 1c showing the names of modules that are formed in every fixed and consistent unit of sequence of messages included in a scenario are displayed at a module item display part 1. Then a subscenario item display part 2 shows the subscenario items 2a, 2b, 2c... including the graphics and names of sequences in response to the corresponding module items 1a, 1b, 1c... respectively. These sequences are extracted out of the concrete messages including in every module and shown in the graphics and names which are accordant with the meaning of every corresponding sequence.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、オブジェクト指向のソ
フトウェアの開発を支援するシナリオ表示装置、シナリ
オ表示方法及びシナリオのクラス編集装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a scenario display device, a scenario display method, and a scenario class editing device that support the development of object-oriented software.

【0002】[0002]

【従来の技術】近年、ソフトウェア分析設計手法の一つ
としてオブジェクト指向分析設計が普及している。ここ
で、オブジェクト指向とは、現実世界の実体をオブジェ
クトとして抽出し、このオブジェクトを単位としてソフ
トウェアを構成していく開発手法である。
2. Description of the Related Art In recent years, object oriented analysis design has become popular as one of software analysis design methods. Here, object-oriented is a development method in which a real-world entity is extracted as an object and software is configured with this object as a unit.

【0003】オブジェクト指向では、各オブジェクトに
それぞれ役割をもたせ、オブジェクト同士で処理の依頼
を行ない互いに協調し合って1つの大きな処理を実現す
る。あるオブジェクトから他のオブジェクトへの処理の
依頼をメッセージと呼び、オブジェクト同士がお互い処
理の依頼をし合うことをメッセージ通信と呼ぶ。このよ
うな、オブジェクト同士のメッセージ通信を把握するた
め、オブジェクト指向分析ではシナリオと事象トレース
図を表記する。シナリオとはそのソフトウェアで実行で
きる処理を具体的に列挙したものである。また、事象ト
レース図とは、各シナリオをオブジェクト同士のメッセ
ージ通信によってどのように実現するかを表記した図で
ある。
In object orientation, each object is given a role, the objects are requested to perform processing, and they cooperate with each other to realize one large processing. A request from one object to another object for processing is called a message, and objects requesting each other for processing are called message communication. In order to understand such message communication between objects, a scenario and an event trace diagram are shown in the object-oriented analysis. A scenario is a concrete listing of processes that can be executed by the software. The event trace diagram is a diagram showing how each scenario is realized by message communication between objects.

【0004】図30は「マップ表示」というシナリオに
対する事象トレース図の一例である。 図30におい
て、ユーザ、SMM、SMはオブジェクトを表しオブジ
ェクトから下に伸びた縦の実線は時間の経過を示す。オ
ブジェクト間の矢印はメッセージを表し、矢印の上に表
記した名前がメッセージ名である。マップ選択というメ
ッセージではユーザというオブジェクトがSMMという
オブジェクトにマップ選択という依頼、すなわちメッセ
ージを送信したことを意味する。
FIG. 30 is an example of an event trace diagram for the scenario of "map display". In FIG. 30, users, SMMs, and SMs represent objects, and vertical solid lines extending downward from the objects represent the passage of time. Arrows between objects represent messages, and the name written above the arrows is the message name. The message “map selection” means that the object “user” has sent a request for map selection, that is, a message to the object “SMM”.

【0005】ここで、事象トレース図を作成するにあた
っては、実行できる処理の全ての場合の具体例を考慮し
なければならない。システム全体で実現できる処理等が
多い場合、なおかつ後述する「スタックコピー」の処理
等の例のように同一の処理にいくつかの実現方法が存在
する場合等は、全ての事象トレース図を洩れなく作成す
ることは容易ではなく、記述量も膨大なものとなる。ま
た、できあがった事象トレース図から全ての処理を表記
しているかどうか検証することも不可能である。
Here, in creating an event trace diagram, it is necessary to consider specific examples of all the processes that can be executed. If there are many processes that can be implemented by the entire system, and if there are several implementation methods for the same process, such as the "stack copy" process described later, then all event trace diagrams must be kept complete. It is not easy to create, and the amount of description becomes enormous. In addition, it is impossible to verify whether or not all processes are described from the created event trace diagram.

【0006】[0006]

【発明が解決しようとする課題】本発明の第1の目的
は、シナリオ全体の把握が容易なシナリオ表示装置を提
供することにある。
SUMMARY OF THE INVENTION A first object of the present invention is to provide a scenario display device in which the whole scenario can be grasped easily.

【0007】本発明の第2の目的は、事象トレース図の
記述量を削減することができるシナリオ表示装置を提供
することにある。
A second object of the present invention is to provide a scenario display device capable of reducing the description amount of an event trace diagram.

【0008】また、本発明の別の目的は、オブジェクト
の協調動作を表す仕様から変更または再利用すべきクラ
スを検索することができるシナリオのクラス編集装置の
提供にある。
Another object of the present invention is to provide a class editing device for a scenario that can search for a class to be changed or reused from a specification indicating cooperative behavior of objects.

【0009】[0009]

【課題を解決するための手段】上記の目的を達成するた
め、請求項1記載の本発明のシナリオ表示装置は、シナ
リオに存在するメッセージのシーケンスを一定のまとま
りのある単位でモジュール化して名称が付けられた各モ
ジュールにおける前記名称であるモジュール項目が表示
されたモジュール項目表示部と、前記各モジュールに存
在する具体的なメッセージのシーケンスを抽出し、各シ
ーケンスを当該シーケンスが持つ意味に応じた図形で表
して名称の付けられた各シーケンスにおける前記図形及
び前記名称を含むサブシナリオ項目が、対応するモジュ
ールのモジュール項目毎に列挙して表示されたサブシナ
リオ項目表示部とを具備する。
In order to achieve the above object, the scenario display device of the present invention according to claim 1 modularizes a sequence of messages existing in a scenario into a unit having a certain unit, and has a name. A module item display section in which the module item having the above-mentioned name in each attached module is displayed, and a sequence of concrete messages existing in each module is extracted, and each sequence is represented by a graphic corresponding to the meaning of the sequence. And a sub-scenario item display section in which the sub-scenario items including the graphic and the name in each sequence represented by are listed and displayed for each module item of the corresponding module.

【0010】請求項2記載の本発明のシナリオ表示装置
は、シナリオに存在するメッセージのシーケンスを一定
のまとまりのある単位でモジュール化して名称が付けら
れた各モジュールにおける前記名称であるモジュール項
目が表示されたモジュール項目表示部と、前記各モジュ
ールに存在する具体的なメッセージのシーケンスを抽出
し、各シーケンスを当該シーケンスが持つ意味に応じた
図形で表して名称の付けられた各シーケンスにおける前
記図形及び前記名称を含むサブシナリオ項目が対応する
モジュールのモジュール項目毎に列挙して表示されたサ
ブシナリオ項目表示部と、前記サブシナリオ項目表示部
に表示されたサブシナリオ項目を選択する選択手段と、
前記選択されたサブシナリオ項目のシーケンスにおける
オブジェクト間のメッセージのやり取りを表記した事象
トレース図が表示された事象トレース図表示部とを具備
する。
According to another aspect of the present invention, there is provided a scenario display device in which a sequence of messages existing in a scenario is modularized in a unit having a certain unit, and a module item having the name is displayed in each named module. The selected module item display section and a specific message sequence existing in each module are extracted, and each sequence is represented by a graphic corresponding to the meaning of the sequence, and the graphic in each named sequence and A sub-scenario item display section enumerated and displayed for each module item of a module to which the sub-scenario item including the name corresponds, and a selection means for selecting the sub-scenario item displayed on the sub-scenario item display section,
And an event trace diagram display unit that displays an event trace diagram showing message exchanges between objects in the sequence of the selected sub-scenario item.

【0011】請求項3記載の本発明のシナリオ表示装置
は、シナリオに存在するメッセージのシーケンスを一定
のまとまりのある単位でモジュール化して名称が付けら
れた各モジュールにおける前記名称であるモジュール項
目が表示されたモジュール項目表示部と、前記各モジュ
ールに存在する具体的なメッセージのシーケンスを抽出
し、各シーケンスを当該シーケンスが持つ意味に応じた
図形で表して名称の付けられた各シーケンスにおける前
記図形及び前記名称を含むサブシナリオ項目が対応する
モジュールのモジュール項目毎に列挙して表示されたサ
ブシナリオ項目表示部と、前記サブシナリオ項目表示部
に表示されたサブシナリオ項目を選択する選択手段と、
前記選択されたサブシナリオ項目のシーケンスにおける
オブジェクト間のメッセージのやり取りを表記した事象
トレース図が表示された事象トレース図表示部と、複数
の前記サブシナリオ項目の事象トレース図を合成する合
成手段と、前記合成された図が表示された合成図表示部
とを具備する。
According to a third aspect of the present invention, in a scenario display device, a sequence of messages existing in a scenario is modularized in a unit having a certain unit, and a module item having the name in each module is displayed. The selected module item display section and a specific message sequence existing in each module are extracted, and each sequence is represented by a graphic corresponding to the meaning of the sequence, and the graphic in each named sequence and A sub-scenario item display section enumerated and displayed for each module item of a module to which the sub-scenario item including the name corresponds, and a selection means for selecting the sub-scenario item displayed on the sub-scenario item display section,
An event trace diagram display unit displaying an event trace diagram representing message exchanges between objects in the sequence of the selected sub-scenario items, and a synthesizing unit for synthesizing the event trace diagrams of the plurality of sub-scenario items, And a composite drawing display unit displaying the composite drawing.

【0012】請求項4記載の本発明のシナリオ表示装置
は、請求項1〜3記載のシナリオ表示装置において、前
記モジュール項目及び前記サブシナリオ項目が数字を含
み、前記モジュール項目の数字と当該モジュール項目に
対応するサブシナリオ項目の数字が関連付けられてい
る。
A scenario display device according to a fourth aspect of the present invention is the scenario display device according to the first to third aspects, wherein the module item and the sub-scenario item include numbers, and the numbers of the module item and the module item. The number of the sub-scenario item corresponding to is associated.

【0013】請求項5記載の本発明のシナリオ表示装置
は、請求項1〜3記載のシナリオ表示装置において、前
記サブシナリオ項目における図形が処理の手順に応じた
方向の矢印を持つ線である。
According to a fifth aspect of the scenario display device of the present invention, in the scenario display device according to the first to third aspects, the graphic in the sub-scenario item is a line having an arrow in a direction corresponding to a processing procedure.

【0014】請求項6記載の本発明のシナリオ表示装置
は、シナリオに存在するメッセージのシーケンスを一定
のまとまりのある単位でモジュール化して名称が付けら
れた各モジュールにおける前記名称であるモジュール項
目が入力されるモジュール項目入力手段と、このモジュ
ール項目入力手段により入力されたモジュール項目を記
憶するモジュール項目記憶手段と、前記各モジュールに
存在する具体的なメッセージのシーケンスを抽出し、各
シーケンスを当該シーケンスが持つ意味に応じた図形で
表して名称の付けられた各シーケンスにおける前記図形
及び前記名称を含むサブシナリオ項目が対応するモジュ
ール項目と関連付けて入力されるサブシナリオ項目入力
手段と、このサブシナリオ項目入力手段により入力され
たサブシナリオ項目を記憶するサブシナリオ項目記憶手
段と、前記モジュール項目記憶手段により記憶されたモ
ジュール項目及び前記サブシナリオ項目記憶手段により
記憶されたサブシナリオ項目に基づき、モジュール項目
及び対応するモジュール項目毎にサブシナリオ項目を列
挙して表示する表示手段とを具備する。
According to a sixth aspect of the present invention, in a scenario display device, a sequence of messages existing in a scenario is modularized in a unit having a certain unit, and a module item which is the name of each module is input. Module item input means, module item storage means for storing the module items input by the module item input means, and a sequence of concrete messages existing in each of the modules is extracted, and each sequence is Sub-scenario item input means for inputting sub-scenario items including the graphic and the name in each sequence represented by a graphic according to the meaning to be associated with the corresponding module item, and the sub-scenario item input Sub-scenario term entered by means And a sub-scenario item for each module item and corresponding module item based on the module item stored by the module item storage unit and the sub-scenario item stored by the sub-scenario item storage unit. And displaying means for enumerating and displaying.

【0015】請求項7記載の本発明のシナリオ表示装置
は、シナリオに存在するメッセージのシーケンスを一定
のまとまりのある単位でモジュール化して名称が付けら
れた各モジュールにおける前記名称であるモジュール項
目が入力されるモジュール項目入力手段と、このモジュ
ール項目入力手段により入力されたモジュール項目を記
憶するモジュール項目記憶手段と、前記各モジュールに
存在する具体的なメッセージのシーケンスを抽出し、各
シーケンスを当該シーケンスが持つ意味に応じた図形で
表して名称の付けられた各シーケンスにおける前記図形
及び前記名称を含むサブシナリオ項目が対応するモジュ
ール項目と関連付けて入力されるサブシナリオ項目入力
手段と、このサブシナリオ項目入力手段により入力され
たサブシナリオ項目を記憶するサブシナリオ項目記憶手
段と、前記各サブシナリオ項目のシーケンスにおけるオ
ブジェクト間のメッセージのやり取りを表記した事象ト
レース図が入力される事象トレース図入力手段と、この
事象トレース図入力手段により入力された事象トレース
図を記憶する事象トレース図記憶手段と、前記モジュー
ル項目記憶手段により記憶されたモジュール項目及び前
記サブシナリオ項目記憶手段により記憶されたサブシナ
リオ項目に基づき、モジュール項目及び対応するモジュ
ール項目毎にサブシナリオ項目を列挙して表示する第1
の表示手段と、前記第1の表示手段に表示されたサブシ
ナリオ項目を選択する選択手段と、前記事象トレース図
記憶手段に記憶された事象トレース図に基づき、前記選
択されたサブシナリオ項目の事象トレース図を表示する
第2の表示手段とを具備する。
According to a seventh aspect of the present invention, in a scenario display device, a sequence of messages existing in a scenario is modularized in a unit having a certain unit, and a module item which is the name of each module is input. Module item input means, module item storage means for storing the module items input by the module item input means, and a sequence of concrete messages existing in each of the modules is extracted, and each sequence is Sub-scenario item input means for inputting sub-scenario items including the graphic and the name in each sequence represented by a graphic according to the meaning to be associated with the corresponding module item, and the sub-scenario item input Sub-scenario term entered by means The sub-scenario item storage means for storing the event, the event trace diagram input means for inputting the event trace diagram showing the exchange of messages between objects in the sequence of each sub-scenario item, and the event trace diagram input means for inputting For each module item and corresponding module item, based on the event trace diagram storage unit for storing the event trace diagram, the module item stored by the module item storage unit and the sub-scenario item stored by the sub-scenario item storage unit. First, enumerate and display sub-scenario items
Display means, selecting means for selecting the sub-scenario item displayed on the first display means, and the selected sub-scenario item based on the event trace diagram stored in the event trace diagram storage means. Second display means for displaying the event trace diagram.

【0016】請求項8記載の本発明のシナリオ表示装置
は、シナリオに存在するメッセージのシーケンスを一定
のまとまりのある単位でモジュール化して名称が付けら
れた各モジュールにおける前記名称であるモジュール項
目が入力されるモジュール項目入力手段と、このモジュ
ール項目入力手段により入力されたモジュール項目を記
憶するモジュール項目記憶手段と、前記各モジュールに
存在する具体的なメッセージのシーケンスを抽出し、各
シーケンスを当該シーケンスが持つ意味に応じた図形で
表して名称の付けられた各シーケンスにおける前記図形
及び前記名称を含むサブシナリオ項目が対応するモジュ
ール項目と関連付けて入力されるサブシナリオ項目入力
手段と、このサブシナリオ項目入力手段により入力され
たサブシナリオ項目を記憶するサブシナリオ項目記憶手
段と、前記各サブシナリオ項目のシーケンスにおけるオ
ブジェクト間のメッセージのやり取りを表記した事象ト
レース図が入力される事象トレース図入力手段と、この
事象トレース図入力手段により入力された事象トレース
図を記憶する事象トレース図記憶手段と、前記モジュー
ル項目記憶手段により記憶されたモジュール項目及び前
記サブシナリオ項目記憶手段により記憶されたサブシナ
リオ項目に基づき、モジュール項目及び対応するモジュ
ール項目毎にサブシナリオ項目を列挙して表示する第1
の表示手段と、前記第1の表示手段に表示されたサブシ
ナリオ項目を選択する選択手段と、前記事象トレース図
記憶手段に記憶された事象トレース図に基づき、前記選
択されたサブシナリオ項目の事象トレース図を表示する
第2の表示手段と、複数の前記サブシナリオ項目の事象
トレース図を合成する合成手段と、前記合成された図を
表示する第3の表示手段とを具備する。
In the scenario display device according to the present invention, the sequence of messages existing in the scenario is modularized in a unit having a certain unit, and the module item which is the name of each module is input. Module item input means, module item storage means for storing the module items input by the module item input means, and a sequence of concrete messages existing in each of the modules is extracted, and each sequence is Sub-scenario item input means for inputting sub-scenario items including the graphic and the name in each sequence represented by a graphic according to the meaning to be associated with the corresponding module item, and the sub-scenario item input Sub-scenario term entered by means The sub-scenario item storage means for storing the event, the event trace diagram input means for inputting the event trace diagram showing the exchange of messages between objects in the sequence of each sub-scenario item, and the event trace diagram input means for inputting For each module item and corresponding module item, based on the event trace diagram storage unit for storing the event trace diagram, the module item stored by the module item storage unit and the sub-scenario item stored by the sub-scenario item storage unit. First, enumerate and display sub-scenario items
Display means, selecting means for selecting the sub-scenario item displayed on the first display means, and the selected sub-scenario item based on the event trace diagram stored in the event trace diagram storage means. The system further comprises a second display unit for displaying the event trace diagram, a synthesizing unit for synthesizing the event trace diagrams of the plurality of sub-scenario items, and a third displaying unit for displaying the synthesized diagram.

【0017】請求項9記載の本発明のシナリオ表示方法
は、シナリオに存在するメッセージのシーケンスを一定
のまとまりのある単位でモジュール化して名称が付けら
れた各モジュールにおける前記名称であるモジュール項
目を入力するステップと、前記各モジュールに存在する
具体的なメッセージのシーケンスを抽出し、各シーケン
スを当該シーケンスが持つ意味に応じた図形で表して名
称の付けられた各シーケンスにおける前記図形及び前記
名称を含むサブシナリオ項目を対応するモジュール項目
と関連付けて入力するステップと、前記入力されたモジ
ュール項目及びサブシナリオ項目に基づき、モジュール
項目及び対応するモジュール項目毎にサブシナリオ項目
を列挙して表示させるステップとを具備する。
According to a ninth aspect of the scenario display method of the present invention, a sequence of messages existing in a scenario is modularized in a unit having a certain unit, and a module item which is the name of each module is input. And a step of extracting a concrete message sequence existing in each module, and representing each sequence by a graphic according to the meaning of the sequence, and including the graphic and the name in each named sequence A step of inputting a sub-scenario item in association with a corresponding module item, and a step of listing and displaying sub-scenario items for each module item and the corresponding module item based on the input module item and sub-scenario item To have.

【0018】請求項10記載の本発明のシナリオ表示方
法は、シナリオに存在するメッセージのシーケンスを一
定のまとまりのある単位でモジュール化して名称が付け
られた各モジュールにおける前記名称であるモジュール
項目を入力するステップと、前記各モジュールに存在す
る具体的なメッセージのシーケンスを抽出し、各シーケ
ンスを当該シーケンスが持つ意味に応じた図形で表して
名称の付けられた各シーケンスにおける前記図形及び前
記名称を含むサブシナリオ項目を対応するモジュール項
目と関連付けて入力するステップと、前記各サブシナリ
オ項目のシーケンスにおけるオブジェクト間のメッセー
ジのやり取りを表記した事象トレース図を入力するステ
ップと、前記入力されたモジュール項目及びサブシナリ
オ項目に基づき、モジュール項目及び対応するモジュー
ル項目毎にサブシナリオ項目を列挙して表示させるステ
ップと、前記表示されたサブシナリオ項目を選択するス
テップと、前記入力された事象トレース図に基づき、前
記選択されたサブシナリオ項目の事象トレース図を表示
させるステップとを具備する。
According to a tenth aspect of the present invention, in the scenario display method, a sequence of messages existing in a scenario is modularized in a unit having a certain unit, and a module item which is the name of each module is input. And a step of extracting a concrete message sequence existing in each module, and representing each sequence by a graphic according to the meaning of the sequence, and including the graphic and the name in each named sequence Inputting a sub-scenario item in association with a corresponding module item; inputting an event trace diagram showing message exchanges between objects in the sequence of each sub-scenario item; the input module item and sub Based on the scenario items Module items and corresponding module items, enumerating and displaying sub-scenario items, selecting the displayed sub-scenario item, and selecting the selected sub-scenario based on the input event trace diagram. Displaying an event trace diagram of the item.

【0019】請求項11記載の本発明のシナリオ表示方
法は、シナリオに存在するメッセージのシーケンスを一
定のまとまりのある単位でモジュール化して名称が付け
られた各モジュールにおける前記名称であるモジュール
項目を入力するステップと、前記各モジュールに存在す
る具体的なメッセージのシーケンスを抽出し、各シーケ
ンスを当該シーケンスが持つ意味に応じた図形で表して
名称の付けられた各シーケンスにおける前記図形及び前
記名称を含むサブシナリオ項目を対応するモジュール項
目と関連付けて入力するステップと、前記各サブシナリ
オ項目のシーケンスにおけるオブジェクト間のメッセー
ジのやり取りを表記した事象トレース図を入力するステ
ップと、前記入力されたモジュール項目及びサブシナリ
オ項目に基づき、モジュール項目及び対応するモジュー
ル項目毎にサブシナリオ項目を列挙して表示させるステ
ップと、前記表示されたサブシナリオ項目を選択するス
テップと、前記入力された事象トレース図に基づき、前
記選択されたサブシナリオ項目の事象トレース図を表示
させるステップと、複数の前記サブシナリオ項目の事象
トレース図を合成させるステップと、前記合成された図
を表示させるステップとを具備する。
In the scenario display method of the present invention as set forth in claim 11, the sequence of messages existing in the scenario is modularized in a unit having a certain unit, and the module item which is the name in each module is input. And a step of extracting a concrete message sequence existing in each module, and representing each sequence by a graphic according to the meaning of the sequence, and including the graphic and the name in each named sequence Inputting a sub-scenario item in association with a corresponding module item; inputting an event trace diagram showing message exchanges between objects in the sequence of each sub-scenario item; the input module item and sub Based on the scenario items Module items and corresponding module items, enumerating and displaying sub-scenario items, selecting the displayed sub-scenario item, and selecting the selected sub-scenario based on the input event trace diagram. The method comprises the steps of displaying an event trace diagram of an item, synthesizing an event trace diagram of a plurality of the sub-scenario items, and displaying the synthesized diagram.

【0020】請求項12記載の本発明のクラス編集装置
は、シナリオに存在するオブジェクト間のメッセージの
シーケンスを記述するシナリオ記述手段と、このシナリ
オ記述手段により記述されたシナリオを保存するシナリ
オ保存手段と、このシナリオ保存手段により保存された
複数のシナリオを表示するシナリオ表示手段と、このシ
ナリオ表示手段に表示された複数のシナリオから所望の
シナリオを選択するシナリオ選択手段と、このシナリオ
選択手段により選択されたシナリオに関連する複数のク
ラスを表示するクラス表示手段と、このクラス表示手段
により表示された複数のクラスから所望のクラスを選択
するクラス選択手段と、このクラス選択手段により選択
されたクラスの仕様を補正するクラス補正手段とを具備
する。
The class editing apparatus of the present invention according to claim 12 includes scenario description means for describing a sequence of messages between objects existing in the scenario, and scenario storage means for saving the scenario described by the scenario description means. , Scenario display means for displaying a plurality of scenarios stored by the scenario storage means, scenario selection means for selecting a desired scenario from the plurality of scenarios displayed on the scenario display means, and scenario selection means for selecting the scenario. Class display means for displaying a plurality of classes related to the scenario, class selection means for selecting a desired class from the plurality of classes displayed by the class display means, and specification of the class selected by the class selection means And a class correcting means for correcting.

【0021】[0021]

【作用】本発明では、シナリオに存在するメッセージの
シーケンスを一定のまとまりのある単位でモジュール化
し、モジュール単位ごとに具体的なシーケンスであるサ
ブシナリオ項目を抽出することによって、シナリオの種
類を確認することができ、なおかつ全体を見渡せること
ができるので、シナリオ全体の把握が容易である。さら
に、モジュール化することによって事象トレース図が部
品化されるため、シナリオ間でサブシナリオ項目ごとの
再利用が可能となり、事象トレース図の記述量を削減す
ることができる。
According to the present invention, the type of a scenario is confirmed by modularizing the sequence of messages existing in a scenario into a certain unit, and extracting a sub-scenario item that is a specific sequence for each module. It is possible to see the whole scenario, and it is easy to grasp the whole scenario. Furthermore, by modularizing the event trace diagram, it becomes possible to reuse each sub-scenario item between scenarios, and it is possible to reduce the description amount of the event trace diagram.

【0022】[0022]

【実施例】以下、本発明の実施例を図面に基づいて説明
する。
Embodiments of the present invention will be described below with reference to the drawings.

【0023】(第1発明)図1は本発明に係るシナリオ
表示装置による表示内容を示す図である。
(First Invention) FIG. 1 is a view showing contents displayed by a scenario display device according to the present invention.

【0024】同図において、1はモジュール項目表示
部、2はサブシナリオ項目表示部である。
In the figure, 1 is a module item display section, and 2 is a sub-scenario item display section.

【0025】モジュール項目表示部1には、シナリオに
存在するメッセージのシーケンスを一定のまとまりのあ
る単位でモジュール化して名称が付けられた各モジュー
ルにおける名称であるモジュール項目1a、1b、1c
が表示される。
In the module item display unit 1, the module items 1a, 1b, 1c are names of the modules, which are named by modularizing a sequence of messages existing in the scenario in a certain unit.
Is displayed.

【0026】サブシナリオ項目表示部2には、各モジュ
ールに存在する具体的なメッセージのシーケンスを抽出
し、各シーケンスを当該シーケンスが持つ意味に応じた
図形で表して名称の付けられた各シーケンスにおける図
形及び名称を含むサブシナリオ項目2a、2b、2c…
が、対応するモジュールのモジュール項目1a、1b、
1c毎に列挙して表示される。例えば、サブシナリオ項
目2a、2b、2c…における図形は、処理の手順に応
じた方向の矢印を持つ線である。また、矢印を持つ線に
はその意味に応じて例えば2aのように破線で表示され
たり、2bのように□付きの矢印を持つ破線で表示され
たり、2cのように実線の矢印で表示されたりする。
In the sub-scenario item display section 2, a specific message sequence existing in each module is extracted, each sequence is represented by a graphic according to the meaning of the sequence, and each sequence is named. Sub-scenario items 2a, 2b, 2c including figures and names ...
Are the module items 1a, 1b of the corresponding module,
It is displayed by listing every 1c. For example, the figures in the sub-scenario items 2a, 2b, 2c ... Are lines having arrows in the direction corresponding to the processing procedure. Depending on its meaning, a line with an arrow is displayed with a broken line such as 2a, a broken line with an arrow with a square like 2b, or a solid arrow like 2c. Or

【0027】なお、以下では、モジュール項目表示部1
とサブシナリオ項目表示部2とからなる図を、シナリオ
分割図と呼ぶ(より具体的には、例えば図5参照)。
In the following, the module item display unit 1
A diagram including the sub-scenario item display unit 2 and the sub-scenario item display unit 2 is called a scenario division diagram (more specifically, see, for example, FIG. 5).

【0028】本発明に係るシナリオ表示装置では、後述
するようにサブシナリオ項目表示部2に表示されたサブ
シナリオ項目2a、2b、2c…を選択すると、選択さ
れたサブシナリオ項目2a、2b、2cのシーケンスに
おけるオブジェクト間のメッセージのやり取りを表記し
た事象トレース図が表示される(例えば、図7参照)。
また、複数の前記サブシナリオ項目の事象トレース図を
合成し、合成された図を表示することが可能である(例
えば、図14参照)。
In the scenario display device according to the present invention, when the sub-scenario items 2a, 2b, 2c ... Displayed on the sub-scenario item display section 2 are selected, as will be described later, the selected sub-scenario items 2a, 2b, 2c. An event trace diagram showing message exchanges between objects in the sequence is displayed (see, for example, FIG. 7).
Further, it is possible to combine the event trace diagrams of the plurality of sub-scenario items and display the synthesized diagram (see, for example, FIG. 14).

【0029】このような表示を実現するシナリオ表示装
置の構成を図2に示す。
FIG. 2 shows the configuration of a scenario display device that realizes such a display.

【0030】同図に示すように、ユーザが入力装置3か
らシナリオ分割図を入力すると、I/O制御回路4を通
って、シナリオ分割図入力部5からシナリオ分割図がシ
ステム内に取り込まれ、シナリオ分割図データファイル
6に格納される。
As shown in the figure, when the user inputs the scenario division diagram from the input device 3, the scenario division diagram input unit 5 takes the scenario division diagram into the system through the I / O control circuit 4. It is stored in the scenario division diagram data file 6.

【0031】また、入力装置3から入力された事象トレ
ース図はI/O制御回路4を通って、事象トレース図入
力部7からシステム内に取り込まれ、事象トレース図デ
ータファイル8に格納される。
Further, the event trace diagram input from the input device 3 is taken into the system from the event trace diagram input section 7 through the I / O control circuit 4 and stored in the event trace diagram data file 8.

【0032】また、シナリオ分割図データファイル6と
事象トレース図データファイル8はそれぞれ、シナリオ
分割図出力部9と事象トレース図出力部10よりI/O
制御回路11を介して表示装置12に出力される。
The scenario division diagram data file 6 and the event trace diagram data file 8 are input / output from the scenario division diagram output unit 9 and the event trace diagram output unit 10, respectively.
It is output to the display device 12 via the control circuit 11.

【0033】また、入力装置3より合成するサブシナリ
オ項目がユーザにより入力されると、I/O制御回路4
を通ってサブシナリオ項目入力部13より取り込まれ、
入力されたサブシナリオ項目に対応するサブシナリオ項
目の事象トレース図の合成を事象トレース図データファ
イル8のデータより事象トレース図合成部14が行い、
事象トレース図出力部10からI/O制御回路11を介
して表示装置12に出力される。また、このとき、合成
されたサブシナリオ項目はサブシナリオ項目合成データ
ファイル15に格納される。
When a sub-scenario item to be combined is input by the user from the input device 3, the I / O control circuit 4
Through the sub-scenario item input unit 13 through
The event trace diagram synthesizing unit 14 synthesizes the event trace diagram of the sub-scenario item corresponding to the input sub-scenario item from the data of the event trace diagram data file 8,
It is output from the event trace diagram output unit 10 to the display device 12 via the I / O control circuit 11. At this time, the combined sub-scenario item is stored in the sub-scenario item composite data file 15.

【0034】図3は図2に示した装置の動作を示すフロ
ーチャートである。
FIG. 3 is a flow chart showing the operation of the apparatus shown in FIG.

【0035】まず、ユーザは入力装置3よりシナリオ分
割図入力部5を介して、シナリオ分割図を入力する(ス
テップ301)。
First, the user inputs a scenario division diagram from the input device 3 via the scenario division diagram input unit 5 (step 301).

【0036】次に、ユーザはシナリオ分割図におけるサ
ブシナリオ項目に対応する事象トレース図を入力装置3
より事象トレース図入力部7を介して入力する(ステッ
プ302)。
Next, the user inputs the event trace diagram corresponding to the sub-scenario item in the scenario division diagram into the input device 3
More information is input through the event trace diagram input unit 7 (step 302).

【0037】これら入力されたシナリオ分割図及び事象
トレース図はそれぞれシナリオ分割図データファイル6
と事象トレース図データファイル8に格納される(ステ
ップ302、304)。
The inputted scenario division diagram and event trace diagram are respectively the scenario division diagram data file 6
Is stored in the event trace diagram data file 8 (steps 302 and 304).

【0038】次に、ユーザはシナリオ分割図に従って、
合成したいサブシナリオ項目を入力装置3よりサブシナ
リオ項目入力部13を介して入力する(ステップ30
5)。このサブシナリオ項目に対応する事象トレース図
の合成を事象トレース図合成部14が行う(ステップ3
06)。
Next, the user follows the scenario division diagram and
The sub-scenario item to be combined is input from the input device 3 via the sub-scenario item input unit 13 (step 30).
5). The event trace diagram synthesis unit 14 synthesizes the event trace diagram corresponding to this sub-scenario item (step 3).
06).

【0039】このとき、合成したサブシナリオ項目をサ
ブシナリオ項目合成データファイル15に格納する(ス
テップ309)。
At this time, the combined sub-scenario item is stored in the sub-scenario item composite data file 15 (step 309).

【0040】そして、事象トレース図出力部10を介し
て表示装置12に出力され(ステップ307)、表示が
行われる(ステップ308)。
Then, the data is output to the display device 12 via the event trace diagram output unit 10 (step 307) and displayed (step 308).

【0041】なお、このシナリオ表示装置では、シナリ
オ分割図と事象トレース図はそれぞれ、シナリオ分割図
出力部9と事象トレース図出力部10を介することで、
表示装置12に出力することができる。したがって、ユ
ーザはシナリオ分割図をみながら事象トレース図を作成
し、シナリオ分割図にもとづいて事象トレース図の合成
を行うことができる。
In this scenario display device, the scenario division diagram and the event trace diagram are respectively passed through the scenario division diagram output unit 9 and the event trace diagram output unit 10,
It can be output to the display device 12. Therefore, the user can create an event trace diagram while viewing the scenario division diagram and synthesize the event trace diagrams based on the scenario division diagram.

【0042】さらに、複数のサブシナリオ項目の事象ト
レース図を合成した合成事象トレース図からあるサブシ
ナリオ項目に対応する事象トレース図を削除したいとき
は(ステップ310)、削除したい事象トレース図のサ
ブシナリオ項目を入力装置3よりサブシナリオ項目入力
部13を介して取り込む(ステップ311)。事象トレ
ース図合成部14では、サブシナリオ項目合成データフ
ァイル15より合成されている事象トレース図のサブシ
ナリオ項目から入力された削除サブシナリオ項目を除い
た残りのサブシナリオ項目にあたる事象トレース図を合
成し直すことで(ステップ312)、一旦合成した事象
トレース図を再び分割する。
Furthermore, when it is desired to delete the event trace diagram corresponding to a certain sub-scenario item from the composite event trace diagram obtained by combining the event trace diagrams of a plurality of sub-scenario items (step 310), the sub-scenario of the event trace diagram to be deleted Items are fetched from the input device 3 via the sub-scenario item input unit 13 (step 311). The event trace diagram synthesizing unit 14 synthesizes the event trace diagrams corresponding to the remaining sub-scenario items excluding the deleted sub-scenario item input from the sub-scenario items of the event trace diagram synthesized from the sub-scenario item synthesis data file 15. By correcting (step 312), the event trace diagram once synthesized is divided again.

【0043】図4は、本装置におけるシナリオ分割図、
事象トレース図作成から事象トレース図の合成、削除ま
でのユーザ側の処理手順の一例を示すフローチャートで
ある。 まず、シナリオ分割図を作成する(ステップ4
01)。次に、シナリオ分割図のサブシナリオ項目につ
いて事象トレース図を作成する(ステップ402)。シ
ナリオ分割図に従って事象トレース図を合成したいとき
は、サブシナリオ項目を入力すると(ステップ40
3)、それに対応する事象トレース図の合成が行なわれ
(ステップ404)、合成事象トレース図が表示される
(ステップ405)。次に、一旦合成した事象トレース
図からあるサブモジュール項目の事象トレース図を削除
させたいときは(ステップ406)、削除したいサブシ
ナリオ項目を入力すると(ステップ407)、そのサブ
シナリオが削除され(ステップ408)、削除するサブ
シナリオを除いた合成事象トレース図が表示される(ス
テップ409)。
FIG. 4 is a scenario division diagram in this apparatus,
It is a flow chart which shows an example of the processing procedure by the side of a user from creation of an event trace figure to composition and deletion of an event trace figure. First, a scenario division diagram is created (step 4)
01). Next, an event trace diagram is created for the sub-scenario item of the scenario division diagram (step 402). If you want to synthesize the event trace diagram according to the scenario division diagram, enter the sub-scenario item (step 40
3) Then, the event trace diagram corresponding thereto is synthesized (step 404) and the synthesized event trace diagram is displayed (step 405). Next, when it is desired to delete the event trace diagram of a certain sub-module item from the event trace diagram once synthesized (step 406), the sub-scenario item to be deleted is entered (step 407), and the sub-scenario is deleted (step 408), the composite event trace diagram excluding the sub-scenarios to be deleted is displayed (step 409).

【0044】次に、本装置における事象トレース図合成
の実例を示す。
Next, an actual example of event trace diagram synthesis in this apparatus will be shown.

【0045】図5は本装置において作成されたシナリオ
分割図の一例である。なお、本装置のシナリオ分割図で
は、まず、左上にシナリオの題名を表記する。実線は1
本のシナリオを分割したモジュール項目を表し、モジュ
ール名とモジュール番号をつける。点線の矢印はモジュ
ール項目内に存在する1個以上複数のサブシナリオ項目
を表す。ここでいうサブシナリオ項目とは、モジュール
項目の処理を実現するための具体的な方法を指す。モジ
ュール項目内でサブシナリオ項目が選択的に存在すると
きは、サブシナリオ項目を縦に並べる。サブシナリオ項
目にも、サブシナリオ名とモジュール番号に対応したサ
ブシナリオ項目を付ける。処理の流れは、左から右を基
本とし、モジュール項目とモジュール項目の間がシステ
ムの状態と考える。従って、右から左への矢印は、シス
テムの状態が前状態に戻ることを意味する。例えば、図
5では、シナリオ名は「スタックコピー」で、モジュー
ル項目の単位は、システム起動、スタック選択、メニュ
ー表示、コピー実行、さらに、スタック選択の下段にあ
る選択解除になる。スタック選択には、アイコン選択と
領域選択という2つの選択的サブシナリオ項目が存在す
る。すなわち、これは、スタック選択後の状態に移るに
は、アイコン選択と領域選択の2つの方法があるという
ことである。従って、この「スタックコピー」というシ
ナリオには、システム起動→アイコン選択→ペーストメ
ニュー表示→コピー実行と、システム起動→領域選択→
ペーストメニュー表示→コピー表示という2つの具体的
なシナリオが存在することになる。さらに、選択解除を
考慮すると、スタック選択後の状態において解除選択を
行うと、システム起動後の状態に戻ることを示してい
る。
FIG. 5 is an example of a scenario division diagram created in this apparatus. In the scenario division diagram of this device, first, the title of the scenario is shown in the upper left. The solid line is 1
It represents the module items that divide the scenario of the book, and gives the module name and module number. Dotted arrows represent one or more sub-scenario items existing in the module item. The sub-scenario item here refers to a concrete method for realizing the processing of the module item. When sub-scenario items are selectively present in module items, sub-scenario items are arranged vertically. A sub-scenario item corresponding to the sub-scenario name and module number is also attached to the sub-scenario item. The processing flow is basically from left to right, and it is considered that the system state is between the module items. Therefore, the arrow from right to left means that the system state returns to the previous state. For example, in FIG. 5, the scenario name is “stack copy”, and the unit of the module item is system startup, stack selection, menu display, copy execution, and deselection in the lower stage of stack selection. There are two optional sub-scenario items for stack selection: icon selection and area selection. In other words, this means that there are two methods of selecting an icon and selecting an area to move to the state after stack selection. Therefore, in this "stack copy" scenario, system startup → icon selection → paste menu display → copy execution, system startup → area selection →
There will be two concrete scenarios: paste menu display → copy display. Further, in consideration of deselection, it is shown that if deselection is performed in the state after stack selection, the state returns to the state after system activation.

【0046】次に、図5のシナリオ分割図で決めた各サ
ブシナリオ項目に対応する事象トレース図を作成する。
縦の実線がオブジェクトを表し、実線の間を流れる矢印
がオブジェクト間のメッセージ通信とする。縦の実線の
長さは、時間の経過を意味する。 図6〜図11は図5
のシナリオ分割図に存在するサブシナリオ項目に対する
事象トレース図を表す。
Next, an event trace diagram corresponding to each sub-scenario item determined in the scenario division diagram of FIG. 5 is created.
Vertical solid lines represent objects, and arrows flowing between the solid lines represent message communication between objects. The length of the vertical solid line means the passage of time. 6 to 11 are shown in FIG.
The event trace diagram for the sub-scenario items existing in the scenario division diagram of FIG.

【0047】各事象トレース図は作成されると、事象ト
レース図データファイル8に格納される。事象トレース
図データファイル8には事象トレース図のオブジェクト
間に流れる各メッセージのメッセージ送信側とメッセー
ジ受信側のオブジェクト名とメッセージ名が表形式で格
納される。例えば、図6と図7の事象トレース図のメッ
セージ通信情報は、それぞれ図12、図13の形式で格
納される。
When each event trace diagram is created, it is stored in the event trace diagram data file 8. The event trace diagram data file 8 stores the object names and message names of the message sender and the message receiver of each message flowing between the objects of the event trace diagram in a tabular format. For example, the message communication information of the event trace diagrams of FIGS. 6 and 7 is stored in the formats of FIGS. 12 and 13, respectively.

【0048】次に、シナリオ分割図をもとに事象トレー
ス図の合成を行う例を説明する。事象トレース図の合成
とは、例えば1つの「スタックコピー」というシナリオ
をモジュール項目に分割、さらにモジュール項目に存在
するサブシナリオ項目ごとに事象トレース図を作成した
後、全体の流れを理解容易にするため、1つの「スタッ
クコピー」というシナリオの事象トレース図を一覧する
ため合成することをいう。
Next, an example of synthesizing event trace diagrams based on scenario division diagrams will be described. To synthesize an event trace diagram, for example, one scenario called "stack copy" is divided into module items, and after creating an event trace diagram for each sub-scenario item that exists in the module item, the overall flow is made easier to understand. Therefore, it means to combine in order to list the event trace diagrams of one scenario called “stack copy”.

【0049】例えば、サブシナリオ項目1−1のシステ
ム起動とサブシナリオ項目2−1のアイコン選択の事象
トレース図を合成する。合成手順は処理順序の早いサブ
シナリオ項目に後のサブシナリオ項目を合成させるとい
う手順を取る。これは、シナリオ分割図を作成する際、
シナリオの処理順に従って、サブシナリオ項目の番号を
付けるため、サブシナリオ番号順に合成することで、処
理順序に従った合成が行われる。ここで、合成するサブ
シナリオ番号はユーザが入力する。従って、図6の事象
トレース図に図7の事象トレース図を重ねることにな
る。このとき、各事象トレース図のメッセージ通信情報
が格納されている事象トレース図データファイル8をも
とに、図7に表記されているオブジェクトが図6に存在
するかどうか図12、図13をもとにチェックし、図6
に存在しないものが図7中にあるときは、図6中に新た
に付け加えるという方式をとる。つまり、これにより重
複部分の一方のみを残して表示を行うようにしている。
そして、図12のメッセージが通信情報をもとに、図7
の事象トレース図をつけ加え、この結果、図14に示す
ような、図6と図7の合成事象トレース図が作成され
る。
For example, the event trace diagrams of the system activation of the sub-scenario item 1-1 and the icon selection of the sub-scenario item 2-1 are combined. The synthesizing procedure is such that a sub-scenario item with a faster processing order is synthesized with a subsequent sub-scenario item. This is when creating a scenario division diagram
The sub-scenario items are numbered according to the processing order of the scenarios. Therefore, the sub-scenarios are combined in the order of the sub-scenario numbers, so that the composition is performed in the processing order. Here, the user inputs the sub-scenario number to be combined. Therefore, the event trace diagram of FIG. 6 is superimposed on the event trace diagram of FIG. At this time, based on the event trace diagram data file 8 in which the message communication information of each event trace diagram is stored, whether the objects shown in FIG. 7 exist in FIG. Check and, Figure 6
When there is something that does not exist in FIG. 7 in FIG. 7, a method of newly adding it in FIG. 6 is adopted. In other words, by doing so, only one of the overlapping portions is left for display.
Then, the message of FIG.
The event trace diagram of FIG. 6 is added, and as a result, the combined event trace diagrams of FIGS. 6 and 7 are created as shown in FIG.

【0050】同様の手順で図6、図7、図10の事象ト
レース図を合成すると、図15に示すような合成事象ト
レース図が作成される。
When the event trace diagrams of FIGS. 6, 7, and 10 are combined in the same procedure, a combined event trace diagram as shown in FIG. 15 is created.

【0051】次に、図16に示すような「カードコピ
ー」のシナリオ分割図を作成するときの実施例を説明す
る。
Next, an embodiment for creating a "card copy" scenario division diagram as shown in FIG. 16 will be described.

【0052】この場合、前に作成した「スタックコピ
ー」のシナリオ分割図(図5)におけるあるサブシナリ
オが再利用できる場合はそのサブシナリオ項目と同じサ
ブシナリオ名とサブシナリオ番号をつける。事象トレー
ス図を作成する際には、まだ作成されていない事象トレ
ース図だけを作成することにする。そして、図16に示
すシナリオ分割図をもとに、図3に示した合成手順に従
って、事象トレース図を合成する。図5と図16のシナ
リオ分割図においては、図5のサブシナリオ番号1−1
とサブシナリオ番号4−1、サブシナリオ番号5−1の
事象トレース図がすでに作成されており、これらを図1
6のシナリオ分割図に対する事象トレース図の作成に再
利用することができる。
In this case, when a certain sub-scenario in the previously created "stack copy" scenario division diagram (FIG. 5) can be reused, the same sub-scenario name and sub-scenario number as the sub-scenario item are given. When creating an event trace diagram, only event trace diagrams that have not yet been created will be created. Then, based on the scenario division diagram shown in FIG. 16, the event trace diagram is synthesized according to the synthesis procedure shown in FIG. In the scenario division diagrams of FIGS. 5 and 16, sub-scenario number 1-1 of FIG.
And the event trace diagrams for sub-scenario number 4-1 and sub-scenario number 5-1 have already been created.
It can be reused to create an event trace diagram for the scenario division diagram of 6.

【0053】次に、図15の合成事象トレース図すなわ
ちサブシナリオ番号1−1とサブシナリオ番号2−1と
サブシナリオ番号4−1の合成事象トレース図から、サ
ブシナリオ番号4−1の事象トレース図、すなわち図1
0の事象トレース図を分離するときの実施例を説明す
る。
Next, from the combined event trace diagram of FIG. 15, that is, the combined event trace diagram of sub-scenario number 1-1, sub-scenario number 2-1 and sub-scenario number 4-1, from the event trace of sub-scenario number 4-1. Figure, ie Figure 1
An example of separating the 0 event trace diagram will be described.

【0054】まず、削除サブシナリオとしてサブシナリ
オ番号4−1を入力する。このときすでに、図13の合
成事象トレース図が作成された際に、サブシナリオ項目
合成データファイル15に合成されたサブシナリオ番号
が図17のように格納されている。従って、このデータ
から削除サブシナリオ番号4−1を除いたサブシナリオ
番号1−1とサブシナリオ番号2−1の合成事象トレー
ス図を作成することとし、図4に示した手順により行
う。この結果、図14の合成事象トレース図が得られ、
図15の合成事象トレース図からサブシナリオ番号4−
1、すなわち図10の事象トレース図を分離(削除)し
たものが得られる。
First, the sub-scenario number 4-1 is input as the deletion sub-scenario. At this time, the sub-scenario number synthesized in the sub-scenario item synthesis data file 15 when the synthetic event trace diagram of FIG. 13 is already created is stored as shown in FIG. Therefore, a synthetic event trace diagram of the sub-scenario number 1-1 and the sub-scenario number 2-1 excluding the deleted sub-scenario number 4-1 is created from this data, and the procedure shown in FIG. 4 is performed. As a result, the synthetic event trace diagram of FIG. 14 is obtained,
From the synthetic event trace diagram of FIG. 15, sub-scenario number 4-
1, that is, the event trace diagram of FIG. 10 is separated (deleted).

【0055】以上のように、本実施例による手順では、
まず具体的な事象トレース図を表記する前に、事象トレ
ース図をモジュール化したシナリオ分割図を作成する。
これによって、シナリオの種類を確認することができ、
なおかつ全体を見渡せることができるので、事象トレー
ス図の抜けを削減することができる。また、事象トレー
ス図をトップダウン的に作成していくので、シナリオ分
割図においても選択的表現や、後戻り表現が行なえ事象
トレース図をある程度意識して作成することができ、よ
り理解し易くまた、シナリオ分割図から分割サブシナリ
オごとの事象トレース図の作成が容易に行なえる。
As described above, in the procedure according to this embodiment,
First, before describing a concrete event trace diagram, a scenario division diagram in which the event trace diagram is modularized is created.
This allows you to check the type of scenario,
Furthermore, since the whole can be overlooked, omissions in the event trace diagram can be reduced. In addition, since the event trace diagram is created from the top down, it is possible to create an event trace diagram with a certain degree of consciousness and to make selective expressions and backtracking expressions even in scenario division diagrams, making it easier to understand and An event trace diagram for each divided sub-scenario can be easily created from the scenario division diagram.

【0056】また、シナリオ間で、ある一部分のメッセ
ージ通信だけが異なり、他のメッセージ通信については
同様の経路をたどるというような場合が発生した場合、
実際には各シナリオについて、一連の流れを表記しなけ
ればならないので、事象トレース図間に重複や冗長性が
発生するため作業量が膨大になる。しかし、シナリオ分
割図は事象トレース図をモジュール化し、さらにサブシ
ナリオを抽出したものであるため、シナリオ分割図間で
サブシナリオごとの再利用が可能となる。このため、作
業の軽減が図られる。
In addition, when a case occurs in which only a part of message communication is different between scenarios and the same path is followed for other message communication,
Actually, since it is necessary to describe a series of flows for each scenario, duplication and redundancy occur between event trace diagrams, resulting in a huge amount of work. However, since the scenario division diagram is a modularized version of the event trace diagram and sub-scenarios are extracted, it is possible to reuse each sub-scenario between the scenario division diagrams. Therefore, the work can be reduced.

【0057】さらに、事象トレース図をモジュールごと
に分割して表記しているため、実際のシナリオの一連の
流れをみることが困難となるが、シナリオ分割図に従っ
て事象トレース図の合成を行うことで、シナリオにおけ
る事象トレース図の一連の流れを表示することも可能で
ある。
Further, since the event trace diagram is divided and shown for each module, it is difficult to see the actual flow of the scenario, but by combining the event trace diagrams according to the scenario division diagram, It is also possible to display a series of flow of the event trace diagram in the scenario.

【0058】また、一旦合成した事象トレース図の削除
も行えるため、合成、削除を繰り返すことで、さまざま
な事象トレース図の組合わせを作成することができる。
このことより、シナリオ分割図から作成した各事象トレ
ース図を組み合わせることで、逆に新たなシナリオの作
成も可能になる。このように、ラウンドトリップ的に活
用することが可能であり、より効率が良くより詳細なシ
ナリオの洗い出しと、事象トレース図の作成が行える。
Further, since the event trace diagrams once synthesized can be deleted, it is possible to create various combinations of event trace diagrams by repeating synthesis and deletion.
Therefore, a new scenario can be created conversely by combining the event trace diagrams created from the scenario division diagram. In this way, it can be used in a round-trip manner, and more efficient and more detailed scenarios can be identified and event trace diagrams can be created.

【0059】(第2発明)ところで、一般に、オブジェ
クト指向ソフトウェア開発支援装置では、仕様の変更、
既存オブジェクトまたはクラスの再利用等を行うとき、
検索機能(ブラウザ)を用いるが、既存のブラウザで
は、クラス名、オブジェクト(インスタンス)名、属性
(データあるいは変数)名、操作(関数)名等を使って
仕様の変更箇所、再利用可能なオブジェクトまたはクラ
スを検索していた。例えば、図27が従来のブラウザの
ユーザインタフェースの一例である。
(Second Invention) Generally, in an object-oriented software development support device, specification change,
When reusing an existing object or class,
The search function (browser) is used, but existing browsers use class names, object (instance) names, attribute (data or variable) names, operation (function) names, etc. to change specifications and reusable objects. Or you were searching for a class. For example, FIG. 27 is an example of a conventional browser user interface.

【0060】ところが、上記方法では以下の問題があ
る。
However, the above method has the following problems.

【0061】すなわち、オブジェクトやクラスが、シス
テムの静的な観点およびシステムの局所的な振舞いを表
しているため、オブジェクトの協調動作によるシステム
全体の振舞いが把握し難かった。
That is, since the objects and classes represent the static viewpoint of the system and the local behavior of the system, it is difficult to grasp the behavior of the entire system due to the cooperative operation of the objects.

【0062】この意味から、従来の方法では、個々のオ
ブジェクトの名称や振舞いで限定できる処理や機能に関
しては、修正/変更箇所や、再利用部分の発見は行い易
いが、オブジェクト間の協調によって作用するシステム
全体の処理や機能に関して、これらの発見は難しかっ
た。
From this point of view, in the conventional method, it is easy to find a corrected / changed portion or a reused portion with respect to a process or function that can be limited by the name or behavior of each object, but it works by cooperation between the objects. It was difficult to discover these regarding the processing and functions of the entire system.

【0063】そこで、オブジェクトの協調動作を表す仕
様から変更や再利用すべきクラスを検索することを支援
するクラス編集装置の実施例を説明する。
Therefore, an embodiment of the class editing device for supporting the retrieval of the class to be changed or reused from the specification indicating the cooperative operation of the objects will be described.

【0064】図18はこの実施例のクラス編集装置の構
成を示すブロック図である。
FIG. 18 is a block diagram showing the structure of the class editing apparatus of this embodiment.

【0065】同図において、20はシステムの振舞いの
ある側面をオブジェクト間のメッセージのシーケンス
(以下、シナリオと呼ぶ)で記述するシナリオ記述手
段、21は記述された複数のシナリオを保存するシナリ
オオブジェクト情報格納手段、22は上記シナリオオブ
ジェクト情報格納手段21から所望のシナリオを検索す
るシナリオ検索手段、23は上記シナリオ検索手段22
によって得られたシナリオからそのシナリオに関連した
クラスを表示し所望のクラスの定義を検索することを可
能にするクラス検索手段、24は検索したクラスの仕様
の編集を可能にするクラス編集手段である。上記クラス
検索手段23は、シナリオをオブジェクトの集合とみな
し、2つ以上のシナリオに対して、論理和、論理積等の
集合操作を行うことにより、所望のオブジェクトの候補
を絞る。また、25は入力装置、26は表示装置、27
は入出力管理手段である。
In the figure, 20 is a scenario description means for describing an aspect of the system behavior by a sequence of messages between objects (hereinafter referred to as a scenario), 21 is scenario object information for storing a plurality of described scenarios. A storage means, 22 is a scenario search means for searching the scenario object information storage means 21 for a desired scenario, and 23 is the scenario search means 22.
The class retrieval means for displaying the class related to the scenario and searching for the definition of the desired class from the scenario obtained by the above, and 24 is the class editing means for enabling the specification of the searched class to be edited. . The class search means 23 regards a scenario as a set of objects and performs a set operation such as a logical sum or a logical product on two or more scenarios to narrow down the candidates of desired objects. Further, 25 is an input device, 26 is a display device, 27
Is an input / output management means.

【0066】そして、ユーザは、シテスムのある側面に
おける振舞をシナリオ記述手段20によって記述する。
システムの振舞いを明らかにするために、通常、ユーザ
は、複数の側面におけるシステムの振舞を各々シナリオ
として記述する。このとき、その側面の名称をシナリオ
のタイトルとして記述する。シナリオオブジェクト情報
格納手段21は、あるアプリケーションに関連した複数
のシナリオをそのタイトル、関連するオブジェクト(ク
ラス)およびメッセージと共に保持する。
Then, the user describes the behavior of a certain aspect of the system by the scenario description means 20.
In order to clarify the behavior of the system, the user usually describes the behavior of the system in multiple aspects as scenarios. At this time, the name of the aspect is described as the title of the scenario. The scenario object information storage unit 21 holds a plurality of scenarios related to a certain application together with their titles, related objects (classes) and messages.

【0067】シナリオ検索手段22は、シナリオオブジ
ェクト情報格納手段21に保存されたシナリオのタイト
ルの一覧をユーザに対し提示し、ユーザは、一覧から所
望のシナリオを選択する。また、シナリオ検索手段22
は、一つのシナリオのみではなく、複数のシナリオに関
連したクラスの検索を支援する。すなわち、シナリオを
複数指定し、それらの間の論理和(複数のシナリオの内
の最低一つに関連したオブジェクトを列挙する)または
論理積(複数のシナリオの全てに関連したオブジェクト
を列挙する)を取る機能を持つことにより、ユーザに対
し、所望のオブジェクトの候補を絞る。
The scenario search means 22 presents a list of scenario titles stored in the scenario object information storage means 21 to the user, and the user selects a desired scenario from the list. Also, the scenario search means 22
Supports searching for classes related to multiple scenarios, not just one scenario. That is, a plurality of scenarios are specified, and a logical sum (enumerate objects related to at least one of a plurality of scenarios) or a logical product (enumerate objects related to all of a plurality of scenarios) between them is specified. By having the function of taking, the candidates of desired objects are narrowed down to the user.

【0068】クラス検索手段23は、選択したシナリオ
に関連するクラスの一覧をユーザに提示する。ユーザ
は、その中から所望のクラスを選択する。このとき、ク
ラス検索手段23は、選択されたクラスに関連する入力
メッセージ、出力メッセージと共に、属性を表示する。
The class search means 23 presents the user with a list of classes related to the selected scenario. The user selects a desired class from among them. At this time, the class search unit 23 displays the attribute together with the input message and the output message related to the selected class.

【0069】クラス編集手段24は、最終的に選択され
たクラスの仕様を編集することを可能にするエディタで
ある。
The class editing means 24 is an editor capable of editing the specifications of the finally selected class.

【0070】次に、自動車の定速度運転を行うクルーズ
コントロールシステムを事例としてこの実施例を説明す
る。
Next, this embodiment will be described by taking a cruise control system for driving a vehicle at a constant speed as an example.

【0071】図19はクルーズコントロールシステムの
オブジェクトとオブジェクト間のメッセージの流れを表
している。角の丸い四角がオブジェクトを表す。オブジ
ェクト間の矢印はメッセージの流れを表しており、矢印
の方向にメッセージが流れる。矢印に付属の文字列がメ
ッセージ名である。
FIG. 19 shows the objects of the cruise control system and the flow of messages between the objects. Squares with rounded corners represent objects. The arrows between the objects represent the message flow, and the message flows in the direction of the arrows. The character string attached to the arrow is the message name.

【0072】このようにオブジェクトは、システムにお
ける静的な観点である「もの」を表している。
Thus, an object represents a "thing" which is a static viewpoint in the system.

【0073】図20から図26は、本実施例のシナリオ
とシナリオ記述手段20のユーザインタフェースを表
す。シナリオ記述手段20では、シナリオ名とオブジェ
クト間のメッセージのシーケンスを記述することができ
る。図20を例にとると、図20(a)がシナリオの名
称、(b)がオブジェクト名であり、この例では、ドラ
イバ、コントローラ、ディスプレイがオブジェクトであ
る。(c)は、各オブジェクト間のメッセージのシーケ
ンスを表している。縦方向が時間の流れを表す。(d)
は、各オブジェクトの振舞いを記述している。(b)と
(c)は連動して横方向にスクロールする。(c)と
(d)は、連動して縦方向にスクロールする。(d)
は、単独で横方向にスクロールする。
20 to 26 show the scenario and the user interface of the scenario description means 20 of this embodiment. The scenario description means 20 can describe a scenario name and a message sequence between objects. Taking FIG. 20 as an example, FIG. 20A shows a scenario name and FIG. 20B shows an object name. In this example, the driver, controller, and display are objects. (C) represents a sequence of messages between each object. The vertical direction represents the flow of time. (D)
Describes the behavior of each object. (B) and (c) are interlocked and scroll horizontally. (C) and (d) are interlocked and scroll vertically. (D)
Scrolls horizontally alone.

【0074】このシナリオの意味は、以下の通りであ
る。すなわち、「ドライバが設定ボタンを押下」する
と、「ドライバ」オブジェクトは、「コントローラ」オ
ブジェクトに「設定」メッセージを送る。「コントロー
ラ」オブジェクトは、「クルーズ制御を開始」し、「デ
ィスプレイ」オブジェクトに「表示」メッセージを送
る。「ディスプレイ」オブジェクトは、メッセージに従
って、「現在の設定状態を表示」する。
The meaning of this scenario is as follows. That is, when "the driver presses the setting button", the "driver" object sends a "setting" message to the "controller" object. The "controller" object "starts cruise control" and sends a "display" message to the "display" object. The “display” object “displays the current setting state” according to the message.

【0075】図21から図26はこれと同様の規則に従
ってシナリオを記述している。
21 to 26 describe the scenario according to the same rule.

【0076】このように、シナリオは、システムの動的
な側面を表しており、オブジェクト間の協調動作によっ
て行われる処理や機能を表している。
As described above, the scenario represents a dynamic aspect of the system, and represents a process or a function performed by cooperative operation between objects.

【0077】図28はシナリオ検索手段22、クラス検
索手段23、クラス編集手段24を統合したユーザイン
タフェースの一例である。また、図29はこれを前提と
した処理の流れを示すフローチャートである。
FIG. 28 shows an example of a user interface in which the scenario searching means 22, the class searching means 23, and the class editing means 24 are integrated. Further, FIG. 29 is a flowchart showing the flow of processing on the premise of this.

【0078】図28(a)は、シナリオ検索手段22の
ユーザインタフェースを表している。図21から図26
に書いたシナリオの名称が一覧として表示されている。
シナリオ検索手段22は、このようにシナリオ記述手段
20によって記述され、シナリオオブジェクト情報格納
手段21に登録されたシナリオの名称を列挙する。ユー
ザは、一覧されたシナリオの中から所望のシナリオを選
択する。選択されたシナリオに関係したクラスは、クラ
ス一覧に列挙される。
FIG. 28A shows the user interface of the scenario search means 22. 21 to 26
The names of the scenarios written in are displayed as a list.
The scenario search means 22 enumerates the names of the scenarios described by the scenario description means 20 and registered in the scenario object information storage means 21. The user selects a desired scenario from the listed scenarios. The classes related to the selected scenario are listed in the class list.

【0079】このとき、シナリオ検索手段22は、ユー
ザが複数のシナリオを指定することにより、関連するク
ラスの列挙を制御することを可能にする。
At this time, the scenario retrieving means 22 enables the user to control enumeration of related classes by designating a plurality of scenarios.

【0080】すなわち、ユーザは、シナリオ一覧からの
所望のシナリオの一つを選択する。次に、(AND)、
(OR)、(設定)のいずれかのボタンを押す。(AN
D)ボタンは、既に選択したシナリオと次に選択するシ
ナリオの論理積を取る(これらの双方に共通のクラスを
クラス一覧に列挙する)。(OR)ボタンは、既に選択
したシナリオと次に選択するシナリオの論理和を取る
(これらのいずれかに関係したクラスをクラス一覧に列
挙する)。(設定)ボタンは、これ以上のシナリオは選
択しないこと(シナリオ選択の終了)を表す。
That is, the user selects one of the desired scenarios from the scenario list. Next, (AND),
Press either (OR) or (Set) button. (AN
The D) button logically ANDs the already selected scenario and the next selected scenario (classes common to both of them are listed in the class list). The (OR) button takes the logical sum of the already selected scenario and the scenario to be selected next (lists the classes related to any of these in the class list). The (Set) button indicates that no more scenarios are selected (scenario selection ended).

【0081】図28における事例では、シナリオとし
て、「設定と表示」および「低速度制御」を(OR)に
よって論理和を取ったことを示している。これを(AN
D)によって論理積を取ったとすると、クラス一覧ウィ
ンドウには、「コントローラ」のみが表示される。
In the case of FIG. 28, as a scenario, "setting and display" and "low speed control" are ORed by (OR). This (AN
If the logical product is taken according to D), only "controller" is displayed in the class list window.

【0082】また、(シナリオ呼出)ボタンによって選
択したシナリオの定義がシナリオ記述手段20(例え
ば、図20)によって表示される。このウィンドウ上で
編集も可能である。
The definition of the scenario selected by the (call scenario) button is displayed by the scenario description means 20 (for example, FIG. 20). You can also edit on this window.

【0083】シナリオの指定によって限定されたクラス
の一覧がクラス一覧ウィンドウ(図28(b))に列挙
する。ユーザは、この中から所望のクラスを選択する。
このとき、選択されたクラスに関連する属性が属性ウィ
ンドウ(図28(c))に列挙され、同様に関連するメ
ッセージが入力メッセージウィンドウ(図28(d))
と出力メッセージウィンドウ(図28((e))に表示
される。これらのウィンドウは、クラス検索手段23の
ユーザインタフェースの一例である。
A list of classes limited by the designation of the scenario is listed in the class list window (FIG. 28B). The user selects a desired class from these.
At this time, the attributes related to the selected class are listed in the attribute window (Fig. 28 (c)), and similarly related messages are displayed in the input message window (Fig. 28 (d)).
Is displayed in the output message window (FIG. 28 (e)). These windows are an example of the user interface of the class search means 23.

【0084】また、入力メッセージウィンドウにおい
て、ユーザ図が所望のメッセージを選択するとメソッド
詳細ウィンドウ(図28(f))にその定義の詳細が表
示される。ユーザは、このウィンドウと属性ウィンドウ
において、その内部を修正することができる。これらの
ウィンドウがクラス編集手段24のユーザインタフェー
スの一例である。
When the user message selects a desired message in the input message window, the definition details are displayed in the method details window (FIG. 28 (f)). The user can modify the inside of this window and the attribute window. These windows are an example of the user interface of the class editing means 24.

【0085】従って、この実施例のクラス編集装置によ
り、仕様あるいはプログラムの変更箇所および再利用ク
ラスの検索が、従来、オブジェクト(もの)、属性、操
作等でのみ可能であった(図27)のに対し、シナリオ
による検索を導入することにより、例えば図28に示す
ようにオブジェクト間の協調動作、あるいは処理の観点
で検索できるようになる。これにより、オブジェクトの
協調動作によるシステムの振舞の把握が行え、加えてシ
ステムの変更箇所の検索がより有効に行える。
Therefore, according to the class editing apparatus of this embodiment, it is possible to search the changed part of the specification or the program and the reuse class only by the object (object), the attribute, the operation and the like (FIG. 27). On the other hand, by introducing a search based on a scenario, for example, as shown in FIG. 28, a search can be performed from the viewpoint of cooperative operation between objects or processing. As a result, the behavior of the system can be grasped by the cooperative operation of the objects, and in addition, the changed portion of the system can be searched more effectively.

【0086】[0086]

【発明の効果】本発明のシナリオ表示装置により、シナ
リオ全体の把握が容易となり、事象トレース図の記述量
を削減することができる。
According to the scenario display device of the present invention, it is possible to easily grasp the whole scenario and reduce the description amount of the event trace diagram.

【0087】また、本発明のシナリオのクラス編集装置
により、オブジェクトの協調動作を表す仕様から変更ま
たは再利用すべきクラスを検索することができる。
Further, the class editing device of the scenario of the present invention can search for a class to be changed or reused from the specification indicating the cooperative operation of objects.

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

【図1】本発明に係るシナリオ表示装置による表示内容
を示す図である。
FIG. 1 is a diagram showing display contents by a scenario display device according to the present invention.

【図2】本発明に係るシナリオ表示装置の構成を示す図
である。
FIG. 2 is a diagram showing a configuration of a scenario display device according to the present invention.

【図3】図2に示したシナリオ装置の動作を示すフロー
チャートである。
FIG. 3 is a flowchart showing an operation of the scenario device shown in FIG.

【図4】図2に示したシナリオ装置のユーザ側の処理手
順の一例を示すフローチャートである。
FIG. 4 is a flowchart showing an example of a processing procedure on the user side of the scenario device shown in FIG.

【図5】本発明に係る一実施例のシナリオ表示装置によ
るシナリオ分割図を示す図である。
FIG. 5 is a diagram showing a scenario division diagram by a scenario display device according to an embodiment of the present invention.

【図6】図5のシナリオ分割図に存在するサブシナリオ
に対する事象トレース図である。
6 is an event trace diagram for a sub-scenario existing in the scenario division diagram of FIG. 5. FIG.

【図7】図5のシナリオ分割図に存在するサブシナリオ
に対する事象トレース図である。
7 is an event trace diagram for a sub-scenario existing in the scenario division diagram of FIG. 5. FIG.

【図8】図5のシナリオ分割図に存在するサブシナリオ
に対する事象トレース図である。
8 is an event trace diagram for a sub-scenario existing in the scenario division diagram of FIG. 5. FIG.

【図9】図5のシナリオ分割図に存在するサブシナリオ
に対する事象トレース図である。
9 is an event trace diagram for a sub-scenario existing in the scenario division diagram of FIG. 5. FIG.

【図10】図5のシナリオ分割図に存在するサブシナリ
オに対する事象トレース図である。
10 is an event trace diagram for a sub-scenario existing in the scenario division diagram of FIG. 5. FIG.

【図11】図5のシナリオ分割図に存在するサブシナリ
オに対する事象トレース図である。
11 is an event trace diagram for a sub-scenario existing in the scenario division diagram of FIG. 5. FIG.

【図12】事象トレース図のメッセージ通信情報の格納
形式を示す図である。
FIG. 12 is a diagram showing a storage format of message communication information of an event trace diagram.

【図13】事象トレース図のメッセージ通信情報の格納
形式を示す図である。
FIG. 13 is a diagram showing a storage format of message communication information of an event trace diagram.

【図14】本発明に係る一実施例のシナリオ表示装置に
よる合成事象トレース図を示す図である。
FIG. 14 is a diagram showing a composite event trace diagram by the scenario display device of one embodiment according to the present invention.

【図15】本発明に係る一実施例のシナリオ表示装置に
よる合成事象トレース図を示す図である。
FIG. 15 is a diagram showing a composite event trace diagram by the scenario display device of one embodiment according to the present invention.

【図16】本発明に係る一実施例のシナリオ表示装置に
よるシナリオ分割図を示す図である。
FIG. 16 is a diagram showing a scenario division diagram by a scenario display device according to an embodiment of the present invention.

【図17】合成されたサブシナリオ番号の格納形式を示
す図である。
FIG. 17 is a diagram showing a storage format of combined sub-scenario numbers.

【図18】本発明に係る一実施例におけるクラス編集装
置の構成を示す図である。
FIG. 18 is a diagram showing a configuration of a class editing device according to an embodiment of the present invention.

【図19】本発明に係る一実施例におけるクルーズコン
トロールシステムのメッセージフロー図である。
FIG. 19 is a message flow diagram of the cruise control system in one embodiment according to the present invention.

【図20】図18のシナリオ記述手段のユーザインタフ
ェースの一例を示す図である。
20 is a diagram showing an example of a user interface of the scenario description means in FIG.

【図21】図18のシナリオ記述手段のユーザインタフ
ェースの一例を示す図である。
FIG. 21 is a diagram showing an example of a user interface of the scenario description means of FIG. 18.

【図22】図18のシナリオ記述手段のユーザインタフ
ェースの一例を示す図である。
22 is a diagram showing an example of a user interface of the scenario description means in FIG.

【図23】図18のシナリオ記述手段のユーザインタフ
ェースの一例を示す図である。
23 is a diagram showing an example of a user interface of the scenario description means in FIG.

【図24】図18のシナリオ記述手段のユーザインタフ
ェースの一例を示す図である。
24 is a diagram showing an example of a user interface of the scenario description means in FIG.

【図25】図18のシナリオ記述手段のユーザインタフ
ェースの一例を示す図である。
FIG. 25 is a diagram showing an example of a user interface of the scenario description means of FIG. 18.

【図26】図18のシナリオ記述手段のユーザインタフ
ェースの一例を示す図である。
FIG. 26 is a diagram showing an example of a user interface of the scenario description means of FIG. 18.

【図27】従来のクラス検索手段のユーザインタフェー
スの一例である。
FIG. 27 is an example of a user interface of a conventional class search means.

【図28】本発明におけるユーザインタフェースの一例
である。
FIG. 28 is an example of a user interface according to the present invention.

【図29】図29は図28を前提とした処理の流れを示
すフローチャートである。
FIG. 29 is a flowchart showing the flow of processing based on FIG. 28.

【図30】事象トレース図を示す図である。FIG. 30 is a diagram showing an event trace diagram.

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

1…モジュール項目表示部 2…サブシナリオ項目表示部 1a、1b、1c…モジュール項目 2a、2b、2c…サブシナリオ項目 3…入力装置 4…I/O制御回路 5…シナリオ分割図入力部 6…シナリオ分割図データファイル 7…事象トレース図入力部 8…事象トレース図データファイル 9…シナリオ分割図出力部 10…事象トレース図出力部 11…I/O制御回路 12…表示装置12 13…サブシナリオ番号入力部 14…事象トレース図合成部 15…サブシナリオ合成番号データファイル 1 ... Module item display unit 2 ... Sub-scenario item display unit 1a, 1b, 1c ... Module item 2a, 2b, 2c ... Sub-scenario item 3 ... Input device 4 ... I / O control circuit 5 ... Scenario division diagram input unit 6 ... Scenario division diagram data file 7 ... Event trace diagram input unit 8 ... Event trace diagram data file 9 ... Scenario division diagram output unit 10 ... Event trace diagram output unit 11 ... I / O control circuit 12 ... Display device 12 13 ... Sub-scenario number Input unit 14 ... Event trace diagram synthesis unit 15 ... Sub-scenario synthesis number data file

Claims (12)

【特許請求の範囲】[Claims] 【請求項1】 シナリオに存在するメッセージのシーケ
ンスを一定のまとまりのある単位でモジュール化して名
称が付けられた各モジュールにおける前記名称であるモ
ジュール項目が表示されたモジュール項目表示部と、 前記各モジュールに存在する具体的なメッセージのシー
ケンスを抽出し、各シーケンスを当該シーケンスが持つ
意味に応じた図形で表して名称の付けられた各シーケン
スにおける前記図形及び前記名称を含むサブシナリオ項
目が、対応するモジュールのモジュール項目毎に列挙し
て表示されたサブシナリオ項目表示部とを具備すること
を特徴とするシナリオ表示装置。
1. A module item display section in which a module item having the name of each module is displayed by modularizing a sequence of messages existing in a scenario in a certain unit, and each of the modules. A specific message sequence existing in the sub-scenario item corresponding to the sub-scenario item including the graphic and the name in each named sequence by representing each sequence with a graphic according to the meaning of the sequence. A scenario display device, comprising: a sub-scenario item display unit listing and displaying each module item of a module.
【請求項2】 シナリオに存在するメッセージのシーケ
ンスを一定のまとまりのある単位でモジュール化して名
称が付けられた各モジュールにおける前記名称であるモ
ジュール項目が表示されたモジュール項目表示部と、 前記各モジュールに存在する具体的なメッセージのシー
ケンスを抽出し、各シーケンスを当該シーケンスが持つ
意味に応じた図形で表して名称の付けられた各シーケン
スにおける前記図形及び前記名称を含むサブシナリオ項
目が対応するモジュールのモジュール項目毎に列挙して
表示されたサブシナリオ項目表示部と、 前記サブシナリオ項目表示部に表示されたサブシナリオ
項目を選択する選択手段と、 前記選択されたサブシナリオ項目のシーケンスにおける
オブジェクト間のメッセージのやり取りを表記した事象
トレース図が表示された事象トレース図表示部とを具備
することを特徴とするシナリオ表示装置。
2. A module item display section in which a module item having the name of each module in which a sequence of messages existing in a scenario is modularized in a unit having a certain unit is displayed, and each module A module corresponding to the sub-scenario item including the graphic and the name in each named sequence by extracting a specific message sequence present in the sequence and representing each sequence with a graphic according to the meaning of the sequence. Sub-scenario item display section enumerated and displayed for each module item, selecting means for selecting the sub-scenario item displayed in the sub-scenario item display section, and between objects in the sequence of the selected sub-scenario item Event tray showing the exchange of messages A scenario display device, comprising: an event trace diagram display unit displaying a diagram.
【請求項3】 シナリオに存在するメッセージのシーケ
ンスを一定のまとまりのある単位でモジュール化して名
称が付けられた各モジュールにおける前記名称であるモ
ジュール項目が表示されたモジュール項目表示部と、 前記各モジュールに存在する具体的なメッセージのシー
ケンスを抽出し、各シーケンスを当該シーケンスが持つ
意味に応じた図形で表して名称の付けられた各シーケン
スにおける前記図形及び前記名称を含むサブシナリオ項
目が対応するモジュールのモジュール項目毎に列挙して
表示されたサブシナリオ項目表示部と、 前記サブシナリオ項目表示部に表示されたサブシナリオ
項目を選択する選択手段と、 前記選択されたサブシナリオ項目のシーケンスにおける
オブジェクト間のメッセージのやり取りを表記した事象
トレース図が表示された事象トレース図表示部と、 複数の前記サブシナリオ項目の事象トレース図を合成す
る合成手段と、 前記合成された図が表示された合成図表示部とを具備す
ることを特徴とするシナリオ表示装置。
3. A module item display section in which a module item having the name of each module is displayed by modularizing a sequence of messages existing in a scenario in a unit of a certain unit, and each module. A module corresponding to the sub-scenario item including the graphic and the name in each named sequence by extracting a specific message sequence present in the sequence and representing each sequence with a graphic according to the meaning of the sequence. Sub-scenario item display section enumerated and displayed for each module item, selecting means for selecting the sub-scenario item displayed in the sub-scenario item display section, and between objects in the sequence of the selected sub-scenario item Event tray showing the exchange of messages And an event trace diagram display unit that displays the event diagrams, a synthesizing unit that synthesizes the event trace diagrams of the plurality of sub-scenario items, and a synthetic diagram display unit that displays the synthesized diagrams. Scenario display device.
【請求項4】 請求項1〜3記載のシナリオ表示装置に
おいて、 前記モジュール項目及び前記サブシナリオ項目が数字を
含み、前記モジュール項目の数字と当該モジュール項目
に対応するサブシナリオ項目の数字が関連付けられてい
ることを特徴とするシナリオ表示装置。
4. The scenario display device according to claim 1, wherein the module item and the sub-scenario item include numbers, and the numbers of the module items are associated with the numbers of sub-scenario items corresponding to the module items. A scenario display device characterized in that
【請求項5】 請求項1〜3記載のシナリオ表示装置に
おいて、 前記サブシナリオ項目における図形が処理の手順に応じ
た方向の矢印を持つ線であることを特徴とするシナリオ
表示装置。
5. The scenario display device according to claim 1, wherein the graphic in the sub-scenario item is a line having an arrow in a direction according to a processing procedure.
【請求項6】 シナリオに存在するメッセージのシーケ
ンスを一定のまとまりのある単位でモジュール化して名
称が付けられた各モジュールにおける前記名称であるモ
ジュール項目が入力されるモジュール項目入力手段と、 このモジュール項目入力手段により入力されたモジュー
ル項目を記憶するモジュール項目記憶手段と、 前記各モジュールに存在する具体的なメッセージのシー
ケンスを抽出し、各シーケンスを当該シーケンスが持つ
意味に応じた図形で表して名称の付けられた各シーケン
スにおける前記図形及び前記名称を含むサブシナリオ項
目が対応するモジュール項目と関連付けて入力されるサ
ブシナリオ項目入力手段と、 このサブシナリオ項目入力手段により入力されたサブシ
ナリオ項目を記憶するサブシナリオ項目記憶手段と、 前記モジュール項目記憶手段により記憶されたモジュー
ル項目及び前記サブシナリオ項目記憶手段により記憶さ
れたサブシナリオ項目に基づき、モジュール項目及び対
応するモジュール項目毎にサブシナリオ項目を列挙して
表示する表示手段とを具備することを特徴とするシナリ
オ表示装置。
6. A module item input means for inputting a module item having the name in each module named by modularizing a sequence of messages existing in a scenario in a unit having a certain unit, and the module item. Module item storage means for storing the module items input by the input means, and a sequence of specific messages existing in each module are extracted, and each sequence is represented by a graphic corresponding to the meaning of the sequence and the name is represented. Sub-scenario item input means for inputting a sub-scenario item including the graphic and the name in each attached sequence in association with a corresponding module item, and a sub-scenario item input by the sub-scenario item input means is stored. Sub-scenario item storage means, Display means for listing and displaying sub-scenario items for each module item and corresponding module item based on the module items stored by the module item storage means and the sub-scenario items stored by the sub-scenario item storage means. A scenario display device characterized by being provided.
【請求項7】 シナリオに存在するメッセージのシーケ
ンスを一定のまとまりのある単位でモジュール化して名
称が付けられた各モジュールにおける前記名称であるモ
ジュール項目が入力されるモジュール項目入力手段と、 このモジュール項目入力手段により入力されたモジュー
ル項目を記憶するモジュール項目記憶手段と、 前記各モジュールに存在する具体的なメッセージのシー
ケンスを抽出し、各シーケンスを当該シーケンスが持つ
意味に応じた図形で表して名称の付けられた各シーケン
スにおける前記図形及び前記名称を含むサブシナリオ項
目が対応するモジュール項目と関連付けて入力されるサ
ブシナリオ項目入力手段と、 このサブシナリオ項目入力手段により入力されたサブシ
ナリオ項目を記憶するサブシナリオ項目記憶手段と、 前記各サブシナリオ項目のシーケンスにおけるオブジェ
クト間のメッセージのやり取りを表記した事象トレース
図が入力される事象トレース図入力手段と、 この事象トレース図入力手段により入力された事象トレ
ース図を記憶する事象トレース図記憶手段と、 前記モジュール項目記憶手段により記憶されたモジュー
ル項目及び前記サブシナリオ項目記憶手段により記憶さ
れたサブシナリオ項目に基づき、モジュール項目及び対
応するモジュール項目毎にサブシナリオ項目を列挙して
表示する第1の表示手段と、 前記第1の表示手段に表示されたサブシナリオ項目を選
択する選択手段と、 前記事象トレース図記憶手段に記憶された事象トレース
図に基づき、前記選択されたサブシナリオ項目の事象ト
レース図を表示する第2の表示手段とを具備することを
特徴とするシナリオ表示装置。
7. A module item input means for inputting a module item having the name in each module named by modularizing a sequence of messages existing in a scenario in a unit having a certain unit, and this module item Module item storage means for storing the module items input by the input means, and a sequence of specific messages existing in each module are extracted, and each sequence is represented by a graphic corresponding to the meaning of the sequence and the name is represented. Sub-scenario item input means for inputting a sub-scenario item including the graphic and the name in each attached sequence in association with a corresponding module item, and a sub-scenario item input by the sub-scenario item input means is stored. Sub-scenario item storage means, An event trace diagram input means for inputting an event trace diagram showing message exchanges between objects in the sequence of each sub-scenario item, and an event trace diagram for storing the event trace diagram input by this event trace diagram input means. A storage unit, and based on the module items stored by the module item storage unit and the sub-scenario items stored by the sub-scenario item storage unit, the sub-scenario items are listed and displayed for each module item and the corresponding module item. First display means, selection means for selecting the sub-scenario item displayed on the first display means, and the selected sub-scenario based on the event trace diagram stored in the event trace diagram storage means. The second display means for displaying the event trace diagram of the item Scenario display device, characterized by Bei.
【請求項8】 シナリオに存在するメッセージのシーケ
ンスを一定のまとまりのある単位でモジュール化して名
称が付けられた各モジュールにおける前記名称であるモ
ジュール項目が入力されるモジュール項目入力手段と、 このモジュール項目入力手段により入力されたモジュー
ル項目を記憶するモジュール項目記憶手段と、 前記各モジュールに存在する具体的なメッセージのシー
ケンスを抽出し、各シーケンスを当該シーケンスが持つ
意味に応じた図形で表して名称の付けられた各シーケン
スにおける前記図形及び前記名称を含むサブシナリオ項
目が対応するモジュール項目と関連付けて入力されるサ
ブシナリオ項目入力手段と、 このサブシナリオ項目入力手段により入力されたサブシ
ナリオ項目を記憶するサブシナリオ項目記憶手段と、 前記各サブシナリオ項目のシーケンスにおけるオブジェ
クト間のメッセージのやり取りを表記した事象トレース
図が入力される事象トレース図入力手段と、 この事象トレース図入力手段により入力された事象トレ
ース図を記憶する事象トレース図記憶手段と、 前記モジュール項目記憶手段により記憶されたモジュー
ル項目及び前記サブシナリオ項目記憶手段により記憶さ
れたサブシナリオ項目に基づき、モジュール項目及び対
応するモジュール項目毎にサブシナリオ項目を列挙して
表示する第1の表示手段と、 前記第1の表示手段に表示されたサブシナリオ項目を選
択する選択手段と、 前記事象トレース図記憶手段に記憶された事象トレース
図に基づき、前記選択されたサブシナリオ項目の事象ト
レース図を表示する第2の表示手段と、 複数の前記サブシナリオ項目の事象トレース図を合成す
る合成手段と、 前記合成された図を表示する第3の表示手段とを具備す
ることを特徴とするシナリオ表示装置。
8. A module item input means for inputting a module item having the name in each module named by modularizing a sequence of messages existing in a scenario in a unit having a certain unit, and this module item Module item storage means for storing the module items input by the input means, and a sequence of specific messages existing in each module are extracted, and each sequence is represented by a graphic corresponding to the meaning of the sequence and the name is represented. Sub-scenario item input means for inputting a sub-scenario item including the graphic and the name in each attached sequence in association with a corresponding module item, and a sub-scenario item input by the sub-scenario item input means is stored. Sub-scenario item storage means, An event trace diagram input means for inputting an event trace diagram showing message exchanges between objects in the sequence of each sub-scenario item, and an event trace diagram for storing the event trace diagram input by this event trace diagram input means. A storage unit, and based on the module items stored by the module item storage unit and the sub-scenario items stored by the sub-scenario item storage unit, the sub-scenario items are listed and displayed for each module item and the corresponding module item. First display means, selection means for selecting the sub-scenario item displayed on the first display means, and the selected sub-scenario based on the event trace diagram stored in the event trace diagram storage means. Second display means for displaying an event trace diagram of the item, Scenario display apparatus characterized by comprising synthesizing means for synthesizing the event trace diagram of the sub-scenario item number, and a third display means for displaying the synthesized FIG.
【請求項9】 シナリオに存在するメッセージのシーケ
ンスを一定のまとまりのある単位でモジュール化して名
称が付けられた各モジュールにおける前記名称であるモ
ジュール項目を入力するステップと、 前記各モジュールに存在する具体的なメッセージのシー
ケンスを抽出し、各シーケンスを当該シーケンスが持つ
意味に応じた図形で表して名称の付けられた各シーケン
スにおける前記図形及び前記名称を含むサブシナリオ項
目を対応するモジュール項目と関連付けて入力するステ
ップと、 前記入力されたモジュール項目及びサブシナリオ項目に
基づき、モジュール項目及び対応するモジュール項目毎
にサブシナリオ項目を列挙して表示させるステップとを
具備することを特徴とするシナリオ表示方法置。
9. A step of inputting a module item, which is the name of each named module by modularizing a sequence of messages existing in a scenario in a unit having a certain unit, and a concrete example existing in each module A sequence of typical messages is extracted, each sequence is represented by a graphic corresponding to the meaning of the sequence, and the sub-scenario item including the graphic and the name in each named sequence is associated with the corresponding module item. A scenario display method device comprising: a step of inputting; and a step of listing and displaying sub-scenario items for each module item and corresponding module item based on the input module item and sub-scenario item. .
【請求項10】 シナリオに存在するメッセージのシー
ケンスを一定のまとまりのある単位でモジュール化して
名称が付けられた各モジュールにおける前記名称である
モジュール項目を入力するステップと、 前記各モジュールに存在する具体的なメッセージのシー
ケンスを抽出し、各シーケンスを当該シーケンスが持つ
意味に応じた図形で表して名称の付けられた各シーケン
スにおける前記図形及び前記名称を含むサブシナリオ項
目を対応するモジュール項目と関連付けて入力するステ
ップと、 前記各サブシナリオ項目のシーケンスにおけるオブジェ
クト間のメッセージのやり取りを表記した事象トレース
図を入力するステップと、 前記入力されたモジュール項目及びサブシナリオ項目に
基づき、モジュール項目及び対応するモジュール項目毎
にサブシナリオ項目を列挙して表示させるステップと、 前記表示されたサブシナリオ項目を選択するステップ
と、 前記入力された事象トレース図に基づき、前記選択され
たサブシナリオ項目の事象トレース図を表示させるステ
ップとを具備することを特徴とするシナリオ表示方法。
10. A step of inputting a module item, which is the name in each named module by modularizing a sequence of messages existing in a scenario in a unit having a certain unit, and a concrete example existing in each module A sequence of typical messages is extracted, each sequence is represented by a graphic corresponding to the meaning of the sequence, and the sub-scenario item including the graphic and the name in each named sequence is associated with the corresponding module item. A step of inputting, and a step of inputting an event trace diagram showing message exchanges between objects in the sequence of each sub-scenario item, a module item and a corresponding module based on the input module item and sub-scenario item item Displaying a list of sub-scenario items for each item, selecting the displayed sub-scenario item, and displaying an event trace diagram of the selected sub-scenario item based on the input event trace diagram A method for displaying a scenario, comprising:
【請求項11】 シナリオに存在するメッセージのシー
ケンスを一定のまとまりのある単位でモジュール化して
名称が付けられた各モジュールにおける前記名称である
モジュール項目を入力するステップと、 前記各モジュールに存在する具体的なメッセージのシー
ケンスを抽出し、各シーケンスを当該シーケンスが持つ
意味に応じた図形で表して名称の付けられた各シーケン
スにおける前記図形及び前記名称を含むサブシナリオ項
目を対応するモジュール項目と関連付けて入力するステ
ップと、 前記各サブシナリオ項目のシーケンスにおけるオブジェ
クト間のメッセージのやり取りを表記した事象トレース
図を入力するステップと、 前記入力されたモジュール項目及びサブシナリオ項目に
基づき、モジュール項目及び対応するモジュール項目毎
にサブシナリオ項目を列挙して表示させるステップと、 前記表示されたサブシナリオ項目を選択するステップ
と、 前記入力された事象トレース図に基づき、前記選択され
たサブシナリオ項目の事象トレース図を表示させるステ
ップと、 複数の前記サブシナリオ項目の事象トレース図を合成さ
せるステップと、 前記合成された図を表示させるステップとを具備するこ
とを特徴とするシナリオ表示方法。
11. A step of inputting a module item, which is the name in each named module by modularizing a sequence of messages existing in a scenario in a unit having a certain unit, and a concrete example existing in each module A sequence of typical messages is extracted, each sequence is represented by a graphic corresponding to the meaning of the sequence, and the sub-scenario item including the graphic and the name in each named sequence is associated with the corresponding module item. A step of inputting, and a step of inputting an event trace diagram showing message exchanges between objects in the sequence of each sub-scenario item, a module item and a corresponding module based on the input module item and sub-scenario item item Displaying a list of sub-scenario items for each item, selecting the displayed sub-scenario item, and displaying an event trace diagram of the selected sub-scenario item based on the input event trace diagram A scenario display method comprising: a step of synthesizing, event trace diagrams of a plurality of the sub-scenario items, and a step of displaying the synthesized diagrams.
【請求項12】 シナリオに存在するオブジェクト間の
メッセージのシーケンスを記述するシナリオ記述手段
と、 このシナリオ記述手段により記述されたシナリオを保存
するシナリオ保存手段と、 このシナリオ保存手段により保存された複数のシナリオ
を表示するシナリオ表示手段と、 このシナリオ表示手段に表示された複数のシナリオから
所望のシナリオを選択するシナリオ選択手段と、 このシナリオ選択手段により選択されたシナリオに関連
する複数のクラスを表示するクラス表示手段と、 このクラス表示手段により表示された複数のクラスから
所望のクラスを選択するクラス選択手段と、 このクラス選択手段により選択されたクラスの仕様を補
正するクラス補正手段とを具備することを特徴とするシ
ナリオのクラス編集装置。
12. A scenario description means for describing a sequence of messages between objects existing in a scenario, a scenario saving means for saving a scenario described by the scenario description means, and a plurality of scenario saving means saved by the scenario saving means. A scenario display means for displaying a scenario, a scenario selection means for selecting a desired scenario from a plurality of scenarios displayed on the scenario display means, and a plurality of classes related to the scenario selected by the scenario selection means are displayed. A class display means; a class selection means for selecting a desired class from a plurality of classes displayed by the class display means; and a class correction means for correcting the specifications of the class selected by the class selection means. Class editing device characterized by.
JP1532095A 1995-02-01 1995-02-01 Scenario display device and method and scenario class editing device Pending JPH08212061A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1532095A JPH08212061A (en) 1995-02-01 1995-02-01 Scenario display device and method and scenario class editing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1532095A JPH08212061A (en) 1995-02-01 1995-02-01 Scenario display device and method and scenario class editing device

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2001311927A Division JP2002175185A (en) 2001-10-09 2001-10-09 Class editing device for scenario

Publications (1)

Publication Number Publication Date
JPH08212061A true JPH08212061A (en) 1996-08-20

Family

ID=11885487

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1532095A Pending JPH08212061A (en) 1995-02-01 1995-02-01 Scenario display device and method and scenario class editing device

Country Status (1)

Country Link
JP (1) JPH08212061A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003096183A1 (en) * 2002-05-14 2003-11-20 Fujitsu Limited System and method performing split into function block
GB2423387A (en) * 2005-01-19 2006-08-23 Agilent Technologies Inc Application-Generic Sequence Diagram Generator Driven by a Non-Proprietary Language

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003096183A1 (en) * 2002-05-14 2003-11-20 Fujitsu Limited System and method performing split into function block
US7831957B2 (en) 2002-05-14 2010-11-09 Fujitsu Limited System and method for dividing functions into functional blocks
GB2423387A (en) * 2005-01-19 2006-08-23 Agilent Technologies Inc Application-Generic Sequence Diagram Generator Driven by a Non-Proprietary Language
US7849439B2 (en) 2005-01-19 2010-12-07 Ixia Application-generic sequence diagram generator driven by a non-proprietary language

Similar Documents

Publication Publication Date Title
US5613057A (en) Method for creating a multimedia application using multimedia files stored in directories that are characteristics of display surface areas
US6374271B1 (en) Hypermedia document authoring using a goals outline and a presentation outline
US6263347B1 (en) System for linking data between computer and portable remote terminal and data linking method therefor
JP3441309B2 (en) How to display functional objects in graphical programming
JP4094777B2 (en) Image communication system
JPH07219754A (en) Request definition support device using screen transition diagram
JPH10154070A (en) User interface design device and method
JP3288460B2 (en) Display data generation apparatus and method
CN109948133B (en) Data form realization method based on Layu
JP2697646B2 (en) Multimedia editing device
JPH08212061A (en) Scenario display device and method and scenario class editing device
JPH07282079A (en) Linkage displaying method
JP2002108677A (en) Device for managing document and method for the same and storage medium
JP2002175185A (en) Class editing device for scenario
JP4736081B2 (en) Content browsing system, content server, program, and storage medium
JPH08153104A (en) Hypermedia system and hypermedia document preparing and editing method
CN113791772B (en) Visual editor and use method
JP2845897B2 (en) Document search / display method and apparatus
JPH0635987A (en) Device and mehtod for preparing circuit diagram
JPH09198392A (en) Data managing/output method and electronic filing system provided with the same
JPH02284264A (en) Interactive screen design backup system
JP2581389B2 (en) How to edit links
JP2001051771A (en) System and method for processing picture
JPH0836578A (en) Tree structure data processing method and device therefor
JPH04230517A (en) Hierarchical menu processor

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20011113