JP2011248590A - Task design support system and task design support method - Google Patents

Task design support system and task design support method Download PDF

Info

Publication number
JP2011248590A
JP2011248590A JP2010120547A JP2010120547A JP2011248590A JP 2011248590 A JP2011248590 A JP 2011248590A JP 2010120547 A JP2010120547 A JP 2010120547A JP 2010120547 A JP2010120547 A JP 2010120547A JP 2011248590 A JP2011248590 A JP 2011248590A
Authority
JP
Japan
Prior art keywords
task
output information
input
extracted
information
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.)
Granted
Application number
JP2010120547A
Other languages
Japanese (ja)
Other versions
JP5556372B2 (en
Inventor
Masao Hasegawa
正雄 長谷川
Noriyoshi Mizukoshi
紀良 水越
Takashi Arime
崇 有銘
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.)
IHI Corp
Original Assignee
IHI 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 IHI Corp filed Critical IHI Corp
Priority to JP2010120547A priority Critical patent/JP5556372B2/en
Publication of JP2011248590A publication Critical patent/JP2011248590A/en
Application granted granted Critical
Publication of JP5556372B2 publication Critical patent/JP5556372B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To facilitate evaluation of consistency of an interface between tasks configuring system software.SOLUTION: Each piece of ID of an input condition and an output condition of a designed task is defined in a task definition table, pieces of ID of information respectively corresponding to input condition ID and output condition ID are defined in a task input condition table and a task output information table respectively, a content of information corresponding to information ID is defined in an input/output information table, and the respective tables are stored in a task database 11, an input condition database 13, an output information database 15, and an input/output information database 17 respectively. Whether other task having information being an input condition or output information for a task as the output information or the input condition exists or not can be verified based on the information ID defined in the task database 11, the input condition database 13, and the output information database 15.

Description

本発明は、システムソフトウェアを構成するタスクの設計を支援するシステムと方法に関するものである。   The present invention relates to a system and method for supporting design of tasks constituting system software.

ロケットの開発プロジェクトにおいては、ロケットを誘導制御するシステムソフトウェアの開発が欠かせない。このシステムソフトウェアは、オペレーションシステム(OS)と誘導制御関連モジュールとを有しており、これらのシステムソフトウェアは、航空宇宙分野に固有の環境条件を満足する専用の誘導制御計算機に搭載される。   In rocket development projects, development of system software for guiding and controlling rockets is indispensable. This system software has an operation system (OS) and a guidance control related module, and these system softwares are mounted on a dedicated guidance control computer that satisfies environmental conditions unique to the aerospace field.

誘導制御関連のシステムソフトウェアは、誘導制御計算機の仕様や特性を熟知したプログラマによってモジュール(CSU)単位に分けてユニーク(個別)に開発される。開発された各モジュールは、モジュール相互間のインタフェースを手作業により確認検証しながら、モジュール群(CSC)、さらにはソフトウェア(CSCI)へと組み上げられる。このようなシステムソフトウェアでは、モジュール間、言い換えるとタスク間のインタフェースが整合するかしないかが、設計、解析、検証の各作業において非常に重要となる。   The system software related to the guidance control is developed uniquely (individually) by dividing into modules (CSU) units by a programmer who is familiar with the specifications and characteristics of the guidance control computer. Each developed module is assembled into a module group (CSC) and further software (CSCI) while manually verifying and verifying the interface between the modules. In such system software, whether the interface between modules, in other words, between tasks is consistent or not is very important in each design, analysis, and verification work.

上述したように、誘導制御関連のシステムソフトウェアはモジュール単位でユニークに開発されるので、モジュール間で連携するためのインタフェースデータやコマンド等が非常に多い。しかも、この種のシステムソフトウェアは、高機能高性能の要求に応えるため複雑なアルゴリズムを有している。このような事情が、モジュール相互間のインタフェースの整合性を満たす設計や、設計内容の妥当性の解析及び検証の各作業に、膨大な時間を要する原因となっている。そのため、この種のシステムソフトウェアには膨大な開発コストが必要となる。   As described above, since the system software related to guidance control is uniquely developed for each module, there are very many interface data, commands, etc. for linking between modules. Moreover, this type of system software has a complicated algorithm to meet the demand for high performance and high performance. Such a situation is a cause of the enormous amount of time required for the design that satisfies the consistency of the interface between the modules and the analysis and verification of the validity of the design contents. Therefore, this type of system software requires enormous development costs.

上述したモジュール相互間のインタフェースの整合性を評価する観点では、従来の提案中に有用な技術は見当たらない。従来から知られている提案としては、例えば、ハードウェアで発生するイベントを受けて起動対象のソフトウェアをソフトウェア的にトリガするものや(例えば、特許文献1)、優先度の高いタスクの処理時間に基づいて優先度の低いタスクの遅延許容時間を決定するもの(例えば、特許文献2)が存在する程度である。   From the viewpoint of evaluating the interface consistency between the modules described above, no useful technique is found in the conventional proposal. Conventionally known proposals include, for example, software that triggers software to be activated in response to an event occurring in hardware (for example, Patent Document 1), or processing time of a task with high priority. There is a degree (for example, Patent Document 2) that determines a delay allowable time of a task having a low priority based on the priority.

特開2007−253792号公報JP 2007-253792 A 特開2000−56989号公報JP 2000-56989 A

上述したような事情から、モジュール相互間のインタフェースの整合性を担保するような設計や解析、検証を行って完成するロケットの誘導制御関連のシステムソフトウェアは、極めて専用性の高い内容のものとなる。   Due to the circumstances described above, the system software related to rocket guidance and control, which is completed through design, analysis, and verification to ensure the consistency of the interface between modules, is highly specific. .

一方、ロケットの開発プロジェクト(号機単位又はシリーズ単位)が変わると、ロケットの誘導制御の内容も変化する。したがって、ロケットの誘導制御関連のシステムソフトウェアは、基本的に、ロケットの開発プロジェクト(号機単位又はシリーズ単位)毎に開発される。   On the other hand, when the rocket development project (unit unit or series unit) changes, the content of rocket guidance control also changes. Therefore, system software related to rocket guidance control is basically developed for each rocket development project (unit or series).

このため、他の開発プロジェクトで開発した専用性の高いシステムソフトウェアを他のプロジェクトに転用しようとすると、誘導制御の内容が変わってもモジュール相互間のインタフェースの整合性が担保されるように、設計内容の大規模な再検証作業が必要になる。そのことが、この種のシステムソフトウェアを他のプロジェクトに転用することの障害となり、システムソフトウェアの市場規模を小さくする要因となっている。   For this reason, when trying to divert highly dedicated system software developed in another development project to another project, it is designed so that the consistency of the interface between modules is guaranteed even if the content of guidance control changes. A large-scale revalidation of the content is required. This is an obstacle to diverting this type of system software to other projects, and is a factor for reducing the system software market size.

したがって、ロケットの誘導制御関連のシステムソフトウェアについては、運用中の評価データを多く収集してシステムソフトウェアの改良にフィードバックすることが難しい。このような事情から、汎用性を持たせる観点でシステムソフトウェアの洗練度を向上させることは、非常に困難であるのが実情である。   Therefore, it is difficult for rocket guidance control related system software to collect a lot of evaluation data during operation and feed it back to the improvement of the system software. Under such circumstances, it is very difficult to improve the sophistication of system software from the viewpoint of general versatility.

本発明は前記事情に鑑みなされたもので、本発明の目的は、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を容易にすることができるタスク設計支援システムとタスク設計支援方法とを提供することにある。   The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a task design support system and a task design support method capable of facilitating evaluation of interface consistency between tasks constituting system software. There is to do.

上記目的を達成するため、請求項1に記載した本発明のタスク設計支援システムは、
システムソフトウェアを構成するタスクの設計を支援するシステムであって、
タスクの実行に必要な入力条件を定義したタスク入力条件テーブルが入力条件別に識別可能に記憶されている入力条件データベースと、
各タスクの入出力情報を定義した入出力情報テーブルが情報別に識別可能に記憶されている入出力情報データベースと、
タスクの実行により出力される出力情報を定義したタスク出力情報テーブルが出力情報別に識別可能に記憶されている出力情報データベースと、
タスクの前記入力条件及び前記出力情報を定義したタスク定義テーブルがタスク別に識別可能に記憶されているタスクデータベースと、
前記タスク入力条件テーブルで前記入力条件として定義されている情報と前記入出力情報テーブルで定義されている情報とが一致する、前記タスク入力条件テーブルと前記入出力情報テーブルとの組み合わせのうち、一方のテーブルを指定することで他方のテーブルを抽出する第1抽出手段と、
前記タスク出力情報テーブルで前記出力情報として定義されている情報と前記入出力情報テーブルで定義されている情報とが一致する、前記タスク出力情報テーブルと前記入出力情報テーブルとの組み合わせのうち、一方のテーブルを指定することで他方のテーブルを抽出する第2抽出手段と、
前記第1抽出手段が抽出した前記タスク入力条件テーブルで定義されている前記入力条件が定義されている前記タスク定義テーブルと、前記第2抽出手段が抽出した前記タスク出力情報テーブルで定義されている前記出力情報が定義されている前記タスク定義テーブルとのうち、少なくとも一方を抽出する第3抽出手段と、
前記タスク定義テーブルで定義されている前記入力条件を定義した前記タスク入力条件テーブルが前記一方のテーブルとして指定された前記第1抽出手段が抽出する前記他方のテーブルの、前記第2抽出手段に対する前記一方のテーブルとしての指定と、前記タスク定義テーブルで定義されている前記出力情報を定義した前記タスク出力情報テーブルが前記一方のテーブルとして指定された前記第2抽出手段が抽出する前記他方のテーブルの、前記第1抽出手段に対する前記一方のテーブルとしての指定とのうち、少なくとも一方を行う指定手段と、
を備えることを特徴とする。
In order to achieve the above object, the task design support system of the present invention described in claim 1 includes:
A system that supports the design of tasks that make up system software,
An input condition database in which a task input condition table that defines input conditions necessary for task execution is stored in an identifiable manner for each input condition;
An input / output information database in which an input / output information table defining input / output information of each task is stored so as to be identifiable by information;
An output information database in which a task output information table defining output information output by task execution is stored so as to be identifiable by output information;
A task database in which a task definition table defining the input condition and output information of a task is stored so as to be identifiable for each task;
One of the combinations of the task input condition table and the input / output information table in which the information defined as the input condition in the task input condition table matches the information defined in the input / output information table First extraction means for extracting the other table by designating the table of
One of the combinations of the task output information table and the input / output information table in which the information defined as the output information in the task output information table matches the information defined in the input / output information table Second extraction means for extracting the other table by designating the table of
Defined in the task definition table in which the input conditions defined in the task input condition table extracted by the first extraction means and in the task output information table extracted by the second extraction means Third extraction means for extracting at least one of the task definition tables in which the output information is defined;
The task extraction condition table that defines the input condition defined in the task definition table is extracted as the one table by the first extraction unit, and the other table is the second extraction unit with respect to the second extraction unit. The designation as one table and the other output table extracted by the second extraction means designated as the one table by the task output information table defining the output information defined in the task definition table. Designation means for performing at least one of the designation as the one table for the first extraction means;
It is characterized by providing.

請求項1に記載した本発明のタスク設計支援システムによれば、タスクを設計する度に、そのタスクの入力条件及び出力情報をそれぞれ定義するタスク入力条件テーブル及びタスク出力情報テーブルが、入力条件データベース及び出力情報データベースにそれぞれ記憶される。また、そのタスクの入力条件や出力情報となる情報を定義する入出力情報テーブルが、入出力情報データベースに記憶される。   According to the task design support system of the present invention described in claim 1, each time a task is designed, a task input condition table and a task output information table that respectively define the input condition and output information of the task are an input condition database. And the output information database respectively. Also, an input / output information table that defines information that becomes input conditions and output information of the task is stored in the input / output information database.

したがって、検証対象である自タスクに対応するタスク入力条件テーブルを第1抽出手段に指定すると、第1抽出手段は、そのタスク入力条件テーブルで定義されている入力条件をキーワードとする入出力情報テーブルの検索を、入出力情報データベースに対して行う。これにより、第1抽出手段は、自タスクの入力条件である情報を定義した入出力情報テーブルを抽出する。   Therefore, when a task input condition table corresponding to the subject task to be verified is specified in the first extraction means, the first extraction means uses the input condition defined in the task input condition table as an input / output information table. Search for the input / output information database. As a result, the first extraction unit extracts an input / output information table that defines information that is an input condition of the own task.

そして、第1抽出手段が抽出した入出力情報テーブルを第2抽出手段に指定すると、第2抽出手段は、その入出力情報テーブルで定義されている情報をキーワードとするタスク出力情報テーブルの検索を、出力情報データベースに対して行う。これにより、第2抽出手段は、自タスクの入力条件である情報を出力情報として定義したタスク出力情報テーブルを抽出する。   When the input / output information table extracted by the first extraction unit is designated as the second extraction unit, the second extraction unit searches the task output information table using the information defined in the input / output information table as a keyword. To the output information database. As a result, the second extraction unit extracts a task output information table in which information that is an input condition of the own task is defined as output information.

また、第3抽出手段は、第2抽出手段が抽出したタスク出力情報テーブルで定義されている出力情報をキーワードとするタスク定義テーブルの検索を、タスクデータベースに対して行う。これにより、第3抽出手段は、自タスクの入力条件である情報を出力情報として定義したタスク定義テーブルを抽出する。   The third extraction unit searches the task database for the task definition table using the output information defined in the task output information table extracted by the second extraction unit as a keyword. As a result, the third extraction unit extracts a task definition table in which information that is an input condition of the own task is defined as output information.

なお、第2抽出手段がタスク出力情報テーブルを抽出できない場合や、第3抽出手段がタスク定義テーブルを抽出できない場合は、自タスクの入力条件である情報を出力情報とする他のタスクが存在しないことになる。   When the second extraction unit cannot extract the task output information table or when the third extraction unit cannot extract the task definition table, there is no other task whose output information is information that is the input condition of the own task. It will be.

一方、自タスクに対応するタスク出力情報テーブルを第2抽出手段に指定すると、第2抽出手段は、そのタスク出力情報テーブルで定義されている出力情報をキーワードとする入出力情報テーブルの検索を、入出力情報データベースに対して行う。これにより、第2抽出手段は、自タスクの出力情報である情報を定義した入出力情報テーブルを抽出する。   On the other hand, when the task output information table corresponding to the own task is designated as the second extraction means, the second extraction means searches the input / output information table using the output information defined in the task output information table as a keyword, Perform for the I / O information database. As a result, the second extraction means extracts an input / output information table that defines information that is output information of the own task.

そして、第2抽出手段が抽出した入出力情報テーブルを第1抽出手段に指定すると、第1抽出手段は、その入出力情報テーブルで定義されている情報をキーワードとするタスク入力条件テーブルの検索を、入力条件データベースに対して行う。これにより、第1抽出手段は、自タスクの出力情報である情報を入力条件として定義したタスク入力条件テーブルを抽出する。   When the input / output information table extracted by the second extraction means is designated as the first extraction means, the first extraction means searches the task input condition table using information defined in the input / output information table as a keyword. To the input condition database. Thereby, the first extraction means extracts a task input condition table in which information that is output information of the own task is defined as an input condition.

