JP2010262365A - Device for measurement of model inspection validity - Google Patents

Device for measurement of model inspection validity Download PDF

Info

Publication number
JP2010262365A
JP2010262365A JP2009110947A JP2009110947A JP2010262365A JP 2010262365 A JP2010262365 A JP 2010262365A JP 2009110947 A JP2009110947 A JP 2009110947A JP 2009110947 A JP2009110947 A JP 2009110947A JP 2010262365 A JP2010262365 A JP 2010262365A
Authority
JP
Japan
Prior art keywords
communication information
inter
event
process communication
state transition
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.)
Withdrawn
Application number
JP2009110947A
Other languages
Japanese (ja)
Inventor
Yukari Murata
由香里 村田
Satoko Fujiwara
聡子 藤原
Tasuku Aoki
翼 青木
Yasushi Fujiwara
靖 藤原
Nobuyuki Ikeda
信之 池田
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 JP2009110947A priority Critical patent/JP2010262365A/en
Publication of JP2010262365A publication Critical patent/JP2010262365A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To predict the complexity of a relationship between parallel processes in advance, and to provide a policy for determining the validity/invalidity of model inspection execution in advance. <P>SOLUTION: A model inspection validity measuring device includes: an inter-process communication information analysis unit for generating inter-process communication information based on the state transition table data of each process; an inter-process communication information input/output unit for urging a user to select the inter-process communication information corresponding to processes operating in parallel, and for synthesizing an external event with the selected inter-process communication information, and for generating post-synthesis inter-process communication information, and for calculating the number of event states of each event about the inter-process communication information and the post-synthesis inter-process communication information; and a complexity calculation unit for calculating complexity based on the number of frames in the state transition table data and the number of event states of the inter-process communication information and the post-synthesis inter-process communication information. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、モデル検査有効性計測装置に関し、より詳しくはプロセス間通信の関係性の抽出及び、これに基づいたモデル検査の有効性を測定する装置であるモデル検査有効性計測装置に関する。   The present invention relates to a model checking effectiveness measuring device, and more particularly to a model checking effectiveness measuring device which is a device for extracting the relationship of inter-process communication and measuring the effectiveness of model checking based on this.

今日組み込み機器(コンピュータ(マイクロコントローラ)が内部に組み込まれており,そのコンピュータに特定のアプリケーションに特化した処理を行わせる電子装置をいう。例えば、携帯電話や薄型テレビ、DVD/HDDレコーダ、カーナビ、デジタルカメラなど)が普及発展してきている。これら組み込み機器においては、ハードの技術革新により、より一層複雑な制御やアプリケーション機能を機器に組み込むためのニーズが高くなっている。組み込み機器においては、複数の機器が協調して動作する必要があり、機器間の状態とその遷移系列である制御仕様に矛盾がないか確認し、システムを構築する必要がある。   Today, an embedded device (computer (microcontroller)) is an electronic device that has a built-in computer and performs processing specialized for a specific application, such as a mobile phone, flat-screen TV, DVD / HDD recorder, car navigation system. , Digital cameras, etc.) are spreading and developing. In these embedded devices, the need for incorporating more complex control and application functions into the devices is increasing due to the technological innovation of hardware. In an embedded device, a plurality of devices need to operate in a coordinated manner, and it is necessary to check whether there is a contradiction between a state between devices and a control specification that is a transition sequence thereof, and a system needs to be constructed.

状態遷移モデルに記述された制御仕様において、記述した仕様の正しさを検査するための方法として、モデル検査方法がある。モデル検査方法によれば、状態遷移モデルに対して、考え得る全ての実行系列に対して、デッドロックの検出、特定の条件下における到達/未到達状態の検査が可能となっている。   In a control specification described in the state transition model, there is a model checking method as a method for checking the correctness of the described specification. According to the model checking method, it is possible to detect deadlocks and check the reach / unreach state under specific conditions for all possible execution sequences in the state transition model.

ただし、このようなモデル検査を実施するためのコストも見過ごせない。実開発以外で検証のためのモデルを作成する必要があるためモデル作成のコストが増加する。また、モデルが作成できても、仕様が複雑である場合や大きい場合は、状態探索木が大きくなり実質探索不可能となり検査結果がでないようなこともある。   However, the cost of conducting such model checking cannot be overlooked. Since it is necessary to create a model for verification other than actual development, the cost of model creation increases. Even if a model can be created, if the specifications are complex or large, the state search tree may become large and the actual search may not be possible, resulting in no test results.

このため、全てのシステムに対してモデル検査を実施するのではなく、対象範囲のモデルがモデル検査に向いた問題領域であるかどうかを事前に見積もり、そのコスト対効果を予測して実施する必要性がある。   For this reason, instead of performing model checking on all systems, it is necessary to estimate in advance whether the target range model is a problem area suitable for model checking, and to predict the cost effectiveness of the model. There is sex.

一般に、モデル検査を実施する場合に、あらかじめ、検査したい状態と、これに対する離散的イベントによる状態遷移モデルを状態遷移表として記述する。記述された状態遷移表のマスの数からある程度のモデルの大きさや複雑度は検討できる。   In general, when model checking is performed, a state to be checked and a state transition model based on discrete events corresponding to the state to be checked are described in advance as a state transition table. The size and complexity of a certain model can be examined from the number of cells in the described state transition table.

図23に、ある状態遷移モデルの状態遷移表の一例を示す。この状態遷移モデルでは、4つの状態A1,A2,A3,A4、及び5つのイベントev1,ev2,ev3,ev4,ev5が存在する。この状態遷移表が有するマス数は、状態数(4)×イベント数(5)=20となる。このマス数は、モデルの大きさや複雑度を示す指標として使用されることもある。   FIG. 23 shows an example of a state transition table of a certain state transition model. In this state transition model, there are four states A1, A2, A3, A4 and five events ev1, ev2, ev3, ev4, and ev5. The number of cells that this state transition table has is the number of states (4) × the number of events (5) = 20. This cell number may be used as an index indicating the size and complexity of the model.

しかし、このような状態遷移表のマス数による複雑度予測では、1プロセス内での状態とイベントの数だけに依存しており、複数プロセスでのイベントの関係性を考慮できない。複数プロセス間の関係の複雑性は、複数プロセス間のイベントの関係性を見出して検討する必要がある。   However, such complexity prediction based on the number of cells in the state transition table depends only on the number of states and events in one process, and the relationship between events in a plurality of processes cannot be considered. The complexity of the relationship between multiple processes must be examined by finding the relationship of events between multiple processes.

状態遷移表のマス数では、複雑度予測が適切に行えない例を以下に示す。ここでは、データを渡すだけのプロトコル(αプロトコルと呼ぶ)と、渡したデータに対して返り値を待つようなプロトコル(βプロトコルと呼ぶ)とを比較して、その複雑度がマス数に基づいて評価できるかどうかを検討する。   An example in which the complexity prediction cannot be performed appropriately with the number of cells in the state transition table is shown below. Here, a protocol that simply passes data (referred to as α protocol) is compared with a protocol that waits for a return value for the passed data (referred to as β protocol), and its complexity is based on the number of cells. Whether it can be evaluated.

図24は、αプロトコルのシーケンス図である。αプロトコルは、並列プロセスであるAプロセスとBプロセスが存在する。AプロセスとBプロセスはまず初期状態となる。つぎに、イベントである時間経過timeが発生すると、Aプロセスの状態は、Data1送信状態となる。Data1送信状態となったAプロセスは、アクションとしてData1送信(BプロセスにData1を送信する)を実行する。   FIG. 24 is a sequence diagram of the α protocol. The α protocol includes A process and B process which are parallel processes. First, the A process and the B process are in the initial state. Next, when the time lapse time as an event occurs, the state of the A process becomes the Data1 transmission state. The A process that has entered the Data 1 transmission state executes Data 1 transmission (transmits Data 1 to the B process) as an action.

AプロセスからData1を受信したBプロセスは、その状態を初期状態からData1受信状態に遷移させる。   The B process that has received Data1 from the A process changes its state from the initial state to the Data1 receiving state.

次に、AプロセスはData1送信状態において、イベントであるイベントである時間経過timeが発生すると、Aプロセスの状態は、Data2送信状態に遷移する。Data2送信状態となったAプロセスは、アクションとしてData2送信(BプロセスにData2を送信する)を実行する。   Next, when a time lapse time which is an event occurs in the Data1 transmission state, the A process transitions to the Data2 transmission state. The A process that is in the Data2 transmission state executes Data2 transmission (transmits Data2 to the B process) as an action.

AプロセスからData2を受信したBプロセスは、その状態をData1受信状態からData2受信状態に遷移させる。   The B process that has received Data2 from the A process changes its state from the Data1 reception state to the Data2 reception state.

上記Aプロセスの状態遷移表を図25に掲げる。図示のようにAプロセスの状態遷移表のマス数は「3」である。また、上記Bプロセスの状態遷移表を図26に掲げる。図示のようにBプロセスの状態遷移表のマス数は「6」である。すなわち、図24に示す非同期通信応答無しのプロトコルの複雑度を示す指標であるマス数は「3」+「6」=9となる。   FIG. 25 shows a state transition table of the A process. As shown in the figure, the number of cells in the state transition table of the A process is “3”. Further, FIG. 26 shows a state transition table of the B process. As shown in the figure, the number of cells in the state transition table of the B process is “6”. In other words, the number of cells, which is an index indicating the complexity of the protocol with no asynchronous communication response shown in FIG. 24, is “3” + “6” = 9.

