JP2014089530A - Model analysis support program and model analysis support device - Google Patents

Model analysis support program and model analysis support device Download PDF

Info

Publication number
JP2014089530A
JP2014089530A JP2012238354A JP2012238354A JP2014089530A JP 2014089530 A JP2014089530 A JP 2014089530A JP 2012238354 A JP2012238354 A JP 2012238354A JP 2012238354 A JP2012238354 A JP 2012238354A JP 2014089530 A JP2014089530 A JP 2014089530A
Authority
JP
Japan
Prior art keywords
dependency
route
unit
elements
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2012238354A
Other languages
Japanese (ja)
Inventor
Haruhisa Tsukushi
晴久 筑紫
Takumi Kohase
巧 小長谷
Junichi Nakai
淳一 中井
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.)
AZAPA CO Ltd
Original Assignee
AZAPA CO Ltd
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 AZAPA CO Ltd filed Critical AZAPA CO Ltd
Priority to JP2012238354A priority Critical patent/JP2014089530A/en
Publication of JP2014089530A publication Critical patent/JP2014089530A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a model analysis support program and a model analysis support device for supporting analysis by a user by displaying a hierarchical structure to be derived from an inter-element dependency extracted from a simulation model.SOLUTION: A dependency information acquisition part 110 acquires each element and dependency information. A dependency updating part 120 updates dependency as follows. A deletion element designation part 121 designates a connection element having only connection information as a designation element as a deletion object. A dependency application part 122 applies the dependency between a processing element on an upstream side of the designation element and a processing element on a downstream side of the designation element. A designation element deletion part 123 deletes the designation element. Then, a path structure deriving part 130 derives the path structure of a path designated by a user.

Description

本発明は、モデル分析支援プログラムおよびモデル分析支援装置に関する。より詳細には、ユーザーによるシミュレーションモデルの分析を支援するモデル分析支援プログラムおよびモデル分析支援装置に関するものである。   The present invention relates to a model analysis support program and a model analysis support apparatus. More specifically, the present invention relates to a model analysis support program and a model analysis support device that support a user to analyze a simulation model.

多数のプロセスが複雑に絡み合ったシミュレーションモデルにおいては、プロセスの再実施を減らすことが好ましい。モデル分析が容易になり、開発効率が向上するからである。そのプロセスの最適化のために、設計構造行列(DSM:Design Structure Matrix)が用いられることがある。   In a simulation model in which a large number of processes are complicatedly entangled, it is preferable to reduce re-execution of processes. This is because model analysis becomes easier and development efficiency improves. A Design Structure Matrix (DSM) may be used to optimize the process.

設計構造行列(DSM)では、要素間の依存関係情報が行列形式で表現されている。そして、要素間に依存関係がある場合に、設計構造行列(DSM)の非対角成分に0でない数値が入ることとなる。この設計構造行列(DSM)を最適化するために、種々の技術が開発されている。特許文献1には、設計構造行列(DSM)を用いて開発工程を演算により並び替えることにより、開発工程の繰り返し作業を低減させる製品開発プロセス支援システムが開示されている。これにより、プロセスの再実施の少ないプロセス設計が可能となるとしている。   In the design structure matrix (DSM), dependency relationship information between elements is expressed in a matrix format. When there is a dependency between elements, a numerical value other than 0 is entered in the off-diagonal component of the design structure matrix (DSM). Various techniques have been developed to optimize this design structure matrix (DSM). Patent Document 1 discloses a product development process support system that reduces the repetitive work of the development process by rearranging the development process by calculation using a design structure matrix (DSM). This makes it possible to design a process with less process re-execution.

特開2007−109073号公報JP 2007-109073 A

しかし、演算により効率化したプロセス設計であっても、シミュレーションモデルの規模が大きすぎてユーザーが全体像を把握することが困難な場合がある。また、演算により並び替えたプロセス設計が必ずしも最適でない場合もある。また、ユーザーが、特殊な複数のプロセスをまとめてグループ化して扱いたい場合もある。このように、ユーザーによる設計思想を反映させたプロセス設計を行うには、ユーザーが、要素間の依存関係や、階層関係などを把握できるように支援することが好ましい。   However, even if the process design is more efficient by computation, the scale of the simulation model may be too large for the user to grasp the overall picture. In addition, the process design rearranged by calculation may not always be optimal. There are also cases where a user wants to handle a plurality of special processes as a group. As described above, in order to perform process design reflecting the design philosophy by the user, it is preferable to support the user so that the dependency relationship between elements, the hierarchical relationship, and the like can be grasped.

本発明は、前述した従来の技術が有する問題点を解決するためになされたものである。すなわちその課題とするところは、シミュレーションモデルから抽出した要素間の依存関係から導出される階層構造などを表示することにより、ユーザーによる分析を支援することを図ったモデル分析支援プログラムおよびモデル分析支援装置を提供することである。   The present invention has been made to solve the above-described problems of the prior art. In other words, the problem is that a model analysis support program and a model analysis support device aiming to support the analysis by the user by displaying the hierarchical structure derived from the dependency relationship between the elements extracted from the simulation model. Is to provide.

第1の態様におけるモデル分析支援装置は、複数の要素間の依存関係情報を表現する設計構造行列を用いるものである。要素には、実行する処理を有する処理要素と、実行する処理を有さずに処理要素同士を接続する接続情報のみを有する接続要素と、の少なくとも2種類がある。モデル分析支援装置は、処理要素と、接続要素と、これらの要素間の依存関係情報とを取得する依存関係情報取得部と、依存関係情報取得部により取得された要素間の依存関係を更新する依存関係更新部と、依存関係更新部により更新された要素間の依存関係を設計構造行列として表示部に表示させる設計構造行列表示部と、を有する。そして、依存関係更新部は、接続要素を削除対象として指定要素に指定する削除要素指定部と、指定要素より上流側に位置する処理要素と指定要素より下流側に位置する処理要素との間に新たに依存関係を付与する依存関係付与部と、依存関係付与部による依存関係の付与の後に指定要素を削除する指定要素削除部と、を有する。   The model analysis support apparatus according to the first aspect uses a design structure matrix that expresses dependency relationship information between a plurality of elements. There are at least two types of elements: a processing element having a process to be executed and a connection element having only connection information for connecting the processing elements without having a process to be executed. The model analysis support device updates a dependency relationship information acquisition unit that acquires processing elements, connection elements, and dependency information between these elements, and a dependency relationship between the elements acquired by the dependency relationship information acquisition unit. A dependency relationship update unit; and a design structure matrix display unit for displaying the dependency relationship between the elements updated by the dependency relationship update unit on the display unit as a design structure matrix. Then, the dependency relationship update unit is between the deletion element designating unit that designates the connection element as a deletion target as the designated element, and the processing element that is located upstream from the designated element and the processing element that is located downstream from the designated element. A dependency relationship adding unit that newly adds a dependency relationship; and a specified element deleting unit that deletes the specified element after the dependency relationship is added by the dependency relationship providing unit.

このモデル分析支援装置は、取得した要素のうちから接続要素を削除するとともに新たな依存関係を付与することができる。そのため、不要な接続要素を除外した設計構造行列(DSM)を表示することができる。   The model analysis support apparatus can delete a connection element from the acquired elements and can add a new dependency relationship. Therefore, a design structure matrix (DSM) excluding unnecessary connection elements can be displayed.

第2の態様におけるモデル分析支援装置は、依存関係情報取得部により取得された複数の処理要素を表示部に表示させる選択要素表示部と、選択要素表示部により表示部に表示された複数の処理要素のうちからユーザーにより選択された処理要素を基準要素として受け付ける選択要素受付部と、基準要素より上流の経路と基準要素より下流の経路とのうちいずれの経路を探索するかについてユーザーによる指定を指定経路として受け付ける探索経路受付部と、基準要素からの指定経路の経路構造を導出する経路構造導出部と、を有する。これにより、基準要素からの経路構造を導出することができる。   The model analysis support apparatus according to the second aspect includes a selection element display unit that displays a plurality of processing elements acquired by the dependency relationship information acquisition unit on the display unit, and a plurality of processes displayed on the display unit by the selection element display unit Specify by the user whether to select the selected element reception unit that receives the processing element selected by the user from among the elements as the reference element, and the route that is upstream from the reference element or the route that is downstream from the reference element. A search route receiving unit that receives as a designated route, and a route structure derivation unit that derives a route structure of the designated route from the reference element. Thereby, the path structure from the reference element can be derived.

第3の態様におけるモデル分析支援装置では、経路構造導出部は、探索経路受付部により受け付けられた指定経路が上流の経路である場合に、基準要素から上流の処理要素について基準要素からの距離および階層数および分岐点数を導出するとともに、探索経路受付部により受け付けられた指定経路が下流の経路である場合に、基準要素から下流の処理要素について基準要素からの距離および階層数および分岐点数を導出するものである。   In the model analysis support device according to the third aspect, the route structure deriving unit, when the designated route received by the search route receiving unit is an upstream route, the distance from the reference element and the processing element upstream from the reference element and In addition to deriving the number of hierarchies and the number of branch points, when the specified route accepted by the search route acceptance unit is a downstream route, the distance from the reference element, the number of hierarchies, and the number of branch points are derived for the downstream processing element from the reference element. To do.

第4の態様におけるモデル分析支援装置は、経路構造導出部により導出された距離を横軸にするとともに経路構造導出部により導出された階層数を縦軸にして表示部に表示させる階層構造表示部を有する。階層構造をグラフとして表示することができる。   The model analysis support apparatus according to the fourth aspect includes a hierarchical structure display unit that displays the distance derived by the route structure deriving unit on the horizontal axis and the number of hierarchies derived by the route structure deriving unit on the vertical axis. Have The hierarchical structure can be displayed as a graph.