また、第3抽出手段は、第1抽出手段が抽出したタスク入力条件テーブルで定義されている入力条件をキーワードとするタスク定義テーブルの検索を、タスクデータベースに対して行う。これにより、第3抽出手段は、自タスクの出力情報である情報を入力条件として定義したタスク定義テーブルを抽出する。   Further, the third extraction unit searches the task database for a task definition table using the input conditions defined in the task input condition table extracted by the first extraction unit as keywords. Thereby, the third extraction unit extracts a task definition table in which information that is output information of the own task is defined as an input condition.

なお、第1抽出手段がタスク入力条件テーブルを抽出できない場合や、第3抽出手段がタスク定義テーブルを抽出できない場合は、自タスクの出力情報である情報を入力条件とする他のタスクが存在しないことになる。   If the first extraction unit cannot extract the task input condition table, or the third extraction unit cannot extract the task definition table, there is no other task whose information is the output information of the own task. It will be.

以上のことから、あるタスクを設計した場合に、そのタスクの入力条件である情報を他のタスクから取得できるか否かや、そのタスクの出力情報を入力条件として利用する他のタスクが存在するか否かを、検証することができる。これにより、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を容易にすることができる。   From the above, when a task is designed, there are other tasks that use information that is the input condition of the task from other tasks, and that use the output information of the task as an input condition. It can be verified whether or not. As a result, it is possible to facilitate the consistency evaluation of the interface between tasks constituting the system software.

また、請求項2に記載した本発明のタスク設計支援システムは、請求項1に記載した本発明のタスク設計支援システムにおいて、前記入出力情報テーブルが、該入出力情報テーブルで定義されている情報と該情報の属性とを関連付けて定義しており、前記第1抽出手段が、前記一方のテーブルとして指定された前記入出力情報テーブルに対して前記他方のテーブルに該当する前記タスク入力条件テーブルを抽出できない場合に、前記第2抽出手段が、前記入出力情報テーブルで定義されている情報と関連付けて該入出力情報テーブルで定義されている前記属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを、前記他方のテーブルとして抽出し、前記第2抽出手段が、前記一方のテーブルとして指定された前記入出力情報テーブルに対して前記他方のテーブルに該当する前記タスク出力情報テーブルを抽出できない場合に、前記第1抽出手段が、前記入出力情報テーブルで定義されている情報と関連付けて該入出力情報テーブルで定義されている前記属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを、前記他方のテーブルとして抽出することを特徴とする。   The task design support system of the present invention described in claim 2 is the task design support system of the present invention described in claim 1, wherein the input / output information table is information defined in the input / output information table. And the attribute of the information are defined in association with each other, and the first extraction means sets the task input condition table corresponding to the other table to the input / output information table specified as the one table. If extraction is not possible, the second extraction means defines the same attribute as the attribute defined in the input / output information table in association with the information defined in the input / output information table. The other input / output information table is extracted as the other table, and the second extraction means is designated as the one table. When the task output information table corresponding to the other table cannot be extracted from the output information table, the first extraction means associates the input / output information table with the information defined in the input / output information table. The other input / output information table in which the same attribute as the attribute defined in (1) is defined in association with information is extracted as the other table.

さらに、請求項3に記載した本発明のタスク設計支援システムは、請求項1又は2に記載した本発明のタスク設計支援システムにおいて、前記入出力情報テーブルが、該入出力情報テーブルで定義されている情報と該情報の属性とを関連付けて定義しており、前記第3抽出手段が、前記第1抽出手段が抽出した前記タスク入力条件テーブルで定義されている前記入力条件が定義されている前記タスク定義テーブルを抽出できない場合に、前記第2抽出手段が、前記入出力情報テーブルで定義されている情報と関連付けて該入出力情報テーブルで定義されている前記属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを、前記他方のテーブルとして抽出し、前記第3抽出手段が、前記第2抽出手段が抽出した前記タスク出力情報テーブルで定義されている前記出力情報が定義されている前記タスク定義テーブルを抽出できない場合に、前記第1抽出手段が、前記入出力情報テーブルで定義されている情報と関連付けて該入出力情報テーブルで定義されている前記属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを、前記他方のテーブルとして抽出することを特徴とする。   Furthermore, the task design support system of the present invention described in claim 3 is the task design support system of the present invention described in claim 1 or 2, wherein the input / output information table is defined by the input / output information table. The information is defined in association with the attribute of the information, and the third extraction means defines the input conditions defined in the task input condition table extracted by the first extraction means. When the task definition table cannot be extracted, the second extraction means associates the same attribute as the attribute defined in the input / output information table with the information defined in the input / output information table. The other input / output information table defined is extracted as the other table, and the third extraction means extracts the second extraction means. When the task definition table in which the output information defined in the task output information table is defined cannot be extracted, the first extraction means associates the input with the information defined in the input / output information table. The other input / output information table in which the same attribute as the attribute defined in the output information table is defined in association with information is extracted as the other table.

請求項2に記載した本発明のタスク設計支援システムによれば、請求項1に記載した本発明のタスク設計支援システムにおいて、第1抽出手段がタスク入力条件テーブルを抽出できない場合に、また、請求項3に記載した本発明のタスク設計支援システムによれば、請求項1又は2に記載した本発明のタスク設計支援システムにおいて、第1抽出手段が抽出したタスク入力条件テーブルで定義されている入力条件が定義されているタスク定義テーブルを第3抽出手段が抽出できない場合に、以下のようになる。   According to the task design support system of the present invention described in claim 2, in the task design support system of the present invention described in claim 1, when the first extraction means cannot extract the task input condition table, According to the task design support system of the present invention described in Item 3, in the task design support system of the present invention described in Claim 1 or 2, the input defined in the task input condition table extracted by the first extraction means When the third extraction unit cannot extract the task definition table in which the conditions are defined, the following occurs.

即ち、第2抽出手段は、先に抽出した入出力情報テーブル上で自タスクの出力情報である情報と関連付けて定義された属性と同じ属性が情報と関連付けて定義されている他の入出力情報テーブルを、改めて抽出する。そして、第2抽出手段が改めて抽出した他の入出力情報テーブルを指定された第1抽出手段は、自タスクの出力情報である情報と属性が同じ情報を入力条件として定義したタスク入力条件テーブルを抽出することになる。   In other words, the second extraction means uses other input / output information in which the same attribute as the attribute defined in association with the information that is the output information of the invoking task is defined in association with the information on the input / output information table extracted earlier. The table is extracted again. Then, the first extraction means, which is designated by the other input / output information table newly extracted by the second extraction means, creates a task input condition table in which information having the same attribute as that of the output information of the own task is defined as an input condition. Will be extracted.

一方、請求項2に記載した本発明のタスク設計支援システムによれば、請求項1に記載した本発明のタスク設計支援システムにおいて、第2抽出手段がタスク出力情報テーブルを抽出できない場合に、また、請求項3に記載した本発明のタスク設計支援システムによれば、請求項1又は2に記載した本発明のタスク設計支援システムにおいて、第2抽出手段が抽出したタスク出力情報テーブルで定義されている出力情報が定義されているタスク定義テーブルを第3抽出手段が抽出できない場合に、以下のようになる。   On the other hand, according to the task design support system of the present invention described in claim 2, in the task design support system of the present invention described in claim 1, when the second extraction means cannot extract the task output information table, According to the task design support system of the present invention described in claim 3, the task design support system of the present invention described in claim 1 or 2 is defined by the task output information table extracted by the second extraction means. When the third extraction unit cannot extract the task definition table in which the output information is defined, the following occurs.

即ち、第1抽出手段は、先に抽出した入出力情報テーブル上で自タスクの入力条件である情報と関連付けて定義された属性と同じ属性が情報と関連付けて定義されている他の入出力情報テーブルを、改めて抽出する。そして、第1抽出手段が改めて抽出した他の入出力情報テーブルを指定された第2抽出手段は、自タスクの入力条件である情報と属性が同じ情報を出力情報として定義したタスク出力条件テーブルを抽出することになる。   In other words, the first extraction unit is configured to output other input / output information in which the same attribute as the attribute defined in association with the information that is the input condition of the invoking task is defined in association with the information in the previously extracted input / output information table. The table is extracted again. Then, the second extraction unit, which is designated by another input / output information table extracted by the first extraction unit, creates a task output condition table in which information having the same attribute as that of the input condition of the own task is defined as output information. Will be extracted.

以上のことから、設計したタスクが他のタスクから入力条件を取得できない場合に、代わりとなり得る情報を出力情報とする他のタスクが存在するか否かを、情報の属性に基づいて検証することができる。また、設計したタスクの出力情報が他のタスクで利用されない場合に、設計したタスクの出力情報を入力条件の代わりとして利用し得る他のタスクが存在するか否かを、情報の属性に基づいて検証することができる。これにより、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を、整合性の許容範囲を拡げてより容易にすることができる。   From the above, when the designed task cannot acquire input conditions from other tasks, verify whether there are other tasks whose output information is alternative information based on the attribute of the information Can do. Also, if the output information of the designed task is not used by other tasks, whether there is another task that can use the output information of the designed task as a substitute for the input condition is based on the attribute of the information Can be verified. Thereby, the consistency evaluation of the interface between the tasks constituting the system software can be made easier by expanding the allowable range of consistency.

また、請求項4に記載した本発明のタスク設計支援システムは、請求項1、2又は3に記載した本発明のタスク設計支援システムにおいて、タスクの時系列上における実行タイミングを定義するタスクスケジュールテーブルがタスク別に識別可能に記憶されているスケジュールデータベースと、一方のタスクの前記出力情報を他方のタスクの前記入力条件とする上で時系列上の矛盾を生じるか否かを、これら一方及び他方の各タスクにそれぞれ対応する前記タスクスケジュールテーブルで定義された前記実行タイミングどうしの比較により判定する時系列判定手段とをさらに備えることを特徴とする。   According to a fourth aspect of the present invention, there is provided the task design support system according to the present invention, wherein the task design support system according to the first, second or third aspect of the present invention is a task schedule table for defining execution timing of tasks in time series. Is stored in an identifiable manner for each task, and whether or not there is a time-series inconsistency in using the output information of one task as the input condition of the other task, It further comprises time series determination means for determining by comparing the execution timings defined in the task schedule table corresponding to each task.

請求項4に記載した本発明のタスク設計支援システムによれば、請求項1、2又は3に記載した本発明のタスク設計支援システムにおいて、自タスクの入力条件である情報を出力情報とする他のタスクが、自タスクよりも前のタイミングで実行されるものであって、そのタスクの出力情報を自タスクの入力条件として利用できるか否かを、両タスクのタスクスケジュールテーブルでそれぞれ定義された実行タイミングの先後に基づいて検証することができる。   According to the task design support system of the present invention described in claim 4, in the task design support system of the present invention described in claim 1, 2 or 3, the information that is the input condition of the own task is used as output information. Each task is executed at a timing before the invoking task, and whether or not the output information of the task can be used as an input condition for the invoking task is defined in the task schedule table for both tasks. Verification can be performed based on the timing of execution timing.

同様に、自タスクの出力情報を入力条件とする他のタスクが、自タスクよりも後のタイミングで実行されるものであって、自タスクの出力情報を他のタスクに入力条件として供給できるか否かを、両タスクのタスクスケジュールテーブルでそれぞれ定義された実行タイミングの先後に基づいて検証することができる。これにより、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を、自タスクと他のタスクとの時系列上における実行タイミングの前後関係まで考慮して、より容易にすることができる。   Similarly, whether other tasks that use the output information of the invoking task as input conditions are executed at a later timing than the invoking task, and can output the invoking task output information to other tasks as input conditions It can be verified whether or not the execution timing is defined in the task schedule tables of both tasks. As a result, it is possible to more easily evaluate the consistency of the interface between the tasks constituting the system software in consideration of the context of execution timing on the time series between the own task and other tasks.

さらに、上記目的を達成するため、請求項5に記載した本発明のタスク設計支援方法は、
システムソフトウェアを構成するタスクの設計を支援する方法であって、
タスクの実行に必要な入力条件を定義したタスク入力条件テーブルが入力条件別に識別可能に記憶されている入力条件データベースを検索して、自タスクの前記入力条件が定義されている前記タスク入力条件テーブルを抽出するステップと、
各タスクの入出力情報を定義した入出力情報テーブルが情報別に識別可能に記憶されている入出力情報データベースを検索して、前記抽出したタスク入力条件テーブルにおいて前記入力条件として定義されている情報が定義されている前記入出力情報テーブルを抽出するステップと、
タスクの実行により出力される出力情報を定義したタスク出力情報テーブルが出力情報別に識別可能に記憶されている出力情報データベースを検索して、前記抽出した入出力情報テーブルで定義されている情報が前記出力情報として定義されている前記タスク出力情報テーブルを抽出するステップと、
タスクの出力情報を定義するタスク定義テーブルがタスク別に識別可能に記憶されているタスクデータベースを検索して、前記抽出したタスク出力情報テーブルにおいて定義されている前記出力情報が定義されているタスク定義テーブルを抽出するステップと、
を含むことを特徴とする。
Furthermore, in order to achieve the above object, a task design support method according to the present invention described in claim 5 includes:
A method for supporting design of tasks constituting system software,
The task input condition table in which the input condition of the invoking task is defined by searching an input condition database in which a task input condition table in which input conditions necessary for executing the task are defined is stored in an identifiable manner for each input condition Extracting the
The input / output information table in which the input / output information table defining the input / output information of each task is stored in an identifiable manner for each information is searched, and the information defined as the input condition in the extracted task input condition table is Extracting the defined input / output information table;
The output information database in which the task output information table defining the output information output by the execution of the task is stored so as to be identifiable for each output information is searched, and the information defined in the extracted input / output information table is Extracting the task output information table defined as output information;
A task definition table in which a task definition table that defines task output information is stored in an identifiable manner for each task, and the output information defined in the extracted task output information table is defined. Extracting the
It is characterized by including.

また、上記目的を達成するため、請求項9に記載した本発明のタスク設計支援方法は、
システムソフトウェアを構成するタスクの設計を支援する方法であって、
タスクの実行により出力される出力情報を定義したタスク出力情報テーブルが出力情報別に識別可能に記憶されている出力情報データベースを検索して、自タスクの前記出力情報が定義されている前記タスク出力情報テーブルを抽出するステップと、
各タスクの入出力情報を定義した入出力情報テーブルが情報別に識別可能に記憶されている入出力情報データベースを検索して、前記抽出したタスク出力情報テーブルにおいて前記出力情報として定義されている情報が定義されている前記入出力情報テーブルを抽出するステップと、
タスクの実行に必要な入力条件を定義したタスク入力条件テーブルが入力条件別に識別可能に記憶されている入力条件データベースを検索して、前記抽出した入出力情報テーブルで定義されている情報が前記入力条件として定義されている前記タスク入力条件テーブルを抽出するステップと、
タスクの入力条件を定義するタスク定義テーブルがタスク別に識別可能に記憶されているタスクデータベースを検索して、前記抽出したタスク入力条件テーブルにおいて定義されている前記入力条件が定義されているタスク定義テーブルを抽出するステップと、
を含むことを特徴とする。
In order to achieve the above object, the task design support method according to the present invention described in claim 9 includes:
A method for supporting design of tasks constituting system software,
The task output information in which the output information of the invoking task is defined by searching the output information database in which the task output information table defining the output information output by the execution of the task is identifiable for each output information Extracting a table;
The input / output information table in which the input / output information table defining the input / output information of each task is stored in an identifiable manner for each information is searched, and the information defined as the output information in the extracted task output information table is Extracting the defined input / output information table;
A task input condition table in which input conditions necessary for executing a task are defined is stored in an identifiable manner for each input condition, and information defined in the extracted input / output information table is input. Extracting the task input condition table defined as a condition;
The task definition table that defines the input conditions defined in the extracted task input condition table is searched by searching a task database in which a task definition table that defines task input conditions is stored so as to be identifiable by task. Extracting the
It is characterized by including.