図24のαプロトコルの対比例として、非同期通信応答待ちの通信プロトコルであるβプロトコルのシーケンス図を図27に掲げる。   As a comparison of the α protocol in FIG. 24, FIG. 27 shows a sequence diagram of the β protocol, which is a communication protocol waiting for an asynchronous communication response.

βプロトコルは、並列プロセスであるA’プロセスとB’プロセスで構成されている。A’プロセスとB’プロセスはまず初期状態となる。つぎに、イベントである時間経過timeが発生すると、A’プロセスの状態は、ready送信状態に遷移する。ready送信状態となったA’プロセスは、アクションとしてready送信(Bプロセスにreadyメッセージを送信する)を実行する。   The β protocol includes an A ′ process and a B ′ process that are parallel processes. First, the A ′ process and the B ′ process are in the initial state. Next, when a time lapse time as an event occurs, the state of the A ′ process transitions to the ready transmission state. The A ′ process that is in the ready transmission state executes ready transmission (transmits a ready message to the B process) as an action.

A’プロセスからreadyメッセージを受信したB’プロセスは、その状態を初期状態からready受信状態に遷移させる。次に、ready受信状態となったB’プロセスは、アクションとしてok送信(A’プロセスにokメッセージを送信する)を実行する。   The B ′ process that has received the ready message from the A ′ process changes its state from the initial state to the ready reception state. Next, the B ′ process in the ready reception state executes ok transmission (sends an ok message to the A ′ process) as an action.

B’プロセスからokメッセージを受信したA’プロセスは、その状態をready送信状態からok受信状態に遷移させる。   The A ′ process that has received the ok message from the B ′ process changes its state from the ready transmission state to the ok reception state.

上記A’プロセスの状態遷移表を図28に掲げる。図示のようにA’プロセスの状態遷移表のマス数は「6」である。また、上記B’プロセスの状態遷移表を図29に掲げる。図示のようにB’プロセスの状態遷移表のマス数は「2」である。すなわち、図27に示す非同期通信応答待ちの通信プロトコルであるβプロトコルの複雑度を示す指標であるマス数は「6」+「2」=8となる。   FIG. 28 shows a state transition table of the A ′ process. As shown in the figure, the number of cells in the state transition table of the A ′ process is “6”. FIG. 29 shows a state transition table of the B ′ process. As shown in the figure, the number of cells in the state transition table of the B ′ process is “2”. That is, the number of cells, which is an index indicating the complexity of the β protocol, which is a communication protocol waiting for an asynchronous communication response shown in FIG. 27, is “6” + “2” = 8.

上述の2つの通信プロトコル、αプロトコルとβプロトコルを比較すると、αプロトコルはデータを渡すだけの単純なプロトコルであるのに対し、βプロトコルは、渡したデータに対して返り値を待つような、αプロトコルに比較して複雑なプロトコルである。しかし、両者の状態遷移表のマス数では「9」と「8」で大差がない。このように、通信プロトコルにおける特性は、状態遷移表のマス数からだけでは読み取ることができない。   Comparing the above two communication protocols, α protocol and β protocol, α protocol is a simple protocol that only passes data, whereas β protocol waits for a return value for the passed data. It is a more complicated protocol than the α protocol. However, there is no big difference between “9” and “8” in the number of squares in both state transition tables. Thus, the characteristics in the communication protocol cannot be read only from the number of cells in the state transition table.

一般に、モデル検査の有効性を事前に予測するような従来技術は存在しないが、有効性を予測するために利用する技術である、状態遷移表からプロセス間通信情報への変換に関しては類似技術は存在する(特許文献1)。この従来技術は、状態遷移表ベースで記述された通信プロトコル仕様をもとに、データ伝送制御シーケンス図を自動的に作成する方法であって、自プロセスの状態遷移表をもとに、自プロセスと相手プロセスのデータ通信関係を、相手プロセスからのイベントをユーザが順次与えることによって、データ伝送制御シーケンス図を自動的に作成していくものである。   In general, there is no conventional technology that predicts the effectiveness of model checking in advance, but similar technology is used for the conversion from state transition table to interprocess communication information, which is a technology used to predict the effectiveness. Exists (Patent Document 1). This prior art is a method for automatically creating a data transmission control sequence diagram based on the communication protocol specification described on the basis of the state transition table, and based on the state transition table of the own process. A data transmission control sequence diagram is automatically created when the user sequentially gives an event from the partner process regarding the data communication relationship between the partner process and the partner process.

特開平3−91855号公開公報Japanese Unexamined Patent Publication No. 3-91855

上述のように、従来の技術では、対象範囲のモデルがモデル検査に向いた問題領域であるかどうかを事前に見積もり、そのコスト対効果を予測して実施することができなかった。   As described above, according to the conventional technique, it is impossible to estimate in advance whether or not the model of the target range is a problem area suitable for model checking and to predict and implement the cost effectiveness.

本発明の目的は、事前に並列プロセス間の関係性の複雑度を予測することを可能とし、これにより検査条件が並列プロセスの状態に関するものである場合、モデル検査実施の可否を事前に判断する指針(指標、判断材料)を提供することを目的としている。   The object of the present invention is to make it possible to predict the complexity of the relationship between parallel processes in advance, and to determine in advance whether or not to perform model checking when the checking condition relates to the state of the parallel process. The objective is to provide guidelines (indicators, judgment materials).

なお、本特許では、状態遷移表からプロセス間通信情報を算出するが、状態遷移表から自動的に算出できる範囲で生成させる。自動的に算出できる範囲とは、自プロセス内でのイベントに対して、相手プロセスへデータが送信され、相手プロセスでデータが受信され、さらにそれに対して、相手プロセスから自プロセスにデータが送信されるという連続した範囲である。   In this patent, inter-process communication information is calculated from the state transition table, but is generated within a range that can be automatically calculated from the state transition table. The range that can be automatically calculated is that data is sent to the partner process for the event in the own process, the data is received by the partner process, and the data is sent from the partner process to the own process. This is a continuous range.

上記課題を解決するための手段として、本発明は以下の特徴を有する。   As means for solving the above problems, the present invention has the following features.

本発明は、複雑度の測定対象であるモデルを構成する各プロセスの状態遷移表データに基づいて、プロセス間通信情報を生成する第1の解析手段と、前記第1の解析手段により生成されたプロセス間通信情報を表示又は提示し、ユーザに並列で動作するプロセスに対応するプロセス間通信情報を選択するように促し、選択されたプロセス間通信情報に外部イベントを合成したプロセス間通信情報である合成後プロセス間通信情報を生成し、プロセス間通信情報及び合成後プロセス間通信情報についてのイベント毎のイベント状態数を算出する第2の解析手段と、前記状態遷移表データにおけるイベント数と状態数の積であるマス数と、前記プロセス間通信情報及び合成後プロセス間通信情報のイベント状態数に基づいて、複雑度を算出する計算手段とを有することを特徴としている。   The present invention includes a first analysis unit that generates inter-process communication information based on state transition table data of each process that constitutes a model whose complexity is to be measured, and the first analysis unit. Inter-process communication information that displays or presents inter-process communication information, prompts the user to select inter-process communication information corresponding to processes operating in parallel, and combines an external event with the selected inter-process communication information. Second analysis means for generating post-combination inter-process communication information and calculating the number of event states for each event for the inter-process communication information and post-combination inter-process communication information; and the number of events and the number of states in the state transition table data The complexity is calculated based on the number of cells that is the product of the above and the number of event states of the inter-process communication information and the post-synthesis inter-process communication information. It is characterized by a means.

本発明によれば、事前に並列プロセス間の関係性の複雑度を予測することを可能とし、これにより検査条件が並列プロセスの状態に関するものである場合、モデル検査実施の可否又は適否を事前に判断する指針(指標、判断材料)を提供する事が可能となる。   According to the present invention, it is possible to predict the complexity of the relationship between parallel processes in advance, and if the checking condition relates to the state of the parallel process, whether or not model checking should be performed in advance is determined in advance. It is possible to provide guidelines (indicators, judgment materials) for judgment.

以下、図面を参照しながら本発明の実施の形態を説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

[1.概要]
本発明は、モデル検査の入力となる仕様を状態遷移表でモデル検査有効性計測装置に入力することを前提としている。モデル検査有効性計測装置は、入力された状態遷移表から、プロセス間の通信に関係する情報(プロセス間通信情報と呼ぶ)を抽出し、抽出されたプロセス間の通信の複雑度を、モデル検査の観点から計算することで、検査対象であるモデルの複雑度を予測し、モデル検査実施のための指針とする。
[1. Overview]
The present invention is based on the premise that specifications to be input for model checking are input to the model checking effectiveness measuring apparatus using a state transition table. The model checking effectiveness measurement device extracts information related to communication between processes (called inter-process communication information) from the input state transition table, and performs model checking on the complexity of communication between the extracted processes. By calculating from this point of view, the complexity of the model to be inspected is predicted and used as a guideline for model inspection.

これを実現するための方法として、本発明は以下の2つの技術を用いる。   As a method for realizing this, the present invention uses the following two techniques.

<技術1> 状態遷移表からプロセス間通信情報への変換規則
有効性評価の対象であるモデルを構成する各プロセスの状態遷移表をもとに、プロセス間の関係性をプロセス間通信情報として記述する。プロセス間通信情報は例えば、以下のような形態で記述されたデータである
「例」: (A:ev1,B:gev1,C:gev2,A,B:gev3)
<技術2> プロセス間通信情報の複雑度計算
上記のプロセス間通信情報から、プロセス間の関係性を並列性と応答性とをもとに、複雑度を計算する。
<Technology 1> Conversion rules from state transition table to inter-process communication information Describe the relationship between processes as inter-process communication information based on the state transition table of each process that makes up the model that is the target of effectiveness evaluation To do. The inter-process communication information is, for example, data described in the following format: “Example”: (A: ev1, B: gev1, C: gev2, A, B: gev3)
<Technology 2> Complexity calculation of inter-process communication information From the above-mentioned inter-process communication information, the complexity is calculated based on parallelism and responsiveness between processes.