第5の態様におけるモデル分析支援装置は、経路構造導出部により導出された距離を横軸にするとともに経路構造導出部により導出された分岐点数を縦軸にして表示部に表示させる分岐構造表示部を有する。分岐構造をグラフとして表示することができる。   The model analysis support apparatus according to the fifth aspect includes a branch structure display unit that displays the distance derived by the route structure deriving unit on the horizontal axis and the number of branch points derived by the route structure deriving unit on the vertical axis on the display unit. Have The branch structure can be displayed as a graph.

第6の態様におけるモデル分析支援プログラムは、複数の要素間の依存関係情報を表現する設計構造行列を用いるモデル分析支援装置としてコンピューターに実行させるためのものである。要素には、実行する処理を有する処理要素と、実行する処理を有さずに処理要素同士を接続する接続情報のみを有する接続要素と、の少なくとも2種類がある。このプログラムは、処理要素と、接続要素と、これらの要素間の依存関係情報とを取得する依存関係情報取得機能と、依存関係情報取得機能により取得された要素間の依存関係を更新する依存関係更新機能と、依存関係更新機能により更新された要素間の依存関係を設計構造行列として表示部に表示させる設計構造行列表示機能と、を実現させるものである。そして、依存関係更新機能は、接続要素を削除対象として指定要素に指定する削除要素指定機能と、指定要素より上流側に位置する処理要素と指定要素より下流側に位置する処理要素との間に新たに依存関係を付与する依存関係付与機能と、依存関係付与機能による依存関係の付与の後に指定要素を削除する指定要素削除機能と、を実現させるものである。   The model analysis support program according to the sixth aspect is for causing a computer to execute as a model analysis support apparatus using a design structure matrix that expresses dependency relationship information between a plurality of elements. There are at least two types of elements: a processing element having a process to be executed and a connection element having only connection information for connecting the processing elements without having a process to be executed. This program is a dependency relationship acquisition function that acquires processing elements, connection elements, and dependency information between these elements, and a dependency relationship that updates the dependency relationship between elements acquired by the dependency information acquisition function An update function and a design structure matrix display function for displaying a dependency relationship between elements updated by the dependency relationship update function as a design structure matrix on the display unit are realized. Then, the dependency relationship update function is between the deletion element designation function that designates the connection element as a deletion target in the designated element, and the processing element that is located upstream from the designated element and the processing element that is located downstream from the designated element. A dependency granting function for newly giving a dependency relationship and a specified element deleting function for deleting a specified element after the dependency relationship is given by the dependency granting function are realized.

第7の態様におけるモデル分析支援プログラムは、依存関係情報取得機能により取得された複数の処理要素を表示部に表示させる選択要素表示機能と、選択要素表示機能により表示部に表示された複数の処理要素のうちからユーザーにより選択された処理要素を基準要素として受け付ける選択要素受付機能と、基準要素より上流の経路と基準要素より下流の経路とのうちいずれの経路を探索するかについてユーザーによる指定を指定経路として受け付ける探索経路受付機能と、基準要素からの指定経路の経路構造を導出する経路構造導出機能と、を実現させるためのものである。   The model analysis support program according to the seventh aspect includes a selection element display function for displaying a plurality of processing elements acquired by the dependency relationship information acquisition function on the display unit, and a plurality of processes displayed on the display unit by the selection element display function. Specify by the user whether to search for a selection element reception function that accepts a processing element selected by the user from among the elements as a reference element, and a route that is upstream of the reference element or a route that is downstream of the reference element This is to realize a search route acceptance function that is accepted as a designated route and a route structure derivation function that derives a route structure of a designated route from a reference element.

本発明によれば、シミュレーションモデルから抽出した要素間の依存関係から導出される階層構造などを表示することにより、ユーザーによる分析を支援することを図ったモデル分析支援プログラムおよびモデル分析支援装置が提供されている。   According to the present invention, there is provided a model analysis support program and a model analysis support device that support analysis by a user by displaying a hierarchical structure or the like derived from a dependency relationship between elements extracted from a simulation model. Has been.

実施形態に係るモデル分析支援装置で取り扱うブロック図情報の基になるブロック図を例示する図である。It is a figure which illustrates the block diagram used as the basis of the block diagram information handled with the model analysis assistance apparatus which concerns on embodiment. 実施形態に係るモデル分析支援装置のハードウェアの構成を示す概略構成図である。It is a schematic block diagram which shows the structure of the hardware of the model analysis assistance apparatus which concerns on embodiment. 実施形態に係るモデル分析支援装置の制御部の構成を説明するためのブロック図である。It is a block diagram for demonstrating the structure of the control part of the model analysis assistance apparatus which concerns on embodiment. 実施形態に係るモデル分析支援装置で処理される設計構造行列(Design Structure Matrix)を例示する図である。It is a figure which illustrates the design structure matrix (Design Structure Matrix) processed with the model analysis assistance apparatus which concerns on embodiment. 図1のブロック図より下の階層を示すブロック図である。It is a block diagram which shows the hierarchy below the block diagram of FIG. 図1および図5のブロック図を接続した様子を示すブロック図である。It is a block diagram which shows a mode that the block diagram of FIG. 1 and FIG. 5 was connected. 図6のブロック図から階層要素を削除した状態を示すブロック図である。It is a block diagram which shows the state which deleted the hierarchy element from the block diagram of FIG. 案内要素を用いた場合を例示するブロック図である。It is a block diagram which illustrates the case where a guidance element is used. 図8に仮想線L7を描いた場合を示すブロック図である。It is a block diagram which shows the case where the virtual line L7 is drawn in FIG. 処理要素間に結線の引かれていない場合を例示するブロック図である。It is a block diagram which illustrates the case where connection is not drawn between processing elements. 図10に仮の結線L8、L9を描いた場合を示すブロック図である。FIG. 11 is a block diagram showing a case where temporary connections L8 and L9 are drawn in FIG. 依存関係を付与する場合を示す図である。It is a figure which shows the case where a dependency relationship is provided. 階層D3を例示するブロック図である。It is a block diagram which illustrates the hierarchy D3. 階層構造のグラフを例示した図である。It is the figure which illustrated the graph of the hierarchical structure. 分岐構造のグラフを例示した図である。It is the figure which illustrated the graph of the branch structure. 制御部の実行するフローを示すフローチャートである。It is a flowchart which shows the flow which a control part performs.

以下、本発明に係る実施形態について添付図面を参照しつつ説明する。   Embodiments according to the present invention will be described below with reference to the accompanying drawings.

(第1の実施形態)
第1の実施形態について説明する。第1の実施形態のモデル分析支援装置は、Simulink(登録商標)により出力されるブロック図のブロック図情報に基づいて、シミュレーションモデルの最適化や検討を実施するためのものである。つまり、ソフトウェア(Simulink(登録商標))は、ブロック図およびそれに付随するブロック図情報を出力する。そして、モデル分析支援装置は、その出力された情報を取得して、シミュレーションモデルの分析・検討を支援する。そして、モデル分析支援プログラムは、そのための機能を実現させるためのものである。
(First embodiment)
A first embodiment will be described. The model analysis support apparatus of the first embodiment is for performing optimization and examination of a simulation model based on block diagram information of a block diagram output by Simulink (registered trademark). That is, the software (Simulink (registered trademark)) outputs a block diagram and accompanying block diagram information. Then, the model analysis support apparatus acquires the output information and supports the analysis / examination of the simulation model. The model analysis support program is for realizing a function for that purpose.

1.ブロック図
図1に、Simulink(登録商標)により出力されるブロック図の一例を示す。図1に示すように、ブロック図には、要素(1010、1020、1100等)と、各要素とをつなぐ結線(L1、L2、L3等)とが描かれている。要素には、実行する処理を有する処理要素と、実行する処理を有さずに処理要素同士を接続する接続情報のみを有する接続要素と、の少なくとも2種類がある。結線L1は、処理要素1010と処理要素1300とをつなぐ結線である。
1. Block Diagram FIG. 1 shows an example of a block diagram output by Simulink (registered trademark). As shown in FIG. 1, in the block diagram, elements (1010, 1020, 1100, etc.) and connections (L1, L2, L3, etc.) connecting the elements are drawn. There are at least two types of elements: a processing element having a process to be executed and a connection element having only connection information for connecting the processing elements without having a process to be executed. The connection line L1 is a connection line that connects the processing element 1010 and the processing element 1300.

結線L1は、矢印で示されている。この結線L1は、処理要素1010から出力された情報(数値、文字列、その他の情報を含む。以下同じ)が、処理要素1300に受け渡されていることを示している。したがって、処理要素1300は、処理要素1010に依存している。ここで、処理要素1010は、処理要素1300の依存元といい、処理要素1300は、処理要素1010の依存先ということとする。   Connection L1 is indicated by an arrow. This connection L1 indicates that information (including numerical values, character strings, and other information; the same applies hereinafter) output from the processing element 1010 has been passed to the processing element 1300. Accordingly, processing element 1300 is dependent on processing element 1010. Here, the processing element 1010 is referred to as a dependency source of the processing element 1300, and the processing element 1300 is referred to as a dependency destination of the processing element 1010.

