JP6606010B2 - Single function part system, single function part method and single function part program - Google Patents

Single function part system, single function part method and single function part program Download PDF

Info

Publication number
JP6606010B2
JP6606010B2 JP2016094011A JP2016094011A JP6606010B2 JP 6606010 B2 JP6606010 B2 JP 6606010B2 JP 2016094011 A JP2016094011 A JP 2016094011A JP 2016094011 A JP2016094011 A JP 2016094011A JP 6606010 B2 JP6606010 B2 JP 6606010B2
Authority
JP
Japan
Prior art keywords
unit
signal
function unit
function
functional
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.)
Active
Application number
JP2016094011A
Other languages
Japanese (ja)
Other versions
JP2017204035A (en
Inventor
貴彦 篠田
一宏 菊間
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2016094011A priority Critical patent/JP6606010B2/en
Publication of JP2017204035A publication Critical patent/JP2017204035A/en
Application granted granted Critical
Publication of JP6606010B2 publication Critical patent/JP6606010B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、単機能部化システム、単機能部化方法および単機能部化プログラムに関する。   The present invention relates to a single function part system, a single function part method, and a single function part program.

従来、ソフトウェア開発の手法として、方式検討、基本設計、機能設計、詳細設計、製造、単体試験、結合試験、複数複合試験、安定化試験といった工程が順次実施されるウォーターフォールモデルを用いた手法が知られている。また、このような手法における単体試験や結合試験の工程を効率的に実施するため、機能設計や詳細設計の工程において作成される設計書から試験項目を自動抽出する方法が知られている。例えば、Web系システム等の単機能部システムの設計書に基づくフローチャートから試験項目を自動抽出する方法が知られている。   Conventionally, as a software development method, there is a method using a waterfall model in which processes such as method examination, basic design, functional design, detailed design, manufacturing, unit test, combination test, multiple compound test, and stabilization test are sequentially performed. Are known. Also, a method for automatically extracting test items from a design document created in a functional design or detailed design process is known in order to efficiently perform a unit test and a combined test process in such a method. For example, a method for automatically extracting test items from a flowchart based on a design document of a single function unit system such as a Web system is known.

特開2011−159202号公報JP 2011-159202 A 特開2013−058073号公報JP 2013-058073 A 特開2013−058074号公報JP 2013-058074 A

しかしながら、従来の方法には、複数の機能部が互いに信号を送受しながら全体の機能を果たすような構成のシステムの試験項目を自動抽出することが困難であるという問題があった。   However, the conventional method has a problem in that it is difficult to automatically extract test items of a system configured such that a plurality of functional units perform the entire function while transmitting and receiving signals to and from each other.

例えば、情報ネットワークのノード系システムのような、複数の機能部が互いに信号を送受しながら全体の機能を果たすような構成のシステムでは、各機能部の挙動が複雑に他の機能部へ影響を与えるため、フローチャートを作ることが困難である。そのため、フローチャートから試験項目を自動抽出する方法を、情報ネットワークのノード系システムに適用することは困難である。   For example, in a system configured such that a plurality of functional units perform the entire function while transmitting and receiving signals to each other, such as a node system of an information network, the behavior of each functional unit affects other functional units in a complex manner. Therefore, it is difficult to make a flowchart. Therefore, it is difficult to apply the method for automatically extracting test items from the flowchart to the node system of the information network.

本発明の単機能部化システムは、複数の機能部を有するシステムの、前記複数の機能部間における信号の送信処理および受信処理の手順を含む設計データの入力を受け付ける入力部と、前記設計データを基に、1つの機能部を注目機能部に設定する設定部と、前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部以外の機能部が第1の信号を送信し、前記第1の信号を前記注目機能部が受信する処理を、第1の処理として特定する受信処理特定部と、前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部が第2の信号を送信し、前記第2の信号を前記注目機能部以外の機能部が受信する処理を、第2の処理として特定する送信処理特定部と、前記注目機能部が実行する処理のうち、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表した、前記注目機能部の処理手順を示すデータを生成する生成部と、を有することを特徴とする。   The single function unit system of the present invention includes an input unit that receives input of design data including a procedure of signal transmission processing and reception processing between the plurality of functional units in a system having a plurality of functional units, and the design data Based on the above, a setting unit that sets one functional unit as a target functional unit, and a process executed by the target functional unit from the design data is extracted, and among the extracted processes, functional units other than the target functional unit Transmits a first signal, and the target function unit receives the first signal as a first process, and a process executed by the target function unit from the design data Among the extracted processes, the process in which the function part of interest transmits the second signal and the function part other than the function part of attention receives the second signal is specified as the second process. The transmission processing identification part to be Of the processes executed by the target function unit, the first process is represented as a process in which the target function unit receives the first signal, and the second process is represented by the second function unit. And a generation unit that generates data indicating a processing procedure of the target function unit, which is expressed as a process of transmitting a signal.

また、本発明の単機能部化方法は、単機能部化システムで実行される単機能部化方法であって、複数の機能部を有するシステムの、前記複数の機能部間における信号の送信処理および受信処理の手順を含む設計データの入力を受け付ける入力工程と、前記設計データを基に、1つの機能部を注目機能部に設定する設定工程と、前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部以外の機能部が第1の信号を送信し、前記第1の信号を前記注目機能部が受信する処理を、第1の処理として特定する受信処理特定工程と、前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部が第2の信号を送信し、前記第2の信号を前記注目機能部以外の機能部が受信する処理を、第2の処理として特定する送信処理特定工程と、前記注目機能部が実行する処理のうち、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表した、前記注目機能部の処理手順を示すデータを生成する生成工程と、を含んだことを特徴とする。   Also, the single function unit method of the present invention is a single function unit method executed in a single function unit system, and a signal transmission process between the plurality of function units in a system having a plurality of function units. And an input step for receiving input of design data including a procedure of reception processing, a setting step for setting one functional unit as a target functional unit based on the design data, and the target functional unit executed from the design data A process is extracted, and among the extracted processes, a function unit other than the target function unit transmits a first signal, and a process in which the target function unit receives the first signal is a first process. A receiving process specifying step for specifying, and a process executed by the target function unit from the design data are extracted. Among the extracted processes, the target function unit transmits a second signal, and the second signal is Functional parts other than the noted functional part Of the transmission process specifying step for specifying the process to be received as the second process and the process executed by the target function unit, the first process is the process for receiving the first signal by the target function unit. And generating the data indicating the processing procedure of the target function unit, wherein the second function is expressed as a process in which the target function unit transmits the second signal. Features.

また、本発明の単機能部化プログラムは、複数の機能部を有するシステムの、前記複数の機能部間における信号の送信処理および受信処理の手順を含む設計データの入力を受け付ける入力ステップと、前記設計データを基に、1つの機能部を注目機能部に設定する設定ステップと、前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部以外の機能部が第1の信号を送信し、前記第1の信号を前記注目機能部が受信する処理を、第1の処理として特定する受信処理特定ステップと、前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部が第2の信号を送信し、前記第2の信号を前記注目機能部以外の機能部が受信する処理を、第2の処理として特定する送信処理特定ステップと、前記注目機能部が実行する処理のうち、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表した、前記注目機能部の処理手順を示すデータを生成する生成ステップと、をコンピュータに実行させることを特徴とする。   In addition, the single function unitized program of the present invention includes an input step of receiving input of design data including a procedure of signal transmission processing and reception processing between the plurality of functional units in a system having a plurality of functional units; Based on the design data, a setting step for setting one function unit as the target function unit, and a process executed by the target function unit from the design data are extracted. Among the extracted processes, a function other than the target function unit is extracted. The function unit transmits the first signal and the target function unit receives the first signal. The reception process specifying step for specifying the process as the first process is executed by the target function unit from the design data. A process in which the target function unit transmits a second signal and a function unit other than the target function unit receives the second signal among the extracted processes. Special as Among the transmission process specifying step and the process executed by the target function unit, the first process is represented as a process in which the target function unit receives the first signal, and the second process is described as A generating step of generating data indicating a processing procedure of the attention function unit, which is expressed as a process in which the attention function unit transmits the second signal, is executed by the computer.

本発明によれば、複数の機能部が互いに信号を送受しながら全体の機能を果たすような構成のシステムの試験項目を自動抽出することができる。   ADVANTAGE OF THE INVENTION According to this invention, the test item of the system of a structure which a multiple function part fulfill | performs the whole function, transmitting / receiving a signal mutually can be extracted automatically.

図1は、第1の実施形態に係る単機能部化システムの構成の一例を示す図である。FIG. 1 is a diagram illustrating an example of a configuration of a single function unit system according to the first embodiment. 図2は、第1の実施形態に係る単機能部化システムを用いた試験項目表作成処理の一例を示す図である。FIG. 2 is a diagram illustrating an example of a test item table creation process using the single function unit system according to the first embodiment. 図3は、送受信処理の分割について説明するための図である。FIG. 3 is a diagram for explaining division of transmission / reception processing. 図4は、機能部Bの処理手順を示すデータの一例を示す図である。FIG. 4 is a diagram illustrating an example of data indicating the processing procedure of the functional unit B. As illustrated in FIG. 図5は、内部処理の削除について説明するための図である。FIG. 5 is a diagram for explaining deletion of internal processing. 図6は、機能部Bの処理手順を示すデータの一例を示す図である。FIG. 6 is a diagram illustrating an example of data indicating the processing procedure of the functional unit B. As illustrated in FIG. 図7は、送受信処理のグループ化について説明するための図である。FIG. 7 is a diagram for explaining grouping of transmission / reception processing. 図8は、機能部Bの処理手順を示すデータの一例を示す図である。FIG. 8 is a diagram illustrating an example of data indicating the processing procedure of the functional unit B. As illustrated in FIG. 図9は、処理の除外について説明するための図である。FIG. 9 is a diagram for explaining the exclusion of processing. 図10は、機能部Bの処理手順を示すデータの一例を示す図である。FIG. 10 is a diagram illustrating an example of data indicating the processing procedure of the functional unit B. As illustrated in FIG. 図11は、第1の実施形態に係る単機能部化システムの処理の流れを示すフローチャートである。FIG. 11 is a flowchart showing a flow of processing of the single function unit system according to the first embodiment. 図12は、第1の実施形態に係る単機能部化システムの処理の流れを示すフローチャートである。FIG. 12 is a flowchart showing the flow of processing of the single function unit system according to the first embodiment. 図13は、プログラムが実行されることにより単機能部化装置が実現されるコンピュータの一例を示す図である。FIG. 13 is a diagram illustrating an example of a computer in which a single function unit device is realized by executing a program.

以下に、本願に係る単機能部化システム、単機能部化方法および単機能部化プログラムの実施形態を図面に基づいて詳細に説明する。なお、この実施形態により本発明が限定されるものではない。   DESCRIPTION OF EMBODIMENTS Embodiments of a single function part system, a single function part method, and a single function part program according to the present application will be described below in detail with reference to the drawings. In addition, this invention is not limited by this embodiment.

[第1の実施形態の構成]
まず、図1を用いて、第1の実施形態に係る単機能部化システムの構成について説明する。図1は、第1の実施形態に係る単機能部化システムの構成の一例を示す図である。図1に示すように単機能部化システム1は、単機能部化装置10および設計データ生成装置20を有する。単機能部化システム1の各装置は、例えば、有線または無線のLAN(Local Area Network)やVPN(Virtual Private Network)等の任意の種類の通信網によって接続されている。
[Configuration of First Embodiment]
First, the configuration of the single function unit system according to the first embodiment will be described with reference to FIG. FIG. 1 is a diagram illustrating an example of a configuration of a single function unit system according to the first embodiment. As shown in FIG. 1, the single function unit system 1 includes a single function unit device 10 and a design data generation device 20. Each device of the single function unit system 1 is connected by an arbitrary type of communication network such as a wired or wireless LAN (Local Area Network) or VPN (Virtual Private Network).

ここで、図2を用いて、試験項目表作成処理について説明するとともに、単機能部化システム1の各装置の処理を説明する。図2は、第1の実施形態に係る単機能部化システムを用いた試験項目表作成処理の一例を示す図である。図2に示すように、単機能部化システム1には、ノード系システム2の設計書が入力される。ノード系システム2は、複数の機能部(多機能部)を有するシステムである。例えば、ノード系システム2は、互いに信号の送受信を行う、A、B、C、Dの4つの機能部を有する。例えば、機能部Bは、機能部AおよびCとの間で信号の送信および受信を行う。   Here, the test item table creation process will be described with reference to FIG. 2, and the process of each device of the single function unit system 1 will be described. FIG. 2 is a diagram illustrating an example of a test item table creation process using the single function unit system according to the first embodiment. As shown in FIG. 2, the design document of the node system 2 is input to the single function unit system 1. The node system 2 is a system having a plurality of functional units (multifunctional units). For example, the node system 2 has four functional units A, B, C, and D that transmit and receive signals to and from each other. For example, the function unit B transmits and receives signals to and from the function units A and C.

ここで、単機能部化システム1の設計データ生成装置20は、入力された設計書を基に設計データを作成する。例えば、設計データ生成装置20は、入力された設計書をUML(Unified Modeling Language)化し、UMLデータを生成する(ステップS1)。なお、設計データはUMLデータに限定されず、単機能部化システム1で処理可能な形式のデータであればよい。また、設計データ生成装置20が設計書から設計データを生成する方法は、既知の方法を用いることができる。   Here, the design data generation device 20 of the single function unit system 1 creates design data based on the input design document. For example, the design data generation apparatus 20 converts the input design document into UML (Unified Modeling Language) and generates UML data (step S1). The design data is not limited to UML data, and may be data in a format that can be processed by the single function unit system 1. Also, a known method can be used as a method for the design data generation apparatus 20 to generate design data from the design document.

ここで、設計データ生成装置20によって生成された設計データは、複数の機能部間における信号の送信処理および受信処理の手順を示すデータである。単機能部化システム1の単機能部化装置10は、設計データ生成装置20によって生成された設計データを基に、所定の機能部の単機能部化を行う(ステップS2)。例えば、単機能部化装置10は、機能部Bの単機能部化を行う。   Here, the design data generated by the design data generation device 20 is data indicating the procedure of signal transmission processing and reception processing between a plurality of functional units. The single function unit 10 of the single function unit system 1 converts the predetermined function unit into a single function based on the design data generated by the design data generation device 20 (step S2). For example, the single function unitizing apparatus 10 converts the functional unit B into a single functional unit.

そして、単機能部化装置10は、単機能部化した機能部の処理手順を示すデータとして、例えばフローチャートを作成する(ステップS3)。そして、フローチャートから既知の方法によって試験項目の抽出が行われ、抽出された試験項目を基に試験項目表が作成される(ステップS4)。   Then, the single function unit forming apparatus 10 creates, for example, a flowchart as data indicating the processing procedure of the single functional unit (step S3). Then, test items are extracted from the flowchart by a known method, and a test item table is created based on the extracted test items (step S4).

図1に戻り、単機能部化装置10の構成について説明する。図1に示すように、単機能部化装置10は、入力部11、出力部12、制御部13および記憶部14を有する。   Returning to FIG. 1, the configuration of the single function unit 10 will be described. As illustrated in FIG. 1, the single function unitizing apparatus 10 includes an input unit 11, an output unit 12, a control unit 13, and a storage unit 14.

入力部11は、複数の機能部を有するシステムの、複数の機能部間における信号の送信処理および受信処理の手順を示す設計データの入力を受け付ける。入力部11は、設計データ生成装置20からデータを受信するようにしてもよい。この場合、入力部11は、例えば、NIC(Network Interface Card)である。また、入力部11は、ユーザによる設計データの入力を受け付けてもよい。この場合、入力部11は、例えば、マウスやキーボード等の入力装置である。   The input unit 11 receives input of design data indicating a procedure of signal transmission processing and reception processing between a plurality of functional units in a system having a plurality of functional units. The input unit 11 may receive data from the design data generation device 20. In this case, the input unit 11 is, for example, a NIC (Network Interface Card). The input unit 11 may accept input of design data by the user. In this case, the input unit 11 is an input device such as a mouse or a keyboard, for example.

出力部12は、フローチャート等の、単機能部化した機能部の処理手順を示すデータを出力する。出力部12は、外部の記憶装置にデータを送信するようにしてもよい。この場合、出力部12は、例えば、NICである。また、出力部12は、フローチャートを画面に表示するようにしてもよい。この場合、出力部12は、例えば、ディスプレイ等の表示装置である。   The output unit 12 outputs data indicating a processing procedure of a functional unit that is a single functional unit, such as a flowchart. The output unit 12 may transmit data to an external storage device. In this case, the output unit 12 is, for example, a NIC. The output unit 12 may display a flowchart on the screen. In this case, the output unit 12 is a display device such as a display, for example.

制御部13は、単機能部化装置10全体を制御する。制御部13は、例えば、CPU(Central Processing Unit)、MPU(Micro Processing Unit)等の電子回路や、ASIC(Application Specific Integrated Circuit)、FPGA(Field Programmable Gate Array)等の集積回路である。また、制御部13は、各種の処理手順を規定したプログラムや制御データを格納するための内部メモリを有し、内部メモリを用いて各処理を実行する。また、制御部13は、各種のプログラムが動作することにより各種の処理部として機能する。例えば、制御部13は、設定部131、受信処理特定部132、送信処理特定部133および生成部134を有する。   The control unit 13 controls the single function unitizing apparatus 10 as a whole. The control unit 13 is, for example, an electronic circuit such as a CPU (Central Processing Unit) or MPU (Micro Processing Unit), or an integrated circuit such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array). The control unit 13 has an internal memory for storing programs and control data defining various processing procedures, and executes each process using the internal memory. The control unit 13 functions as various processing units when various programs are operated. For example, the control unit 13 includes a setting unit 131, a reception process specifying unit 132, a transmission process specifying unit 133, and a generation unit 134.