[1.モデル検査有効性計測装置の構成]
本実施の形態は、モデル検査有効性計測装置(以下、「計測装置」と略す)として提案される。モデル検査有効性計測装置は、上記技術1,技術2を用いて対象範囲のモデルがモデル検査に向いた問題領域であるかどうかを事前に見積もるための指針である複雑度を出力する装置である。
[1. Configuration of Model Checking Effectiveness Measurement Device]
The present embodiment is proposed as a model checking effectiveness measuring device (hereinafter abbreviated as “measuring device”). The model checking effectiveness measuring device is a device that outputs complexity, which is a guideline for estimating in advance whether the model in the target range is a problem area suitable for model checking using the above-described techniques 1 and 2. .

本実施の形態にかかる計測装置は、例えばコンピュータ、ワークステーションなどの情報処理装置によって実現される装置である。この情報処理装置は、演算処理装置(CPU)、主メモリ(RAM)、読出し専用メモリ(ROM)、入出力装置(I/O)、及び必要な場合にはハードディスク装置等の外部記憶装置を具備している装置である。   The measurement apparatus according to the present embodiment is an apparatus realized by an information processing apparatus such as a computer or a workstation. The information processing apparatus includes an arithmetic processing unit (CPU), a main memory (RAM), a read-only memory (ROM), an input / output device (I / O), and, if necessary, an external storage device such as a hard disk device. It is a device.

図1に、計測装置の構成例を示した機能ブロック図を掲げる。計測装置1は、複雑度の測定対象であるモデルを構成する各プロセスの状態遷移表データ2を入力として受け取るプロセス間通信情報解析部10と、プロセス間通信情報解析部10に接続されたプロセス間通信情報格納部20と、プロセス間通信情報格納部20に接続されたプロセス間通信情報入出力部30と、プロセス間通信情報入出力部30に接続された並列動作可能入力部40と、プロセス間通信情報解析部10及びプロセス間通信情報格納部20に接続された複雑度計算部50と、複雑度計算部50に接続された複雑度表示部60とを有している。   FIG. 1 is a functional block diagram showing a configuration example of a measuring device. The measurement apparatus 1 includes an inter-process communication information analysis unit 10 that receives as input the state transition table data 2 of each process that constitutes a model whose complexity is to be measured, and an inter-process communication information analysis unit 10 connected to the inter-process communication information analysis unit 10. A communication information storage unit 20, an interprocess communication information input / output unit 30 connected to the interprocess communication information storage unit 20, a parallel operable input unit 40 connected to the interprocess communication information input / output unit 30, and an interprocess It has a complexity calculation unit 50 connected to the communication information analysis unit 10 and the inter-process communication information storage unit 20, and a complexity display unit 60 connected to the complexity calculation unit 50.

なお、ここで「接続」とは、物理的に結合されている状態に限られず、データの受け渡しが可能である状態を含む意味である。また、上記の各構成要素はCPU及びCPUによって実行されるプログラムによって実現される機能に対応するものであり、実際に各構成要素に対応するハードウエアを計測装置1が備えている必要はない。   Here, “connected” is not limited to a physically coupled state, but includes a state in which data can be exchanged. Moreover, each said component respond | corresponds to the function implement | achieved by the program executed by CPU and CPU, and the measuring device 1 does not need to actually be equipped with the hardware corresponding to each component.

以下、計測装置1の各構成要素について説明する。   Hereinafter, each component of the measuring device 1 will be described.

[1.1.プロセス間通信情報解析部]
本発明の第1の解析手段に相当するプロセス間通信情報解析部10は、各プロセスの状態遷移表データ2を解析し、プロセス間通信情報を生成する。「プロセス間通信情報」は、本計測装置1が、複雑度を計算するためのデータである。プロセス間通信情報の詳細及び具体例については後述する。
[1.1. Interprocess communication information analysis section]
The interprocess communication information analysis unit 10 corresponding to the first analysis means of the present invention analyzes the state transition table data 2 of each process and generates interprocess communication information. The “interprocess communication information” is data for the measurement device 1 to calculate the complexity. Details and specific examples of the interprocess communication information will be described later.

プロセス間通信情報解析部10は、作成したプロセス間通信情報を、プロセス間通信情報格納部2に渡し、格納させる。   The inter-process communication information analysis unit 10 passes the created inter-process communication information to the inter-process communication information storage unit 2 for storage.

また、プロセス間通信情報解析部10は、状態遷移表データ2から、当該状態遷移表のマス数を算出し、これをプロセス間通信情報格納部20に記憶させる。   Further, the inter-process communication information analysis unit 10 calculates the number of cells of the state transition table from the state transition table data 2 and stores it in the inter-process communication information storage unit 20.

[1.2.プロセス間通信情報格納部]
プロセス間通信情報格納部20は、プロセス間通信情報解析部で生成されたプロセス間通信情報を格納する機能を有する。また、後述するプロセス間通信情報入出力部30により生成された、外部イベントが合成されたプロセス間通信情報を格納する機能を有する。
[1.2. Interprocess communication information storage]
The inter-process communication information storage unit 20 has a function of storing the inter-process communication information generated by the inter-process communication information analysis unit. Further, it has a function of storing inter-process communication information generated by an inter-process communication information input / output unit 30 described later and composed of external events.

[1.3.プロセス間通信情報入出力部]
本発明の第2の解析手段に相当するプロセス間通信情報入出力部30は、プロセス間通信情報格納部20に格納されているプロセス間通信情報を文字や図形式など適宜の形式で表示又は提示する機能を有する。プロセス間通信情報入出力部30は、プロセス間通信情報を文字や図形式で表示し、ユーザ(計測装置1の使用者、オペレータなど)にプロセス間通信情報のうち、並列で動作するプロセスに対応するプロセス間通信情報を選択するように促す。ユーザは、表示又は提示されたプロセス間通信情報から、並列で動作するプロセスに対応するプロセス間通信情報を指定する。この指定には、キーボード、ポインティングデバイスなどの入力装置をユーザが使用することなどによって行われればよい。
[1.3. Interprocess communication information input / output section]
The inter-process communication information input / output unit 30 corresponding to the second analysis unit of the present invention displays or presents the inter-process communication information stored in the inter-process communication information storage unit 20 in an appropriate format such as a character or graphic format. It has the function to do. The inter-process communication information input / output unit 30 displays the inter-process communication information in text or graphic format, and handles the processes operating in parallel among the inter-process communication information to the user (user of the measuring apparatus 1, operator, etc.) Prompt to select interprocess communication information. The user designates interprocess communication information corresponding to processes operating in parallel from the displayed or presented interprocess communication information. This designation may be performed by the user using an input device such as a keyboard or a pointing device.

プロセス間通信情報入出力部30は、並列で動作するプロセス間通信情報がユーザによって指定された場合、それらの関係に基づいて、プロセス間通信情報に外部イベントを合成したプロセス間通信情報(以下、「合成後プロセス間通信情報」と呼ぶ)を生成する。   When the interprocess communication information that operates in parallel is designated by the user, the interprocess communication information input / output unit 30, based on those relationships, interprocess communication information (hereinafter referred to as “interprocess communication information”) that combines external events with the interprocess communication information. Called “inter-process communication information after synthesis”).

プロセス間通信情報入出力部30は、合成後プロセス間通信情報に基づいて、そのプロセス間通信情報における、外部イベントを合成した結果得られるイベント毎のイベント状態数を算出する。   The inter-process communication information input / output unit 30 calculates the number of event states for each event obtained as a result of combining external events in the inter-process communication information based on the post-combination inter-process communication information.

プロセス間通信情報入出力部30は、合成後プロセス間通信情報、及びプロセス間通信情報毎のイベント状態数の和をプロセス間通信情報格納部20に登録する。   The inter-process communication information input / output unit 30 registers the sum of post-combination inter-process communication information and the number of event states for each inter-process communication information in the inter-process communication information storage unit 20.

[1.4.並列動作可能入力部]
並列動作可能入力部40は、プロセス間通信情報入出力部30によって表示又は提示されたプロセス間通信情報のうち、並列で動作するプロセスに対応するプロセス間通信情報をユーザに指定させる機能を有する。この指定は、キーボード、ポインティングデバイスなどの入力装置をユーザが使用することなどによって行われればよい。
[1.4. Input unit capable of parallel operation]
The parallel operable input unit 40 has a function of causing the user to specify interprocess communication information corresponding to a process operating in parallel among the interprocess communication information displayed or presented by the interprocess communication information input / output unit 30. This designation may be performed by the user using an input device such as a keyboard or a pointing device.

[1.5.複雑度計算部]
本発明の計算手段に相当する複雑度計算部50は、プロセス間通信情報格納部20に登録されている状態遷移表のマス数及び、プロセス間通信情報及び/又は合成後プロセス間通信情報のイベント状態数から複雑度を算出する機能を有する。
[1.5. Complexity calculator]
The complexity calculation unit 50 corresponding to the calculation means of the present invention includes the number of cells in the state transition table registered in the inter-process communication information storage unit 20 and the events of the inter-process communication information and / or the post-synthesis inter-process communication information. It has a function to calculate complexity from the number of states.