図1には、階層D1と、階層D2と、階層D3とが示されている。階層D2および階層D3は、階層D1より下の階層である。逆に、階層D1は、階層D2および階層D2より上の階層である。全ての処理要素を1つの面で表すと非常に複雑なものとなる。そのため、Simulink(登録商標)では、便宜上、1以上の階層を造ることができるようになっている。そのため、Simulink(登録商標)から出力されるデータは、複数の階層に及ぶのが一般的である。   FIG. 1 shows a hierarchy D1, a hierarchy D2, and a hierarchy D3. The hierarchy D2 and the hierarchy D3 are lower than the hierarchy D1. Conversely, the hierarchy D1 is a hierarchy above the hierarchy D2 and the hierarchy D2. If all the processing elements are expressed in one plane, it becomes very complicated. Therefore, in Simulink (registered trademark), for convenience, one or more hierarchies can be created. Therefore, data output from Simulink (registered trademark) generally extends to a plurality of layers.

このように、ブロック図は、複数の処理要素と、これらの処理要素間の依存関係を表す結線情報とを有している。ここで、ある処理要素からみて依存元(矢印の元)の方向を上流ということとする。そして、ある処理要素からみて依存先(矢印の先)の方向を下流ということとする。この上流、下流という概念は、階層をまたいでも成立する。   As described above, the block diagram includes a plurality of processing elements and connection information that represents the dependency between these processing elements. Here, in view of a certain processing element, the direction of the dependence source (the source of the arrow) is assumed to be upstream. The direction of the dependence destination (point of arrow) is assumed to be downstream from the viewpoint of a certain processing element. This concept of upstream and downstream holds even across layers.

図1に示すように、上流側(図中左側)から下流側(図中右側)に向けて処理要素の処理が実行される。しかし、L11に示すように、下流側から上流側に向かう矢印も存在する。そのため、処理要素1100および処理要素1300は、処理要素1430に依存している。このように、下流側の処理要素の処理の結果を上流側の処理要素が受ける「戻り」が生ずることもある。この戻りの処理は、可読性・シミュレーション実行テストの観点から、適切に管理する必要がある。   As shown in FIG. 1, the processing elements are processed from the upstream side (left side in the figure) to the downstream side (right side in the figure). However, as indicated by L11, there is an arrow from the downstream side toward the upstream side. Therefore, the processing element 1100 and the processing element 1300 depend on the processing element 1430. As described above, there may be a “return” in which the upstream processing element receives the processing result of the downstream processing element. This return processing must be appropriately managed from the viewpoint of readability and simulation execution test.

ここで、Simulink(登録商標)から出力される情報には、各々の処理要素の座標や、結線の情報が受け渡される。また、各々の処理要素で具体的に行う処理、演算等の情報も受け渡される。本実施形態のモデル分析支援装置は、これらの受け渡される情報のうちの少なくとも一部を用いて、シミュレーションモデルの最適化や、ユーザーによる処理要素の分析・検討を支援することができる。   Here, the information outputted from Simulink (registered trademark) is passed the coordinates of each processing element and the information of the connection. In addition, information such as processing and calculation specifically performed by each processing element is also passed. The model analysis support apparatus according to the present embodiment can support optimization of a simulation model and analysis / examination of a processing element by a user using at least a part of the transferred information.

2.モデル分析支援装置
本実施形態のモデル分析支援装置1は、Simulink(登録商標)から出力される複数の要素間の依存関係情報を表現する設計構造行列(DSM)を用いて、シミュレーションモデルの分析・最適化を支援するためのものである。本実施形態のモデル分析支援装置1のハードウェア構成を図2に示す。モデル分析支援装置1は、処理装置10と、入力部20と、表示部30とを有している。処理装置10は、モデル分析支援装置1の各種の処理を具体的に行うものである。入力部20は、ユーザーからの入力を受け付けるためのものである。または、他のコンピューターからの出力結果を受け付けるものであってもよい。例えば、キーボードが挙げられる。表示部30は、処理装置10により各種の処理を実行した結果等を表示するためのものである。例えば、ディスプレイが挙げられる。
2. Model Analysis Support Device The model analysis support device 1 according to the present embodiment uses a design structure matrix (DSM) that expresses dependency relationship information between a plurality of elements output from Simulink (registered trademark) to analyze and analyze a simulation model. This is to support optimization. FIG. 2 shows the hardware configuration of the model analysis support apparatus 1 of this embodiment. The model analysis support device 1 includes a processing device 10, an input unit 20, and a display unit 30. The processing device 10 specifically performs various processes of the model analysis support device 1. The input unit 20 is for receiving input from the user. Alternatively, an output result from another computer may be accepted. An example is a keyboard. The display unit 30 is for displaying the results of executing various processes by the processing apparatus 10. For example, a display is mentioned.

処理装置10は、制御部100と、不揮発性メモリ200とを有している。制御部100は、各種の制御を行うものである。制御部100は、CPU(C1)と、メモリM1とを有している。制御部100は、CPUC1と、メモリM1とを使用することにより、各種の制御を行う。不揮発性メモリ200には、プログラムP1が格納されている。プログラムP1は、後述するように、モデル分析支援装置1としてコンピューターに実現させるためのモデル分析支援プログラムである。   The processing device 10 includes a control unit 100 and a nonvolatile memory 200. The control unit 100 performs various controls. The control unit 100 includes a CPU (C1) and a memory M1. The control unit 100 performs various controls by using the CPUC1 and the memory M1. The non-volatile memory 200 stores a program P1. The program P1 is a model analysis support program for causing a computer to realize the model analysis support device 1 as described later.

3.制御部
図3は、制御部100における各種の制御を行う各部を説明するためのブロック図である。制御部100の有する各部は、それぞれ、CPUC1の少なくとも一部と、メモリM1の少なくとも一部とを用いて機能を発揮するものである。
3. Control Unit FIG. 3 is a block diagram for explaining each unit that performs various controls in the control unit 100. Each unit of the control unit 100 functions by using at least a part of the CPUC1 and at least a part of the memory M1.

制御部100は、依存関係情報取得部110と、依存関係更新部120と、経路構造導出部130と、表示制御部140と、入力受付部150と、を有している。また、制御部100は、図示しないその他の制御部をも有している。   The control unit 100 includes a dependency relationship information acquisition unit 110, a dependency relationship update unit 120, a path structure derivation unit 130, a display control unit 140, and an input reception unit 150. The control unit 100 also has other control units (not shown).

依存関係情報取得部110は、Simulink(登録商標)から出力されるブロック図に関する情報を取得する依存関係情報取得機能を有するものである。つまり、処理要素と、接続要素と、これらの要素間の依存関係情報とを取得する。また、処理要素の座標や、その具体的な処理内容等をも取得する。   The dependency relationship information acquisition unit 110 has a dependency relationship information acquisition function for acquiring information related to a block diagram output from Simulink (registered trademark). That is, a processing element, a connection element, and dependency information between these elements are acquired. In addition, the coordinates of the processing elements and the specific processing contents thereof are also acquired.

依存関係更新部120は、依存関係情報取得部110により取得された要素間の依存関係を更新するものである。つまり、依存関係更新部120は、階層構造を分析する上で不要な接続要素を削除するとともに、Simulink(登録商標)から譲り受けた要素間に依存関係が付与されていない場合に、依存関係を付与するための依存関係更新機能を有するものである。   The dependency relationship update unit 120 updates the dependency relationship between the elements acquired by the dependency relationship information acquisition unit 110. That is, the dependency relationship update unit 120 deletes connection elements that are not necessary for analyzing the hierarchical structure, and provides a dependency relationship when no dependency relationship is given between elements inherited from Simulink (registered trademark). It has a dependency update function for doing this.

依存関係更新部120は、削除要素指定部121と、依存関係付与部122と、指定要素削除部123と、を有している。削除要素指定部121は、接続要素を削除対象として指定要素に指定する削除要素指定機能を有するものである。依存関係付与部122は、削除要素指定部121により指定された指定要素よりすぐ上流の処理要素と、その削除要素指定部121により指定された指定要素よりすぐ下流の処理要素との間に依存関係を付与する依存関係付与機能を有するものである。また、依存関係の付与されていない要素間に、依存関係を付与するためのものでもある。指定要素削除部123は、この依存関係の付与後に、指定要素を削除する指定要素削除機能を有するものである。   The dependency relationship updating unit 120 includes a deletion element specifying unit 121, a dependency relationship providing unit 122, and a specified element deleting unit 123. The deletion element designation unit 121 has a deletion element designation function for designating a connection element as a designation to be designated as a designated element. The dependency relationship assigning unit 122 has a dependency relationship between a processing element immediately upstream from the specified element specified by the deleted element specifying unit 121 and a processing element immediately downstream of the specified element specified by the deleted element specifying unit 121. It has a dependency grant function that grants. Moreover, it is also for granting a dependency relationship between elements to which no dependency relationship is given. The specified element deletion unit 123 has a specified element deletion function for deleting the specified element after the dependency is given.

表示制御部140は、制御部100により処理された処理結果等を表示部30に表示させるためのものである。表示制御部140は、設計構造行列表示部141と、選択要素表示部142と、階層構造表示部143と、分岐構造表示部144と、を有している。設計構造行列表示部141は、依存関係更新部120により更新された要素間の依存関係を設計構造行列(DSM)として表示部30に表示させるための設計構造行列表示機能を有するものである。また、モデル分析支援装置1により最適化された後の設計構造行列(DSM)等をも表示部30に表示させる機能を有していてもよい。選択要素表示部142は、依存関係情報取得部110により取得された複数の処理要素を表示部30に表示させる選択要素表示機能を有するものである。これにより、ユーザーは、これらの表示された処理要素のうちから、着目する処理要素を基準要素として選択することができる。   The display control unit 140 is for causing the display unit 30 to display processing results and the like processed by the control unit 100. The display control unit 140 includes a design structure matrix display unit 141, a selection element display unit 142, a hierarchical structure display unit 143, and a branch structure display unit 144. The design structure matrix display unit 141 has a design structure matrix display function for displaying the dependency relationship between the elements updated by the dependency relationship update unit 120 on the display unit 30 as a design structure matrix (DSM). Further, the display unit 30 may have a function of displaying the design structure matrix (DSM) and the like after being optimized by the model analysis support apparatus 1. The selection element display unit 142 has a selection element display function for causing the display unit 30 to display a plurality of processing elements acquired by the dependency relationship information acquisition unit 110. Thereby, the user can select the processing element of interest as the reference element from among the displayed processing elements.