図3等を用いて、制御部13の各部の処理について説明する。まず、図3を用いて、送受信処理の分割について説明する。図3は、送受信処理の分割について説明するための図である。まず、設定部131は、設計データを基に、1つの機能部を注目機能部に設定する。例えば、図3の例では、設定部131は、機能部Bを注目機能部に設定する。なお、注目機能部は、ユーザが任意に選定した機能部であってもよいし、送受信処理の回数や密度が所定値以上である機能部であってもよい。   Processing of each unit of the control unit 13 will be described with reference to FIG. First, the division of transmission / reception processing will be described with reference to FIG. FIG. 3 is a diagram for explaining division of transmission / reception processing. First, the setting unit 131 sets one functional unit as a target functional unit based on the design data. For example, in the example of FIG. 3, the setting unit 131 sets the function unit B as the function unit of interest. Note that the functional unit of interest may be a functional unit arbitrarily selected by the user, or may be a functional unit in which the number of times of transmission / reception processing and the density are equal to or greater than a predetermined value.

次に、受信処理特定部132は、設計データから注目機能部が実行する処理を抽出し、抽出された処理のうち、注目機能部以外の機能部が第1の信号を送信し、第1の信号を注目機能部が受信する処理を、第1の処理として特定する。例えば、図3の11aの例では、受信処理特定部132は、機能部AがMessage1を送信し、Message1を機能部Bが受信する処理を第1の処理として特定する。なお、Message1は、第1の信号の一例である。   Next, the reception process specifying unit 132 extracts the process executed by the target function unit from the design data, and among the extracted processes, function units other than the target function unit transmit the first signal, The process in which the target function unit receives the signal is specified as the first process. For example, in the example of 11a in FIG. 3, the reception process specifying unit 132 specifies the process in which the functional unit A transmits Message1 and the functional unit B receives Message1 as the first process. Message1 is an example of the first signal.