なお、「複雑度」は、イベント状態数の和を状態遷移表のマス数で割った値である。   The “complexity” is a value obtained by dividing the sum of the number of event states by the number of cells in the state transition table.

[1.6.複雑度表示部]
複雑度表示部60は、複雑度計算部50による算出した値、又はこの値に基づいたモデル検査有効性の指標を表示又は提示する機能を有する。表示又は提示の形態、態様、方式は、どのようなものであってもかまわない。例えば、数値そのものを表示、印刷等する態様でも良いし、数字に応じたメッセージ(例えば、適合、不適合、不可、など)の表示、印刷等であってもかまわない。
[1.6. Complexity display]
The complexity display unit 60 has a function of displaying or presenting a value calculated by the complexity calculation unit 50 or an index of model checking effectiveness based on this value. Any form, mode, or method of display or presentation may be used. For example, it is possible to display and print the numerical value itself, or display or print a message (for example, conformity, nonconformity, impossible) according to the number.

[2.動作例]
次に、計測装置1の動作例について説明する。
[2. Example of operation]
Next, an operation example of the measurement apparatus 1 will be described.

以下、本計測装置1の動作例を説明するため、複雑度の測定対象となるシステムを用いる。このシステムは、Aプロセス、Bプロセス、Cプロセスの3つのプロセスからなる。図2にAプロセスの状態遷移図を示し、図3にBプロセスの状態遷移図を示し、図4にCプロセスの状態遷移図を示す。図2から図4において、「イベント名/プロセス名:グローバルイベント名」の形式で表示されているのは、イベント名で示されたイベントが発生したときに、プロセス名で示されたプロセスに送信するグローバルイベントが発生することを意味している。   Hereinafter, in order to describe an operation example of the measurement apparatus 1, a system that is a measurement target of complexity is used. This system consists of three processes: A process, B process, and C process. FIG. 2 shows a state transition diagram of the A process, FIG. 3 shows a state transition diagram of the B process, and FIG. 4 shows a state transition diagram of the C process. In FIG. 2 to FIG. 4, “Event name / Process name: Global event name” is displayed in the form of “event name / process name”, which is sent to the process indicated by the process name when the event indicated by the event name occurs. It means that a global event occurs.

まず、ユーザは、複雑度の測定対象である、並列プロセスで動作するシステムについて、当該システムを構成する各プロセスの状態遷移表のデータ(状態遷移表データと呼ぶ)を用意する。状態遷移表データ2は、ユーザが予め用意しておき、この時、並列プロセスで共有するデータ、もしくは通信イベントは、状態遷移表上にグローバルイベント(gev)として定義する。すなわち、グローバルイベントは、他プロセスのデータを共有メモリやメッセージ通信といったなんらかの方法で参照するイベントであり、これに対してローカルイベントは、他プロセスとは関係なく、ユーザからの入力や、エラーイベントのようにランダムに発生するイベントをいい、状態遷移表データ2中では、「ev」のように標記する。   First, a user prepares state transition table data (referred to as state transition table data) of each process constituting the system for a system that operates in a parallel process, which is a complexity measurement target. The state transition table data 2 is prepared in advance by the user, and at this time, data shared by parallel processes or communication events are defined as global events (gev) on the state transition table. In other words, a global event is an event that refers to the data of another process by some method such as shared memory or message communication. On the other hand, a local event is independent of other processes and has a user input or error event. In the state transition table data 2, the event is generated as “ev”.

状態遷移表データ2において、グローバルイベントを他プロセスに発行する場合には、該当するマスのアクション欄にグローバルイベントの発行を明示する。このとき、発行先の対象プロセスを明記する。本実施の形態では、対象となるマスのアクション欄に「発行先プロセス名:グローバルイベント名」という形式でグローバルイベントの発行が記述される。例えば、Bプロセスに「gev1」というグローバルイベントを発行する場合には、該当するマスのアクション欄に「B:gev1」と記述されることになる。   In the state transition table data 2, when issuing a global event to another process, the issue of the global event is clearly indicated in the action column of the corresponding cell. At this time, specify the target process of the issue destination. In the present embodiment, issuance of a global event is described in the form of “issue destination process name: global event name” in the action column of the target cell. For example, when a global event “gev1” is issued to the B process, “B: gev1” is described in the action field of the corresponding cell.

図5から図7に、本計測装置1に入力するために用意された状態遷移表データ2の例を示す。図5は、上述のAプロセスについての状態遷移表データを示した図であり、図6は、上述のBプロセスについての状態遷移表データを示した図であり、図7は、上述のCプロセスについての状態遷移表データを示した図である。それぞれの状態遷移表データ2は、グローバルイベントに対応する列を有している。   FIGS. 5 to 7 show examples of the state transition table data 2 prepared for input to the measurement apparatus 1. FIG. 5 is a diagram showing the state transition table data for the above-mentioned A process, FIG. 6 is a diagram showing the state transition table data for the above-mentioned B process, and FIG. 7 is the above-mentioned C process. It is the figure which showed the state transition table data about. Each state transition table data 2 has a column corresponding to the global event.

なお、図7において、「A,B:gev2」とする記述は、Aプロセス及びBプロセスを発行先とするグローバルイベント「gev2」が発行されることを意味している。   In FIG. 7, the description “A, B: gev2” means that a global event “gev2” having the A process and the B process as an issue destination is issued.

(2)上記状態遷移表データ2は、ユーザによって計測装置1に入力される。入力された状態遷移表データ2は、プロセス間通信情報解析部10によって受け取られる。プロセス間通信情報解析部10は、受け取った状態遷移表データ2を処理する。図8は、プロセス間通信情報解析部10が状態遷移表データ2を処理する処理内容の一例を示したフローチャート、図9は、図8のフローチャートに続くフローチャートである。以下、図8及び図9を参照しながらプロセス間通信情報解析部10の動作(処理)について説明する。   (2) The state transition table data 2 is input to the measuring device 1 by the user. The input state transition table data 2 is received by the inter-process communication information analysis unit 10. The inter-process communication information analysis unit 10 processes the received state transition table data 2. FIG. 8 is a flowchart illustrating an example of processing contents in which the inter-process communication information analysis unit 10 processes the state transition table data 2, and FIG. 9 is a flowchart following the flowchart of FIG. Hereinafter, the operation (processing) of the inter-process communication information analysis unit 10 will be described with reference to FIGS. 8 and 9.

まず、前述のように複雑度の測定対象となるシステムを構成する各プロセスについて、状態遷移表データ2を準備し、この状態遷移表データ2をプロセス間通信情報解析部10に入力する(S10)。状態遷移表データ2を受け取ったプロセス間通信情報解析部10は、一つのプロセスについての状態遷移表データ2の一行の内容を読み込む(S20)。   First, state transition table data 2 is prepared for each process constituting the system whose complexity is to be measured as described above, and this state transition table data 2 is input to the inter-process communication information analysis unit 10 (S10). . The inter-process communication information analysis unit 10 that has received the state transition table data 2 reads the contents of one line of the state transition table data 2 for one process (S20).

プロセス間通信情報解析部10は、S20において読み込んだ行に含まれるマスのうち、一つのマスを特定し、そのマスのアクションの欄にグローバルイベント(記号:gev)が含まれるか否かを判定する(S30)。   The inter-process communication information analysis unit 10 identifies one square among the squares included in the line read in S20, and determines whether a global event (symbol: gev) is included in the action column of the square. (S30).

このステップS30においてグローバルイベント(記号:gev)が含まれないと判定した場合、プロセス間通信情報解析部10は、直前のS20において読み込んだ行の全てのマスについてS30の判定を行ったか否かを判定する(S50)。一方、このステップS30においてグローバルイベント(記号:gev)が含まれていると判定した場合、プロセス間通信情報解析部10は、そのマスの列に対応するイベントと、アクションをプロセス間通信情報として抽出する。   If it is determined in step S30 that the global event (symbol: gev) is not included, the inter-process communication information analysis unit 10 determines whether or not the determination in S30 has been performed for all the cells in the line read in immediately preceding S20. Determine (S50). On the other hand, if it is determined in step S30 that a global event (symbol: gev) is included, the inter-process communication information analysis unit 10 extracts an event and an action corresponding to the column of the cell as inter-process communication information. To do.

例えば、図5に示したAプロセスの状態遷移表データ2からは、以下のプロセス間通信情報(以下、プロセス通信情報Aと呼ぶ)が生成される。   For example, the following inter-process communication information (hereinafter referred to as process communication information A) is generated from the state transition table data 2 of the A process shown in FIG.

(A:ev1、B:gev1)
また、図6に示したBプロセスの状態遷移表データ2からは、以下のプロセス間通信情報(以下、プロセス通信情報Bと呼ぶ)が生成される。
(A: ev1, B: gev1)
Further, the following inter-process communication information (hereinafter referred to as process communication information B) is generated from the state transition table data 2 of the B process shown in FIG.

(B:gev1、C:gev2)
また、図7に示したCプロセスの状態遷移表データ2からは、以下のプロセス間通信情報(以下、プロセス通信情報Cと呼ぶ)が生成される。
(B: gev1, C: gev2)
Further, the following inter-process communication information (hereinafter referred to as process communication information C) is generated from the state transition table data 2 of the C process shown in FIG.

(C:gev2、A,B:gev3)
図8に戻り、プロセス間通信情報解析部10の動作例(処理)の説明を続ける。
(C: gev2, A, B: gev3)
Returning to FIG. 8, the description of the operation example (processing) of the inter-process communication information analysis unit 10 will be continued.