請求項5に記載した本発明のタスク設計支援方法によれば、4つのステップにおける抽出を順次行うことで、自タスクの入力条件である情報を出力情報として定義したタスク定義テーブルが抽出される。そして、4つのステップを順次行う途中で、自タスクの入力条件である情報を出力情報として定義したタスク出力情報テーブルやタスク定義テーブルを抽出できない場合は、自タスクの入力条件である情報を出力情報とする他のタスクが存在しないことになる。したがって、あるタスクを設計した場合に、そのタスクの入力条件である情報を他のタスクから取得できるか否かを、検証することができる。   According to the task design support method of the present invention described in claim 5, the task definition table in which information that is the input condition of the own task is defined as output information is extracted by sequentially performing extraction in four steps. If the task output information table or task definition table in which the information that is the input condition of the invoking task is defined as the output information cannot be extracted during the sequential execution of the four steps, the information that is the input condition of the invoking task is output as the output information. There will be no other task. Therefore, when a certain task is designed, it is possible to verify whether or not information that is an input condition for the task can be acquired from another task.

請求項9に記載した本発明のタスク設計支援方法によれば、4つのステップにおける抽出を順次行うことで、自タスクの出力情報である情報を入力条件として定義したタスク定義テーブルが抽出される。そして、4つのステップを順次行う途中で、自タスクの出力情報である情報を入力条件として定義したタスク入力条件テーブルやタスク定義テーブルを抽出できない場合は、自タスクの出力情報である情報を入力条件とする他のタスクが存在しないことになる。したがって、あるタスクを設計した場合に、そのタスクの出力情報を入力条件として利用する他のタスクが存在するか否かを、検証することができる。これにより、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を、整合性の許容範囲を拡げてより容易にすることができる。   According to the task design support method of the present invention described in claim 9, by sequentially performing extraction in four steps, a task definition table in which information which is output information of the own task is defined as an input condition is extracted. If the task input condition table or task definition table in which the information that is the output information of the invoking task is defined as the input condition cannot be extracted while the four steps are sequentially performed, the information that is the output information of the invoking task is input to the input condition. There will be no other task. Therefore, when a certain task is designed, it is possible to verify whether there is another task that uses the output information of the task as an input condition. Thereby, the consistency evaluation of the interface between the tasks constituting the system software can be made easier by expanding the allowable range of consistency.

さらに、請求項6に記載した本発明のタスク設計支援方法は、請求項5に記載した本発明のタスク設計支援方法において、前記抽出した入出力情報テーブルで定義されている情報が前記出力情報として定義されている前記タスク出力情報テーブルを抽出する前記ステップにおいて、前記タスク出力情報テーブルを抽出できなかった場合に、前記入出力情報データベースを検索して、前記抽出した入出力情報テーブルで定義されている情報と関連付けて定義されている属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを抽出するステップをさらに含むことを特徴とする。   Furthermore, the task design support method of the present invention described in claim 6 is the task design support method of the present invention described in claim 5, wherein information defined in the extracted input / output information table is used as the output information. In the step of extracting the defined task output information table, when the task output information table cannot be extracted, the input / output information database is searched and defined in the extracted input / output information table. And extracting the other input / output information table in which the same attribute as that defined in association with the information is defined in association with the information.

また、請求項7に記載した本発明のタスク設計支援方法は、請求項5又は6に記載した本発明のタスク設計支援方法において、前記抽出したタスク出力情報テーブルにおいて定義されている前記出力情報が定義されているタスク定義テーブルを抽出する前記ステップにおいて、前記タスク定義テーブルを抽出できなかった場合に、前記タスク出力情報データベースを検索して、前記抽出したタスク出力情報テーブルで定義されている前記出力情報と関連付けて定義されている属性と同じ属性が前記出力情報と関連付けて定義されている、他の前記タスク出力情報テーブルを抽出するステップをさらに含むことを特徴とする。   The task design support method of the present invention described in claim 7 is the task design support method of the present invention described in claim 5 or 6, wherein the output information defined in the extracted task output information table is In the step of extracting the defined task definition table, when the task definition table cannot be extracted, the task output information database is searched, and the output defined in the extracted task output information table The method further includes the step of extracting the other task output information table in which the same attribute as the attribute defined in association with the information is defined in association with the output information.

請求項6に記載した本発明のタスク設計支援方法によれば、請求項5に記載した本発明のタスク設計支援方法において、タスク出力情報テーブルを抽出できない場合に、また、請求項7に記載した本発明のタスク設計支援方法によれば、請求項5又は6に記載した本発明のタスク設計支援方法において、抽出したタスク出力情報テーブルで定義されている出力情報が定義されているタスク定義テーブルを抽出できない場合に、以下のようになる。   According to the task design support method of the present invention described in claim 6, when the task output information table cannot be extracted in the task design support method of the present invention described in claim 5, the task design support method described in claim 7 is also described. According to the task design support method of the present invention, in the task design support method of the present invention described in claim 5 or 6, a task definition table in which output information defined in the extracted task output information table is defined. If it cannot be extracted:

即ち、先に抽出した入出力情報テーブル上で自タスクの入力条件である情報と関連付けて定義された属性と同じ属性が情報と関連付けて定義されている他の入出力情報テーブルを、改めて抽出する。そして、改めて抽出した他の入出力情報テーブルで定義された情報を出力情報として定義した、つまり、自タスクの入力条件である情報と属性が同じ情報を出力情報として定義した、タスク出力条件テーブルを抽出することになる。   In other words, another input / output information table in which the same attribute as the attribute defined in association with the information that is the input condition of the invoking task is defined in association with the information in the previously extracted input / output information table is extracted again. . Then, a task output condition table is defined in which information defined in other input / output information tables extracted anew is defined as output information, that is, information having the same attribute as the input condition of the invoking task is defined as output information. Will be extracted.

以上のことから、設計したタスクが他のタスクから入力条件を取得できない場合に、代わりとなり得る情報を出力情報とする他のタスクが存在するか否かを、情報の属性に基づいて検証することができる。これにより、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を、整合性の許容範囲を拡げてより容易にすることができる。   From the above, when the designed task cannot acquire input conditions from other tasks, verify whether there are other tasks whose output information is alternative information based on the attribute of the information Can do. Thereby, the consistency evaluation of the interface between the tasks constituting the system software can be made easier by expanding the allowable range of consistency.

さらに、請求項10に記載した本発明のタスク設計支援方法は、請求項9に記載した本発明のタスク設計支援方法において、前記抽出した入出力情報テーブルで定義されている情報が前記入力条件として定義されている前記タスク入力条件テーブルを抽出する前記ステップにおいて、前記タスク入力条件テーブルを抽出できなかった場合に、前記入出力情報データベースを検索して、前記抽出した入出力情報テーブルで定義されている情報と関連付けて定義されている属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを抽出するステップをさらに含むことを特徴とする。   Furthermore, the task design support method of the present invention described in claim 10 is the task design support method of the present invention described in claim 9, wherein information defined in the extracted input / output information table is used as the input condition. In the step of extracting the defined task input condition table, when the task input condition table cannot be extracted, the input / output information database is searched and defined in the extracted input / output information table. And extracting the other input / output information table in which the same attribute as that defined in association with the information is defined in association with the information.

また、請求項11に記載した本発明のタスク設計支援方法は、請求項9又は10に記載した本発明のタスク設計支援方法において、前記抽出したタスク入力条件テーブルにおいて定義されている前記入力条件が定義されているタスク定義テーブルを抽出する前記ステップにおいて、前記タスク定義テーブルを抽出できなかった場合に、前記タスク入力条件データベースを検索して、前記抽出したタスク入力条件テーブルで定義されている前記入力条件と関連付けて定義されている属性と同じ属性が前記入力条件と関連付けて定義されている、他の前記タスク入力条件テーブルを抽出するステップをさらに含むことを特徴とする。   The task design support method of the present invention described in claim 11 is the task design support method of the present invention described in claim 9 or 10, wherein the input condition defined in the extracted task input condition table is In the step of extracting the defined task definition table, when the task definition table cannot be extracted, the task input condition database is searched and the input defined in the extracted task input condition table The method further includes the step of extracting the other task input condition table in which the same attribute as the attribute defined in association with the condition is defined in association with the input condition.

請求項10に記載した本発明のタスク設計支援方法によれば、請求項9に記載した本発明のタスク設計支援方法において、タスク入力条件テーブルを抽出できない場合に、また、請求項11に記載した本発明のタスク設計支援方法によれば、請求項9又は10に記載した本発明のタスク設計支援方法において、抽出したタスク入力条件テーブルで定義されている入力条件が定義されているタスク定義テーブルを抽出できない場合に、以下のようになる。   According to the task design support method of the present invention described in claim 10, when the task input condition table cannot be extracted in the task design support method of the present invention described in claim 9, it is described in claim 11 According to the task design support method of the present invention, in the task design support method of the present invention described in claim 9 or 10, the task definition table in which the input conditions defined in the extracted task input condition table are defined. If it cannot be extracted:

即ち、先に抽出した入出力情報テーブル上で自タスクの出力情報である情報と関連付けて定義された属性と同じ属性が情報と関連付けて定義されている他の入出力情報テーブルを、改めて抽出する。そして、改めて抽出した他の入出力情報テーブルで定義された情報を入力条件として定義した、タスク入力条件テーブルを抽出することになる。   In other words, another input / output information table in which the same attribute as that defined in association with the information that is output information of the invoking task in the previously extracted input / output information table is defined in association with the information is extracted again. . Then, a task input condition table in which information defined in another input / output information table extracted anew is defined as an input condition is extracted.

以上のことから、設計したタスクの出力情報が他のタスクで利用されない場合に、設計したタスクの出力情報を入力条件の代わりとして利用し得る他のタスクが存在するか否かを、情報の属性に基づいて検証することができる。これにより、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を、整合性の許容範囲を拡げてより容易にすることができる。   From the above, if the output information of the designed task is not used by other tasks, whether the other task that can use the output information of the designed task instead of the input condition exists Can be verified based on Thereby, the consistency evaluation of the interface between the tasks constituting the system software can be made easier by expanding the allowable range of consistency.

さらに、請求項8に記載した本発明のタスク設計支援方法は、請求項5、6又は7に記載した本発明のタスク設計支援方法において、タスクの時系列上における実行タイミングを定義するタスクスケジュールテーブルがタスク別に識別可能に記憶されているスケジュールデータベースを検索して、前記抽出したタスク定義テーブルで定義されているタスクに対応する前記タスクスケジュールテーブルと、前記自タスクに対応する前記タスクスケジュールテーブルとを抽出し、これら抽出した各タスクスケジュールテーブルでそれぞれ定義されている前記各実行タイミングが、前記抽出したタスク定義テーブルで定義されているタスクの前記出力情報を前記自タスクの前記入力条件とする上で時系列上の矛盾を生じるか否かを判定するステップをさらに含むことを特徴とする。   Furthermore, the task design support method of the present invention described in claim 8 is the task design support method of the present invention described in claim 5, 6 or 7, wherein the task schedule table defines execution timings of tasks in time series. Search the schedule database stored in an identifiable manner for each task, the task schedule table corresponding to the task defined in the extracted task definition table, and the task schedule table corresponding to the own task Each execution timing defined in each extracted task schedule table is extracted, and the output information of the task defined in the extracted task definition table is used as the input condition of the own task. Step of determining whether or not a time-series contradiction occurs Characterized in that it comprises further.

また、請求項12に記載した本発明のタスク設計支援方法は、請求項9、10又は11に記載した本発明のタスク設計支援方法において、タスクの時系列上における実行タイミングを定義するタスクスケジュールテーブルがタスク別に識別可能に記憶されているスケジュールデータベースを検索して、前記抽出したタスク定義テーブルで定義されているタスクに対応する前記タスクスケジュールテーブルと、前記自タスクに対応する前記タスクスケジュールテーブルとを抽出し、これら抽出した各タスクスケジュールテーブルでそれぞれ定義されている前記各実行タイミングが、前記自タスクの前記出力情報を前記抽出したタスク定義テーブルで定義されているタスクの前記入力条件とする上で時系列上の矛盾を生じるか否かを判定するステップをさらに含むことを特徴とする。   Further, the task design support method of the present invention described in claim 12 is the task design support method of the present invention described in claim 9, 10 or 11, wherein the task schedule table defines the execution timing of tasks in time series. Search the schedule database stored in an identifiable manner for each task, the task schedule table corresponding to the task defined in the extracted task definition table, and the task schedule table corresponding to the own task When the execution timings defined in the extracted task schedule tables are used as the input conditions for the tasks defined in the extracted task definition table, the output information of the own task is used. A step to determine whether or not a time-series contradiction occurs And further comprising a flop.

請求項8に記載した本発明のタスク設計支援方法によれば、請求項5、6又は7に記載した本発明のタスク設計支援方法において、自タスクの入力条件である情報を出力情報とする他のタスクが、自タスクよりも前のタイミングで実行されるものであって、そのタスクの出力情報を自タスクの入力条件として利用できるか否かを、両タスクのタスクスケジュールテーブルでそれぞれ定義された実行タイミングの先後に基づいて検証することができる。   According to the task design support method of the present invention described in claim 8, in the task design support method of the present invention described in claim 5, 6 or 7, the information that is the input condition of the own task is used as output information. Each task is executed at a timing before the invoking task, and whether or not the output information of the task can be used as an input condition for the invoking task is defined in the task schedule table for both tasks. Verification can be performed based on the timing of execution timing.

請求項12に記載した本発明のタスク設計支援方法によれば、請求項9、10又は11に記載した本発明のタスク設計支援方法において、自タスクの出力情報を入力条件とする他のタスクが、自タスクよりも後のタイミングで実行されるものであって、自タスクの出力情報を他のタスクに入力条件として供給できるか否かを、両タスクのタスクスケジュールテーブルでそれぞれ定義された実行タイミングの先後に基づいて検証することができる。これにより、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を、自タスクと他のタスクとの時系列上における実行タイミングの前後関係まで考慮して、より容易にすることができる。   According to the task design support method of the present invention described in claim 12, in the task design support method of the present invention described in claim 9, 10, or 11, there is another task that uses the output information of its own task as an input condition. Executed at a timing later than the invoking task, and whether or not the output information of the invoking task can be supplied as an input condition to other tasks is determined by the execution timing defined in the task schedule tables of both tasks. Can be verified on the basis of the future. As a result, it is possible to more easily evaluate the consistency of the interface between the tasks constituting the system software in consideration of the context of execution timing on the time series between the own task and other tasks.

本発明のタスク設計支援システム及びタスク設計支援方法によれば、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を容易にすることができる。   According to the task design support system and the task design support method of the present invention, it is possible to facilitate the consistency evaluation of the interface between tasks constituting the system software.