また、送信処理特定部133は、設計データから注目機能部が実行する処理を抽出し、抽出された処理のうち、注目機能部が第2の信号を送信し、第2の信号を注目機能部以外の機能部が受信する処理を、第2の処理として特定する。例えば、図3の11aの例では、送信処理特定部133は、機能部BがMessage2を送信し、Message2を機能部Aが受信する処理を第2の処理として特定する。なお、Message2は、第2の信号の一例である。   Further, the transmission process specifying unit 133 extracts the process executed by the target function unit from the design data, and the target function unit transmits the second signal among the extracted processes, and the second signal is transmitted to the target function unit. A process received by a functional unit other than is specified as the second process. For example, in the example of 11a in FIG. 3, the transmission process specifying unit 133 specifies the process in which the function unit B transmits Message2 and the function unit A receives Message2 as the second process. Message2 is an example of the second signal.

そして、生成部134は、注目機能部が実行する処理のうち、第1の処理を、第1の信号を注目機能部が受信する処理として表し、第2の処理を、注目機能部が第2の信号を送信する処理として表した、注目機能部の処理手順を示すデータを生成する。ここで、第1の処理および第2の処理の送信元および送信先を省略すれば、図3の12aのように表すことができる。これより、生成部134は、機能部Bの処理手順を示すデータとして、図4に示すフローチャートを生成する。図4は、機能部Bの処理手順を示すデータの一例を示す図である。図4に示すように、機能部Bは、Message1を受信し(ステップS11)、Message2を送信する(ステップS12)。このように、図4のフローチャートには、第1の処理は第1の信号を注目機能部が受信する処理として表され、第2の処理は注目機能部が第2の信号を送信する処理として表される。   And the production | generation part 134 represents a 1st process among the processes which an attention function part performs as a process in which an attention function part receives a 1st signal, and an attention function part is a 2nd process. The data indicating the processing procedure of the function unit of interest, which is expressed as the processing for transmitting the signal, is generated. Here, if the transmission source and transmission destination of the first process and the second process are omitted, it can be expressed as 12a in FIG. Accordingly, the generation unit 134 generates the flowchart illustrated in FIG. 4 as data indicating the processing procedure of the function unit B. FIG. 4 is a diagram illustrating an example of data indicating the processing procedure of the functional unit B. As illustrated in FIG. As illustrated in FIG. 4, the functional unit B receives Message 1 (Step S11) and transmits Message 2 (Step S12). As described above, in the flowchart of FIG. 4, the first process is represented as a process in which the target function unit receives the first signal, and the second process is a process in which the target function unit transmits the second signal. expressed.

次に、図5を用いて、内部処理の削除について説明する。図5は、内部処理の削除について説明するための図である。図5の例では、設定部131は、機能部Bを注目機能部に設定する。   Next, deletion of internal processing will be described with reference to FIG. FIG. 5 is a diagram for explaining deletion of internal processing. In the example of FIG. 5, the setting unit 131 sets the function unit B as the target function unit.

ここで、図5の21aおよび22aの例では、受信処理特定部132は、機能部AがMessage1を送信し、Message1を機能部Bが受信する処理を第1の処理として特定する。また、図5の21aの例では、送信処理特定部133は、機能部BがMessage2を送信し、Message2を機能部Cが受信する処理、および機能部BがMessage3を送信し、Message3を機能部Cが受信する処理を第2の処理として特定する。   Here, in the example of 21a and 22a in FIG. 5, the reception process specifying unit 132 specifies the process in which the function unit A transmits Message1 and the function unit B receives Message1 as the first process. Further, in the example of 21a in FIG. 5, the transmission processing specifying unit 133 is configured such that the functional unit B transmits Message2, the processing in which the functional unit C receives Message2, and the functional unit B transmits Message3. The process received by C is specified as the second process.

このとき、生成部134は、第1の処理でない、かつ、第2の処理でない処理の少なくとも一部を削除したうえで、注目機能部の処理手順を示すデータを生成してもよい。例えば、生成部134は、機能部CがMessage4を送信し、Message4を機能部Aが受信する処理を削除してもよい。   At this time, the generation unit 134 may generate data indicating the processing procedure of the functional unit of interest after deleting at least a part of the process that is not the first process and the second process. For example, the generation unit 134 may delete the process in which the functional unit C transmits Message 4 and the functional unit A receives Message 4.

これより、生成部134は、機能部Bの処理手順を示すデータとして、図6に示すフローチャートを生成する。図6は、機能部Bの処理手順を示すデータの一例を示す図である。図6に示すように、機能部Bは、Message1を受信し(ステップS21)、judgeが1であれば(ステップS22、1)、Message2を送信し(ステップS23)、judgeが2であれば(ステップS22、2)、Message3を送信する(ステップS24)。このように、図6のフローチャートには、第1の処理は第1の信号を注目機能部が受信する処理として表され、第2の処理は注目機能部が第2の信号を送信する処理として表される。   Accordingly, the generation unit 134 generates the flowchart illustrated in FIG. 6 as data indicating the processing procedure of the function unit B. FIG. 6 is a diagram illustrating an example of data indicating the processing procedure of the functional unit B. As illustrated in FIG. As illustrated in FIG. 6, the functional unit B receives Message1 (step S21), and if the judge is 1 (steps S22 and 1), transmits the message 2 (step S23), and if the judge is 2 ( Steps S22, 2) and Message3 are transmitted (step S24). Thus, in the flowchart of FIG. 6, the first process is represented as a process in which the target function unit receives the first signal, and the second process is a process in which the target function unit transmits the second signal. expressed.

次に、図7を用いて、送受信処理のグループ化について説明する。図7は、送受信処理のグループ化について説明するための図である。まず、設定部131は、複数の機能部のうちの第1の機能部と、第1の機能部との間で信号の送信または受信を行う第2の機能部と、が集約された機能部である第3の機能部を注目機能部に設定する。例えば、図7の32aの例では、設定部131は、機能部Bと、機能部Bとの間で信号の送信または受信を行う機能部Cと、が集約された機能部BCを注目機能部に設定する。   Next, grouping of transmission / reception processing will be described with reference to FIG. FIG. 7 is a diagram for explaining grouping of transmission / reception processing. First, the setting unit 131 is a functional unit in which a first functional unit among a plurality of functional units and a second functional unit that transmits or receives signals between the first functional units are aggregated. Is set as the function of interest. For example, in the example of 32a in FIG. 7, the setting unit 131 selects the function unit BC in which the function unit B and the function unit C that transmits or receives signals between the function units B are aggregated as the function unit of interest. Set to.