ステップS50に制御が移ると、プロセス間通信情報解析部10は、現在の処理対象行の全てのマスについてS30の判定を行ったか否かを判定する(S50)。対象行全てのマスについてS30の判定を行っていないと判定した場合(S50,No)は、プロセス間通信情報解析部10はS30に戻り、未処理のマスについてS30,S40の処理を実行する。一方、S50において全てのマスについてS30の判定を行ったと判定した場合(S50、Yes)は、プロセス間通信情報解析部10は現在の処理対象の状態遷移表データ2の全ての行についてS20からS50の処理を行ったか否かを判定する(S60)。対象状態遷移表データ2の全ての行についてS20からS50の処理を行っていないと判定した場合(S60,No)は、プロセス間通信情報解析部10はS20に戻り、未処理の行についてS30からS50の処理を実行する。一方、S60において全ての行についてSS30からS50の処理を行ったと判定した場合(S60、Yes)は、その状態遷移表データ2のマス数として、その状態遷移表データ2におけるグローバルイベント及びグローバルイベント以外の抽出イベントの数をイベント数として、そのイベント数と状態数の積をマス数として記憶保持する(S70)。   When the control moves to step S50, the inter-process communication information analysis unit 10 determines whether or not the determination of S30 has been made for all the cells in the current processing target row (S50). When it is determined that the determination of S30 is not performed for all the cells in the target row (S50, No), the inter-process communication information analysis unit 10 returns to S30, and executes the processes of S30 and S40 for the unprocessed cells. On the other hand, when it is determined in S50 that the determination of S30 has been performed for all the squares (S50, Yes), the inter-process communication information analysis unit 10 performs S20 to S50 for all the rows of the current state transition table data 2 to be processed. It is determined whether or not the above process has been performed (S60). If it is determined that the processing from S20 to S50 is not performed for all the rows of the target state transition table data 2 (S60, No), the inter-process communication information analysis unit 10 returns to S20, and the unprocessed rows from S30. The process of S50 is executed. On the other hand, if it is determined in S60 that the processing from SS30 to S50 has been performed for all the rows (S60, Yes), as the number of cells in the state transition table data 2, the global event in the state transition table data 2 and other than global events The number of extracted events is stored as the number of events, and the product of the number of events and the number of states is stored and held as a number of squares (S70).

次に、プロセス間通信情報解析部10は、S10において入力された全ての状態遷移表データ2について、S20からS70の処理を実行したか否かを判定する(S80)。全ての全ての状態遷移表データ2についてはS20からS70の処理を実行していないと判定した場合(S80,No)、プロセス間通信情報解析部10は、S10に戻り、未処理の状態遷移表データ2の入力受付を行う(S10)。一方、複雑度の測定対象であるシステムについて、全ての状態遷移表データ2についてS20からS70の処理を実行したと判定した場合(S80,Yes)、プロセス間通信情報解析部10は、S70にて記憶保持した、各状態遷移表データ2についてのマス数の合計を算出し、算出した値を、測定対象であるシステムの状態遷移表マス数として、プロセス間通信情報格納部20に記憶させる(図9,S90)。   Next, the inter-process communication information analysis unit 10 determines whether or not the processing from S20 to S70 has been executed for all the state transition table data 2 input in S10 (S80). When it is determined that the processing from S20 to S70 is not executed for all the state transition table data 2 (S80, No), the inter-process communication information analysis unit 10 returns to S10, and the unprocessed state transition table Data 2 is input (S10). On the other hand, when it is determined that the processing from S20 to S70 has been executed for all the state transition table data 2 for the system whose complexity is to be measured (S80, Yes), the inter-process communication information analysis unit 10 performs S70. The total number of cells for each state transition table data 2 stored and held is calculated, and the calculated value is stored in the inter-process communication information storage unit 20 as the number of state transition table cells of the measurement target system (see FIG. 9, S90).

次に、プロセス間通信情報解析部10は、S40において抽出したプロセス間通信情報を読み出す(S100)。プロセス間通信情報解析部10は、読み出したプロセス間通信情報の先頭が通常イベント(ローカルイベント)であるプロセス間通信情報があるか否かを判定する(S110)。先頭が通常イベントであるプロセス間通信情報がないと判定した場合(S110,No)は、後述するS160に進む。一方、先頭が通常イベントであるプロセス間通信情報があると判定した場合(S110,Yes)、プロセス間通信情報解析部10は、先頭が通常イベントであるプロセス間通信情報を読み込む(S120)。次に、ロセス間通信情報解析部10は、送信先プロセスのプロセス間通信情報において、先頭が送信元のグローバルイベントと同じである別のプロセス間通信情報を探索する(S130)。言い換えれば、S120において読み込まれたプロセス間通信情報の出力イベントと、同じグローバルイベントを、入力イベントとして持つプロセス間通信情報を探索する。   Next, the interprocess communication information analysis unit 10 reads the interprocess communication information extracted in S40 (S100). The inter-process communication information analysis unit 10 determines whether there is inter-process communication information in which the read inter-process communication information starts with a normal event (local event) (S110). If it is determined that there is no inter-process communication information whose first event is a normal event (S110, No), the process proceeds to S160 described later. On the other hand, when it is determined that there is inter-process communication information whose head is a normal event (S110, Yes), the inter-process communication information analysis unit 10 reads inter-process communication information whose head is a normal event (S120). Next, the inter-process communication information analysis unit 10 searches the inter-process communication information of the transmission destination process for another inter-process communication information whose head is the same as the global event of the transmission source (S130). In other words, the inter-process communication information having the same global event as the input event as the output event of the inter-process communication information read in S120 is searched.

プロセス間通信情報解析部10は、S130で探索した結果そのようなプロセス間通信情報があるか否かを判定する(S140)。そのようなプロセス間通信情報がないと判定した場合(S140,No)は、S110に戻り別のプロセス間通信情報についてS110からS140の処理を行う。一方、そのようなプロセス間通信情報があると判定した場合(S140,Yes)は、直近のS120で読み込まれたプロセス間通信情報と、直近のS130によって探索されたプロセス間通信情報とを合成し、新たなプロセス間通信情報(合成後プロセス通信情報と呼ぶ)を生成する(S150)。「合成」は、一方のプロセス間通信情報における出力イベントが、他のプロセス間通信情報における入力イベントと同一である場合、この出力イベントと入力イベントとシーケンシャルなイベントとしてイベント同士を結合するように、合成後プロセス間通信情報を生成することをいう。   The inter-process communication information analysis unit 10 determines whether there is such inter-process communication information as a result of searching in S130 (S140). If it is determined that there is no such inter-process communication information (S140, No), the process returns to S110, and the processes from S110 to S140 are performed for other inter-process communication information. On the other hand, if it is determined that there is such inter-process communication information (S140, Yes), the inter-process communication information read in the latest S120 and the inter-process communication information searched in the latest S130 are combined. Then, new inter-process communication information (referred to as post-combination process communication information) is generated (S150). “Combining” means that when the output event in one inter-process communication information is the same as the input event in the other inter-process communication information, the output event and the input event are combined with each other as a sequential event. This refers to generating post-combination interprocess communication information.

前述のAプロセス、Bプロセス、Cプロセスを例に取ると、Aプロセスのプロセス間通信情報は(A:ev1、B:gev1)であり、Bプロセスのプロセス間通信情報は(B:gev1、C:gev2)であった。前者のプロセス間通信情報の出力イベントはgev1であり、後者のプロセス間通信情報の入力イベントはgev1である。よって、これらプロセス間通信情報から、合成されたプロセス間通信情報(A:ev1、B:gev1、C:gev2)が生成される。   Taking the above-mentioned A process, B process, and C process as an example, the inter-process communication information of the A process is (A: ev1, B: gev1), and the inter-process communication information of the B process is (B: gev1, C : Gev2). The output event of the former inter-process communication information is gev1, and the latter input event of the inter-process communication information is gev1. Therefore, synthesized inter-process communication information (A: ev1, B: gev1, C: gev2) is generated from the inter-process communication information.

さらに、この合成されたプロセス間通信情報(A:ev1、B:gev1、C:gev2)と、Cプロセスのプロセス間通信情報(C:gev2、A,B:gev3)との間において、前者の出力イベントと後者の入力イベントは同一であるため、これらプロセス間通信情報もさらに合成され、(A:ev1、B:gev1、C:gev2、A,B:gev3)という合成後プロセス間通信情報が最終的に得られることになる。   Further, between the synthesized interprocess communication information (A: ev1, B: gev1, C: gev2) and interprocess communication information (C: gev2, A, B: gev3) of the C process, the former Since the output event and the latter input event are the same, these inter-process communication information is further combined, and the post-synthesis inter-process communication information (A: ev1, B: gev1, C: gev2, A, B: gev3) is obtained. It will be finally obtained.

図9に戻り、フローチャートの説明を続ける。S150の後、プロセス間通信情報解析部10は、全てのプロセス間通信情報についてS110からS150の処理を行ったか否かを判定する(S160)。全てのプロセス間通信情報についてS110からS150の処理を行っていないと判定した場合(S160,No)、プロセス間通信情報解析部10は、S110に戻りプロセス間通信情報の合成を続行する。一方、全てのプロセス間通信情報についてS110からS150の処理を行ったと判定した場合(S160,Yes)、プロセス間通信情報解析部10は、S150において生成した合成後プロセス間通信情報をプロセス間通信情報格納部20に登録させて、処理を終了する(S170)。   Returning to FIG. 9, the description of the flowchart will be continued. After S150, the inter-process communication information analysis unit 10 determines whether or not the processing from S110 to S150 has been performed for all the inter-process communication information (S160). If it is determined that the processing from S110 to S150 is not performed for all the inter-process communication information (S160, No), the inter-process communication information analysis unit 10 returns to S110 and continues synthesizing the inter-process communication information. On the other hand, if it is determined that the processing from S110 to S150 has been performed for all the inter-process communication information (S160, Yes), the inter-process communication information analysis unit 10 uses the post-combination inter-process communication information generated in S150 as the inter-process communication information. The registration is performed in the storage unit 20, and the process ends (S170).