本発明の一実施形態に係るタスク設計支援システムの概略構成を示す説明図である。It is explanatory drawing which shows schematic structure of the task design support system which concerns on one Embodiment of this invention. 図1のデータベースの記憶内容を示す説明図である。It is explanatory drawing which shows the memory content of the database of FIG. 図1のクライアント端末で設計されるタスクの概要を示す説明図である。It is explanatory drawing which shows the outline | summary of the task designed with the client terminal of FIG. 図3のタスクについて図1のデータベースに登録されるテーブルの構成を示す説明図である。It is explanatory drawing which shows the structure of the table registered into the database of FIG. 1 about the task of FIG. 図1のクライアント端末において実行されるタスク設計支援処理の概略を示すフローチャートである。It is a flowchart which shows the outline of the task design assistance process performed in the client terminal of FIG. 図5の機能モジュールデータ候補選択ロジック及び機能モジュールタスクリンク時系列整合性診断ロジックにおける具体的な処理内容を示すフローチャートである。It is a flowchart which shows the specific processing content in the functional module data candidate selection logic and functional module task link time series consistency diagnostic logic of FIG. 図5の機能モジュールデータ候補選択ロジック及び機能モジュールタスクリンク時系列整合性診断ロジックにおける具体的な処理内容を示すフローチャートである。It is a flowchart which shows the specific processing content in the functional module data candidate selection logic and functional module task link time series consistency diagnostic logic of FIG. 図1のタスク設計支援システムにより図3のタスクの出力情報に関するインタフェースの整合性を検証する際の検証内容を示す説明図である。FIG. 4 is an explanatory diagram showing verification contents when verifying interface consistency regarding the output information of the task of FIG. 3 by the task design support system of FIG. 1; 図1のタスク設計支援システムにより図3のタスクの出力情報に関するインタフェースの整合性を検証する際の検証内容を示す説明図である。FIG. 4 is an explanatory diagram showing verification contents when verifying interface consistency regarding the output information of the task of FIG. 3 by the task design support system of FIG. 1; 図1のタスク設計支援システムにより図3のタスクの出力情報に関するインタフェースの整合性を検証する際の検証内容を示す説明図である。FIG. 4 is an explanatory diagram showing verification contents when verifying interface consistency regarding the output information of the task of FIG. 3 by the task design support system of FIG. 1; 図1のタスク設計支援システムにより図3のタスクの時系列上における実行タイミングの整合性を検証する際の検証内容を示す説明図である。FIG. 4 is an explanatory diagram showing verification contents when verifying the consistency of execution timing on the time series of the task of FIG. 3 by the task design support system of FIG. 1. 図1のタスク設計支援システムにより図3のタスクの入力条件に関するインタフェースの整合性を検証する際の検証内容を示す説明図である。FIG. 4 is an explanatory diagram illustrating verification contents when verifying interface consistency regarding the task input condition of FIG. 3 by the task design support system of FIG. 1; 図1のタスク設計支援システムにより図3のタスクの入力条件に関するインタフェースの整合性を検証する際の検証内容を示す説明図である。FIG. 4 is an explanatory diagram illustrating verification contents when verifying interface consistency regarding the task input condition of FIG. 3 by the task design support system of FIG. 1; 図1のタスク設計支援システムによりタスク設計を支援したモジュールを用いてロケットの誘導制御関連のシステムソフトウェアを構築した場合の構成を模式的に示す説明図である。It is explanatory drawing which shows typically the structure at the time of constructing the system software relevant to the guidance control of a rocket using the module which supported task design by the task design support system of FIG.

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

図1は本発明の一実施形態に係るタスク設計支援システムの概略構成を示す説明図であり、図2は図1のデータベースの記憶内容を示す説明図である。   FIG. 1 is an explanatory diagram showing a schematic configuration of a task design support system according to an embodiment of the present invention, and FIG. 2 is an explanatory diagram showing storage contents of the database of FIG.

本実施形態のタスク設計支援システムは、図1に示すように、データベースサーバ10、ネットワークサーバ30、及び、複数のクライアント端末40,40,…をLAN接続したイントラネットによって構成されている。一部又は全部のクライアント端末40は、インターネット(図示せず)を介して、ネットワークサーバ30及びデータベースサーバ10に接続してもよい。各クライアント端末40は、CPU、RAM、ROM(いずれも図示せず)をそれぞれ内蔵しており、また、ディスプレイ41、キーボード42、及び、マウス43をそれぞれ有している。   As shown in FIG. 1, the task design support system of the present embodiment is configured by an intranet in which a database server 10, a network server 30, and a plurality of client terminals 40, 40,. Some or all of the client terminals 40 may be connected to the network server 30 and the database server 10 via the Internet (not shown). Each client terminal 40 has a CPU, RAM, and ROM (all not shown), and has a display 41, a keyboard 42, and a mouse 43, respectively.

前記データベースサーバ10は、データベースを保有し、クライアント端末40から検索や更新などの要求を受けたときに処理を行い、結果をクライアント端末40で実行されているアプリケーションプログラムに返すサーバである。データベースサーバ10が保有する(に記憶される)データベースには、図2に示すタスクデータベース11、入力条件データベース13、出力情報データベース15、入出力情報データベース17、及び、スケジュールデータベース19が含まれる。   The database server 10 is a server that holds a database, performs processing when receiving a search or update request from the client terminal 40, and returns the result to an application program executed on the client terminal 40. The database held by (stored in) the database server 10 includes a task database 11, an input condition database 13, an output information database 15, an input / output information database 17, and a schedule database 19 shown in FIG.

タスクデータベース11には、タスクの実行に必要な入力条件とタスクの実行により出力される出力情報とをIDによって定義する「タスク定義テーブル(2)」が記憶される。このタスク定義テーブル(2)には、「タスクID」、「入力条件ID」及び「出力情報ID」等の項目や、「タスク定義バージョン」、「タスクカテゴリID」、「タスク内容」等の属性に関する項目が定義されている。そして、項目「タスクID」はプライマリキー(PK:PrimaryKey、主キー)及びフォーリンキー(FK:ForeignKey、外部参照キー)に設定されており、項目「入力条件ID」及び「出力情報ID」はフォーリンキーに設定されている。このような構成のタスク定義テーブル(2)は、タスク別に定義され、適宜図示しない外部データベースからタスク定義情報を参照し、フォーリンキーを割り当てる。   The task database 11 stores a “task definition table (2)” that defines input conditions necessary for task execution and output information output by task execution by ID. This task definition table (2) includes items such as “task ID”, “input condition ID”, and “output information ID”, and attributes such as “task definition version”, “task category ID”, and “task content”. Items related to are defined. The item “task ID” is set to a primary key (PK: PrimaryKey) and a foreign key (FK: ForeignKey, external reference key), and the items “input condition ID” and “output information ID” are foreign keys. Set to key. The task definition table (2) having such a configuration is defined for each task, and assigns a foreign key by referring to task definition information from an external database (not shown) as appropriate.

入力条件データベース13には、入力条件としての情報をIDによって定義する「タスク入力条件テーブル(6)」が記憶される。このタスク入力条件テーブル(6)には、「入力条件ID」や「情報ID」等の項目が定義されている。そして、項目「入力条件ID」はプライマリキーに設定されており、項目「情報ID」はフォーリンキーに設定されている。このような構成のタスク入力条件テーブル(6)は、定義する入力条件の内容(情報)別に定義される。   The input condition database 13 stores a “task input condition table (6)” that defines information as input conditions by ID. In the task input condition table (6), items such as “input condition ID” and “information ID” are defined. The item “input condition ID” is set as a primary key, and the item “information ID” is set as a foreign key. The task input condition table (6) having such a configuration is defined for each content (information) of the input condition to be defined.

出力情報データベース15には、出力情報としての情報をIDによって定義する「タスク出力情報テーブル(7)」が記憶される。このタスク出力情報テーブル(7)には、「出力情報ID」や「情報ID」等の項目が定義されている。そして、項目「出力情報ID」はプライマリキーに設定されており、項目「情報ID」はフォーリンキーに設定されている。このような構成のタスク出力情報テーブル(7)は、定義する出力条件の内容(情報)別に定義される。   The output information database 15 stores a “task output information table (7)” that defines information as output information by ID. In the task output information table (7), items such as “output information ID” and “information ID” are defined. The item “output information ID” is set as a primary key, and the item “information ID” is set as a foreign key. The task output information table (7) having such a configuration is defined for each content (information) of the output condition to be defined.

入出力情報データベース17には、タスクの入力条件や出力情報(入出力情報)としての情報を名称等によって定義する「入出力情報テーブル(8)」が記憶される。この入出力情報テーブル(8)には、「情報ID」や「名称」等の項目の他、「内容」や「バージョン」等の属性に関する項目が定義されている。そして、項目「情報ID」はプライマリキーに設定されている。フォーリンキーに設定された項目は存在しない。このような構成の入出力情報テーブル(8)は、定義する情報の内容別に定義される。   The input / output information database 17 stores an “input / output information table (8)” that defines information as task input conditions and output information (input / output information) by name or the like. In the input / output information table (8), items related to attributes such as “content” and “version” are defined in addition to items such as “information ID” and “name”. The item “information ID” is set as a primary key. There is no item set to foreign key. The input / output information table (8) having such a configuration is defined for each content of information to be defined.

スケジュールデータベース19には、タスクの時系列上における実行タイミングを定義する「タスクスケジュールテーブル(3)」が記憶される。このタスクスケジュールテーブル(3)には、「タスクID」、「開始時期」及び「終了時期」等の項目が定義されている。そして、項目「タスクID」はプライマリキーに設定されている。フォーリンキーに設定された項目は存在しない。このような構成のタスクスケジュールテーブル(3)は、タスク別に定義される。   The schedule database 19 stores a “task schedule table (3)” that defines the execution timing of tasks in time series. In the task schedule table (3), items such as “task ID”, “start time”, and “end time” are defined. The item “task ID” is set as a primary key. There is no item set to foreign key. The task schedule table (3) having such a configuration is defined for each task.

図3は図1のクライアント端末で設計されるタスクの概要を示す説明図、図4は図3のタスクについて図1のデータベースに登録されるテーブルの構成を示す説明図である。   FIG. 3 is an explanatory diagram showing an outline of a task designed in the client terminal of FIG. 1, and FIG. 4 is an explanatory diagram showing a configuration of a table registered in the database of FIG. 1 for the task of FIG.

図3に示すように、本実施形態のタスク設計支援システムを用いて設計するタスクAは、情報1〜4を入力条件とし、情報A1〜A4を出力情報とするものである。但し、入力条件及び出力情報の数は、タスクによってまちまちである。   As shown in FIG. 3, the task A designed using the task design support system of the present embodiment uses information 1 to 4 as input conditions and information A1 to A4 as output information. However, the number of input conditions and output information varies depending on the task.

そして、図4に示すように、タスクを設計した場合には、設計したタスク(自タスク)を定義するタスク定義テーブル(2)と、タスクの入力条件及び出力情報を示す定義するタスク入力条件テーブル(6)及びタスク出力情報テーブル(7)と、タスクの入力条件や出力情報の具体的な情報の内容を定義する入出力情報テーブル(8)を、それぞれのデータベース11〜17に記憶(登録)する。また、図4では図示を省略しているが、設計したタスクの実行タイミングを定義するタスクスケジュールテーブル(3)も、スケジュールデータベース19に記憶(登録)する。   As shown in FIG. 4, when a task is designed, a task definition table (2) that defines the designed task (own task), and a task input condition table that defines task input conditions and output information (6) and the task output information table (7) and the input / output information table (8) defining the contents of the task input conditions and specific information of the output information are stored (registered) in the respective databases 11-17. To do. Although not shown in FIG. 4, a task schedule table (3) that defines the execution timing of the designed task is also stored (registered) in the schedule database 19.

次に、クライアント端末40において設計したタスクに関する各種テーブルを各データベースに登録する際に、クライアント端末40のROMに記憶されたプログラムにしたがってCPUが実行するインタフェース整合性検証処理の概略を、図4の説明図と図5のフローチャートとを参照して説明する。図5は、図1のクライアント端末において実行されるタスク設計支援処理の概略を示すフローチャートである。   Next, an outline of the interface consistency verification process executed by the CPU according to the program stored in the ROM of the client terminal 40 when registering various tables related to the task designed in the client terminal 40 in each database is shown in FIG. This will be described with reference to the explanatory diagram and the flowchart of FIG. FIG. 5 is a flowchart showing an outline of task design support processing executed in the client terminal of FIG.

なお、以下に説明する処理は、ディスプレイ41の表示にしたがってキーボード42やマウス43を操作し必要な情報等を入力することで進行する。また、各データベース11〜19のテーブルの内容を検索し特定のテーブルを抽出する処理の一部は、データベースサーバ10のCPUがROM(いずれも図示せず)に記憶されたプログラムにしたがって行う。   The processing described below proceeds by operating the keyboard 42 and the mouse 43 in accordance with the display on the display 41 and inputting necessary information. In addition, a part of the process of searching the contents of the tables of each of the databases 11 to 19 and extracting a specific table is performed by the CPU of the database server 10 according to a program stored in a ROM (none of which is shown).

図5に示すように、まず、CPUは、設計したタスク(自タスク)について整合性チェックの完了を示すフラグが立っていないことを確認する(ステップS1)。次に、データチェックロジックを実行する(ステップS3)。このロジックでは、設計したタスクに関してデータベースサーバ10の各データベース11〜17に記憶するテーブルについて、NULLチェック、タスクID診断、無効データ診断、矛盾データ診断を行う。   As shown in FIG. 5, first, the CPU confirms that a flag indicating completion of the consistency check is not set for the designed task (self task) (step S1). Next, data check logic is executed (step S3). In this logic, a NULL check, task ID diagnosis, invalid data diagnosis, and contradiction data diagnosis are performed on the tables stored in the respective databases 11 to 17 of the database server 10 with respect to the designed task.

NULLチェックでは、対象のタスクに関するタスク定義テーブル(2)の属性に関する項目が「NULL(無記入)」となっているかどうかを確認する。「NULL」である場合はアラートをディスプレイ41に表示する。   In the NULL check, it is confirmed whether or not the item relating to the attribute of the task definition table (2) relating to the target task is “NULL (no entry)”. If it is “NULL”, an alert is displayed on the display 41.

タスクID診断では、対象のタスクに関するタスク定義テーブル(2)の「タスクID」として採番したIDが、他のタスクに関するタスク定義テーブル(2)で既に使用されているIDと重複していないかどうかを確認する。他のタスクと重複する場合は、IDの変更を促すメッセージをディスプレイ41に表示する。   In task ID diagnosis, is the ID assigned as the “task ID” in the task definition table (2) related to the target task duplicated with the ID already used in the task definition table (2) related to other tasks? Check if. If it overlaps with another task, a message prompting the change of the ID is displayed on the display 41.

無効データ診断では、対象のタスクに関する入力条件や出力情報を示す情報IDが、タスク入力条件テーブル(6)及びタスク出力情報テーブル(7)にそれぞれ定義されており、かつ、その情報IDが正しい内容であることを確認する。   In the invalid data diagnosis, information IDs indicating input conditions and output information related to the target task are defined in the task input condition table (6) and the task output information table (7), respectively, and the information ID is correct. Make sure that