次に、受信処理特定部132は、第1の機能部以外、かつ、第2の機能部以外の機能部が第1の信号を送信し、第1の信号を第1の機能部または第2の機能部が受信する処理を、第1の処理として特定する。例えば、図7の31aの例では、受信処理特定部132は、機能部AがMessage1を送信し、Message1を機能部Bが受信する処理を第1の処理として特定する。なお、Message1は、第1の信号の一例である。   Next, the reception processing specifying unit 132 transmits a first signal from a functional unit other than the first functional unit and other than the second functional unit, and transmits the first signal to the first functional unit or the second functional unit. The processing received by the functional unit is identified as the first processing. For example, in the example of 31a in FIG. 7, the reception process specifying unit 132 specifies the process in which the function unit A transmits Message1 and the function unit B receives Message1 as the first process. Message1 is an example of the first signal.

次に、送信処理特定部133は、第1の機能部または第2の機能部が第2の信号を送信し、第2の信号を第1の機能部以外、かつ、第2の機能部以外の機能部が受信する処理を、第2の処理として特定する。例えば、図7の31aの例では、送信処理特定部133は、機能部CがMessage4を送信し、Message4を機能部Aが受信する処理を第2の処理として特定する。なお、Message4は、第2の信号の一例である。   Next, in the transmission processing specifying unit 133, the first function unit or the second function unit transmits the second signal, and the second signal is other than the first function unit and other than the second function unit. The processing received by the functional unit is identified as the second processing. For example, in the example of 31a in FIG. 7, the transmission process specifying unit 133 specifies the process in which the functional unit C transmits Message 4 and the functional unit A receives Message 4 as the second process. Message 4 is an example of a second signal.

そして、生成部134は、第1の処理を、第1の信号を注目機能部が受信する処理として表し、第2の処理を、注目機能部が第2の信号を送信する処理として表した、注目機能部の処理手順を示すデータを生成する。ここで、例えば、図7の32aに示すように、機能部BおよびCが集約されたことによって、Message2およびMessage3の送信処理および受信処理は内部処理となる。図7の33aに示すように、生成部134は、このような内部処理を削除する。また、生成部134は、図7の34aに示すように、機能部BCを注目機能部として送受信処理の分割をさらに行う。   The generation unit 134 represents the first process as a process in which the target function unit receives the first signal, and the second process as a process in which the target function unit transmits the second signal. Data indicating the processing procedure of the function unit of interest is generated. Here, for example, as shown in 32a of FIG. 7, the transmission processing and the reception processing of Message2 and Message3 become internal processing due to the aggregation of the functional units B and C. As shown at 33a in FIG. 7, the generation unit 134 deletes such internal processing. Further, as illustrated in 34 a of FIG. 7, the generation unit 134 further divides transmission / reception processing using the functional unit BC as the target functional unit.

これより、生成部134は、機能部Bの処理手順を示すデータとして、図8に示すフローチャートを生成する。図8は、機能部Bの処理手順を示すデータの一例を示す図である。図8に示すように、機能部Bは、Message1を受信し(ステップS31)、Message4を送信する(ステップS32)。このように、図8のフローチャートには、第1の処理は第1の信号を注目機能部が受信する処理として表され、第2の処理は注目機能部が第2の信号を送信する処理として表される。   Accordingly, the generation unit 134 generates the flowchart illustrated in FIG. 8 as data indicating the processing procedure of the function unit B. FIG. 8 is a diagram illustrating an example of data indicating the processing procedure of the functional unit B. As illustrated in FIG. As illustrated in FIG. 8, the functional unit B receives Message1 (Step S31) and transmits Message4 (Step S32). Thus, in the flowchart of FIG. 8, the first process is represented as a process in which the target function unit receives the first signal, and the second process is a process in which the target function unit transmits the second signal. expressed.

また、生成部134は、生成したデータが示す処理手順に含まれる処理のうち、あらかじめ設定された特定の処理以外の処理をデータから除外する。生成部134が処理を除外する場合の例について、図9を用いて説明する。図9は、処理の除外について説明するための図である。   In addition, the generation unit 134 excludes, from the data, processes other than the specific process set in advance among the processes included in the processing procedure indicated by the generated data. An example in which the generation unit 134 excludes processing will be described with reference to FIG. FIG. 9 is a diagram for explaining the exclusion of processing.

図9に示すように、機能部AがMessage1を送信し、Message1を機能部Bが受信する処理に変更があり、機能部BがMessage2を送信し、Message2を機能部Aが受信する処理に変更がなかった場合に、変更があった処理についてのみ試験項目を抽出する場合がある。この場合、生成部134は、変更があった処理以外の処理を除外してもよい。例えば、生成部134は、図10に示すような、ステップS12を除外したフローチャートを生成する。図10は、機能部Bの処理手順を示すデータの一例を示す図である。   As illustrated in FIG. 9, there is a change in the process in which the function unit A transmits Message 1 and the function unit B receives Message 1, the function unit B transmits Message 2, and the message 2 is changed to the process in which the function unit A receives. If there is no test item, test items may be extracted only for the processing that has changed. In this case, the generation unit 134 may exclude processes other than the processes that have been changed. For example, the generation unit 134 generates a flowchart excluding step S12 as illustrated in FIG. FIG. 10 is a diagram illustrating an example of data indicating the processing procedure of the functional unit B. As illustrated in FIG.

記憶部14は、HDD(Hard Disk Drive)、SSD(Solid State Drive)、光ディスク等の記憶装置である。なお、記憶部14は、RAM(Random Access Memory)、フラッシュメモリ、NVSRAM(Non Volatile Static Random Access Memory)等のデータを書き換え可能な半導体メモリであってもよい。記憶部14は、制御部13で実行されるOS(Operating System)や各種プログラムを記憶する。さらに、記憶部14は、プログラムの実行で用いられる各種情報を記憶する。   The storage unit 14 is a storage device such as a hard disk drive (HDD), a solid state drive (SSD), and an optical disk. The storage unit 14 may be a semiconductor memory capable of rewriting data, such as a RAM (Random Access Memory), a flash memory, and an NVSRAM (Non Volatile Static Random Access Memory). The storage unit 14 stores an OS (Operating System) executed by the control unit 13 and various programs. Furthermore, the memory | storage part 14 memorize | stores the various information used by execution of a program.

[第1の実施形態の処理]
図11および12を用いて、単機能部化システム1の処理の流れについて説明する。図11および12は、第1の実施形態に係る単機能部化システムの処理の流れを示すフローチャートである。まず、図11に示すように、入力部11は、設計データの入力を受け付ける(ステップS101)。ここで、設定部131は、注目機能部を設定する(ステップS102)。次に、受信処理特定部132は、第1の処理を特定する(ステップS103)。また、送信処理特定部133は、第2の処理を特定する(ステップS104)。そして、生成部134は、処理手順を示すデータを生成する(ステップS200)。
[Process of First Embodiment]
With reference to FIGS. 11 and 12, the processing flow of the single function unit system 1 will be described. 11 and 12 are flowcharts showing the flow of processing of the single function unit system according to the first embodiment. First, as shown in FIG. 11, the input unit 11 receives an input of design data (step S101). Here, the setting unit 131 sets an attention function unit (step S102). Next, the reception process specifying unit 132 specifies the first process (step S103). In addition, the transmission process specifying unit 133 specifies the second process (step S104). Then, the generation unit 134 generates data indicating the processing procedure (Step S200).

ここで、図12を用いて、生成部134の処理を説明する。図12に示すように、まず、生成部134は、送受信処理の分割を行う(ステップS201)。次に、生成部134は、注目機能部へ機能部を集約し(ステップS202)、必要に応じて内部処理を削除する(ステップS203)。このとき、生成部134は、試験項目の抽出が必要な内部処理については、削除しないこととしてもよい。そして、生成部134は、フローチャートを生成する(ステップS204)。   Here, the process of the production | generation part 134 is demonstrated using FIG. As shown in FIG. 12, the generation unit 134 first divides transmission / reception processing (step S201). Next, the generation unit 134 aggregates the function units into the function unit of interest (Step S202), and deletes internal processing as necessary (Step S203). At this time, the generation unit 134 may not delete an internal process that requires extraction of test items. And the production | generation part 134 produces | generates a flowchart (step S204).