上述のS170後の計測装置1の動作例(処理)について、図10,図11を参照しながら説明する。図10は、S170後の計測装置1の動作例(処理)を示すフローチャート、図11は図10に続くフローチャートである。   An operation example (processing) of the measurement apparatus 1 after S170 will be described with reference to FIGS. FIG. 10 is a flowchart showing an operation example (processing) of the measuring apparatus 1 after S170, and FIG. 11 is a flowchart following FIG.

S170の後、計測装置1、より詳しくはプロセス間通信情報入出力部30は、プロセス間通信情報格納部20に格納されているプロセス間通信情報(合成後プロセス間通信情報を含む)を文字や図形式など適宜の形式で表示又は提示し、プロセス間通信情報が同時に動作する(並列動作する)プロセス間通信情報同士をユーザに指定するよう促す(S210)。ユーザは、並列動作可能入力部40を用いて、並列で動作するプロセスに対応するプロセス間通信情報を指定する。ユーザは、別プロセスに置いて同時に起動可能なプロセス間通信同士を並列実行可能性があるプロセス間通信情報として指定する。抽出のポイントは、プロセス間通信情報の開始イベント開始状態を参照し、システムにおいて同時に起こりうるか否かを判断することにより行う。   After S170, the measuring device 1, more specifically, the interprocess communication information input / output unit 30, uses the interprocess communication information (including post-combination interprocess communication information) stored in the interprocess communication information storage unit 20 as characters or It is displayed or presented in an appropriate format such as a diagram format, and prompts the user to specify the interprocess communication information in which the interprocess communication information operates simultaneously (operates in parallel) (S210). The user designates inter-process communication information corresponding to processes operating in parallel using the parallel operation enable input unit 40. The user designates inter-process communications that can be started simultaneously in different processes as inter-process communication information that may be executed in parallel. The point of extraction is performed by referring to the start event start state of the inter-process communication information and determining whether or not it can occur simultaneously in the system.

非同期通信の場合、応答性に加え並列で動作することにより、メッセージクロスのような問題が発生しやすい。同時に実行可能なプロセス間通信情報を洗い出すことにより、各プロセスが通信時に発生しうるグローバルイベントを全て洗い出すことが出来る。   In the case of asynchronous communication, problems such as message crossing are likely to occur by operating in parallel in addition to responsiveness. By identifying the inter-process communication information that can be executed simultaneously, it is possible to identify all the global events that each process can generate during communication.

並列で動作するプロセスに対応するプロセス間通信情報の例を挙げる。図12(A)(B)は、Xプロセス、Yプロセスの状態遷移図である。これらXプロセス及びYプロセスの合成後プロセス間通信情報は、(X:time,Y:ready;X:OK)および(Y:time,X:ready;Y:OK)となる。これらプロセス間通信情報は、Xプロセス、Yプロセスとも初期状態からtimeイベントにより起動されるため、同時実行可能といえる。   An example of interprocess communication information corresponding to processes operating in parallel will be given. 12A and 12B are state transition diagrams of the X process and the Y process. The post-combination inter-process communication information of these X process and Y process is (X: time, Y: ready; X: OK) and (Y: time, X: ready; Y: OK). Since these inter-process communication information is activated by the time event from the initial state in both the X process and the Y process, it can be said that they can be executed simultaneously.

図10に戻り、計測装置1の動作の説明を続ける。   Returning to FIG. 10, the description of the operation of the measuring device 1 is continued.

次に、計測装置1、より詳しくは複雑度計算部50は、ユーザによって指定された同時に動作するプロセス間通信情報において、外部イベントを挿入したプロセス間通信情報を生成する(S230)。より詳しくは、複雑度計算部50は、並列実行可能なプロセス間通信情報同士について、グローバルイベントを送信中に、別のグローバルイベントが到達する可能性を考慮してプロセス間通信情報に外部イベントを挿入する(S230)。   Next, the measuring device 1, more specifically, the complexity calculator 50 generates inter-process communication information in which an external event is inserted in the inter-process communication information that is simultaneously operated designated by the user (S230). More specifically, the complexity calculation unit 50 sends an external event to the interprocess communication information in consideration of the possibility that another global event will arrive while sending a global event between the interprocess communication information that can be executed in parallel. Insert (S230).

図12に示したXプロセス、Yプロセスを例として、S230によって行われるプロセス間通信情報に外部イベントを挿入して、別のグローバルイベントが到達する可能性を考慮したプロセス間通信情報を生成する例を説明する。   Using the X process and Y process shown in FIG. 12 as an example, an external event is inserted into the interprocess communication information performed in S230, and interprocess communication information is generated in consideration of the possibility that another global event will arrive. Will be explained.

図12(A)のXプロセスにおいて、Xプロセスがreadyを送信してからYプロセスがready受信するまでに、XプロセスもYプロセスから送信されたreadyを受信する可能性がある。Yプロセスは、Xプロセスがready送信状態又はready受信状態になる事を考慮する。   In the X process of FIG. 12A, there is a possibility that the X process also receives the ready transmitted from the Y process after the X process transmits ready and before the Y process receives ready. The Y process takes into account that the X process enters a ready transmission state or a ready reception state.

また、Yプロセスからokを送信した後Xプロセスがokを受信するまでに、Yプロセスもokを受信する可能性がある。従って、XプロセスはYプロセスがready受信状態又はok受信状態になることを考慮する。   Further, there is a possibility that the Y process also receives ok after the ok is transmitted from the Y process and before the X process receives ok. Therefore, the X process takes into account that the Y process enters the ready reception state or the ok reception state.

Xプロセスのプロセス間通信情報(X:time,Y:ready;X:OK)において、Yプロセス送信時には、Xプロセスへの送信情報を挿入し、Xプロセスの送信時にはYプロセスの送信情報を挿入する。この場合には、
(X:time,Y:ready(X:ready);X:ok(Y:ok))
というプロセス間通信情報が生成されることになる。
In the inter-process communication information (X: time, Y: ready; X: OK) of the X process, the transmission information to the X process is inserted when the Y process is transmitted, and the transmission information of the Y process is inserted when the X process is transmitted. . In this case,
(X: time, Y: ready (X: ready); X: ok (Y: ok))
Inter-process communication information is generated.

一方、Yプロセスのプロセス間通信情報(Y:time,X:ready;Y:OK)において、Aプロセス送信時には、Yプロセスへの送信情報を挿入し、Yプロセスの送信時にはXプロセスの送信情報を挿入する。この場合には、
(Y:time,X:ready(Y:ready);Y:ok(X:ok))
というプロセス間通信情報が生成されることになる。図13に、並列動作可能性を考慮した場合のX、Yプロセスの状態遷移図を示す。
On the other hand, in the inter-process communication information (Y: time, X: ready; Y: OK) of the Y process, transmission information to the Y process is inserted when the A process is transmitted, and transmission information of the X process is transmitted when the Y process is transmitted. insert. In this case,
(Y: time, X: ready (Y: ready); Y: ok (X: ok))
Inter-process communication information is generated. FIG. 13 shows a state transition diagram of the X and Y processes when considering the possibility of parallel operation.

図10に戻り、計測装置1の動作例の説明を続ける。   Returning to FIG. 10, the description of the operation example of the measuring device 1 is continued.

次に、複雑度計算部50は、各プロセス間通信情報のイベント状態数を決定し、決定したイベント状態数をプロセス間通信情報格納部20に登録する。   Next, the complexity calculation unit 50 determines the number of event states of each inter-process communication information, and registers the determined number of event states in the inter-process communication information storage unit 20.

「イベント状態数」は、送信イベントの数と外部イベントの数の和である。具体的には、複雑度計算部50は、同時起動により送信時に外部イベントが発生する可能性があるプロセス間通信情報を抽出する。プロセス間通信情報において、送信イベントに対してかっこ()内に表しているものが送信時に発生する可能性がある外部イベントである。   The “number of event states” is the sum of the number of transmission events and the number of external events. Specifically, the complexity calculation unit 50 extracts interprocess communication information in which an external event may occur during transmission due to simultaneous activation. In the inter-process communication information, what is shown in parentheses () for a transmission event is an external event that may occur during transmission.

例を挙げて説明する。図14は先に示したXプロセス、Yプロセスのプロセス間通信情報であって、外部イベントが挿入されたプロセス間通信情報である。図14(A)はXプロセスについての、外部イベントが挿入されたプロセス間通信情報であり、図14(B)はYプロセスについての、外部イベントが挿入されたプロセス間通信情報である。いずれのプロセス間通信情報についても、イベント状態数は、2状態+2状態=4状態で、イベント状態数は4となる。   An example will be described. FIG. 14 shows the interprocess communication information of the X process and the Y process described above, and the interprocess communication information in which an external event is inserted. FIG. 14A shows inter-process communication information with an external event inserted for the X process, and FIG. 14B shows inter-process communication information with an external event inserted for the Y process. For any inter-process communication information, the number of event states is 2 states + 2 states = 4 states, and the number of event states is 4.