入力受付部150は、ユーザーからの入力を受け付けるためのものである。入力受付部150は、選択要素受付部151と、探索経路受付部152と、を有している。選択要素受付部151は、後述する経路探索において、ユーザーが分析を希望する処理要素の入力を受け付ける選択要素受付機能を有するものである。つまり、表示部30に表示された複数の処理要素のうちからユーザーにより選択された1の処理要素を基準要素として受け付けるためのものである。探索経路受付部152は、後述する経路探索において、基準要素から上流側の経路の分析と基準要素から下流側の経路の分析とのいずれの経路を探索するかについてユーザーの指定の入力を受け付ける探索経路受付機能を有するものである。   The input receiving unit 150 is for receiving input from the user. The input reception unit 150 includes a selection element reception unit 151 and a search route reception unit 152. The selection element reception unit 151 has a selection element reception function that receives an input of a processing element that the user desires to analyze in a route search described later. That is, one processing element selected by the user from among the plurality of processing elements displayed on the display unit 30 is received as a reference element. The search route accepting unit 152 is a search that accepts a user-designated input as to which route is to be searched, that is, the route analysis from the reference element to the upstream route and the route analysis from the reference element to the downstream route in the route search described later. It has a route acceptance function.

経路構造導出部130は、後述するように、基準要素からの指定経路の経路構造や分岐構造を導出する経路構造導出機能を有するものである。そのために、選択要素受付部151および探索経路受付部152の入力情報に基づいて、分析を行う。その結果は、階層構造表示部143および分岐構造表示部144により表示部30に表示されることとなる。   As will be described later, the route structure deriving unit 130 has a route structure deriving function for deriving the route structure and branch structure of the designated route from the reference element. Therefore, an analysis is performed based on the input information of the selection element reception unit 151 and the search route reception unit 152. The result is displayed on the display unit 30 by the hierarchical structure display unit 143 and the branch structure display unit 144.

階層構造表示部143は、経路構造導出部130により導出された経路構造を表示部30に表示させる階層構造表示機能を有するものである。分岐構造表示部144は、経路構造導出部130により導出された分岐構造を表示部30に表示させる分岐構造表示機能を有するものである。   The hierarchical structure display unit 143 has a hierarchical structure display function for causing the display unit 30 to display the route structure derived by the route structure deriving unit 130. The branch structure display unit 144 has a branch structure display function for causing the display unit 30 to display the branch structure derived by the route structure deriving unit 130.

4.設計構造行列(DSM)
図4は、Simulink(登録商標)から出力されるブロック図情報に基づいて、設計構造行列表示部141が表示部30に表示させる設計構造行列(Design Structure Matrix:DSM)の例である。図4は、図1のブロック図に対応する設計構造行列(DSM)である。
4). Design structure matrix (DSM)
FIG. 4 is an example of a design structure matrix (DSM) that the design structure matrix display unit 141 displays on the display unit 30 based on block diagram information output from Simulink (registered trademark). FIG. 4 is a design structure matrix (DSM) corresponding to the block diagram of FIG.

4−1.設計構造行列における要素の並び替え
設計構造行列(DSM)の行(図4中の左側)には、処理要素が順に並んで入っている。設計構造行列(DSM)の列(図4中の右側)にも同様に、処理要素が行と同じ順序で並んで入っている。そのため、設計構造行列(DSM)はn×n行列である。なお、前述したように、図1では、左側が上流である。そのため、上流側に位置する要素から順に並べて設計構造行列(DSM)の行もしくは列に入れている。すなわち、その順序は、処理要素1010、処理要素1020、処理要素1100、処理要素1210、処理要素1300、処理要素1410、処理要素1420、処理要素1430の順である。
4-1. Rearrangement of Elements in Design Structure Matrix In the design structure matrix (DSM) row (left side in FIG. 4), processing elements are arranged in order. Similarly, the columns of the design structure matrix (DSM) (the right side in FIG. 4) contain processing elements arranged in the same order as the rows. Therefore, the design structure matrix (DSM) is an n × n matrix. As described above, in FIG. 1, the left side is upstream. For this reason, the elements are arranged in order from the upstream element, and are placed in the rows or columns of the design structure matrix (DSM). That is, the order is processing element 1010, processing element 1020, processing element 1100, processing element 1210, processing element 1300, processing element 1410, processing element 1420, and processing element 1430.

4−2.依存関係情報
図4に示すように、行列には、各処理要素間の依存関係が入っている。ここで、「1」が入っている要素間には依存関係がある。「0」が入っている要素間には依存関係がない。なお、図4中では、「0」の代わりに空欄で表示してある。そして、図4中左側に表示されている要素Q1が依存先を表しており、図4中上側に表示されている要素Q2が依存元を表している。
4-2. Dependency Relationship Information As shown in FIG. 4, the matrix includes a dependency relationship between the processing elements. Here, there is a dependency relationship between elements containing “1”. There is no dependency between elements containing “0”. In FIG. 4, a blank is displayed instead of “0”. The element Q1 displayed on the left side in FIG. 4 represents the dependence destination, and the element Q2 displayed on the upper side in FIG. 4 represents the dependence source.

例えば、A1(処理要素1010)は、いずれの処理要素にも依存しないため、A1(処理要素1010)の行の行成分にはいずれも「0」の値が入っている。Subsystem1(処理要素1100)は、A2(処理要素1020)および1/Z(処理要素1430)に依存しているため、これらの行成分には「1」が入っている。しかし、それ以外の行成分には、「0」が入っている。このように、図1のブロック図で結線(矢印)で表されていた依存関係は、行列成分で表されることとなる。   For example, since A1 (processing element 1010) does not depend on any processing element, the row component of the row of A1 (processing element 1010) has a value of “0”. Since Subsystem 1 (processing element 1100) depends on A2 (processing element 1020) and 1 / Z (processing element 1430), “1” is included in these row components. However, “0” is entered in the other row components. As described above, the dependency represented by the connection (arrow) in the block diagram of FIG. 1 is represented by the matrix component.

このように、設計構造行列(DSM)の非対角成分には、「0」もしくは「1」のいずれかの値が入っている。設計構造行列(DSM)におけるi行目の要素とj列目の要素との非対角成分が「1」の場合には、i行目の要素とj列目の要素とに依存関係があることを示している。設計構造行列(DSM)におけるi行目の要素とj列目の要素との非対角成分が「0」の場合には、i行目の要素とj列目の要素とに依存関係がないことを示している。このように、設計構造行列(DSM)の非対角成分は、依存関係情報である。   Thus, the off-diagonal component of the design structure matrix (DSM) contains either “0” or “1”. When the off-diagonal component between the i-th element and the j-th element in the design structure matrix (DSM) is “1”, the i-th element and the j-th element have a dependency relationship. It is shown that. When the off-diagonal component between the i-th element and the j-th element in the design structure matrix (DSM) is “0”, the i-th element and the j-th element have no dependency. It is shown that. Thus, the off-diagonal component of the design structure matrix (DSM) is dependency information.

5.依存関係の更新方法
ここで、依存関係の更新方法について説明する。この依存関係の更新方法は、依存関係更新部120により実行される。そして、その更新方法の種類は、
(A)階層要素の削除
(B)案内要素の削除
(C)依存関係の付与
の3種類である。
5. Dependency Update Method Here, a dependency update method will be described. This dependency update method is executed by the dependency update unit 120. And the kind of update method is
(A) Deletion of hierarchical elements (B) Deletion of guide elements (C) Three types of dependency relationships are given.

ここで、階層要素および案内要素は、実際の処理を行わない接続要素である。階層要素とは、異なる階層間の処理要素との接続情報を保持する要素である。案内要素とは、1の処理要素から他の処理要素への接続を接続情報として保持する要素である。そのため、これらは、階層構造や分岐構造を解析する上で不要な要素である。したがって、これらを省略する。また、Simulink(登録商標)では、メモリへの書き込みや読み込みについて、結線情報がない。したがって、書き込みや読み込みといった処理が行われる場合には、後述する経路構造を導出する際に、結線情報のない箇所で経路が不連続となっている。そのため、これを回避する必要がある。そこで、これらについて順次説明する。   Here, the hierarchy element and the guide element are connection elements that do not perform actual processing. A hierarchical element is an element that holds connection information with processing elements between different hierarchies. A guide element is an element that holds a connection from one processing element to another processing element as connection information. Therefore, these are unnecessary elements for analyzing the hierarchical structure and the branch structure. Therefore, these are omitted. In addition, Simulink (registered trademark) does not have connection information for writing to and reading from a memory. Therefore, when processing such as writing or reading is performed, the path is discontinuous at a place where there is no connection information when a path structure described later is derived. Therefore, it is necessary to avoid this. Therefore, these will be described sequentially.