矛盾データ診断では、入出力情報テーブル(8)の同じ情報IDを参照しているタスク入力条件テーブル(6)及びタスク出力情報テーブル(7)の、属性に関する項目としてそれぞれ定義されている入出力カテゴリIDの内容が、互いに一致していることを確認する。また、矛盾データ診断では、入出力情報テーブル(8)の同じ情報IDを参照しているタスク出力情報テーブル(7)が複数存在していないことを確認する。   In the contradiction data diagnosis, the input / output categories respectively defined as items relating to the attributes of the task input condition table (6) and the task output information table (7) referring to the same information ID of the input / output information table (8). Confirm that the contents of the IDs match each other. In the contradiction data diagnosis, it is confirmed that a plurality of task output information tables (7) referring to the same information ID in the input / output information table (8) do not exist.

次に、CPUは、以上の4つのチェック、診断の結果に問題があり各テーブルの内容が異常であるか、診断の結果に問題がなく各テーブルの内容が正常であるかを確認する(ステップS5)。異常である場合は(ステップS5で「異常」)、ディスプレイ41において異常表示を行う等の異常終了処理を行った後(ステップS19)、一連の処理を終了する。この場合には、異常の原因となったテーブルの内容を修正した後、ステップS1からの処理を再度行うことになる。正常である場合は(ステップS5で「正常」)、機能モジュールリスト作成処理を実行する(ステップS7)。この処理では、ステップS5で正常であると確認された各テーブルを、データベースサーバ10の各データベース11〜19に記憶する。   Next, the CPU confirms whether there is a problem in the results of the above four checks and diagnosis, and the contents of each table are abnormal, or whether there is no problem in the results of diagnosis and the contents of each table are normal (step). S5). If it is abnormal (“abnormal” in step S5), after performing abnormal termination processing such as displaying an abnormality on the display 41 (step S19), the series of processing is terminated. In this case, after correcting the contents of the table causing the abnormality, the processing from step S1 is performed again. If it is normal (“normal” in step S5), a function module list creation process is executed (step S7). In this process, each table confirmed to be normal in step S5 is stored in each database 11-19 of the database server 10.

これにより、データベースサーバ10の各データベース11〜17に、設計したタスクの入力条件に関する入出力情報テーブル(8)−タスク入力条件テーブル(6)−タスク定義テーブル(2)−タスク出力情報テーブル(7)−出力情報に関する入出力情報テーブル(8)が、図4の説明図に示す相互関係を持つ内容で、それぞれのデータベース11〜17に記憶されることになる。   As a result, the input / output information table (8) -task input condition table (6) -task definition table (2) -task output information table (7) related to the designed task input conditions is stored in each database 11-17 of the database server 10. -The input / output information table (8) related to the output information is stored in the respective databases 11 to 17 with the contents having the interrelation shown in the explanatory diagram of FIG.

続いて、CPUは、機能モジュールデータリンク診断ロジックを実行する(ステップS9)。このロジックでは、タスク入力条件診断及びタスク出力情報診断を行う。   Subsequently, the CPU executes a functional module data link diagnosis logic (step S9). In this logic, task input condition diagnosis and task output information diagnosis are performed.

タスク入力条件診断では、タスク入力条件テーブル(6)の項目として定義されている情報IDと同じ情報IDを項目に含む入出力情報テーブル(8)が、入出力情報データベース17に記憶されていることを確認する。つまり、図4の説明図における左半分の、入力条件に関する入出力情報テーブル(8)−タスク入力条件テーブル(6)−タスク定義テーブル(2)が、相互関係を担保した内容で対応する各データベース17,13,11に記憶されていることを確認する。   In the task input condition diagnosis, an input / output information table (8) whose information ID is the same as the information ID defined as an item of the task input condition table (6) is stored in the input / output information database 17 Confirm. That is, in the left half of the explanatory diagram of FIG. 4, the input / output information table (8) -task input condition table (6) -task definition table (2) relating to the input conditions correspond to each other with the contents ensuring the mutual relationship. 17, 13 and 11 are confirmed.

同様に、タスク出力情報診断では、タスク出力情報テーブル(7)の項目として定義されている情報IDと同じ情報IDを項目に含む入出力情報テーブル(8)が、入出力情報データベース17に記憶されていることを確認する。つまり、図4の説明図における右半分の、タスク定義テーブル(2)−タスク出力情報テーブル(7)−出力情報に関する入出力情報テーブル(8)が、相互関係を担保した内容で対応する各データベース17,13,11に記憶されていることを確認する。   Similarly, in the task output information diagnosis, the input / output information table (8) including the same information ID as the information ID defined as the item of the task output information table (7) is stored in the input / output information database 17. Make sure. That is, in the right half of the explanatory diagram of FIG. 4, the task definition table (2) -task output information table (7) -the input / output information table (8) related to the output information correspond to each other with the contents ensuring the mutual relationship. 17, 13 and 11 are confirmed.

次に、CPUは、タスク入力条件診断及びタスク出力情報診断の各診断結果にどちらか一方でも問題があり異常であるか、両診断結果とも問題がなく正常であるかを確認する(ステップS11)。このステップS11の確認において、タスク入力条件テーブル(6)の情報IDと同じ情報IDを項目に含む入出力情報テーブル(8)と、タスク出力情報テーブル(7)の情報IDと同じ情報IDを項目に含む入出力情報テーブル(8)とのうち、少なくとも一方が入出力情報データベース17に記憶されていなければ、確認結果は異常となり、両方とも記憶されていれば、確認結果は正常となる。   Next, the CPU confirms whether either one of the diagnosis results of the task input condition diagnosis and the task output information diagnosis has a problem and is abnormal, or both diagnosis results are normal with no problem (step S11). . In the confirmation in step S11, the input / output information table (8) including the same information ID as the information ID of the task input condition table (6) in the item and the same information ID as the information ID of the task output information table (7) If at least one of the input / output information table (8) included in is not stored in the input / output information database 17, the confirmation result is abnormal, and if both are stored, the confirmation result is normal.

そして、診断結果が異常である場合は(ステップS11で「異常」)、ディスプレイ41において異常表示を行う等の異常終了処理を行った後(ステップS19)、一連の処理を終了する。この場合には、設計したタスクのデータベースサーバ10に記憶した各テーブルが、図4の説明図に示す相互関係を持つ内容となるように修正した後、ステップS1からの処理を再度行うことになる。また、診断結果が正常である場合は(ステップS11で「正常」)、機能モジュールデータ候補選択ロジック(ステップS13)と、機能モジュールタスクリンク時系列整合性診断ロジック(ステップS15)とを実行する。   If the diagnosis result is abnormal (“abnormal” in step S11), an abnormal termination process such as displaying an abnormality on the display 41 is performed (step S19), and the series of processes is terminated. In this case, each table stored in the database server 10 of the designed task is corrected so as to have the contents shown in the explanatory diagram of FIG. 4, and the processing from step S1 is performed again. . If the diagnosis result is normal (“normal” in step S11), the function module data candidate selection logic (step S13) and the function module task link time series consistency diagnosis logic (step S15) are executed.

機能モジュールデータ候補選択ロジックでは、設計したタスクで入力条件として使用する情報を出力情報として出力する他のタスクを抽出、選択する。また、同ロジックでは、設計したタスクが出力する出力情報の情報を入力条件とする他のタスクを抽出、選択する。   The function module data candidate selection logic extracts and selects other tasks that output information used as input conditions in the designed task as output information. In the same logic, another task is extracted and selected using the information of the output information output by the designed task as an input condition.

ここで、ステップS13の機能モジュールデータ候補選択ロジック及びステップS15の機能モジュールタスクリンク時系列整合性診断ロジックにおける具体的な処理内容を、図6及び図7のフローチャートと、図8乃至図13の説明図とを参照して説明する。   Here, specific processing contents in the functional module data candidate selection logic in step S13 and the functional module task link time series consistency diagnosis logic in step S15 will be described with reference to the flowcharts of FIGS. 6 and 7 and FIGS. This will be described with reference to the drawings.

図6及び図7は、図5の機能モジュールデータ候補選択ロジック及び機能モジュールタスクリンク時系列整合性診断ロジックにおける具体的な処理内容を示すフローチャートである。図8乃至図10は、図1のタスク設計支援システムにより図3のタスクの出力情報に関するインタフェースの整合性を検証する際の検証内容を示す説明図である。図11は、図1のタスク設計支援システムにより図3のタスクの時系列上における実行タイミングの整合性を検証する際の検証内容を示す説明図である。図12及び図13は、図1のタスク設計支援システムにより図3のタスクの入力条件に関するインタフェースの整合性を検証する際の検証内容を示す説明図である。   6 and 7 are flowcharts showing specific processing contents in the functional module data candidate selection logic and the functional module task link time series consistency diagnosis logic of FIG. 8 to 10 are explanatory diagrams showing verification contents when verifying the consistency of the interface related to the output information of the task of FIG. 3 by the task design support system of FIG. FIG. 11 is an explanatory diagram showing the contents of verification when the task design support system of FIG. 1 verifies the consistency of execution timing on the time series of the task of FIG. 12 and 13 are explanatory diagrams showing the contents of verification when the task design support system of FIG. 1 verifies the interface consistency regarding the task input conditions of FIG.

なお、図6及び図7のフローチャートでは、機能モジュールデータ候補選択ロジック及び機能モジュールタスクリンク時系列整合性診断ロジックを一連の処理として実行する場合を例示しているが、個別の処理として実行しても良いのは勿論のことである。   6 and 7 exemplify the case where the functional module data candidate selection logic and the functional module task link time series consistency diagnosis logic are executed as a series of processes. Of course it is also good.

図6に示すように、CPUは、設計したタスク(自タスク)のタスク定義テーブル(2)で定義されている出力情報ID(フォーリンキーFK5に設定)をプライマリキーに設定して定義したタスク出力情報テーブル(7)を、出力情報データベース15から抽出する(ステップS21)。次に、CPUは、ステップS21で抽出したタスク出力情報テーブル(7)で定義されている情報ID(フォーリンキーFK1に設定)をプライマリキーに設定して定義した入出力情報テーブル(8)を、入出力情報データベース17から抽出する(ステップS23)。   As shown in FIG. 6, the CPU outputs a task output defined by setting the output information ID (set in the foreign key FK5) defined in the task definition table (2) of the designed task (own task) as the primary key. The information table (7) is extracted from the output information database 15 (step S21). Next, the CPU sets the input / output information table (8) defined by setting the information ID (set in the foreign key FK1) defined in the task output information table (7) extracted in step S21 as the primary key. Extracted from the input / output information database 17 (step S23).

そして、CPUは、ステップS23で抽出した入出力情報テーブル(8)で定義されている情報IDをフォーリンキー(FK1)に設定して定義したタスク入力条件テーブル(6)が、入力条件データベース13に記憶されているか否かを確認する(ステップS25)。即ち、図8に示すように、入出力情報テーブル(8)で定義されている情報IDと同じ情報IDを定義したタスク入力条件テーブル(6)の有無を、情報IDを用いた入力条件データベース13の検索によって確認する。この情報IDは、出力情報に関する入出力情報テーブル(8)で定義されている、設計したタスクの出力情報となる情報(例えば情報A1)の情報IDである。   Then, the CPU sets the task input condition table (6) defined by setting the information ID defined in the input / output information table (8) extracted in step S23 in the foreign key (FK1) in the input condition database 13. It is confirmed whether or not it is stored (step S25). That is, as shown in FIG. 8, the presence / absence of the task input condition table (6) in which the same information ID as the information ID defined in the input / output information table (8) is defined, and the input condition database 13 using the information ID. Confirm by searching for. This information ID is an information ID of information (for example, information A1) which is defined in the input / output information table (8) relating to the output information and becomes the output information of the designed task.

該当するタスク入力条件テーブル(6)が入力条件データベース13に記憶されていない場合は(ステップS25でNO)、ステップS23で抽出した入出力情報テーブル(8)と属性の項目で一致する内容を定義した他の入出力情報テーブル(8)が、入出力情報データベース17に記憶されているか否かを確認する(ステップS27)。即ち、図10の上段に示すように、設計したタスクの出力情報となる情報と同じ属性を有する情報を定義した他の入出力情報テーブル(8)の有無を、属性を用いた入出力情報データベース17の検索によって確認する。   If the corresponding task input condition table (6) is not stored in the input condition database 13 (NO in step S25), the content that matches the input / output information table (8) extracted in step S23 in the attribute item is defined. It is confirmed whether the other input / output information table (8) is stored in the input / output information database 17 (step S27). That is, as shown in the upper part of FIG. 10, the presence / absence of another input / output information table (8) that defines information having the same attribute as the output information of the designed task is determined based on the input / output information database using the attribute. Confirm by searching 17.

他の入出力情報テーブル(8)が入出力情報データベース17に記憶されていない場合は(ステップS27でNO)、後述するステップS37に移行する。記憶されている場合は(ステップS27でYES)、該当する他の入出力情報テーブル(8)を、ステップS23で抽出した入出力情報テーブル(8)の代わりに選択するか否かを確認する(ステップS29)。選択しない場合は(ステップS29でNO)、ステップS37に移行する。選択する場合は(ステップS29でYES)、ステップS25にリターンする。   If another input / output information table (8) is not stored in the input / output information database 17 (NO in step S27), the process proceeds to step S37 described later. If it is stored (YES in step S27), it is confirmed whether or not the corresponding other input / output information table (8) is selected instead of the input / output information table (8) extracted in step S23 ( Step S29). If not selected (NO in step S29), the process proceeds to step S37. If so (YES in step S29), the process returns to step S25.

このように、ステップS29で他の入出力情報テーブル(8)を選択してステップS25にリターンすることで、図10の下段に示すように、設計したタスクの出力情報である情報を定義した入出力情報テーブル(8)に代えて、他の入出力情報テーブル(8)が、設計したタスクの出力情報を定義したタスク出力情報テーブル(7)と関連付けられることになる。また、ステップS29からリターンしたステップS25において、ステップS29で選択した入出力情報テーブル(8)で定義されている情報IDをフォーリンキー(FK1)に設定して定義したタスク入力条件テーブル(6)が、入力条件データベース13に記憶されているか否かを、確認することになる。   In this way, by selecting another input / output information table (8) in step S29 and returning to step S25, as shown in the lower part of FIG. 10, the input information defining the output information of the designed task is defined. Instead of the output information table (8), another input / output information table (8) is associated with the task output information table (7) defining the output information of the designed task. Also, in step S25 returned from step S29, the task input condition table (6) defined by setting the information ID defined in the input / output information table (8) selected in step S29 to the foreign key (FK1) is provided. Whether or not it is stored in the input condition database 13 is confirmed.

そして、ステップS25で該当するタスク入力条件テーブル(6)が入力条件データベース13に記憶されている場合(YES)は、記憶されているタスク入力条件テーブル(6)を入力条件データベース13から抽出する。さらに、抽出したタスク入力条件テーブル(6)でプライマリキーに設定して定義した入力条件IDをフォーリンキー(FK4)に設定して定義したタスク定義テーブル(2)が、タスクデータベース11に記憶されているか否かを確認する(ステップS31)。   If the corresponding task input condition table (6) is stored in the input condition database 13 in step S25 (YES), the stored task input condition table (6) is extracted from the input condition database 13. Further, the task definition table (2) defined by setting the input condition ID defined by setting the primary key in the extracted task input condition table (6) to the foreign key (FK4) is stored in the task database 11. It is confirmed whether or not (step S31).