[第1の実施形態の効果]
入力部11は、複数の機能部を有するシステムの、複数の機能部間における信号の送信処理および受信処理の手順を示す設計データの入力を受け付ける。また、設定部131は、設計データを基に、1つの機能部を注目機能部に設定する。また、受信処理特定部132は、設計データから注目機能部が実行する処理を抽出し、抽出された処理のうち、注目機能部以外の機能部が第1の信号を送信し、第1の信号を注目機能部が受信する処理を、第1の処理として特定する。また、送信処理特定部133は、設計データから注目機能部が実行する処理を抽出し、抽出された処理のうち、注目機能部が第2の信号を送信し、第2の信号を注目機能部以外の機能部が受信する処理を、第2の処理として特定する。また、生成部134は、注目機能部が実行する処理のうち、第1の処理を、第1の信号を注目機能部が受信する処理として表し、第2の処理を、注目機能部が第2の信号を送信する処理として表した、注目機能部の処理手順を示すデータを生成する。
[Effect of the first embodiment]
The input unit 11 receives input of design data indicating a procedure of signal transmission processing and reception processing between a plurality of functional units in a system having a plurality of functional units. In addition, the setting unit 131 sets one functional unit as a target functional unit based on the design data. In addition, the reception process specifying unit 132 extracts processing executed by the target function unit from the design data, and among the extracted processes, function units other than the target function unit transmit the first signal, and the first signal Is identified as the first process. Further, the transmission process specifying unit 133 extracts the process executed by the target function unit from the design data, and the target function unit transmits the second signal among the extracted processes, and the second signal is transmitted to the target function unit. A process received by a functional unit other than is specified as the second process. Further, the generation unit 134 represents the first process among the processes executed by the target function unit as a process in which the target function unit receives the first signal, and the second process is the second function performed by the target function unit. The data indicating the processing procedure of the function unit of interest, which is expressed as the processing for transmitting the signal, is generated.

これにより、複数の機能部が互いに信号を送受しながら全体の機能を果たすような構成のシステムについて、1つの注目機能部の処理手順を示すデータを生成することができる。そして、1つの注目機能部の処理手順を示すデータからは、従来技術を用いて試験項目を自動抽出することができる。   Thereby, it is possible to generate data indicating the processing procedure of one function unit of interest for a system configured such that a plurality of function units perform the entire function while transmitting / receiving signals to / from each other. And from the data which shows the process sequence of one attention function part, a test item can be automatically extracted using a prior art.

例えば、設計データに、機能部Aが、注目機能部である機能部BにMessage1を送信する処理が含まれている場合に、当該処理を「機能部BがMessage1を受信する処理」とすることで、機能部Bの処理手順を示すデータ同等のデータを生成することができるので、当該生成したデータから、従来技術を用いて試験項目を自動抽出することができる。   For example, when the design data includes a process in which the function unit A transmits Message1 to the function unit B, which is the target function unit, the process is referred to as “process in which the function unit B receives Message1”. Thus, since data equivalent to the data indicating the processing procedure of the functional unit B can be generated, the test items can be automatically extracted from the generated data using a conventional technique.

設定部131は、複数の機能部のうちの第1の機能部と、第1の機能部との間で信号の送信または受信を行う第2の機能部と、が集約された機能部である第3の機能部を注目機能部に設定する。また、受信処理特定部132は、第1の機能部以外、かつ、第2の機能部以外の機能部が第1の信号を送信し、第1の信号を第1の機能部または第2の機能部が受信する処理を、第1の処理として特定する。また、送信処理特定部133は、第1の機能部または第2の機能部が第2の信号を送信し、第2の信号を第1の機能部以外、かつ、第2の機能部以外の機能部が受信する処理を、第2の処理として特定する。また、生成部134は、第1の処理を、第1の信号を注目機能部が受信する処理として表し、第2の処理を、注目機能部が第2の信号を送信する処理として表した、注目機能部の処理手順を示すデータを生成する。これにより、1つの機能部だけでなく、複数の機能部を集約した機能部についても、処理手順を示すデータを生成し、試験項目を自動抽出することができる。   The setting unit 131 is a functional unit in which a first functional unit among a plurality of functional units and a second functional unit that performs transmission or reception of signals between the first functional units are aggregated. The third function unit is set as the target function unit. In addition, the reception processing specifying unit 132 transmits the first signal by a functional unit other than the first functional unit and other than the second functional unit, and sends the first signal to the first functional unit or the second functional unit. The process received by the functional unit is specified as the first process. In addition, the transmission processing specifying unit 133 transmits the second signal by the first functional unit or the second functional unit, and transmits the second signal other than the first functional unit and other than the second functional unit. The process received by the functional unit is specified as the second process. The generation unit 134 represents the first process as a process in which the target function unit receives the first signal, and the second process as a process in which the target function unit transmits the second signal. Data indicating the processing procedure of the function unit of interest is generated. Thereby, not only one functional unit but also a functional unit obtained by integrating a plurality of functional units can generate data indicating a processing procedure and automatically extract test items.

生成部134は、第1の処理でない、かつ、第2の処理でない処理の少なくとも一部を削除したうえで、注目機能部の処理手順を示すデータを生成する。これにより、送受信処理以外の試験項目の抽出が不要な処理をあらかじめ削除しておくことができ、効率的に試験項目の抽出を行うことができる。   The generation unit 134 deletes at least a part of the process that is not the first process and the second process, and then generates data indicating the processing procedure of the function unit of interest. Thereby, processes that do not require extraction of test items other than the transmission / reception process can be deleted in advance, and the test items can be extracted efficiently.

生成部134は、生成したデータが示す処理手順に含まれる処理のうち、あらかじめ設定された特定の処理以外の処理をデータから除外する。これにより、送受信処理を含め、試験項目の抽出が必要な処理と不要な処理が混在している場合であっても、試験項目の抽出が必要な処理についてのみ処理手順を示すデータを生成することができ、効率的に試験項目の抽出を行うことができる。   The generation unit 134 excludes, from the data, processes other than the specific process set in advance among the processes included in the processing procedure indicated by the generated data. As a result, even if there is a mix of processes that require extraction of test items and unnecessary processes, including transmission / reception processing, data that indicates the processing procedure is generated only for processes that require extraction of test items. The test items can be extracted efficiently.

入力部11は、設計データとしてUMLデータの入力を受け付ける。また、生成部134は、注目機能部の処理手順を示すデータとしてフローチャートを生成する。このように、入力データおよび出力データの形式として、一般的に利用されているデータ形式を採用することで、特別なデータ形式を定義する必要がない。   The input unit 11 receives input of UML data as design data. In addition, the generation unit 134 generates a flowchart as data indicating the processing procedure of the target function unit. In this way, it is not necessary to define a special data format by adopting a commonly used data format as the format of input data and output data.

[システム構成等]
また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。さらに、各装置にて行われる各処理機能は、その全部または任意の一部が、CPUおよび当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。
[System configuration, etc.]
Further, each component of each illustrated apparatus is functionally conceptual, and does not necessarily need to be physically configured as illustrated. In other words, the specific form of distribution / integration of each device is not limited to that shown in the figure, and all or a part thereof may be functionally or physically distributed or arbitrarily distributed in arbitrary units according to various loads or usage conditions. Can be integrated and configured. Furthermore, all or a part of each processing function performed in each device may be realized by a CPU and a program that is analyzed and executed by the CPU, or may be realized as hardware by wired logic.

また、本実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。この他、上記文書中や図面中で示した処理手順、制御手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。   Also, among the processes described in this embodiment, all or part of the processes described as being performed automatically can be performed manually, or the processes described as being performed manually can be performed. All or a part can be automatically performed by a known method. In addition, the processing procedure, control procedure, specific name, and information including various data and parameters shown in the above-described document and drawings can be arbitrarily changed unless otherwise specified.

[プログラム]
一実施形態として、単機能部化装置は、パッケージソフトウェアやオンラインソフトウェアとして上記の単機能部化を実行する単機能部化プログラムを所望のコンピュータにインストールさせることによって実装できる。例えば、上記の単機能部化プログラムを情報処理装置に実行させることにより、情報処理装置を単機能部化装置として機能させることができる。ここで言う情報処理装置には、デスクトップ型またはノート型のパーソナルコンピュータが含まれる。また、その他にも、情報処理装置にはスマートフォン、携帯電話機やPHS(Personal Handyphone System)等の移動体通信端末、さらには、PDA(Personal Digital Assistant)等のスレート端末等がその範疇に含まれる。
[program]
As an embodiment, the single function unitization apparatus can be implemented by installing a single function unitization program for executing the above single function unitization as package software or online software in a desired computer. For example, by causing the information processing apparatus to execute the above-mentioned single function unitization program, the information processing apparatus can function as a single function unitization apparatus. The information processing apparatus referred to here includes a desktop or notebook personal computer. In addition, the information processing apparatus includes mobile communication terminals such as smartphones, mobile phones and PHS (Personal Handyphone System), and slate terminals such as PDA (Personal Digital Assistant).

また、単機能部化装置は、ユーザが使用する端末装置をクライアントとし、当該クライアントに上記の単機能部化に関するサービスを提供するサーバ装置として実装することもできる。例えば、単機能部化装置は、UMLデータを入力とし、フローチャートを出力とする単機能部化サービスを提供するサーバ装置として実装される。この場合、単機能部化装置は、Webサーバとして実装することとしてもよいし、アウトソーシングによって上記の単機能部化に関するサービスを提供するクラウドとして実装することとしてもかまわない。   In addition, the single function unit device may be implemented as a server device that uses the terminal device used by the user as a client and provides the client with the service related to the single function unit. For example, the single function unitization apparatus is implemented as a server apparatus that provides a single function unitization service that receives UML data and outputs a flowchart. In this case, the single function unitization apparatus may be implemented as a Web server, or may be implemented as a cloud that provides the above-described service related to single function unitization by outsourcing.