5−1.(A)階層要素の削除
図5は、階層D2、すなわち、Subsystem1(処理要素1100)の内部の構成を例示する図である。Subsystem1は、階層要素1110と、階層要素1120と、処理要素1130と、処理要素1140と、処理要素1150と、階層要素1160と、階層要素1170と、を有している。
5-1. (A) Deletion of Hierarchical Element FIG. 5 is a diagram illustrating the internal configuration of the hierarchy D2, that is, Subsystem 1 (processing element 1100). The Subsystem 1 includes a hierarchical element 1110, a hierarchical element 1120, a processing element 1130, a processing element 1140, a processing element 1150, a hierarchical element 1160, and a hierarchical element 1170.

階層要素1110、1120、1160、1170は、階層D1の要素と結線でつなぐためのものである。階層要素1110、1120、1160、1170は、結線情報、すなわち、依存関係情報を有するのみで、具体的な処理を行うものではない。つまり、後述する経路探索をする上で、不要な要素である。また、その他の分析・検討を実施する上でも必要がない。   The hierarchical elements 1110, 1120, 1160, and 1170 are for connecting to the elements of the hierarchical level D1 by connection. The hierarchical elements 1110, 1120, 1160, and 1170 have only connection information, that is, dependency relationship information, and do not perform specific processing. In other words, it is an unnecessary element for the route search described later. In addition, it is not necessary to conduct other analysis and examination.

図6は、階層D1と階層D2とを1つの階層として接続して描いた図である。図6に示すように、階層要素1120の依存元は、処理要素1020である。階層要素1120の依存先は、処理要素1150である。このように、階層要素1120は、処理要素1020と、処理要素1150との間の接続情報のみを有しているにすぎない。したがって、削除要素指定部121は、階層要素1120を削除する要素であると指定する。このとき階層要素1120は、削除要素指定部121により指定された指定要素である。   FIG. 6 is a diagram depicting the hierarchy D1 and the hierarchy D2 connected as one hierarchy. As shown in FIG. 6, the dependency element of the hierarchical element 1120 is a processing element 1020. The dependency destination of the hierarchy element 1120 is the processing element 1150. As described above, the hierarchical element 1120 has only connection information between the processing element 1020 and the processing element 1150. Therefore, the deletion element specifying unit 121 specifies that the hierarchy element 1120 is an element to be deleted. At this time, the hierarchy element 1120 is a designated element designated by the deletion element designation unit 121.

次に、依存関係付与部122は、指定要素1120のすぐ上流に位置する処理要素1020と、処理要素1150との間に依存関係を付与する。このとき、処理要素1020の依存先が処理要素1150である。逆に、処理要素1150の依存元が処理要素1020である。概念的には、図4で示した設計構造行列(DSM)の対応する行列成分に、「1」の値を入れる。実際には、処理要素1020および処理要素1150の対応するデータに、依存関係情報を付与する。   Next, the dependency relationship assigning unit 122 assigns a dependency relationship between the processing element 1020 located immediately upstream of the designated element 1120 and the processing element 1150. At this time, the processing element 1150 depends on the processing element 1020. On the other hand, the processing element 1150 is the source of the processing element 1150. Conceptually, a value of “1” is entered in the corresponding matrix component of the design structure matrix (DSM) shown in FIG. Actually, the dependency relationship information is added to the data corresponding to the processing element 1020 and the processing element 1150.

この段階で、指定要素のすぐ上流の処理要素1020と、その指定要素のすぐ下流の処理要素1150との間には、依存関係が付与されている。したがって、指定要素削除部123は、指定要素である階層要素1120を削除する。これにより、階層構造を分析する上で不要な階層要素1120は、削除された。   At this stage, a dependency relationship is given between the processing element 1020 immediately upstream of the designated element and the processing element 1150 immediately downstream of the designated element. Therefore, the designated element deletion unit 123 deletes the hierarchical element 1120 that is the designated element. As a result, the hierarchical element 1120 unnecessary for analyzing the hierarchical structure is deleted.

同様に、削除要素指定部121は、階層要素1110、1160、1170をも指定要素として指定する。そして、これらのすぐ上流の処理要素と、すぐ下流の処理要素との間に依存関係を付与する。そして、これらの指定要素を削除すればよい。これにより、階層D2における階層要素1110、1120、1160、1170とが、削除された。これらの階層要素を削除後のブロック図を概念的に描いた図を図7に示す。   Similarly, the deletion element designation unit 121 designates the hierarchy elements 1110, 1160, and 1170 as designated elements. Then, a dependency is given between these immediately upstream processing elements and immediately downstream processing elements. Then, these designated elements may be deleted. As a result, the hierarchy elements 1110, 1120, 1160, and 1170 in the hierarchy D2 are deleted. FIG. 7 conceptually illustrates a block diagram after deleting these hierarchical elements.

なお、上記の処理は、あくまでSimulink(登録商標)からの出力情報を加工したものである。したがって、Simulink(登録商標)でのブロック図のデータそのものにアクセスしてそのデータ自身を書き換えるわけではない。   Note that the above processing is merely processing the output information from Simulink (registered trademark). Therefore, the data itself of the block diagram in Simulink (registered trademark) is not accessed and the data itself is not rewritten.

5−2.(B)案内要素の削除
図8は、図1と同様の内容を表すブロック図である。Simulink(登録商標)では、図8のように、案内要素(Gotoブロック)2020と、案内要素(Fromブロック)2010とが用いられることがある。この案内要素(Gotoブロック)2020は、対応する案内要素(Fromブロック)2010に値をそのまま引き渡すことを意味している。これらの案内要素(GotoブロックおよびFromブロック)を用いることにより、全体の処理を簡潔に表示することができる。
5-2. (B) Deletion of Guidance Elements FIG. 8 is a block diagram showing the same contents as FIG. In Simulink (registered trademark), a guide element (Goto block) 2020 and a guide element (From block) 2010 may be used as shown in FIG. This guide element (Goto block) 2020 means that a value is directly transferred to the corresponding guide element (From block) 2010. By using these guide elements (Goto block and From block), the entire process can be displayed in a concise manner.

図9に、図8のブロック図に仮想的な結線L7を付け足したブロック図を示す。つまり、処理要素1430から出力される値は、処理要素1100(Subsystem1)にIn11として入力されるとともに、処理要素1300(Subsystem2)にIn22として入力される。したがって、図8および図9に示したブロック図は、図1のブロック図と等価である。このように、案内要素2010、2020は、階層構造を解析する上で不要な要素である。   FIG. 9 is a block diagram in which a virtual connection line L7 is added to the block diagram of FIG. That is, the value output from the processing element 1430 is input as In11 to the processing element 1100 (Subsystem1) and input as In22 to the processing element 1300 (Subsystem2). Therefore, the block diagrams shown in FIGS. 8 and 9 are equivalent to the block diagram of FIG. As described above, the guide elements 2010 and 2020 are unnecessary elements for analyzing the hierarchical structure.

そこで、削除要素指定部121は、案内要素2010および案内要素2020を削除する指定要素として指定する。   Therefore, the deletion element designation unit 121 designates the guidance element 2010 and the guidance element 2020 as designation elements to be deleted.

次に、依存関係付与部122は、これらの案内要素2010、2020のすぐ上流の処理要素1430と、これらの案内要素2010、2020のすぐ下流の処理要素1100、1300との間に依存関係を付与する。この処理方法は、前述のとおりである。   Next, the dependency relationship assigning unit 122 assigns a dependency relationship between the processing elements 1430 immediately upstream of the guide elements 2010 and 2020 and the processing elements 1100 and 1300 immediately downstream of the guide elements 2010 and 2020. To do. This processing method is as described above.

そして、依存関係の付与後に、指定要素削除部123は、指定要素である案内要素2010、2020を削除する。   Then, after the dependency relationship is given, the designated element deletion unit 123 deletes the guide elements 2010 and 2020 that are designated elements.

5−3.(C)依存関係の付与
Simulink(登録商標)により描かれるブロック図には、処理要素2100(Data Store Memory)と、処理要素2200(Data Store Write)と、処理要素2300(Data Store Read)とが描かれていることがある。具体例を、図10に示す。
5-3. (C) Dependency Assignment A block diagram drawn by Simulink (registered trademark) includes a processing element 2100 (Data Store Memory), a processing element 2200 (Data Store Write), and a processing element 2300 (Data Store Read). It may be drawn. A specific example is shown in FIG.

ここで、処理要素2100(Data Store Memory)は、メモリ領域を確保するためのものである。そのため、処理要素2100(Data Store Memory)は、全ての階層を含むブロック図において1個のみである。   Here, the processing element 2100 (Data Store Memory) is for securing a memory area. Therefore, there is only one processing element 2100 (Data Store Memory) in the block diagram including all layers.

処理要素2200(Data Store Write)は、上流の処理要素から受け取った情報をメモリ領域に書き込むための処理要素である。処理要素2300(Data Store Read)は、メモリ領域を参照して情報を読み取って下流の処理要素に渡すための処理要素である。処理要素2200(Data Store Write)および処理要素2300(Data Store Read)は、それぞれ1以上の数を有している。   A processing element 2200 (Data Store Write) is a processing element for writing information received from an upstream processing element in a memory area. The processing element 2300 (Data Store Read) is a processing element for reading information with reference to a memory area and passing it to a downstream processing element. Each of the processing element 2200 (Data Store Write) and the processing element 2300 (Data Store Read) has a number of 1 or more.

Simulink(登録商標)から出力されるブロック図では、これらの処理要素2100、2200、2300は、図10に示すように、互いに結線で結ばれていない。つまり、依存関係があるにも関わらず、依存関係が付与されていない。   In the block diagram output from Simulink (registered trademark), these processing elements 2100, 2200, and 2300 are not connected to each other as shown in FIG. That is, although there is a dependency relationship, no dependency relationship is given.