即ち、図9に示すように、タスク入力条件テーブル(6)で定義されている情報IDと同じ情報IDを定義したタスク定義テーブル(2)の有無を、情報IDを用いたタスクデータベース11の検索によって確認する。この情報IDは、設計したタスクの出力情報となる情報(例えば情報A1)の情報IDである。   That is, as shown in FIG. 9, the task database 11 is searched using the information ID for the presence or absence of the task definition table (2) that defines the same information ID as the information ID defined in the task input condition table (6). Confirm by. This information ID is an information ID of information (for example, information A1) that becomes output information of the designed task.

該当するタスク定義テーブル(2)がタスクデータベース11に記憶されていない場合は(ステップS31でNO)、ステップS27にリターンし、記憶されている場合は(ステップS31でYES)、ステップS31で記憶されていると確認したタスク定義テーブル(2)で定義されたタスクと、設計したタスク(自タスク)との間で、時系列上の整合性が取れているか否かを確認する(ステップS33)。   If the corresponding task definition table (2) is not stored in the task database 11 (NO in step S31), the process returns to step S27, and if stored (YES in step S31), it is stored in step S31. It is confirmed whether or not the task defined in the task definition table (2) that has been confirmed and the designed task (own task) are consistent in time series (step S33).

ステップS33の確認は、ステップS31で記憶されていると確認したタスク定義テーブル(2)で定義されたタスクが出力する出力情報を、設計したタスクが入力条件として利用できるか否かを、それぞれのタスクの実行タイミングを照合することで行う。   In step S33, the output information output by the task defined in the task definition table (2) confirmed to be stored in step S31 is determined based on whether or not the designed task can be used as an input condition. This is done by checking the task execution timing.

具体的には、まず、ステップS31で記憶されていると確認したタスク定義テーブル(2)と、設計したタスクのタスク定義テーブル(2)とのそれぞれについて、各タスク定義テーブル(2)で定義されているタスクID(PK及びFK1〜3に設定)をプライマリキーに設定して定義したタスクスケジュールテーブル(3)を、スケジュールデータベース19からそれぞれ抽出する。   Specifically, each of the task definition table (2) confirmed to be stored in step S31 and the task definition table (2) of the designed task are defined in each task definition table (2). The task schedule table (3) defined by setting the current task ID (set to PK and FK1 to 3) as the primary key is extracted from the schedule database 19 respectively.

次に、抽出した各タスクスケジュールテーブル(3)でそれぞれ定義されている「開始時期」及び「終了時期」等の項目を比較して、ステップS31で記憶されていると確認したタスク定義テーブル(2)で定義された他のタスクの実行タイミングよりも先に、設計したタスクの出力情報が出力されるか否かを確認する。他のタスクの出力情報が設計したタスクの実行タイミングよりも先に出力される場合、ステップS33の確認結果は時系列上の整合性が取れている(YES)となり、そうでない場合、ステップS33の確認結果は時系列上の整合性が取れていない(NO)となる。   Next, items such as “start time” and “end time” defined in each extracted task schedule table (3) are compared, and the task definition table (2) confirmed as being stored in step S31 is stored. Whether or not the output information of the designed task is output prior to the execution timing of other tasks defined in (1). When the output information of other tasks is output prior to the designed task execution timing, the confirmation result in step S33 is time-series consistent (YES). Otherwise, the process proceeds to step S33. The confirmation result is not consistent in time series (NO).

なお、他のタスクが設計したタスクの実行タイミングよりも先に出力情報を出力し時系列上の整合性が取れている場合、他のタスクと設計したタスクとの関係は、例えば図11のタスク1(他のタスク)とタスク2(設計したタスク)とのような前後関係になる。   When output information is output earlier than the execution timing of a task designed by another task and time-series consistency is obtained, the relationship between the other task and the designed task is, for example, the task of FIG. There is a context such as 1 (other task) and task 2 (designed task).

時系列上の整合性が取れている場合は(ステップS33でYES)、正常判定をして(ステップS35)、一連の処理を終了する。一方、時系列上の整合性が取れていない場合は(ステップS33でNO)、ステップS37に移行して、異常判定をして一連の処理を終了する。なお、ステップS27において、他の入出力情報テーブル(8)が入出力情報データベース17に記憶されていない場合(NO)や、ステップS29において、他の入出力情報テーブル(8)をステップS23で抽出した入出力情報テーブル(8)の代わりに選択しない場合(NO)にも、ステップS37の異常判定をして一連の処理を終了する。   If time-series consistency is obtained (YES in step S33), a normal determination is made (step S35), and the series of processing ends. On the other hand, if consistency in time series is not achieved (NO in step S33), the process proceeds to step S37, where an abnormality is determined, and the series of processes is terminated. If no other input / output information table (8) is stored in the input / output information database 17 in step S27 (NO), or another input / output information table (8) is extracted in step S23 in step S29. Even when the selection is not made in place of the input / output information table (8) (NO), the abnormality determination in step S37 is performed and the series of processes is terminated.

また、図7に示すように、まず、CPUは、設計したタスク(自タスク)のタスク定義テーブル(2)で定義されている入力条件ID(フォーリンキーFK4に設定)をプライマリキーに設定して定義したタスク入力条件テーブル(6)を、入力条件データベース13から抽出する(ステップS41)。次に、CPUは、ステップS41で抽出したタスク入力条件テーブル(6)で定義されている情報ID(フォーリンキーFK1に設定)をプライマリキーに設定して定義した入出力情報テーブル(8)を、入出力情報データベース17から抽出する(ステップS43)。   Also, as shown in FIG. 7, the CPU first sets the input condition ID (set in the foreign key FK4) defined in the task definition table (2) of the designed task (own task) as the primary key. The defined task input condition table (6) is extracted from the input condition database 13 (step S41). Next, the CPU sets the input / output information table (8) defined by setting the information ID (set in the foreign key FK1) defined in the task input condition table (6) extracted in step S41 as the primary key. Extracted from the input / output information database 17 (step S43).

そして、CPUは、ステップS43で抽出した入出力情報テーブル(8)で定義されている情報IDをフォーリンキー(FK1)に設定して定義したタスク出力情報テーブル(7)が、出力情報データベース15に記憶されているか否かを確認する(ステップS45)。即ち、図12に示すように、入出力情報テーブル(8)で定義されている情報IDと同じ情報IDを定義したタスク出力情報テーブル(7)の有無を、情報IDを用いた出力情報データベース15の検索によって確認する。この情報IDは、入力条件に関する入出力情報テーブル(8)で定義されている、設計したタスクの入力条件となる情報(例えば情報1)の情報IDである。   Then, the CPU sets the task output information table (7) defined by setting the information ID defined in the input / output information table (8) extracted in step S43 in the foreign key (FK1) in the output information database 15. It is confirmed whether or not it is stored (step S45). That is, as shown in FIG. 12, the presence or absence of the task output information table (7) in which the same information ID as the information ID defined in the input / output information table (8) is defined, and the output information database 15 using the information ID. Confirm by searching for. This information ID is an information ID of information (for example, information 1) which is defined in the input / output information table (8) regarding the input condition and which becomes the input condition of the designed task.

該当するタスク出力情報テーブル(7)が出力情報データベース15に記憶されていない場合は(ステップS45でNO)、ステップS43で抽出した入出力情報テーブル(8)と属性の項目で一致する内容を定義した他の入出力情報テーブル(8)が、入出力情報データベース17に記憶されているか否かを確認する(ステップS47)。   If the corresponding task output information table (7) is not stored in the output information database 15 (NO in step S45), the content that matches the input / output information table (8) extracted in step S43 in the attribute item is defined. It is checked whether the other input / output information table (8) is stored in the input / output information database 17 (step S47).

他の入出力情報テーブル(8)が入出力情報データベース17に記憶されていない場合は(ステップS47でNO)、後述するステップS57に移行する。記憶されている場合は(ステップS47でYES)、該当する他の入出力情報テーブル(8)を、ステップS43で抽出した入出力情報テーブル(8)の代わりに選択するか否かを確認する(ステップS49)。選択しない場合は(ステップS49でNO)、ステップS57に移行する。選択する場合は(ステップS49でYES)、ステップS45にリターンする。   If another input / output information table (8) is not stored in the input / output information database 17 (NO in step S47), the process proceeds to step S57 described later. If it is stored (YES in step S47), it is confirmed whether or not the corresponding other input / output information table (8) is selected instead of the input / output information table (8) extracted in step S43 ( Step S49). If not selected (NO in step S49), the process proceeds to step S57. If so (YES in step S49), the process returns to step S45.

このように、ステップS49で他の入出力情報テーブル(8)を選択してステップS45にリターンすることで、設計したタスクの入力条件である情報を定義した入出力情報テーブル(8)に代えて、他の入出力情報テーブル(8)が、設計したタスクの入力条件を定義したタスク出力情報テーブル(7)と関連付けられることになる。また、ステップS49からリターンしたステップS45において、ステップS49で選択した入出力情報テーブル(8)で定義されている情報IDをフォーリンキー(FK2)に設定して定義したタスク入力条件テーブル(6)が、入力条件データベース13に記憶されているか否かを、確認することになる。   In this way, by selecting another input / output information table (8) in step S49 and returning to step S45, the input / output information table (8) defining the information that is the input condition of the designed task is replaced. The other input / output information table (8) is associated with the task output information table (7) that defines the input conditions of the designed task. In step S45 returned from step S49, the task input condition table (6) defined by setting the information ID defined in the input / output information table (8) selected in step S49 to the foreign key (FK2) is provided. Whether or not it is stored in the input condition database 13 is confirmed.

そして、ステップS45で該当するタスク出力情報テーブル(7)が出力情報データベース15に記憶されている場合(YES)は、記憶されているタスク出力情報テーブル(7)を出力情報データベース15から抽出する。さらに、抽出したタスク出力情報テーブル(7)でプライマリキーに設定して定義した出力情報IDをフォーリンキー(FK5)に設定して定義したタスク定義テーブル(2)が、タスクデータベース11に記憶されているか否かを確認する(ステップS51)。   If the corresponding task output information table (7) is stored in the output information database 15 in step S45 (YES), the stored task output information table (7) is extracted from the output information database 15. Further, the task definition table (2) defined by setting the output information ID defined by setting the primary key in the extracted task output information table (7) to the foreign key (FK5) is stored in the task database 11. It is confirmed whether or not (step S51).

即ち、図13に示すように、タスク出力情報テーブル(7)で定義されている情報IDと同じ情報IDを定義したタスク定義テーブル(2)の有無を、情報IDを用いたタスクデータベース11の検索によって確認する。この情報IDは、設計したタスクの入力条件となる情報(例えば情報1)の情報IDである。   That is, as shown in FIG. 13, the task database 11 is searched using the information ID for the presence or absence of the task definition table (2) that defines the same information ID as the information ID defined in the task output information table (7). Confirm by. This information ID is an information ID of information (for example, information 1) which is an input condition for the designed task.

該当するタスク定義テーブル(2)がタスクデータベース11に記憶されていない場合は(ステップS51でNO)、ステップS47にリターンし、記憶されている場合は(ステップS51でYES)、ステップS51で記憶されていると確認したタスク定義テーブル(2)で定義されたタスクと、設計したタスク(自タスク)との間で、時系列上の整合性が取れているか否かを確認する(ステップS53)。   If the corresponding task definition table (2) is not stored in the task database 11 (NO in step S51), the process returns to step S47, and if stored (YES in step S51), it is stored in step S51. It is confirmed whether the task defined in the task definition table (2) that has been confirmed and the designed task (own task) are consistent in time series (step S53).

ステップS53の確認は、ステップS51で記憶されていると確認したタスク定義テーブル(2)で定義されたタスクが出力する出力情報を、設計したタスクが入力条件として利用できるか否かを、それぞれのタスクの実行タイミングを照合することで行う。   In step S53, the output information output by the task defined in the task definition table (2) confirmed to be stored in step S51 is used to determine whether the designed task can be used as an input condition. This is done by checking the task execution timing.

具体的には、まず、ステップS51で記憶されていると確認したタスク定義テーブル(2)と、設計したタスクのタスク定義テーブル(2)とのそれぞれについて、各タスク定義テーブル(2)で定義されているタスクID(PK及びFK1〜3に設定)をプライマリキーに設定して定義したタスクスケジュールテーブル(3)を、スケジュールデータベース19からそれぞれ抽出する。   Specifically, first, the task definition table (2) confirmed to be stored in step S51 and the task definition table (2) of the designed task are defined in each task definition table (2). The task schedule table (3) defined by setting the current task ID (set to PK and FK1 to 3) as the primary key is extracted from the schedule database 19 respectively.

次に、抽出した各タスクスケジュールテーブル(3)でそれぞれ定義されている「開始時期」及び「終了時期」等の項目を比較して、設計したタスクの実行タイミングよりも先に、ステップS51で記憶されていると確認したタスク定義テーブル(2)で定義された他のタスクの出力情報が出力されるか否かを確認する。設計したタスクの出力情報が他のタスクの実行タイミングよりも先に出力される場合、ステップS53の確認結果は時系列上の整合性が取れている(YES)となり、そうでない場合、ステップS53の確認結果は時系列上の整合性が取れていない(NO)となる。   Next, items such as “start time” and “end time” defined in each extracted task schedule table (3) are compared, and stored in step S51 prior to the execution timing of the designed task. It is confirmed whether or not output information of other tasks defined in the task definition table (2) confirmed to be output is output. If the output information of the designed task is output prior to the execution timing of other tasks, the confirmation result in step S53 is consistent in time series (YES). If not, the result of step S53 The confirmation result is not consistent in time series (NO).

なお、設計したタスクが他のタスクの実行タイミングよりも先に出力情報を出力し時系列上の整合性が取れている場合、設計したタスクと他のタスクとの関係は、例えば図11のタスク2(設計したタスク)とタスク3(他のタスク)とのような前後関係になる。   When the designed task outputs output information before the execution timing of other tasks and the consistency in time series is maintained, the relationship between the designed task and other tasks is, for example, the task of FIG. There are contextual relationships such as 2 (designed task) and 3 (other tasks).

時系列上の整合性が取れている場合は(ステップS53でYES)、正常判定をして(ステップS55)、一連の処理を終了する。一方、時系列上の整合性が取れていない場合は(ステップS53でNO)、ステップS57に移行して、異常判定をして一連の処理を終了する。なお、ステップS47において、他の入出力情報テーブル(8)が入出力情報データベース17に記憶されていない場合(NO)や、ステップS49において、他の入出力情報テーブル(8)をステップS43で抽出した入出力情報テーブル(8)の代わりに選択しない場合(NO)にも、ステップS57の異常判定をして一連の処理を終了する。   If time-series consistency is obtained (YES in step S53), normality is determined (step S55), and the series of processes is terminated. On the other hand, if time-series consistency is not achieved (NO in step S53), the process proceeds to step S57, where an abnormality is determined, and the series of processes is terminated. If no other input / output information table (8) is stored in the input / output information database 17 at step S47 (NO), or another input / output information table (8) is extracted at step S43 at step S49. Even when not selecting (NO) instead of the input / output information table (8), the abnormality determination of step S57 is performed and the series of processes is ended.