上記ステップS240に続いて、複雑度計算部50は、プロセス間通信情報での応答性を考慮するための処理を行う。「応答性」とは、プロセス間通信情報において、例えばreadyを送信後に、ok受信待ちをするような、一方が送信したメッセージに応答するメッセージが返されることことをいう 。応答性は、応答待ちまでの状態がいくつに分かれるかに依存する。   Subsequent to step S240, the complexity calculation unit 50 performs processing for considering responsiveness in the inter-process communication information. “Responsiveness” means that, in inter-process communication information, for example, after sending “ready”, a message responding to a message sent by one side, such as waiting for ok reception, is returned. Responsiveness depends on how many states until waiting for a response are divided.

次に、図11を参照しながら上述S240以降の処理について説明する。   Next, the processes after S240 will be described with reference to FIG.

まず、複雑度計算部50は、プロセス間通信情報格納部20から、プロセス間通信情報を読み出す。この読み出されたプロセス間通信情報は、外部イベントが挿入されたプロセス間通信情報である。   First, the complexity calculation unit 50 reads the interprocess communication information from the interprocess communication information storage unit 20. The read interprocess communication information is interprocess communication information in which an external event is inserted.

次に、複雑度計算部50は、読み出したプロセス間通信情報において、先頭イベントを除いた自己プロセスへの応答イベントを検索する(S260)。複雑度計算部50は、検索の結果、応答イベントがあるか否かを判定する(S270)。応答イベントがないと判定した場合(S270,No)、複雑度計算部50は、後述するS300に制御を移す。一方、応答イベントがあると判定した場合(S270,Yes)、複雑度計算部50は、前イベント状態数と応答イベント状態数との積を応答イベントの最終的なイベント状態数として、プロセス間通信情報格納部20に登録する(S280)。なお、応答イベント状態数は、応答イベントの前のイベント状態数(前イベント状態数という)に応答イベントの状態数をかけた値が、応答イベントの最終的なイベント状態数(応答イベント状態数と呼ぶ)になる。図15に、先に示したXプロセス、Yプロセスのプロセス間通信情報における応答イベント状態数を示す。   Next, the complexity calculation unit 50 searches the read interprocess communication information for a response event to the self process excluding the head event (S260). The complexity calculator 50 determines whether there is a response event as a result of the search (S270). When it is determined that there is no response event (S270, No), the complexity calculator 50 shifts control to S300 described later. On the other hand, when it is determined that there is a response event (S270, Yes), the complexity calculation unit 50 uses the product of the previous event state number and the response event state number as the final event state number of the response event to perform inter-process communication. The information is registered in the information storage unit 20 (S280). The number of response event states is the value obtained by multiplying the number of event states before the response event (referred to as the number of previous event states) by the number of response event states. Call). FIG. 15 shows the number of response event states in the interprocess communication information of the X process and the Y process described above.

次に、複雑度計算部50は、そのプロセス間通信情報についての全イベント状態数をそのプロセス間通信情報に対応する状態遷移表データのマス数で割った値を求め、その値をそのプロセス間通信情報の複雑度としてプロセス間通信情報格納部20に登録する(S290)。なお、全イベント状態数は、S240において求めたイベント状態数と、S280において求めた応答イベントの最終的なイベント状態数の和である。   Next, the complexity calculation unit 50 obtains a value obtained by dividing the total number of event states for the interprocess communication information by the number of cells of the state transition table data corresponding to the interprocess communication information, and calculates the value between the interprocess processes. The communication information complexity is registered in the inter-process communication information storage unit 20 (S290). The total event state number is the sum of the event state number obtained in S240 and the final event state number of the response event obtained in S280.

次に、複雑度計算部50は、プロセス間通信情報格納部20に登録されているすべてのプロセス間通信情報について、S260からS290を行ったか否かを判定する(S300)。すべてのプロセス間通信情報について上記処理を行っている場合(S300,Yes)は処理を終了し、すべてのプロセス間通信情報について上記処理を行っていない場合(S300、No)、ステップS250に戻り、残りのプロセス間通信情報についてS260からS290を実行する。   Next, the complexity calculation unit 50 determines whether or not S260 to S290 have been performed for all the interprocess communication information registered in the interprocess communication information storage unit 20 (S300). If the above process is performed for all inter-process communication information (S300, Yes), the process ends. If the above process is not performed for all inter-process communication information (S300, No), the process returns to step S250. S260 to S290 are executed for the remaining interprocess communication information.

以上で、計測装置1の動作例(処理)の説明を終了する。   Above, description of the operation example (process) of the measuring device 1 is complete | finished.

[3.複雑度の測定例]
本実施の形態にかかる計測装置1による複雑度の測定例を示す。
(1)通信プロトコル間に同時起動可能なプロトコルがない場合
図16に、通信プロトコル間に同時起動可能なプロトコルがない場合のシステムについて、状態遷移図をしめす。このシステムは、aプロセスとbプロセスで構成されている。図17に、図16に示したaプロセスとbプロセスで構成されるシステムの状態遷移表を示す。このシステムを計測装置1でその複雑度を測定すると、イベント状態数は2,マス数は15であり、従って複雑度=イベント状態数/マス数=2/15=0.13となる。
[3. Complexity measurement example]
An example of measurement of complexity by the measurement apparatus 1 according to the present embodiment is shown.
(1) When there is no protocol that can be activated simultaneously between communication protocols FIG. 16 shows a state transition diagram for a system when there is no protocol that can be activated simultaneously between communication protocols. This system is composed of a process and b process. FIG. 17 shows a state transition table of a system composed of the a process and the b process shown in FIG. When the complexity of this system is measured by the measuring apparatus 1, the number of event states is 2 and the number of cells is 15. Therefore, complexity = number of event states / number of cells = 2/15 = 0.13.

(2)通信プロトコル間の一方が同時起動可能なプロトコルである場合
図18に、通信プロトコル間の一方が同時起動可能なプロトコルがである場合のシステムについて、状態遷移図をしめす。このシステムは、a’プロセスとb’プロセスで構成されている。図19に、図18に示したa’プロセスとb’プロセスで構成されるシステムの状態遷移表を示す。このシステムを計測装置1でその複雑度を測定すると、イベント状態数は8,マス数は15であり、従って複雑度=イベント状態数/マス数=8/15=0.53となる。
(2) When one of the communication protocols is a protocol that can be activated simultaneously FIG. 18 shows a state transition diagram for a system in which one of the communication protocols is a protocol that can be activated simultaneously. This system includes an a ′ process and a b ′ process. FIG. 19 shows a state transition table of a system composed of the a ′ process and the b ′ process shown in FIG. When the complexity of this system is measured by the measuring apparatus 1, the number of event states is 8 and the number of cells is 15, so that complexity = number of event states / number of cells = 8/15 = 0.53.

(3)通信プロトコル間の双方が同時起動可能なプロトコルである場合
図20に、通信プロトコル間の双方が同時起動可能なプロトコルがである場合のシステムについて、状態遷移図をしめす。このシステムは、a’’プロセスとb’’プロセスで構成されている。図21に、図20に示したa’’プロセスとb’’プロセスで構成されるシステムの状態遷移表を示す。このシステムを計測装置1でその複雑度を測定すると、イベント状態数は12,マス数は12であり、従って複雑度=イベント状態数/マス数=12/12=1となる。
(3) When both communication protocols are protocols that can be activated simultaneously FIG. 20 shows a state transition diagram for a system in which both communication protocols can be activated simultaneously. This system is composed of an a ″ process and a b ″ process. FIG. 21 shows a state transition table of a system composed of the a ″ process and the b ″ process shown in FIG. When the complexity of this system is measured by the measuring device 1, the number of event states is 12 and the number of squares is 12. Therefore, the complexity = the number of event states / the number of squares = 12/12 = 1.

[4.複雑度の評価]
次に、計測装置1により出力された複雑度の値に基づいて、測定対象となるシステムのモデル検査についてどのように評価するかを説明する。
[4. Complexity assessment]
Next, how to evaluate the model check of the system to be measured based on the complexity value output by the measuring device 1 will be described.

図22に、複雑度と、プロセス間関係性、モデル検査意義、モデル検査の有効性との関係を示す表の例を掲げる。この例に示した表は、複雑度の値によって3つのカテゴリに分類し、それぞれのカテゴリについてプロセス間関係性、モデル検査意義、モデル検査の有効性についてコメントしている。ただし、この表の内容及びカテゴリの分類は、あくまで一例であり本発明の技術的範囲がこの基準に限定される趣旨ではない。   FIG. 22 shows an example of a table showing the relationship between complexity, inter-process relationship, significance of model checking, and effectiveness of model checking. The table shown in this example is classified into three categories according to the complexity value, and comments are made on the inter-process relationship, the significance of model checking, and the effectiveness of model checking for each category. However, the contents of this table and the classification of categories are merely examples, and the technical scope of the present invention is not intended to be limited to this standard.

[5.まとめ]
本発明によれば、状態遷移表で表されたプロセス単独の仕様からプロセス間の通信プロトコルであるプロセス間通信情報を導きだすことができ、非同期通信で問題となりがちな、応答性と並列性に着目しプロセス間の関係性の複雑度を定義することができ、定義される非同期通信の複雑度から、どのような側面でのモデル検査が有効であるかを事前に予測できる。
[5. Summary]
According to the present invention, interprocess communication information, which is a communication protocol between processes, can be derived from the specifications of a single process represented by a state transition table, and responsiveness and parallelism tend to be problematic in asynchronous communication. It is possible to define the complexity of the relationship between processes by paying attention, and it is possible to predict in advance what kind of model checking is effective from the complexity of the defined asynchronous communication.