図13は、プログラムが実行されることにより単機能部化装置が実現されるコンピュータの一例を示す図である。コンピュータ1000は、例えば、メモリ1010、CPU1020を有する。また、コンピュータ1000は、ハードディスクドライブインタフェース1030、ディスクドライブインタフェース1040、シリアルポートインタフェース1050、ビデオアダプタ1060、ネットワークインタフェース1070を有する。これらの各部は、バス1080によって接続される。   FIG. 13 is a diagram illustrating an example of a computer in which a single function unit device is realized by executing a program. The computer 1000 includes a memory 1010 and a CPU 1020, for example. The computer 1000 also includes a hard disk drive interface 1030, a disk drive interface 1040, a serial port interface 1050, a video adapter 1060, and a network interface 1070. These units are connected by a bus 1080.

メモリ1010は、ROM(Read Only Memory)1011およびRAM1012を含む。ROM1011は、例えば、BIOS(Basic Input Output System)等のブートプログラムを記憶する。ハードディスクドライブインタフェース1030は、ハードディスクドライブ1090に接続される。ディスクドライブインタフェース1040は、ディスクドライブ1100に接続される。例えば磁気ディスクや光ディスク等の着脱可能な記憶媒体が、ディスクドライブ1100に挿入される。シリアルポートインタフェース1050は、例えばマウス1110、キーボード1120に接続される。ビデオアダプタ1060は、例えばディスプレイ1130に接続される。   The memory 1010 includes a ROM (Read Only Memory) 1011 and a RAM 1012. The ROM 1011 stores a boot program such as BIOS (Basic Input Output System). The hard disk drive interface 1030 is connected to the hard disk drive 1090. The disk drive interface 1040 is connected to the disk drive 1100. For example, a removable storage medium such as a magnetic disk or an optical disk is inserted into the disk drive 1100. The serial port interface 1050 is connected to a mouse 1110 and a keyboard 1120, for example. The video adapter 1060 is connected to the display 1130, for example.

ハードディスクドライブ1090は、例えば、OS1091、アプリケーションプログラム1092、プログラムモジュール1093、プログラムデータ1094を記憶する。すなわち、単機能部化装置の各処理を規定するプログラムは、コンピュータにより実行可能なコードが記述されたプログラムモジュール1093として実装される。プログラムモジュール1093は、例えばハードディスクドライブ1090に記憶される。例えば、単機能部化装置における機能構成と同様の処理を実行するためのプログラムモジュール1093が、ハードディスクドライブ1090に記憶される。なお、ハードディスクドライブ1090は、SSDにより代替されてもよい。   The hard disk drive 1090 stores, for example, an OS 1091, an application program 1092, a program module 1093, and program data 1094. That is, a program that defines each process of the single function unit is implemented as a program module 1093 in which a code executable by a computer is described. The program module 1093 is stored in the hard disk drive 1090, for example. For example, a program module 1093 for executing the same processing as the functional configuration in the single function unit device is stored in the hard disk drive 1090. Note that the hard disk drive 1090 may be replaced by an SSD.

また、上述した実施形態の処理で用いられる設定データは、プログラムデータ1094として、例えばメモリ1010やハードディスクドライブ1090に記憶される。そして、CPU1020が、メモリ1010やハードディスクドライブ1090に記憶されたプログラムモジュール1093やプログラムデータ1094を必要に応じてRAM1012に読み出して実行する。   The setting data used in the processing of the above-described embodiment is stored as program data 1094 in, for example, the memory 1010 or the hard disk drive 1090. Then, the CPU 1020 reads the program module 1093 and the program data 1094 stored in the memory 1010 and the hard disk drive 1090 to the RAM 1012 and executes them as necessary.

なお、プログラムモジュール1093やプログラムデータ1094は、ハードディスクドライブ1090に記憶される場合に限らず、例えば着脱可能な記憶媒体に記憶され、ディスクドライブ1100等を介してCPU1020によって読み出されてもよい。あるいは、プログラムモジュール1093およびプログラムデータ1094は、ネットワーク(LAN、WAN(Wide Area Network)等)を介して接続された他のコンピュータに記憶されてもよい。そして、プログラムモジュール1093およびプログラムデータ1094は、他のコンピュータから、ネットワークインタフェース1070を介してCPU1020によって読み出されてもよい。   The program module 1093 and the program data 1094 are not limited to being stored in the hard disk drive 1090, but may be stored in, for example, a removable storage medium and read out by the CPU 1020 via the disk drive 1100 or the like. Alternatively, the program module 1093 and the program data 1094 may be stored in another computer connected via a network (LAN, WAN (Wide Area Network), etc.). The program module 1093 and the program data 1094 may be read by the CPU 1020 from another computer via the network interface 1070.

1 単機能部化システム
2 ノード系システム
10 単機能部化装置
11 入力部
12 出力部
13 制御部
14 記憶部
20 設計データ生成装置
131 設定部
132 受信処理特定部
133 送信処理特定部
134 生成部
DESCRIPTION OF SYMBOLS 1 Single function part system 2 Node system 10 Single function part apparatus 11 Input part 12 Output part 13 Control part 14 Memory | storage part 20 Design data generation apparatus 131 Setting part 132 Reception process specific part 133 Transmission process specific part 134 Generation part

Claims (7)