そのため、依存関係を付与するのである。そのために、依存関係更新部120の依存関係付与部122が、図11の結線L8、L9で示すような依存関係を付与する。実際には、図11のブロック図を描くわけではない。   Therefore, a dependency relationship is given. For this purpose, the dependency relationship assigning unit 122 of the dependency relationship updating unit 120 assigns dependency relationships as indicated by the connections L8 and L9 in FIG. Actually, the block diagram of FIG. 11 is not drawn.

つまり、設計構造行列(DSM)において、図12に示すように、依存関係に基づいて、「1」の値を入れる。   That is, in the design structure matrix (DSM), as shown in FIG. 12, the value “1” is entered based on the dependency.

5−4.データ構造
上記の(A)階層要素の削除および(B)案内要素の削除の処理を行うことにより、具体的な処理を行わない接続要素をカウントすることなく、適正な経路探索を実施できるデータ構造が得られる。また、(C)依存関係の付与の処理を行うことにより、経路の途切れていないデータ構造が得られる。したがって、後述する経路探索において、合理的な階層構造および分岐構造を導出することができる。
5-4. Data structure A data structure that can perform an appropriate route search without counting connection elements that are not subjected to specific processing by performing the above-described (A) hierarchical element deletion and (B) guide element deletion processing. Is obtained. In addition, (C) by performing the process of adding the dependency relationship, a data structure in which the path is not interrupted is obtained. Therefore, a rational hierarchical structure and branch structure can be derived in the route search described later.

6.経路探索
この経路探索は、経路構造導出部130により実行される。経路探索には、上流の経路探索と、下流の経路探索とがある。上流の経路探索とは、ユーザーにより選択された処理要素(基準要素)から上流の経路を探索することである。下流の経路探索とは、ユーザーにより選択された処理要素(基準要素)から下流の経路を探索することである。
6). Route Search This route search is executed by the route structure deriving unit 130. The route search includes an upstream route search and a downstream route search. The upstream route search is a search for an upstream route from a processing element (reference element) selected by the user. The downstream route search is a search for a downstream route from a processing element (reference element) selected by the user.

6−1.上流の経路探索
例えば、処理要素1430(1/Z)(図1および図4等参照)を基準要素として、上流の経路探索をする場合について説明する。ここで、処理要素1300(Subsystem2)の構成が、図13であったと仮定する。この場合、処理要素1430(1/Z)のすぐ上流には、処理要素1300(Subsystem2)がある。
6-1. Upstream Route Search For example, a case where an upstream route search is performed using the processing element 1430 (1 / Z) (see FIGS. 1 and 4) as a reference element will be described. Here, it is assumed that the configuration of the processing element 1300 (Subsystem 2) is as shown in FIG. In this case, the processing element 1300 (Subsystem 2) is immediately upstream of the processing element 1430 (1 / Z).

より具体的には、図13に示すように、処理要素1430(1/Z)のすぐ上流には処理要素1350がある。処理要素1350では、距離pは1であり、階層数qは1であり、分岐点数rは0である。ここで、距離pは、基準要素から数えた結線の数である。階層数qは、基準要素から数えた階層数である。分岐点数rは、基準要素から数えた分岐点の数である。   More specifically, as shown in FIG. 13, there is a processing element 1350 immediately upstream of the processing element 1430 (1 / Z). In the processing element 1350, the distance p is 1, the hierarchy number q is 1, and the branch point number r is 0. Here, the distance p is the number of connections counted from the reference element. The number of hierarchies q is the number of hierarchies counted from the reference element. The branching point number r is the number of branching points counted from the reference element.

次に、処理要素1350より上流を探す。処理要素1350の上流側には、処理要素1310(Subsystem3)と、処理要素1320とがある。つまり、処理要素1350の上流で分岐している。図示しないが、処理要素1310(Subsystem3)には処理要素1350と結線でつながっている処理要素がある。その処理要素では、距離pは2であり、階層数qは2であり、分岐点数rは2である。処理要素1320では、距離pは2であり、階層数qは1であり、分岐点数rは2である。このように、分岐があるため、同じ距離pに位置する要素は複数存在する場合がある。そして、また、これらの処理要素の上流を探索していく。   Next, search upstream from the processing element 1350. On the upstream side of the processing element 1350, there are a processing element 1310 (Subsystem 3) and a processing element 1320. That is, it branches off upstream of the processing element 1350. Although not shown, the processing element 1310 (Subsystem 3) includes a processing element connected to the processing element 1350 by a connection. In the processing element, the distance p is 2, the hierarchy number q is 2, and the branch point number r is 2. In the processing element 1320, the distance p is 2, the hierarchy number q is 1, and the branch point number r is 2. Thus, since there is a branch, there may be a plurality of elements located at the same distance p. Then, the upstream of these processing elements is searched.

このように、基準要素から距離pだけ離れた複数の処理要素と、その処理要素が基準要素から数えた階層数qおよび分岐点数rを導出する。これは、最も上流の処理要素に辿り着くまで繰り返し実行する。これにより、基準要素より上流に位置する全ての処理要素について、距離p、階層数q、分岐点数rの組み合わせで表すことができる。なお、分岐点数rは、分岐点を経るごとに、累積して数える。このように、経路構造導出部130は、探索経路受付部152により受け付けられた指定経路が上流の経路である場合に、基準要素から上流の処理要素について基準要素からの距離pおよび階層数qおよび分岐点数rを導出する。   In this way, a plurality of processing elements that are separated from the reference element by a distance p, and the number of hierarchies q and the number of branch points r that the processing element counts from the reference element are derived. This is repeated until the most upstream processing element is reached. As a result, all processing elements located upstream from the reference element can be represented by a combination of the distance p, the number of layers q, and the number of branch points r. The branching point number r is accumulated and counted every time a branching point is passed. In this way, when the designated route received by the search route receiving unit 152 is an upstream route, the route structure deriving unit 130 determines the distance p from the reference element and the number of hierarchies q and the processing element upstream from the reference element. The number r of branch points is derived.

6−2.下流の経路探索
下流の経路探索についても、上流の経路探索と同様に実行することができる。ただし、上流の経路探索では依存先から依存元を探索したが、下流の経路探索では依存元から依存先を探索する。すなわち、経路構造導出部130は、探索経路受付部152により受け付けられた指定経路が下流の経路である場合に、基準要素から下流の処理要素について基準要素からの距離pおよび階層数qおよび分岐点数rを導出する。
6-2. Downstream Route Search The downstream route search can be performed in the same manner as the upstream route search. However, in the upstream route search, the dependency source is searched from the dependency destination, but in the downstream route search, the dependency destination is searched from the dependency source. That is, the route structure deriving unit 130, when the designated route accepted by the search route accepting unit 152 is a downstream route, for the processing element downstream from the reference element, the distance p from the reference element, the number of hierarchies q, and the number of branch points r is derived.

6−3.経路探索の結果の表示
6−3−1.階層数
階層構造表示部143は、距離pの値を横軸とするとともに、階層数qの値を縦軸とするグラフを表示部30に表示させる。そのグラフを図14に例示する。これは、あくまで例示であり、上記で導出した経路探索の結果を示すものではない。
6-3. Display of route search result 6-3-1. Number of Hierarchies The hierarchical structure display unit 143 causes the display unit 30 to display a graph with the value of the distance p as the horizontal axis and the value of the number of hierarchies q as the vertical axis. The graph is illustrated in FIG. This is merely an example, and does not indicate the result of the route search derived above.

6−3−2.分岐点数
分岐構造表示部144は、距離pの値を横軸とするとともに、分岐点数rの値を縦軸とするグラフを表示部30に表示させる。そのグラフを図15に例示する。これは、あくまで例示であり、上記で導出した経路探索の結果を示すものではない。
6-3-2. The number of branch points The branch structure display unit 144 causes the display unit 30 to display a graph having the value of the distance p as the horizontal axis and the value of the branch point number r as the vertical axis. The graph is illustrated in FIG. This is merely an example, and does not indicate the result of the route search derived above.

ユーザーは、これらのグラフを参考にして、階層の深さや分岐点の数を検討しつつ、設計構造行列(DSM)を手動で変更することができる。この変更は、行列の要素の並び順を入れ換えることである。このとき、行の要素の順番を入れ換えた場合には、それにともなって列の要素の順番も入れ替わる。   The user can manually change the design structure matrix (DSM) while examining the depth of the hierarchy and the number of branch points with reference to these graphs. This change is to change the order of the elements of the matrix. At this time, if the order of the elements in the row is changed, the order of the elements in the column is changed accordingly.

7.制御フロー
本実施形態のモデル分析支援装置1が実行する制御フローを図16のフローチャートを用いて説明する。まず、モデルの情報を取得する(S101)。ここでは、要素と、結線(依存関係情報)と、階層と、要素の座標と、を取得する。もちろん、これ以外の情報を取得してもよい。次に、要素の並び替えを実行する(S102)。具体的には、制御部100が、実行する。その処理内容は、前述の設計構造行列の並び替えで説明したとおりである。
7). Control Flow A control flow executed by the model analysis support apparatus 1 of the present embodiment will be described with reference to the flowchart of FIG. First, model information is acquired (S101). Here, the element, the connection (dependency relationship information), the hierarchy, and the coordinates of the element are acquired. Of course, other information may be acquired. Next, element rearrangement is executed (S102). Specifically, the control unit 100 executes. The processing content is as described in the rearrangement of the design structure matrix.