以上に説明した図6及び図7の処理によって、図5のステップS13の機能モジュールデータ候補選択ロジック及びステップS15の機能モジュールタスクリンク時系列整合性診断ロジックを実行したならば、CPUは、機能モジュールデータ候補選択ロジック及び機能モジュールタスクリンク時系列整合性診断ロジックの診断結果が異常であるか正常であるかを確認する(ステップS17)。図6のステップS35や図7のステップS55において正常判定が行われた場合は、ステップS17の確認結果は正常となり、図6のステップS37や図7のステップS57において異常判定が行われた場合は、ステップS17の確認結果は異常となる。   If the function module data candidate selection logic in step S13 in FIG. 5 and the function module task link time series consistency diagnosis logic in step S15 are executed by the processing in FIGS. 6 and 7 described above, the CPU It is confirmed whether the diagnosis result of the data candidate selection logic and the function module task link time series consistency diagnosis logic is abnormal or normal (step S17). When normal determination is performed in step S35 of FIG. 6 or step S55 of FIG. 7, the confirmation result of step S17 is normal, and when abnormality determination is performed in step S37 of FIG. 6 or step S57 of FIG. The confirmation result in step S17 becomes abnormal.

そして、異常である場合は(ステップS17で「異常」)、ディスプレイ41において異常表示を行う等の異常終了処理を行った後(ステップS19)、一連の処理を終了する。この場合には、異常の原因となったテーブルの内容を修正した後、ステップS1からの処理を再度行うことになる。正常である場合は(ステップS17で「正常」)、一連の処理を終了する。   If it is abnormal (“abnormal” in step S17), after performing abnormal termination processing such as displaying an abnormality on the display 41 (step S19), the series of processing is terminated. In this case, after correcting the contents of the table causing the abnormality, the processing from step S1 is performed again. If it is normal (“normal” in step S17), the series of processing ends.

以上の説明からも明らかなように、本実施形態のタスク設計支援システムにおいては、図6のフローチャートにおけるステップS25及びステップS27と図7のフローチャートにおけるステップS43とが、請求項中の第1抽出手段に対応する処理となっている。また、本実施形態では、図6中のステップS23及びステップS27と図7中のステップS45とが、請求項中の第2抽出手段に対応する処理となっている。   As is clear from the above description, in the task design support system of this embodiment, steps S25 and S27 in the flowchart of FIG. 6 and step S43 in the flowchart of FIG. It is processing corresponding to. Moreover, in this embodiment, step S23 and step S27 in FIG. 6, and step S45 in FIG. 7 are the processes corresponding to the 2nd extraction means in a claim.

さらに、本実施形態では、図6中のステップS31及び図7中のステップS51が、請求項中の第3抽出手段に対応する処理となっている。また、本実施形態では、図6中のステップS25及び図7中のステップS45が、請求項中の指定手段に対応する処理となっている。さらに、本実施形態では、図6中のステップS33及び図7中のステップS53が、請求項中の時系列判定手段に対応する処理となっている。   Furthermore, in this embodiment, step S31 in FIG. 6 and step S51 in FIG. 7 are processing corresponding to the third extraction means in the claims. Further, in the present embodiment, step S25 in FIG. 6 and step S45 in FIG. 7 are processes corresponding to the designation means in the claims. Furthermore, in this embodiment, step S33 in FIG. 6 and step S53 in FIG. 7 are processing corresponding to the time-series determination means in the claims.

以上に説明したように、本実施形態のタスク設計支援システムによれば、設計したタスクの入力条件を他のタスクからの出力情報によって取得できるか否かや、設計したタスクの出力情報を入力条件として利用する他のタスクが存在するか否かを、他のタスクとの時系列上の前後関係を含めてチェックし検証することができる。このため、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を容易にすることができる。   As described above, according to the task design support system of this embodiment, whether or not the input conditions of the designed task can be acquired from the output information from other tasks, and the output information of the designed task is input to the input condition. It is possible to check and verify whether or not there are other tasks to be used, including the time series context with other tasks. For this reason, it is possible to facilitate the consistency evaluation of the interface between the tasks constituting the system software.

しかも、本実施形態のタスク設計支援システムによれば、設計したタスクが入力条件として取得できる出力情報やその出力源となる他のタスクが存在しない場合に、設計したタスクが入力条件として利用できる他の情報を出力情報とするタスクを抽出することができる。同様に、本実施形態のタスク設計支援システムによれば、設計したタスクが出力する出力情報を入力条件として利用する他のタスクが存在しない場合に、設計したタスクの出力情報を入力条件として利用できる他のタスクを抽出することができる。   In addition, according to the task design support system of the present embodiment, when there is no output information that can be acquired as an input condition for the designed task and other tasks as the output source, the designed task can be used as an input condition. It is possible to extract a task that uses the above information as output information. Similarly, according to the task design support system of the present embodiment, when there is no other task that uses the output information output by the designed task as an input condition, the output information of the designed task can be used as an input condition. Other tasks can be extracted.

そのために、本実施形態のタスク設計支援システムでは、入力条件や出力情報とする情報と関連付けて入出力情報テーブルに定義された属性と同じ属性の情報を定義した他の入出力情報テーブルを、入出力情報データベース17の記憶内容から検索することができる。したがって、システムソフトウェアを構成するタスク間のインタフェースの整合性評価を、整合性の許容範囲を拡げてより容易にすることができる。   Therefore, in the task design support system of this embodiment, another input / output information table in which information having the same attribute as the attribute defined in the input / output information table is defined in association with information to be input conditions and output information is input. A search can be made from the stored contents of the output information database 17. Therefore, the consistency evaluation of the interface between the tasks constituting the system software can be made easier by expanding the allowable range of consistency.

そして、設計したタスクのインタフェースの整合性評価を容易にすることができることから、システムソフトウェアを構成する一部のモジュールの内容が変わっても、モジュール相互間のインタフェースの整合性を担保するタスク設計や、設計内容の妥当性の解析及び検証を、膨大な工数による手作業で行わなくてもすむようにすることができる。よって、あるロケットの誘導制御のために開発したシステムソフトウェア中のモジュール(タスク)を、他のロケットの誘導制御に流用し易いようにして、モジュールの汎用性を高めることができる。   And since the consistency evaluation of the designed task interface can be facilitated, even if the contents of some of the modules that make up the system software change, the task design that ensures the interface consistency between modules Therefore, it is possible to avoid the analysis and verification of the validity of the design contents from being performed manually by a large number of man-hours. Therefore, the module (task) in the system software developed for guidance control of a certain rocket can be easily used for guidance control of other rockets, and the versatility of the module can be enhanced.

また、モジュールの汎用性が高まることから、汎用のオペレーションシステム(OS)を用い、そのオペレーションシステムと誘導制御関連のモジュールとの相互間インタフェースの整合性を、誘導制御関連モジュール側の設計、解析、検証の各段階で容易に評価することができる。   In addition, since the versatility of the module will increase, a general-purpose operation system (OS) will be used, and the consistency of the interface between the operation system and the module related to the guidance control will be designed, analyzed, It can be easily evaluated at each stage of verification.

よって、図14に模式的に示すように、従来のシステムソフトウェアの一部として開発する専用のオペレーションシステムよりも、ハードウェア上での動作性能の完成度が高い汎用のオペレーションシステムを用いて、ロケットの誘導制御関連のシステムソフトウェアを構築することができる。   Therefore, as schematically shown in FIG. 14, a rocket is used by using a general-purpose operation system having a higher degree of completeness in operation performance on hardware than a dedicated operation system developed as part of conventional system software. It is possible to construct system software related to guidance control.

また、誘導制御関連のモジュールとして、汎用のオペレーションシステムとアプリケーションソフトウェアとのインタフェース機能を有するモジュールを用いるようにして、プラットフォームに依存しないアプリケーションソフトウェアをロケットの誘導制御に活用しやすくすることができる。   Further, as a module related to guidance control, a module having an interface function between a general-purpose operation system and application software can be used, so that application software independent of the platform can be easily used for guidance control of the rocket.

以上のような効果により、本実施形態のタスク設計支援システムによれば、ロケットの誘導制御に関する開発コストを低減することができる。   Due to the effects as described above, according to the task design support system of the present embodiment, it is possible to reduce the development cost related to rocket guidance control.

なお、本実施形態では、ロケットの誘導制御に関するシステムソフトウェアの設計に用いる場合を例に取って説明した。しかし、本発明のタスク設計支援システムは、他のタスクとのインタフェースの整合性評価を行う必要があるタスクの設計を行う際に、広く適用可能である。例えば、オペレーションシステム機能タスクとインタフェース機能モジュール(タスク)との相互間、インタフェース機能モジュール(タスク)とアプリケーション機能タスクとの相互間、あるいは、いずれかの機能タスク内のタスク相互間で、他のタスクとのインタフェースの整合性評価を行う必要があるタスクの設計を行う際に、本発明は適用可能である。   In the present embodiment, the case of using the system software for rocket guidance control has been described as an example. However, the task design support system of the present invention can be widely applied when designing a task that needs to evaluate the consistency of an interface with another task. For example, other tasks between operation system function tasks and interface function modules (tasks), between interface function modules (tasks) and application function tasks, or between tasks within one of the function tasks. The present invention is applicable when designing a task that needs to be evaluated for interface consistency.

10 データベースサーバ
11 タスクデータベース
13 入力条件データベース
15 出力情報データベース
17 入出力情報データベース
19 スケジュールデータベース
30 サーバ
30 WEBサーバ
40 クライアント端末
41 ディスプレイ
42 キーボード
43 マウス
DESCRIPTION OF SYMBOLS 10 Database server 11 Task database 13 Input condition database 15 Output information database 17 Input / output information database 19 Schedule database 30 Server 30 WEB server 40 Client terminal 41 Display 42 Keyboard 43 Mouse

Claims (12)