複数の機能部を有するシステムの、前記複数の機能部間における信号の送信処理および受信処理の手順を含む設計データの入力を受け付ける入力部と、
前記設計データを基に、1つの機能部を注目機能部に設定する設定部と、
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記複数の機能部のうちの前記注目機能部以外のいずれかが第1の信号を送信し、前記第1の信号を前記注目機能部が受信する処理を、第1の処理として特定する受信処理特定部と、
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部が第2の信号を送信し、前記第2の信号を、前記複数の機能部のうちの前記注目機能部以外のいずれかが受信する処理を、第2の処理として特定する送信処理特定部と、
前記注目機能部が実行する処理のうち、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表した、前記注目機能部の処理手順を示すデータを生成し、生成した前記処理手順を示すデータが示す処理手順に含まれる処理のうち、あらかじめ設定された特定の処理以外の処理を前記処理手順を示すデータから除外する生成部と、
を有することを特徴とする単機能部化システム。
An input unit that receives input of design data including a procedure of signal transmission processing and reception processing between the plurality of functional units in a system having a plurality of functional units;
Based on the design data, a setting unit for setting one functional unit as a target functional unit;
Wherein extracting the target functional unit to execute processing from the design data, among the extracted processed, any other than the target functional unit of said plurality of functional unit transmits a first signal, said first A receiving process specifying unit that specifies the process of receiving the signal of 1 as the first process,
A process executed by the target function unit is extracted from the design data. Among the extracted processes, the target function unit transmits a second signal, and the second signal is transmitted among the plurality of function units. A process to be received by any one other than the function part of interest is specified as a second process,
Of the processes executed by the target function unit, the first process is represented as a process in which the target function unit receives the first signal, and the second process is expressed by the second function unit. The data indicating the processing procedure of the function unit of interest expressed as the processing for transmitting the signal of the above, and the specific processing set in advance among the processing included in the processing procedure indicated by the generated data indicating the processing procedure a generating unit configured to exclude processing other than the data indicating the processing procedure,
A single-function unit system comprising:
複数の機能部を有するシステムの、前記複数の機能部間における信号の送信処理および受信処理の手順を含む設計データの入力を受け付ける入力部と、
前記設計データを基に、1つの機能部を注目機能部に設定する設定部と、
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記複数の機能部のうちの前記注目機能部以外のいずれかが第1の信号を送信し、前記第1の信号を前記注目機能部が受信する処理を、第1の処理として特定する受信処理特定部と、
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部が第2の信号を送信し、前記第2の信号を、前記複数の機能部のうちの前記注目機能部以外のいずれかが受信する処理を、第2の処理として特定する送信処理特定部と、
前記注目機能部が実行する処理のうち、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表した、前記注目機能部の処理手順を示すデータを生成する生成部と、
を有する単機能部化システムであって、
前記設定部は、前記複数の機能部のうちの第1の機能部と、前記第1の機能部との間で信号の送信または受信を行う第2の機能部と、が集約された機能部である第3の機能部を注目機能部に設定し、
前記受信処理特定部は、前記複数の機能部のうちの、前記第1の機能部以外、かつ、前記第2の機能部以外のいずれかが第1の信号を送信し、前記第1の信号を前記第1の機能部または前記第2の機能部が受信する処理を、第1の処理として特定し、
前記送信処理特定部は、前記第1の機能部または前記第2の機能部が第2の信号を送信し、前記第2の信号を、前記複数の機能部のうちの、前記第1の機能部以外、かつ、前記第2の機能部以外のいずれかが受信する処理を、第2の処理として特定し、
前記生成部は、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表し、さらに、前記第1の機能部が送信した信号を前記第2の機能部が受信する処理、及び前記第2の機能部が送信した処理を第1の機能部が受信する処理を削除したうえで、前記注目機能部の処理手順を示すデータを生成することを特徴とする単機能部化システム。
An input unit that receives input of design data including a procedure of signal transmission processing and reception processing between the plurality of functional units in a system having a plurality of functional units;
Based on the design data, a setting unit for setting one functional unit as a target functional unit;
The process executed by the target function unit is extracted from the design data. Among the extracted processes, any one of the plurality of function units other than the target function unit transmits a first signal. A receiving process specifying unit that specifies the process of receiving the signal of 1 as the first process,
A process executed by the target function unit is extracted from the design data. Among the extracted processes, the target function unit transmits a second signal, and the second signal is transmitted among the plurality of function units. A process to be received by any one other than the function part of interest is specified as a second process,
Of the processes executed by the target function unit, the first process is represented as a process in which the target function unit receives the first signal, and the second process is expressed by the second function unit. A generating unit that generates data indicating a processing procedure of the function unit of interest, which is represented as a process of transmitting the signal of
A single function system comprising:
The setting unit is a functional unit in which a first functional unit among the plurality of functional units and a second functional unit that transmits or receives a signal between the first functional units are aggregated. Is set as the attention function section,
The reception processing specifying unit, among the plurality of functional portions, the other first functional unit, and any other than the second functional unit sends the first signal, said first signal The process received by the first function unit or the second function unit is specified as the first process,
The transmission processing specifying unit is configured such that the first function unit or the second function unit transmits a second signal, and the second function is transmitted to the first function of the plurality of function units. And a process received by any one other than the second functional unit other than the second functional unit is specified as the second process,
The generating unit represents the first process as a process in which the target function unit receives the first signal, and the second process is a process in which the target function unit transmits the second signal. Further, the process of receiving the signal transmitted by the first function unit by the second function unit and the process of receiving the process transmitted by the second function unit by the first function unit are deleted. In addition , a single function unit system, characterized in that data indicating a processing procedure of the function unit of interest is generated.
前記入力部は、前記設計データとしてUMLデータの入力を受け付け、
前記生成部は、前記注目機能部の処理手順を示すデータとしてフローチャートを生成することを特徴とする請求項1または2に記載の単機能部化システム。
The input unit accepts input of UML data as the design data,
The generating unit is a single functional unit of the system according to claim 1 or 2, characterized in that to generate the flow chart as data indicating the processing procedure of the target functional unit.
単機能部化システムで実行される単機能部化方法であって、
複数の機能部を有するシステムの、前記複数の機能部間における信号の送信処理および受信処理の手順を含む設計データの入力を受け付ける入力工程と、
前記設計データを基に、1つの機能部を注目機能部に設定する設定工程と、
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記複数の機能部のうちの前記注目機能部以外のいずれかが第1の信号を送信し、前記第1の信号を前記注目機能部が受信する処理を、第1の処理として特定する受信処理特定工程と、
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部が第2の信号を送信し、前記第2の信号を、前記複数の機能部のうちの前記注目機能部以外のいずれかが受信する処理を、第2の処理として特定する送信処理特定工程と、
前記注目機能部が実行する処理のうち、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表した、前記注目機能部の処理手順を示すデータを生成し、生成した前記処理手順を示すデータが示す処理手順に含まれる処理のうち、あらかじめ設定された特定の処理以外の処理を前記処理手順を示すデータから除外する生成工程と、
を含んだことを特徴とする単機能部化方法。
A single function division method executed in a single function division system,
An input process for receiving input of design data including a procedure of signal transmission processing and reception processing between the plurality of functional units in a system having a plurality of functional units;
Based on the design data, a setting step for setting one functional unit as a target functional unit;
Wherein extracting the target functional unit to execute processing from the design data, among the extracted processed, any other than the target functional unit of said plurality of functional unit transmits a first signal, said first A receiving process specifying step of specifying the process of receiving the signal of 1 as the first process by the attention function unit;
A process executed by the target function unit is extracted from the design data. Among the extracted processes, the target function unit transmits a second signal, and the second signal is transmitted among the plurality of function units. A process that is received by any one of the functional units other than the target function unit is specified as a second process,
Of the processes executed by the target function unit, the first process is represented as a process in which the target function unit receives the first signal, and the second process is expressed by the second function unit. The data indicating the processing procedure of the function unit of interest expressed as the processing for transmitting the signal of the above, and the specific processing set in advance among the processing included in the processing procedure indicated by the generated data indicating the processing procedure a generation step of excluding the processing other than the data indicating the processing procedure,
A method for forming a single-function unit, comprising:
単機能部化システムで実行される単機能部化方法であって、A single function division method executed in a single function division system,
複数の機能部を有するシステムの、前記複数の機能部間における信号の送信処理および受信処理の手順を含む設計データの入力を受け付ける入力工程と、An input process for receiving input of design data including a procedure of signal transmission processing and reception processing between the plurality of functional units in a system having a plurality of functional units;
前記設計データを基に、1つの機能部を注目機能部に設定する設定工程と、Based on the design data, a setting step for setting one functional unit as a target functional unit;
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記複数の機能部のうちの前記注目機能部以外のいずれかが第1の信号を送信し、前記第1の信号を前記注目機能部が受信する処理を、第1の処理として特定する受信処理特定工程と、The process executed by the target function unit is extracted from the design data. Among the extracted processes, any one of the plurality of function units other than the target function unit transmits a first signal. A receiving process specifying step of specifying the process of receiving the signal of 1 as the first process by the attention function unit;
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部が第2の信号を送信し、前記第2の信号を、前記複数の機能部のうちの前記注目機能部以外のいずれかが受信する処理を、第2の処理として特定する送信処理特定工程と、A process executed by the target function unit is extracted from the design data. Among the extracted processes, the target function unit transmits a second signal, and the second signal is transmitted among the plurality of function units. A process that is received by any one of the functional units other than the target function unit is specified as a second process,
前記注目機能部が実行する処理のうち、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表した、前記注目機能部の処理手順を示すデータを生成する生成工程と、Of the processes executed by the target function unit, the first process is represented as a process in which the target function unit receives the first signal, and the second process is expressed by the second function unit. A generation step of generating data indicating a processing procedure of the function unit of interest, represented as a process of transmitting the signal of
を含み、Including
前記設定工程は、前記複数の機能部のうちの第1の機能部と、前記第1の機能部との間で信号の送信または受信を行う第2の機能部と、が集約された機能部である第3の機能部を注目機能部に設定し、In the setting step, a functional unit in which a first functional unit among the plurality of functional units and a second functional unit that transmits or receives signals between the first functional units are aggregated. Is set as the attention function section,
前記受信処理特定工程は、前記複数の機能部のうちの、前記第1の機能部以外、かつ、前記第2の機能部以外のいずれかが第1の信号を送信し、前記第1の信号を前記第1の機能部または前記第2の機能部が受信する処理を、第1の処理として特定し、In the reception process specifying step, any one of the plurality of functional units other than the first functional unit and other than the second functional unit transmits a first signal, and the first signal The process received by the first function unit or the second function unit is specified as the first process,
前記送信処理特定工程は、前記第1の機能部または前記第2の機能部が第2の信号を送信し、前記第2の信号を、前記複数の機能部のうちの、前記第1の機能部以外、かつ、前記第2の機能部以外のいずれかが受信する処理を、第2の処理として特定し、In the transmission process specifying step, the first function unit or the second function unit transmits a second signal, and the second function is transmitted to the first function of the plurality of function units. And a process received by any one other than the second functional unit other than the second functional unit is specified as the second process,
前記生成工程は、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表し、さらに、前記第1の機能部が送信した信号を前記第2の機能部が受信する処理、及び前記第2の機能部が送信した処理を第1の機能部が受信する処理を削除したうえで、前記注目機能部の処理手順を示すデータを生成することを特徴とする単機能部化方法。The generating step represents the first process as a process in which the target function unit receives the first signal, and the second process is a process in which the target function unit transmits the second signal. Further, the process of receiving the signal transmitted by the first function unit by the second function unit and the process of receiving the process transmitted by the second function unit by the first function unit are deleted. After that, the single function part forming method is characterized by generating data indicating the processing procedure of the function part of interest.
複数の機能部を有するシステムの、前記複数の機能部間における信号の送信処理および受信処理の手順を含む設計データの入力を受け付ける入力ステップと、
前記設計データを基に、1つの機能部を注目機能部に設定する設定ステップと、
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記複数の機能部のうちの前記注目機能部以外のいずれかが第1の信号を送信し、前記第1の信号を前記注目機能部が受信する処理を、第1の処理として特定する受信処理特定ステップと、
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部が第2の信号を送信し、前記第2の信号を、前記複数の機能部のうちの前記注目機能部以外のいずれかが受信する処理を、第2の処理として特定する送信処理特定ステップと、
前記注目機能部が実行する処理のうち、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表した、前記注目機能部の処理手順を示すデータを生成し、生成した前記処理手順を示すデータが示す処理手順に含まれる処理のうち、あらかじめ設定された特定の処理以外の処理を前記処理手順を示すデータから除外する生成ステップと、
をコンピュータに実行させることを特徴とする単機能部化プログラム。
An input step for receiving input of design data including a procedure of signal transmission processing and reception processing between the plurality of functional units in a system having a plurality of functional units;
Based on the design data, a setting step for setting one functional unit as a target functional unit;
Wherein extracting the target functional unit to execute processing from the design data, among the extracted processed, any other than the target functional unit of said plurality of functional unit transmits a first signal, said first A receiving process specifying step of specifying a process of receiving the signal of 1 as the first process by the attention function unit;
A process executed by the target function unit is extracted from the design data. Among the extracted processes, the target function unit transmits a second signal, and the second signal is transmitted among the plurality of function units. A transmission process specifying step of specifying a process received by any one other than the attention function unit as a second process;
Of the processes executed by the target function unit, the first process is represented as a process in which the target function unit receives the first signal, and the second process is expressed by the second function unit. The data indicating the processing procedure of the function unit of interest expressed as the processing for transmitting the signal of the above, and the specific processing set in advance among the processing included in the processing procedure indicated by the generated data indicating the processing procedure a generation step of excluding the processing other than the data indicating the processing procedure,
A single-function program for causing a computer to execute the program.
複数の機能部を有するシステムの、前記複数の機能部間における信号の送信処理および受信処理の手順を含む設計データの入力を受け付ける入力ステップと、An input step for receiving input of design data including a procedure of signal transmission processing and reception processing between the plurality of functional units in a system having a plurality of functional units;
前記設計データを基に、1つの機能部を注目機能部に設定する設定ステップと、Based on the design data, a setting step for setting one functional unit as a target functional unit;
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記複数の機能部のうちの前記注目機能部以外のいずれかが第1の信号を送信し、前記第1の信号を前記注目機能部が受信する処理を、第1の処理として特定する受信処理特定ステップと、The process executed by the target function unit is extracted from the design data. Among the extracted processes, any one of the plurality of function units other than the target function unit transmits a first signal. A receiving process specifying step of specifying a process of receiving the signal of 1 as the first process by the attention function unit;
前記設計データから前記注目機能部が実行する処理を抽出し、抽出された処理のうち、前記注目機能部が第2の信号を送信し、前記第2の信号を、前記複数の機能部のうちの前記注目機能部以外のいずれかが受信する処理を、第2の処理として特定する送信処理特定ステップと、A process executed by the target function unit is extracted from the design data. Among the extracted processes, the target function unit transmits a second signal, and the second signal is transmitted among the plurality of function units. A transmission process specifying step of specifying a process received by any one other than the attention function unit as a second process;
前記注目機能部が実行する処理のうち、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表した、前記注目機能部の処理手順を示すデータを生成する生成ステップと、Of the processes executed by the target function unit, the first process is represented as a process in which the target function unit receives the first signal, and the second process is expressed by the second function unit. A generation step of generating data indicating the processing procedure of the function unit of interest, represented as a process of transmitting the signal of
をコンピュータに実行させる単機能部化プログラムであって、A single-function program that causes a computer to execute
前記設定ステップは、前記複数の機能部のうちの第1の機能部と、前記第1の機能部との間で信号の送信または受信を行う第2の機能部と、が集約された機能部である第3の機能部を注目機能部に設定し、In the setting step, a functional unit in which a first functional unit of the plurality of functional units and a second functional unit that transmits or receives signals between the first functional units are aggregated. Is set as the attention function section,
前記受信処理特定ステップは、前記複数の機能部のうちの、前記第1の機能部以外、かつ、前記第2の機能部以外のいずれかが第1の信号を送信し、前記第1の信号を前記第1の機能部または前記第2の機能部が受信する処理を、第1の処理として特定し、In the reception processing specifying step, any one of the plurality of functional units other than the first functional unit and other than the second functional unit transmits the first signal, and the first signal The process received by the first function unit or the second function unit is specified as the first process,
前記送信処理特定ステップは、前記第1の機能部または前記第2の機能部が第2の信号を送信し、前記第2の信号を、前記複数の機能部のうちの、前記第1の機能部以外、かつ、前記第2の機能部以外のいずれかが受信する処理を、第2の処理として特定し、In the transmission processing specifying step, the first function unit or the second function unit transmits a second signal, and the second function is transmitted to the first function of the plurality of function units. And a process received by any one other than the second functional unit other than the second functional unit is specified as the second process,
前記生成ステップは、前記第1の処理を、前記第1の信号を前記注目機能部が受信する処理として表し、前記第2の処理を、前記注目機能部が前記第2の信号を送信する処理として表し、さらに、前記第1の機能部が送信した信号を前記第2の機能部が受信する処理、及び前記第2の機能部が送信した処理を第1の機能部が受信する処理を削除したうえで、前記注目機能部の処理手順を示すデータを生成することを特徴とする単機能部化プログラム。The generating step represents the first process as a process in which the target function unit receives the first signal, and the second process is a process in which the target function unit transmits the second signal. Further, the process of receiving the signal transmitted by the first function unit by the second function unit and the process of receiving the process transmitted by the second function unit by the first function unit are deleted. In addition, a single function unitizing program for generating data indicating a processing procedure of the function unit of interest.
JP2016094011A 2016-05-09 2016-05-09 Single function part system, single function part method and single function part program Active JP6606010B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016094011A JP6606010B2 (en) 2016-05-09 2016-05-09 Single function part system, single function part method and single function part program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016094011A JP6606010B2 (en) 2016-05-09 2016-05-09 Single function part system, single function part method and single function part program