次に、(A)階層要素の削除を行う(S103)。次に、(B)案内要素の削除を行う(S104)。次に、(C)依存関係の付与(S105)を行う。なお、これらS103〜S105の順序は、適宜入れ換えてもよい。   Next, (A) hierarchical elements are deleted (S103). Next, (B) the guide element is deleted (S104). Next, (C) a dependency relationship is given (S105). The order of S103 to S105 may be changed as appropriate.

次に、設計構造行列(DSM)を表示部30に表示する(S106)。そして、ユーザーによる基準要素の選択を受け付ける(S107)。また、ユーザーによる上流の経路検索の入力を受け付ける。そして、上流の経路探索が選択された場合には(S108:Yes)、S109に進む。下流の経路探索が選択された場合には(S108:No)、S110に進む。S109では、上流の探索結果を表示する(S109)。そして、S111に進む。S110では、下流の探索結果を表示する(S110)。そして、S111に進む。   Next, the design structure matrix (DSM) is displayed on the display unit 30 (S106). Then, the selection of the reference element by the user is accepted (S107). It also accepts an upstream route search input by the user. If an upstream route search is selected (S108: Yes), the process proceeds to S109. When the downstream route search is selected (S108: No), the process proceeds to S110. In S109, the upstream search result is displayed (S109). Then, the process proceeds to S111. In S110, the downstream search result is displayed (S110). Then, the process proceeds to S111.

S111において、ユーザーによる入力を受け付ける。そして、ユーザーにより階層を表示する選択肢が選択された場合には(S111:Yes)、S112に進む。そうでない場合には(S111:No)、S113に進む。S112では、階層数のグラフを表示する。S113では、分岐点数のグラフを表示する。   In S111, an input by the user is accepted. When the option for displaying the hierarchy is selected by the user (S111: Yes), the process proceeds to S112. If not (S111: No), the process proceeds to S113. In S112, a graph of the number of layers is displayed. In S113, a graph of the number of branch points is displayed.

以上の分析結果をふまえて、ユーザーはモデルのプロセスについて検討する。そして、必要があれば、要素の順序を入れ換える。そのため、(1)戻りの少ないプロセス、(2)階層数の少ないプロセス、(3)分岐点数の少ないプロセスを設計することができる。または、これらを組み合わせることで、ユーザーの設計思想に沿って設計されたシミュレーションモデルを作成することができる。   Based on the above analysis results, the user examines the model process. If necessary, the order of the elements is changed. Therefore, (1) a process with few returns, (2) a process with a small number of hierarchies, and (3) a process with a small number of branch points can be designed. Alternatively, a combination of these makes it possible to create a simulation model designed according to the user's design concept.

8.変形例
8−1.設計構造行列の依存関係
本実施形態では、依存関係のある行列要素として、「1」の値を入れることとした。しかし、依存関係が強い場合には、これより大きな数値を入れることとしてもよい。つまり、依存関係の大きなものほど、大きな値を入れるのである。
8). Modification 8-1. In this embodiment, a value of “1” is entered as a matrix element having a dependency relationship. However, if the dependency is strong, a larger numerical value may be entered. In other words, the larger the dependency, the larger the value.

8−2.記憶媒体
本実施形態では、モデル分析支援装置1およびモデル分析支援プログラムP1について説明した。しかし、モデル分析支援プログラムP1の記録された記憶媒体にももちろん適用することができる。この記憶媒体は、モデル分析支援プログラムP1を記録したコンピューター読み取り可能な記憶媒体である。記憶媒体として、例えば、CDROM、DVDROM等が挙げられる。もちろん、これ以外のものであってもよい。
8-2. Storage Medium In the present embodiment, the model analysis support apparatus 1 and the model analysis support program P1 have been described. However, the present invention can of course be applied to a storage medium in which the model analysis support program P1 is recorded. This storage medium is a computer-readable storage medium recording the model analysis support program P1. Examples of the storage medium include CDROM and DVDROM. Of course, it may be other than this.

8−3.依存関係更新部の処理
本実施形態では、(A)階層要素の削除(S103)と、(B)案内要素の削除(S104)と、(C)依存関係の付与(S105)とを、いずれも実行することとした。しかし、Simulink(登録商標)でのブロック図によっては、これらのうちのいずれか1つであってもよい場合がある。もちろん、これらのうちのいずれか2つであってもよい。
8-3. Processing of Dependency Updater In this embodiment, (A) deletion of hierarchical elements (S103), (B) deletion of guidance elements (S104), and (C) addition of dependencies (S105) I decided to do it. However, depending on the block diagram of Simulink (registered trademark), any one of these may be used. Of course, any two of these may be used.

8−4.設計構造行列(DSM)の処理
前述の制御フロー(図16)では、ブロック図の配置に基づいて、設計構造行列(DSM)における要素の配置を決定した。しかし、要素を公知の方法により入れ換えることとしてもよい(例えば、特許文献1参照)。
8-4. Processing of Design Structure Matrix (DSM) In the above-described control flow (FIG. 16), the arrangement of elements in the design structure matrix (DSM) is determined based on the arrangement of the block diagram. However, the elements may be replaced by a known method (for example, see Patent Document 1).

9.まとめ
以上詳細に説明したように、本実施形態のモデル分析支援装置1およびモデル分析支援プログラムP1では、設計構造行列(DSM)を用いて、シミュレーションモデルの好適化を行うことができる。また、依存関係を整理して、新たに依存関係を付与することにより、階層構造および分岐構造をユーザーに示すことができる。そのため、ユーザーは、これらを複合的に検討することで、ユーザーの設計思想に沿ったシミュレーションモデルの再構築を行うことができる。
9. Summary As described in detail above, the model analysis support apparatus 1 and the model analysis support program P1 of the present embodiment can optimize the simulation model using the design structure matrix (DSM). Further, by arranging the dependency relationships and newly adding the dependency relationship, the hierarchical structure and the branch structure can be shown to the user. Therefore, the user can reconstruct the simulation model according to the user's design philosophy by considering these in a composite manner.

なお、本実施例は単なる例示にすぎない。したがって当然に、その要旨を逸脱しない範囲内で種々の改良、変形が可能である。   In addition, a present Example is only a mere illustration. Therefore, naturally, various improvements and modifications can be made without departing from the scope of the invention.

(第2の実施形態)
第2の実施形態について説明する。第1の実施形態では、シミュレーションモデルの処理要素とした。しかし、開発工程を処理要素としてもよい。例えば、自動車のエンジン等の開発が挙げられる。その場合には、図1や図4の処理要素は、開発工程となる。そして、設計構造行列(DSM)を用いることにより、エンジンの開発工程を最適化することにより、エンジンの開発期間を短縮することができる。
(Second Embodiment)
A second embodiment will be described. In the first embodiment, the processing element of the simulation model is used. However, the development process may be a processing element. For example, development of automobile engines and the like can be mentioned. In that case, the processing elements of FIG. 1 and FIG. 4 are development steps. By using the design structure matrix (DSM), it is possible to shorten the engine development period by optimizing the engine development process.

P1…モデル分析支援プログラム
1…モデル分析支援装置
10…処理装置
20…入力部
30…表示部
C1…CPU
M1…メモリ
100…制御部
110…依存関係情報取得部
120…依存関係更新部
121…削除要素指定部
122…依存関係付与部
123…指定要素削除部
130…経路構造導出部
140…表示制御部
143…階層構造表示部
144…分岐構造表示部
150…入力受付部
200…不揮発性メモリ
P1 ... Model analysis support program 1 ... Model analysis support device 10 ... Processing device 20 ... Input unit 30 ... Display unit C1 ... CPU
M1 ... Memory 100 ... Control unit 110 ... Dependency relationship information acquisition unit 120 ... Dependency relationship update unit 121 ... Deleted element designation unit 122 ... Dependency element assignment unit 123 ... Specified element deletion unit 130 ... Path structure derivation unit 140 ... Display control unit 143 ... Hierarchical structure display part 144 ... Branch structure display part 150 ... Input reception part 200 ... Non-volatile memory

Claims (7)