システムソフトウェアを構成するタスクの設計を支援するシステムであって、
タスクの実行に必要な入力条件を定義したタスク入力条件テーブルが入力条件別に識別可能に記憶されている入力条件データベースと、
各タスクの入出力情報を定義した入出力情報テーブルが情報別に識別可能に記憶されている入出力情報データベースと、
タスクの実行により出力される出力情報を定義したタスク出力情報テーブルが出力情報別に識別可能に記憶されている出力情報データベースと、
タスクの前記入力条件及び前記出力情報を定義したタスク定義テーブルがタスク別に識別可能に記憶されているタスクデータベースと、
前記タスク入力条件テーブルで前記入力条件として定義されている情報と前記入出力情報テーブルで定義されている情報とが一致する、前記タスク入力条件テーブルと前記入出力情報テーブルとの組み合わせのうち、一方のテーブルを指定することで他方のテーブルを抽出する第1抽出手段と、
前記タスク出力情報テーブルで前記出力情報として定義されている情報と前記入出力情報テーブルで定義されている情報とが一致する、前記タスク出力情報テーブルと前記入出力情報テーブルとの組み合わせのうち、一方のテーブルを指定することで他方のテーブルを抽出する第2抽出手段と、
前記第1抽出手段が抽出した前記タスク入力条件テーブルで定義されている前記入力条件が定義されている前記タスク定義テーブルと、前記第2抽出手段が抽出した前記タスク出力情報テーブルで定義されている前記出力情報が定義されている前記タスク定義テーブルとのうち、少なくとも一方を抽出する第3抽出手段と、
前記タスク定義テーブルで定義されている前記入力条件を定義した前記タスク入力条件テーブルが前記一方のテーブルとして指定された前記第1抽出手段が抽出する前記他方のテーブルの、前記第2抽出手段に対する前記一方のテーブルとしての指定と、前記タスク定義テーブルで定義されている前記出力情報を定義した前記タスク出力情報テーブルが前記一方のテーブルとして指定された前記第2抽出手段が抽出する前記他方のテーブルの、前記第1抽出手段に対する前記一方のテーブルとしての指定とのうち、少なくとも一方を行う指定手段と、
を備えることを特徴とするタスク設計支援システム。
A system that supports the design of tasks that make up system software,
An input condition database in which a task input condition table that defines input conditions necessary for task execution is stored in an identifiable manner for each input condition;
An input / output information database in which an input / output information table defining input / output information of each task is stored so as to be identifiable by information;
An output information database in which a task output information table defining output information output by task execution is stored so as to be identifiable by output information;
A task database in which a task definition table defining the input condition and output information of a task is stored so as to be identifiable for each task;
One of the combinations of the task input condition table and the input / output information table in which the information defined as the input condition in the task input condition table matches the information defined in the input / output information table First extraction means for extracting the other table by designating the table of
One of the combinations of the task output information table and the input / output information table in which the information defined as the output information in the task output information table matches the information defined in the input / output information table Second extraction means for extracting the other table by designating the table of
Defined in the task definition table in which the input conditions defined in the task input condition table extracted by the first extraction means and in the task output information table extracted by the second extraction means Third extraction means for extracting at least one of the task definition tables in which the output information is defined;
The task extraction condition table that defines the input condition defined in the task definition table is extracted as the one table by the first extraction unit, and the other table is the second extraction unit with respect to the second extraction unit. The designation as one table and the other output table extracted by the second extraction means designated as the one table by the task output information table defining the output information defined in the task definition table. Designation means for performing at least one of the designation as the one table for the first extraction means;
A task design support system characterized by comprising:
前記入出力情報テーブルは、該入出力情報テーブルで定義されている情報と該情報の属性とを関連付けて定義しており、前記第1抽出手段が、前記一方のテーブルとして指定された前記入出力情報テーブルに対して前記他方のテーブルに該当する前記タスク入力条件テーブルを抽出できない場合に、前記第2抽出手段は、前記入出力情報テーブルで定義されている情報と関連付けて該入出力情報テーブルで定義されている前記属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを、前記他方のテーブルとして抽出し、前記第2抽出手段が、前記一方のテーブルとして指定された前記入出力情報テーブルに対して前記他方のテーブルに該当する前記タスク出力情報テーブルを抽出できない場合に、前記第1抽出手段は、前記入出力情報テーブルで定義されている情報と関連付けて該入出力情報テーブルで定義されている前記属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを、前記他方のテーブルとして抽出することを特徴とする請求項1記載のタスク設計支援システム。   The input / output information table defines information defined in the input / output information table in association with attributes of the information, and the first extraction unit specifies the input / output specified as the one table. When the task input condition table corresponding to the other table cannot be extracted from the information table, the second extraction means associates the information defined in the input / output information table with the input / output information table. The other input / output information table in which the same attribute as the defined attribute is defined in association with information is extracted as the other table, and the second extraction means is designated as the one table. When the task output information table corresponding to the other table cannot be extracted from the input / output information table, the first extraction procedure is performed. The other input / output information table in which the same attribute as the attribute defined in the input / output information table is defined in association with the information defined in the input / output information table, 2. The task design support system according to claim 1, wherein the task design support system is extracted as the other table. 前記入出力情報テーブルは、該入出力情報テーブルで定義されている情報と該情報の属性とを関連付けて定義しており、前記第3抽出手段が、前記第1抽出手段が抽出した前記タスク入力条件テーブルで定義されている前記入力条件が定義されている前記タスク定義テーブルを抽出できない場合に、前記第2抽出手段は、前記入出力情報テーブルで定義されている情報と関連付けて該入出力情報テーブルで定義されている前記属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを、前記他方のテーブルとして抽出し、前記第3抽出手段が、前記第2抽出手段が抽出した前記タスク出力情報テーブルで定義されている前記出力情報が定義されている前記タスク定義テーブルを抽出できない場合に、前記第1抽出手段は、前記入出力情報テーブルで定義されている情報と関連付けて該入出力情報テーブルで定義されている前記属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを、前記他方のテーブルとして抽出することを特徴とする請求項1又は2記載のタスク設計支援システム。   The input / output information table defines information defined in the input / output information table in association with attributes of the information, and the third extraction unit extracts the task input extracted by the first extraction unit. When the task definition table in which the input condition defined in the condition table is defined cannot be extracted, the second extraction unit associates the input / output information with the information defined in the input / output information table. The other input / output information table in which the same attribute as the attribute defined in the table is defined in association with information is extracted as the other table, and the third extracting means is the second extracting means. When the task definition table in which the output information defined in the task output information table extracted by cannot be extracted, the first extraction method The other input / output information table in which the same attribute as the attribute defined in the input / output information table is defined in association with the information defined in the input / output information table, 3. The task design support system according to claim 1, wherein the task design support system is extracted as the other table. タスクの時系列上における実行タイミングを定義するタスクスケジュールテーブルがタスク別に識別可能に記憶されているスケジュールデータベースと、一方のタスクの前記出力情報を他方のタスクの前記入力条件とする上で時系列上の矛盾を生じるか否かを、これら一方及び他方の各タスクにそれぞれ対応する前記タスクスケジュールテーブルで定義された前記実行タイミングどうしの比較により判定する時系列判定手段とをさらに備えることを特徴とする請求項1、2又は3記載のタスク設計支援システム。   A schedule database in which a task schedule table that defines the execution timing of tasks in a time series is stored so as to be identifiable for each task, and the output information of one task is used as the input condition of the other task. Further comprising time series determination means for determining whether or not a contradiction arises by comparing the execution timings defined in the task schedule table corresponding to each of the one task and the other task, respectively. The task design support system according to claim 1, 2 or 3. システムソフトウェアを構成するタスクの設計を支援する方法であって、
タスクの実行に必要な入力条件を定義したタスク入力条件テーブルが入力条件別に識別可能に記憶されている入力条件データベースを検索して、自タスクの前記入力条件が定義されている前記タスク入力条件テーブルを抽出するステップと、
各タスクの入出力情報を定義した入出力情報テーブルが情報別に識別可能に記憶されている入出力情報データベースを検索して、前記抽出したタスク入力条件テーブルにおいて前記入力条件として定義されている情報が定義されている前記入出力情報テーブルを抽出するステップと、
タスクの実行により出力される出力情報を定義したタスク出力情報テーブルが出力情報別に識別可能に記憶されている出力情報データベースを検索して、前記抽出した入出力情報テーブルで定義されている情報が前記出力情報として定義されている前記タスク出力情報テーブルを抽出するステップと、
タスクの出力情報を定義するタスク定義テーブルがタスク別に識別可能に記憶されているタスクデータベースを検索して、前記抽出したタスク出力情報テーブルにおいて定義されている前記出力情報が定義されているタスク定義テーブルを抽出するステップと、
を含むことを特徴とするタスク設計支援方法。
A method for supporting design of tasks constituting system software,
The task input condition table in which the input condition of the invoking task is defined by searching an input condition database in which a task input condition table in which input conditions necessary for executing the task are defined is stored in an identifiable manner for each input condition Extracting the
The input / output information table in which the input / output information table defining the input / output information of each task is stored in an identifiable manner for each information is searched, and the information defined as the input condition in the extracted task input condition table is Extracting the defined input / output information table;
The output information database in which the task output information table defining the output information output by the execution of the task is stored so as to be identifiable for each output information is searched, and the information defined in the extracted input / output information table is Extracting the task output information table defined as output information;
A task definition table in which a task definition table that defines task output information is stored in an identifiable manner for each task, and the output information defined in the extracted task output information table is defined. Extracting the
A task design support method comprising:
前記抽出した入出力情報テーブルで定義されている情報が前記出力情報として定義されている前記タスク出力情報テーブルを抽出する前記ステップにおいて、前記タスク出力情報テーブルを抽出できなかった場合に、前記入出力情報データベースを検索して、前記抽出した入出力情報テーブルで定義されている情報と関連付けて定義されている属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを抽出するステップをさらに含むことを特徴とする請求項5記載のタスク設計支援方法。   If the task output information table cannot be extracted in the step of extracting the task output information table in which the information defined in the extracted input / output information table is defined as the output information, the input / output Search the information database and extract the other input / output information table in which the same attribute defined in association with the information defined in the extracted input / output information table is defined in association with the information. 6. The task design support method according to claim 5, further comprising a step of: 前記抽出したタスク出力情報テーブルにおいて定義されている前記出力情報が定義されているタスク定義テーブルを抽出する前記ステップにおいて、前記タスク定義テーブルを抽出できなかった場合に、前記タスク出力情報データベースを検索して、前記抽出したタスク出力情報テーブルで定義されている前記出力情報と関連付けて定義されている属性と同じ属性が前記出力情報と関連付けて定義されている、他の前記タスク出力情報テーブルを抽出するステップをさらに含むことを特徴とする請求項5又は6記載のタスク設計支援方法。   If the task definition table cannot be extracted in the step of extracting the task definition table in which the output information defined in the extracted task output information table is defined, the task output information database is searched. And extracting another task output information table in which the same attribute as that defined in association with the output information defined in the extracted task output information table is defined in association with the output information. The task design support method according to claim 5, further comprising a step. タスクの時系列上における実行タイミングを定義するタスクスケジュールテーブルがタスク別に識別可能に記憶されているスケジュールデータベースを検索して、前記抽出したタスク定義テーブルで定義されているタスクに対応する前記タスクスケジュールテーブルと、前記自タスクに対応する前記タスクスケジュールテーブルとを抽出し、これら抽出した各タスクスケジュールテーブルでそれぞれ定義されている前記各実行タイミングが、前記抽出したタスク定義テーブルで定義されているタスクの前記出力情報を前記自タスクの前記入力条件とする上で時系列上の矛盾を生じるか否かを判定するステップをさらに含むことを特徴とする請求項5、6又は7記載のタスク設計支援方法。   The task schedule table corresponding to the task defined in the extracted task definition table is searched by searching the schedule database in which the task schedule table defining the task execution timing on the time series is stored so as to be identifiable by task. And the task schedule table corresponding to the own task, and the execution timings defined in the extracted task schedule tables are the execution timings of the tasks defined in the extracted task definition table. 8. The task design support method according to claim 5, further comprising a step of determining whether or not a time-series contradiction occurs when the output information is used as the input condition of the own task. システムソフトウェアを構成するタスクの設計を支援する方法であって、
タスクの実行により出力される出力情報を定義したタスク出力情報テーブルが出力情報別に識別可能に記憶されている出力情報データベースを検索して、自タスクの前記出力情報が定義されている前記タスク出力情報テーブルを抽出するステップと、
各タスクの入出力情報を定義した入出力情報テーブルが情報別に識別可能に記憶されている入出力情報データベースを検索して、前記抽出したタスク出力情報テーブルにおいて前記出力情報として定義されている情報が定義されている前記入出力情報テーブルを抽出するステップと、
タスクの実行に必要な入力条件を定義したタスク入力条件テーブルが入力条件別に識別可能に記憶されている入力条件データベースを検索して、前記抽出した入出力情報テーブルで定義されている情報が前記入力条件として定義されている前記タスク入力条件テーブルを抽出するステップと、
タスクの入力条件を定義するタスク定義テーブルがタスク別に識別可能に記憶されているタスクデータベースを検索して、前記抽出したタスク入力条件テーブルにおいて定義されている前記入力条件が定義されているタスク定義テーブルを抽出するステップと、
を含むことを特徴とするタスク設計支援方法。
A method for supporting design of tasks constituting system software,
The task output information in which the output information of the invoking task is defined by searching the output information database in which the task output information table defining the output information output by the execution of the task is identifiable for each output information Extracting a table;
The input / output information table in which the input / output information table defining the input / output information of each task is stored in an identifiable manner for each information is searched, and the information defined as the output information in the extracted task output information table is Extracting the defined input / output information table;
A task input condition table in which input conditions necessary for executing a task are defined is stored in an identifiable manner for each input condition, and information defined in the extracted input / output information table is input. Extracting the task input condition table defined as a condition;
The task definition table that defines the input conditions defined in the extracted task input condition table is searched by searching a task database in which a task definition table that defines task input conditions is stored so as to be identifiable by task. Extracting the
A task design support method comprising:
前記抽出した入出力情報テーブルで定義されている情報が前記入力条件として定義されている前記タスク入力条件テーブルを抽出する前記ステップにおいて、前記タスク入力条件テーブルを抽出できなかった場合に、前記入出力情報データベースを検索して、前記抽出した入出力情報テーブルで定義されている情報と関連付けて定義されている属性と同じ属性が情報と関連付けて定義されている、他の前記入出力情報テーブルを抽出するステップをさらに含むことを特徴とする請求項9記載のタスク設計支援方法。   When the task input condition table cannot be extracted in the step of extracting the task input condition table in which the information defined in the extracted input / output information table is defined as the input condition, the input / output Search the information database and extract the other input / output information table in which the same attribute defined in association with the information defined in the extracted input / output information table is defined in association with the information. The task design support method according to claim 9, further comprising a step of: 前記抽出したタスク入力条件テーブルにおいて定義されている前記入力条件が定義されているタスク定義テーブルを抽出する前記ステップにおいて、前記タスク定義テーブルを抽出できなかった場合に、前記タスク入力条件データベースを検索して、前記抽出したタスク入力条件テーブルで定義されている前記入力条件と関連付けて定義されている属性と同じ属性が前記入力条件と関連付けて定義されている、他の前記タスク入力条件テーブルを抽出するステップをさらに含むことを特徴とする請求項9又は10記載のタスク設計支援方法。   In the step of extracting the task definition table in which the input conditions defined in the extracted task input condition table are defined, the task input condition database is searched when the task definition table cannot be extracted. To extract another task input condition table in which the same attribute defined in association with the input condition defined in the extracted task input condition table is defined in association with the input condition. The task design support method according to claim 9, further comprising a step. タスクの時系列上における実行タイミングを定義するタスクスケジュールテーブルがタスク別に識別可能に記憶されているスケジュールデータベースを検索して、前記抽出したタスク定義テーブルで定義されているタスクに対応する前記タスクスケジュールテーブルと、前記自タスクに対応する前記タスクスケジュールテーブルとを抽出し、これら抽出した各タスクスケジュールテーブルでそれぞれ定義されている前記各実行タイミングが、前記自タスクの前記出力情報を前記抽出したタスク定義テーブルで定義されているタスクの前記入力条件とする上で時系列上の矛盾を生じるか否かを判定するステップをさらに含むことを特徴とする請求項9、10又は11記載のタスク設計支援方法。   The task schedule table corresponding to the task defined in the extracted task definition table is searched by searching the schedule database in which the task schedule table defining the task execution timing on the time series is stored so as to be identifiable by task. And the task schedule table corresponding to the own task, and the execution timings defined in the extracted task schedule tables are the task definition table from which the output information of the own task is extracted. 12. The task design support method according to claim 9, further comprising a step of determining whether or not a time-series contradiction occurs when the input condition of the task defined in (1) is used.
JP2010120547A 2010-05-26 2010-05-26 Task design support system and task design support method Expired - Fee Related JP5556372B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010120547A JP5556372B2 (en) 2010-05-26 2010-05-26 Task design support system and task design support method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010120547A JP5556372B2 (en) 2010-05-26 2010-05-26 Task design support system and task design support method

Publications (2)

Publication Number Publication Date
JP2011248590A true JP2011248590A (en) 2011-12-08
JP5556372B2 JP5556372B2 (en) 2014-07-23

Family

ID=45413775

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010120547A Expired - Fee Related JP5556372B2 (en) 2010-05-26 2010-05-26 Task design support system and task design support method

Country Status (1)

Country Link
JP (1) JP5556372B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09212354A (en) * 1996-02-01 1997-08-15 Nec Corp Visual programming system
JP2007253792A (en) * 2006-03-23 2007-10-04 Denso Corp Software system of vehicular electronic control device, and its design method
JP2008171318A (en) * 2007-01-15 2008-07-24 Matsushita Electric Ind Co Ltd Software development tool
JP2009252019A (en) * 2008-04-08 2009-10-29 Hitachi Ltd Software reuse support apparatus and software reuse support method
WO2009139165A1 (en) * 2008-05-14 2009-11-19 日本電気株式会社 Service combination support apparatus and service combination support method and, memory medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09212354A (en) * 1996-02-01 1997-08-15 Nec Corp Visual programming system
JP2007253792A (en) * 2006-03-23 2007-10-04 Denso Corp Software system of vehicular electronic control device, and its design method
JP2008171318A (en) * 2007-01-15 2008-07-24 Matsushita Electric Ind Co Ltd Software development tool
JP2009252019A (en) * 2008-04-08 2009-10-29 Hitachi Ltd Software reuse support apparatus and software reuse support method
WO2009139165A1 (en) * 2008-05-14 2009-11-19 日本電気株式会社 Service combination support apparatus and service combination support method and, memory medium

Also Published As

Publication number Publication date
JP5556372B2 (en) 2014-07-23

Similar Documents

Publication Publication Date Title
US8839107B2 (en) Context based script generation
US20130321415A1 (en) Analytical Model Information Delivery Device and Analytical Model Information Delivery Program
JP2008003985A (en) Development support system, development support method and development support program
US11106650B2 (en) Data selection system and data selection method
JP5651050B2 (en) Data generation apparatus and data generation program
JP2018092361A (en) Test script correction apparatus and test script correction program
CN109918100A (en) A kind of reparation recommended method based on the mode of reparation towards version defect
WO2021036697A1 (en) Commissioning method and apparatus, device and storage medium
US20110179365A1 (en) Gui evaluation system, gui evaluation method, and gui evaluation program
JP2018041514A (en) Shared data definition supporting system, supporting device of the same, and program
JP5556372B2 (en) Task design support system and task design support method
JP2009230618A (en) Specification creating program, device therefor, and method thereof
JP6169302B2 (en) Specification configuration apparatus and method
CN113127036B (en) Software development system, method, apparatus and medium for continuous integration of code
JP5119765B2 (en) Specification creation support apparatus and support method
JP7268759B2 (en) TEST DATA GENERATION DEVICE, TEST DATA GENERATION METHOD, AND PROGRAM
JP2018092362A (en) Test script correction apparatus and test script correction program
JP2023000907A (en) Source code correction support device and source code correction support method
JP6006577B2 (en) Degradation test support system, degradation test support method, and degradation test support program
JP2000155714A (en) Method and system for application development assistance
CN113688147B (en) Data processing method and system
JP2013206310A (en) Model inspection device, model inspection method, and program
JP2020009207A (en) System abnormal operation detecting device, method, and program
JP2008102817A (en) Design support device and design support method
CN114595159B (en) Test data generation method, device, equipment and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130220

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131024

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140212

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140409

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140507

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140520

LAPS Cancellation because of no payment of annual fees