Publications (2)

Publication Number Publication Date
JP2017204035A JP2017204035A (en) 2017-11-16
JP6606010B2 true JP6606010B2 (en) 2019-11-13

Family

ID=60322915

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016094011A Active JP6606010B2 (en) 2016-05-09 2016-05-09 Single function part system, single function part method and single function part program

Country Status (1)

Country Link
JP (1) JP6606010B2 (en)

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06149555A (en) * 1992-11-16 1994-05-27 Nippon Telegr & Teleph Corp <Ntt> Data flow chart preparing method
JP4186383B2 (en) * 2000-05-12 2008-11-26 オムロン株式会社 Programmable controller system
JP2003050722A (en) * 2001-08-03 2003-02-21 Sony Corp System and method for analyzing program
JP5203806B2 (en) * 2008-06-06 2013-06-05 インターナショナル・ビジネス・マシーンズ・コーポレーション Sequence diagram creation apparatus, sequence diagram creation method, and computer program
JP6102448B2 (en) * 2013-04-10 2017-03-29 富士通株式会社 Verification support program, verification support apparatus, and verification support method
JP2014241051A (en) * 2013-06-11 2014-12-25 日本電気株式会社 Information processing apparatus, information processing method, and information processing program

Also Published As

Publication number Publication date
JP2017204035A (en) 2017-11-16

Similar Documents

Publication Publication Date Title
US10255370B2 (en) Automated compliance checking through analysis of cloud infrastructure templates
EP3207454B1 (en) Configuration transform for application deployment
US9351105B2 (en) Location based applications
US11201812B2 (en) Virtual probes
JP6725564B2 (en) Creating apparatus, creating system, creating method and creating program
CN107533611B (en) Protecting user identifiable information in the transmission of telemetry data
WO2016058488A1 (en) Method and device for providing sdk files
JP2022041907A (en) Api mash-up infrastructure generation on computing system
US20160080293A1 (en) Accounts Control
US20210250244A1 (en) Internet of things system topology generation
WO2016095187A1 (en) Apparatus and method for adding nodes to a computing cluster
CN113127361A (en) Application program development method and device, electronic equipment and storage medium
JP6864610B2 (en) Specific system, specific method and specific program
EP2980701B1 (en) Stream processing with context data affinity
US20140005974A1 (en) Automatically modifying a test for a program on multiple electronic devices
US10990508B2 (en) Computing system with GUI testing device and related methods
JP2017054380A (en) Program information generation system, method, and program
JP6606010B2 (en) Single function part system, single function part method and single function part program
JP6581155B2 (en) Unnecessary file detection device, unnecessary file detection method and unnecessary file detection program
US9075670B1 (en) Stream processing with context data affinity
JP6386422B2 (en) Device setting program and device setting method
JP6310532B1 (en) Generating device, generating method, and generating program
US20230334007A1 (en) Data flow control device, data flow control method, and data flow control program
US20240121152A1 (en) Configuration feeding device, configuration feeding method, and configuration feeding program
JP6452904B1 (en) Design support apparatus, design support method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180618

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190319

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190514

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: 20191015

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191017

R150 Certificate of patent or registration of utility model

Ref document number: 6606010

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150