複数の要素間の依存関係情報を表現する設計構造行列を用いるモデル分析支援装置において、
前記要素には、
実行する処理を有する処理要素と、
実行する処理を有さずに前記処理要素同士を接続する接続情報のみを有する接続要素と、の少なくとも2種類があり、
前記モデル分析支援装置は、
前記処理要素と、前記接続要素と、これらの要素間の依存関係情報とを取得する依存関係情報取得部と、
前記依存関係情報取得部により取得された要素間の依存関係を更新する依存関係更新部と、
前記依存関係更新部により更新された要素間の依存関係を設計構造行列として表示部に表示させる設計構造行列表示部と、
を有し、
前記依存関係更新部は、
前記接続要素を削除対象として指定要素に指定する削除要素指定部と、
前記指定要素より上流側に位置する処理要素と前記指定要素より下流側に位置する処理要素との間に新たに依存関係を付与する依存関係付与部と、
前記依存関係付与部による依存関係の付与の後に前記指定要素を削除する指定要素削除部と、
を有すること
を特徴とするモデル分析支援装置。
In a model analysis support device using a design structure matrix that expresses dependency information between multiple elements,
The elements include
A processing element having a process to be executed;
There are at least two types of connection elements that have only connection information that connects the processing elements without having a process to be executed.
The model analysis support device includes:
A dependency information acquisition unit that acquires the processing element, the connection element, and dependency information between these elements;
A dependency update unit that updates the dependency relationship between the elements acquired by the dependency relationship information acquisition unit;
A design structure matrix display unit for displaying the dependency relationship between the elements updated by the dependency relationship update unit on the display unit as a design structure matrix;
Have
The dependency update unit
A deletion element designating unit that designates the connection element as a deletion target in a designated element;
A dependency granting unit for newly giving a dependency between the processing element located upstream from the designated element and the processing element located downstream from the designated element;
A designated element deleting unit that deletes the specified element after the dependency is given by the dependency giving unit;
A model analysis support apparatus comprising:
請求項1に記載のモデル分析支援装置において、
前記依存関係情報取得部により取得された複数の処理要素を前記表示部に表示させる選択要素表示部と、
前記選択要素表示部により前記表示部に表示された複数の処理要素のうちからユーザーにより選択された処理要素を基準要素として受け付ける選択要素受付部と、
前記基準要素より上流の経路と前記基準要素より下流の経路とのうちいずれの経路を探索するかについてユーザーによる指定を指定経路として受け付ける探索経路受付部と、
前記基準要素からの指定経路の経路構造を導出する経路構造導出部と、
を有すること
を特徴とするモデル分析支援装置。
The model analysis support apparatus according to claim 1,
A selection element display unit that causes the display unit to display a plurality of processing elements acquired by the dependency relationship information acquisition unit;
A selection element receiving unit that receives, as a reference element, a processing element selected by the user from among a plurality of processing elements displayed on the display unit by the selection element display unit;
A search route acceptance unit that accepts designation by the user as a designated route as to which route to search for a route upstream from the reference element and a route downstream from the reference element;
A route structure deriving unit for deriving a route structure of the designated route from the reference element;
A model analysis support apparatus comprising:
請求項2に記載のモデル分析支援装置において、
前記経路構造導出部は、
前記探索経路受付部により受け付けられた指定経路が上流の経路である場合に、
前記基準要素から上流の処理要素について前記基準要素からの距離および階層数および分岐点数を導出し、
前記探索経路受付部により受け付けられた指定経路が下流の経路である場合に、
前記基準要素から下流の処理要素について前記基準要素からの距離および階層数および分岐点数を導出するものであること
を特徴とするモデル分析支援装置。
In the model analysis support device according to claim 2,
The path structure deriving unit includes:
When the designated route received by the search route receiving unit is an upstream route,
Deriving the distance from the reference element, the number of hierarchies and the number of branch points for the processing element upstream from the reference element;
When the designated route received by the search route receiving unit is a downstream route,
A model analysis support apparatus for deriving the distance, the number of hierarchies, and the number of branch points from a reference element for a processing element downstream from the reference element.
請求項3に記載のモデル分析支援装置において、
前記経路構造導出部により導出された距離を横軸にするとともに前記経路構造導出部により導出された階層数を縦軸にして前記表示部に表示させる階層構造表示部を有すること
を特徴とするモデル分析支援装置。
In the model analysis support device according to claim 3,
A model having a hierarchical structure display unit that displays the distance derived by the path structure deriving unit on the horizontal axis and the number of hierarchies derived by the path structure deriving unit on the vertical axis. Analysis support device.
請求項3に記載のモデル分析支援装置において、
前記経路構造導出部により導出された距離を横軸にするとともに前記経路構造導出部により導出された分岐点数を縦軸にして前記表示部に表示させる分岐構造表示部を有すること
を特徴とするモデル分析支援装置。
In the model analysis support device according to claim 3,
A model having a branch structure display unit that displays the distance derived by the path structure deriving unit on the horizontal axis and the number of branch points derived by the path structure deriving unit on the vertical axis. Analysis support device.
複数の要素間の依存関係情報を表現する設計構造行列を用いるモデル分析支援装置としてコンピューターに実行させるためのモデル分析支援プログラムにおいて、
前記要素には、
実行する処理を有する処理要素と、
実行する処理を有さずに前記処理要素同士を接続する接続情報のみを有する接続要素と、の少なくとも2種類があり、
前記処理要素と、前記接続要素と、これらの要素間の依存関係情報とを取得する依存関係情報取得機能と、
前記依存関係情報取得機能により取得された要素間の依存関係を更新する依存関係更新機能と、
前記依存関係更新機能により更新された要素間の依存関係を設計構造行列として表示部に表示させる設計構造行列表示機能と、
を実現させるものであり、
前記依存関係更新機能は、
前記接続要素を削除対象として指定要素に指定する削除要素指定機能と、
前記指定要素より上流側に位置する処理要素と前記指定要素より下流側に位置する処理要素との間に新たに依存関係を付与する依存関係付与機能と、
前記依存関係付与機能による依存関係の付与の後に前記指定要素を削除する指定要素削除機能と、
を実現させるものであること
を特徴とするモデル分析支援プログラム。
In a model analysis support program for causing a computer to execute a model analysis support device using a design structure matrix that expresses dependency relationship information between multiple elements,
The elements include
A processing element having a process to be executed;
There are at least two types of connection elements that have only connection information that connects the processing elements without having a process to be executed.
A dependency information acquisition function for acquiring the processing element, the connection element, and dependency information between these elements;
A dependency update function for updating the dependency relationship between the elements acquired by the dependency relationship information acquisition function;
A design structure matrix display function for displaying a dependency relationship between elements updated by the dependency relationship update function as a design structure matrix on a display unit;
Is realized,
The dependency update function
A deletion element specification function for specifying the connection element as a deletion target in a specified element;
A dependency providing function for newly adding a dependency between a processing element located upstream from the designated element and a processing element located downstream from the designated element;
A designated element deletion function for deleting the designated element after the dependency is given by the dependency grant function;
A model analysis support program characterized by that.
請求項6に記載のモデル分析支援プログラムにおいて、
前記依存関係情報取得機能により取得された複数の処理要素を前記表示部に表示させる選択要素表示機能と、
前記選択要素表示機能により前記表示部に表示された複数の処理要素のうちからユーザーにより選択された処理要素を基準要素として受け付ける選択要素受付機能と、
前記基準要素より上流の経路と前記基準要素より下流の経路とのうちいずれの経路を探索するかについてユーザーによる指定を指定経路として受け付ける探索経路受付機能と、
前記基準要素からの指定経路の経路構造を導出する経路構造導出機能と、
を実現させるものであること
を特徴とするモデル分析支援プログラム。
In the model analysis support program according to claim 6,
A selection element display function for displaying a plurality of processing elements acquired by the dependency relationship information acquisition function on the display unit;
A selection element receiving function for receiving, as a reference element, a processing element selected by a user from among a plurality of processing elements displayed on the display unit by the selection element display function;
A search route acceptance function that accepts designation by a user as a designated route as to which route to search for a route upstream from the reference element and a route downstream from the reference element;
A route structure deriving function for deriving a route structure of a designated route from the reference element;
A model analysis support program characterized by that.
JP2012238354A 2012-10-29 2012-10-29 Model analysis support program and model analysis support device Pending JP2014089530A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012238354A JP2014089530A (en) 2012-10-29 2012-10-29 Model analysis support program and model analysis support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012238354A JP2014089530A (en) 2012-10-29 2012-10-29 Model analysis support program and model analysis support device

Publications (1)

Publication Number Publication Date
JP2014089530A true JP2014089530A (en) 2014-05-15

Family

ID=50791400

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012238354A Pending JP2014089530A (en) 2012-10-29 2012-10-29 Model analysis support program and model analysis support device

Country Status (1)

Country Link
JP (1) JP2014089530A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108804782A (en) * 2018-05-25 2018-11-13 西安工业大学 The associated three-dimensional process model change of feature based and maintaining method
CN114895885A (en) * 2022-05-20 2022-08-12 杭州宏深科技有限公司 Feature-based recalculation method for three-dimensional detection software

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108804782A (en) * 2018-05-25 2018-11-13 西安工业大学 The associated three-dimensional process model change of feature based and maintaining method
CN114895885A (en) * 2022-05-20 2022-08-12 杭州宏深科技有限公司 Feature-based recalculation method for three-dimensional detection software
CN114895885B (en) * 2022-05-20 2023-08-15 杭州宏深科技有限公司 Feature-based recalculation method in three-dimensional detection software

Similar Documents

Publication Publication Date Title
JP6216757B2 (en) Method, computer program, and system for editing and compiling business rules
US10176229B2 (en) Guided keyword-based exploration of data
CN106598869A (en) Method and device for realizing automatic software testing and electronic equipment
US20080195999A1 (en) Methods for supplying code analysis results by using user language
US9195456B2 (en) Managing a catalog of scripts
BR112016013584B1 (en) COMPUTER SYSTEM AND METHOD EXECUTED BY PROCESSOR
JP3205406B2 (en) Reference target variable determination processing method and translation processing system
JP2014089530A (en) Model analysis support program and model analysis support device
EP1909170A1 (en) Method and system for automatically generating a communication interface
JPH0522936B2 (en)
JP2005228326A (en) Data processing system, method for displaying customized parameter of application program, and computer program product
JP2000242490A (en) Software development managing device, information presenting device, and program recording medium
JP6924168B2 (en) KPI tree creation support system and KPI tree creation support method
JP5918708B2 (en) Model analysis support program, model analysis support device, and storage medium
JP6001173B2 (en) Data analysis apparatus, RDF data expansion method, and data analysis program
JP5884925B2 (en) Management support apparatus, management support method, and management support program
JP7340952B2 (en) Template search system and template search method
JP2013257803A (en) Job operation management system
US9141734B2 (en) System and method of refining a topological indexed mesh
JP2006227820A (en) Program test system and program test method
US11354165B1 (en) Automated cluster execution support for diverse code sources
KR20190143595A (en) Method and system for optimizing concurrent schedule
JP6297919B2 (en) Method for supporting work planning in software development, and work planning support device
JP2023156210A (en) System and method for managing data processing
JP5048396B2 (en) Data management program

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150608

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20150608

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20150609

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7426

Effective date: 20150609