本発明の実施の形態にかかる計測装置の構成例を示した機能ブロック図The functional block diagram which showed the example of a structure of the measuring device concerning embodiment of this invention Aプロセスの状態遷移図State transition diagram of process A Bプロセスの状態遷移図State transition diagram of process B Cプロセスの状態遷移図State transition diagram of C process Aプロセスについての状態遷移表データを示す図Diagram showing state transition table data for process A Bプロセスについての状態遷移表データを示す図Diagram showing state transition table data for process B Cプロセスについての状態遷移表データを示す図The figure which shows the state transition table data regarding C process プロセス間通信情報解析部が状態遷移表データ2を処理する処理内容の一例を示したフローチャートThe flowchart which showed an example of the processing content which the inter-process communication information analysis part processes the state transition table data 2 図8のフローチャートに続くフローチャートFlowchart following the flowchart of FIG. S170後の計測装置の動作例(処理)を示すフローチャート、The flowchart which shows the operation example (process) of the measuring apparatus after S170, 図10に続くフローチャートFlowchart following FIG. (A)はXプロセスの状態遷移図、(B)はYプロセスの状態遷移図(A) is a state transition diagram of the X process, and (B) is a state transition diagram of the Y process. 並列動作可能性を考慮した場合のX、Yプロセスの状態遷移図State transition diagram of X and Y processes when considering the possibility of parallel operation (A)はXプロセスについての、外部イベントが挿入されたプロセス間通信情報を示す図、(B)Yプロセスについての、外部イベントが挿入されたプロセス間通信情報を示す図(A) is a diagram showing interprocess communication information in which an external event is inserted for the X process, (B) is a diagram showing interprocess communication information in which an external event is inserted for the Y process. (A)はXプロセスのプロセス間通信情報における応答イベント状態数数を示す図、(B)はYプロセスのプロセス間通信情報における応答イベント状態数数を示す図(A) is a diagram showing the number of response event states in the interprocess communication information of the X process, and (B) is a diagram showing the number of response event states in the interprocess communication information of the Y process. 通信プロトコル間に同時起動可能なプロトコルがない場合のシステムについての状態遷移図State transition diagram for the system when there is no protocol that can be started simultaneously between communication protocols 図16に示したaプロセスとbプロセスで構成されるシステムの状態遷移表を示す図The figure which shows the state transition table of the system comprised by a process shown in FIG. 16, and b process 通信プロトコル間の一方が同時起動可能なプロトコルがである場合のシステムについての状態遷移図State transition diagram for the system when one of the communication protocols is a protocol that can be started simultaneously 図18に示したa’プロセスとb’プロセスで構成されるシステムの状態遷移表State transition table of the system composed of a ′ process and b ′ process shown in FIG. 通信プロトコル間の双方が同時起動可能なプロトコルがである場合のシステムについての状態遷移図State transition diagram for the system when both protocols can be started simultaneously 図20に示したa’’プロセスとb’’プロセスで構成されるシステムの状態遷移表を示す図The figure which shows the state transition table of the system comprised by the a "process and b" process which were shown in FIG. 複雑度と、プロセス間関係性、モデル検査意義、モデル検査の有効性との関係を示す表の例を示す図Diagram showing an example of a table showing the relationship between complexity, interprocess relationships, significance of model checking, and effectiveness of model checking ある状態遷移モデルの状態遷移表の一例を示す図Diagram showing an example of a state transition table for a state transition model αプロトコルのシーケンス図Alpha protocol sequence diagram Aプロセスの状態遷移表を示す図A diagram showing the state transition table of process A Bプロセスの状態遷移表を示す図The figure which shows the state transition table of B process βプロトコルのシーケンス図Sequence diagram of β protocol A’プロセスの状態遷移表を示す図The figure which shows the state transition table of A 'process B’プロセスの状態遷移表を示す図The figure which shows the state transition table of B 'process

1…モデル検査有効性計測装置
2…状態遷移表データ
10…プロセス間通信情報解析部
20…プロセス間通信情報格納部
30…プロセス間通信情報入出力部
40…並列動作可能入力部
50…複雑度計算部
60…複雑度表示部
DESCRIPTION OF SYMBOLS 1 ... Model check effectiveness measuring device 2 ... State transition table data 10 ... Inter-process communication information analysis part 20 ... Inter-process communication information storage part 30 ... Inter-process communication information input / output part 40 ... Parallel operation possible input part 50 ... Complexity Calculation unit 60 ... Complexity display unit

Claims (2)

複雑度の測定対象であるモデルを構成する各プロセスの状態遷移表データに基づいて、プロセス間通信情報を生成する第1の解析手段と、
前記第1の解析手段により生成されたプロセス間通信情報を表示又は提示し、ユーザに並列で動作するプロセスに対応するプロセス間通信情報を選択するように促し、選択されたプロセス間通信情報に外部イベントを合成したプロセス間通信情報である合成後プロセス間通信情報を生成し、プロセス間通信情報及び合成後プロセス間通信情報についてのイベント毎のイベント状態数を算出する第2の解析手段と、
前記状態遷移表データにおけるイベント数と状態数の積であるマス数と、前記プロセス間通信情報及び合成後プロセス間通信情報のイベント状態数に基づいて、複雑度を算出する計算手段と
を有することを特徴とするモデル検査有効性計測装置。
First analysis means for generating inter-process communication information based on state transition table data of each process constituting a model whose complexity is to be measured;
Display or present the interprocess communication information generated by the first analysis means, prompt the user to select interprocess communication information corresponding to processes operating in parallel, and externally select the selected interprocess communication information. A second analysis unit that generates post-combination inter-process communication information that is inter-process communication information obtained by compositing an event, and calculates the number of event states for each event for the inter-process communication information and the post-combination inter-process communication information;
Computation means for calculating complexity based on the number of cells, which is the product of the number of events and the number of states in the state transition table data, and the number of event states of the inter-process communication information and the post-synthesis inter-process communication information. Model check effectiveness measuring device characterized by.
前記第2の解析手段は、プロセス間通信情報又は合成後プロセス間通信情報において、それが先頭イベントを除いた自己プロセスへの応答イベントを有する場合は、前イベント状態数と応答イベント状態数との積を応答イベントの最終的なイベント状態数として算出する、ことを特徴とする請求項1に記載のモデル検査有効性計測装置。
In the inter-process communication information or the post-synthesis inter-process communication information, when the second analysis means has a response event to the self-process excluding the head event, the second event state number and the response event state number The model check effectiveness measuring device according to claim 1, wherein the product is calculated as a final event state number of the response event.
JP2009110947A 2009-04-30 2009-04-30 Device for measurement of model inspection validity Withdrawn JP2010262365A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009110947A JP2010262365A (en) 2009-04-30 2009-04-30 Device for measurement of model inspection validity

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009110947A JP2010262365A (en) 2009-04-30 2009-04-30 Device for measurement of model inspection validity

Publications (1)

Publication Number Publication Date
JP2010262365A true JP2010262365A (en) 2010-11-18

Family

ID=43360391

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009110947A Withdrawn JP2010262365A (en) 2009-04-30 2009-04-30 Device for measurement of model inspection validity

Country Status (1)

Country Link
JP (1) JP2010262365A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017508335A (en) * 2014-01-10 2017-03-23 クアルコム,インコーポレイテッド Method and apparatus for quantifying the holistic value of an existing network of devices by measuring the complexity of the generated grammar

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017508335A (en) * 2014-01-10 2017-03-23 クアルコム,インコーポレイテッド Method and apparatus for quantifying the holistic value of an existing network of devices by measuring the complexity of the generated grammar

Similar Documents

Publication Publication Date Title
CN108073519B (en) Test case generation method and device
CN109992589A (en) Method, apparatus, server and the medium of SQL statement are generated based on visual page
EP2577463B1 (en) Static analysis using interactive and integration tools
US8719745B2 (en) Method and system for automatically establishing hierarchical parameterized cell (PCELL) debugging environment
US20180322200A1 (en) Analytics based on pipes programming model
JP2016508268A (en) Personal real-time recommendation system
JP2006107439A (en) Method, system, and device for providing document preview
EP3362972A1 (en) Authoring visual representations for text-based documents
TW200907778A (en) An interactive progress bar
JP2004171539A (en) Method and system of identifying use pattern of web page
WO2013174200A1 (en) Code analysis method and code analysis system, computer storage media
US20070113168A1 (en) Visual representation and navigation of erroneous fields in a document
US9736031B2 (en) Information system construction assistance device, information system construction assistance method, and information system construction assistance program
WO2017166688A1 (en) Road name display method, device, and storage medium
CN110781067A (en) Method, device, equipment and storage medium for calculating starting time consumption
US8286087B1 (en) Active route validation in workflow process authoring
CA2586731A1 (en) System and method for providing indicators of component interaction capability across navigation elements
JP2010262365A (en) Device for measurement of model inspection validity
WO2020057104A1 (en) Method and device for application development
JP6723483B2 (en) Test case generation device, test case generation method, and test case generation program
CN111736748B (en) Data processing method and device based on map information and electronic equipment
CN113515354A (en) Unified processing system and method based on environment context consistency
US7823079B2 (en) Computer readable recording medium recorded with graphics editing program, and graphics editing apparatus
CN111476462A (en) Index data processing method, device, terminal and medium
JP6877150B2 (en) Project management support device, project management support method and project management support program

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20120703