JP2014228905A - Modeling method - Google Patents

Modeling method Download PDF

Info

Publication number
JP2014228905A
JP2014228905A JP2013105711A JP2013105711A JP2014228905A JP 2014228905 A JP2014228905 A JP 2014228905A JP 2013105711 A JP2013105711 A JP 2013105711A JP 2013105711 A JP2013105711 A JP 2013105711A JP 2014228905 A JP2014228905 A JP 2014228905A
Authority
JP
Japan
Prior art keywords
point
class
line
information
model
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2013105711A
Other languages
Japanese (ja)
Other versions
JP6060813B2 (en
Inventor
達斎 外山
Tatsunari Toyama
達斎 外山
貴雅 藤澤
Takamasa Fujisawa
貴雅 藤澤
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing 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 Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP2013105711A priority Critical patent/JP6060813B2/en
Publication of JP2014228905A publication Critical patent/JP2014228905A/en
Application granted granted Critical
Publication of JP6060813B2 publication Critical patent/JP6060813B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To change an object without needing replacement of a link between the changed object and an object which is a connection destination thereof and is not changed, in a modeling method of a graph comprising points and lines.SOLUTION: In a modeling method, a modeling device represents a model structure constituting a graph or related information as a model class that is an abstract class, and the graph is configured by: a point class 12 succeeding to the model class 11, and representing a point; a line class 13 succeeding to the model class 11, and representing a line; a connection relationship relation 14 which is relationship between the point class 12 and the line class 13 and represents connection relationship between the point and the line; an information class 15 of the point that is the abstract class of a class representing a characteristic of each kind of the point; an information class 16 of each point succeeding to the information class of the point, and having a characteristic of each point; and a point kind relation 17 which is relationship between the point class and the information class of the point and represents the kind of the point.

Description

本発明は、点と線で構成されるグラフのモデリング方法に関する。   The present invention relates to a method for modeling a graph composed of points and lines.

従来における点と線で構成されるグラフのモデル構造11は、例えば、図8に示すように、「丸」や「三角」,「四角」などの「点」クラス12と、「点」と「点」を結ぶ「線」クラス13に分類し、「点」と「線」の接続関係を「点」クラスと「線」クラスの「接続関係」14で表現する。   For example, as shown in FIG. 8, a conventional model structure 11 of a graph composed of points and lines includes a “point” class 12 such as “circle”, “triangle”, and “square”, and “point” and “ The “line” class 13 connecting the “points” is classified, and the connection relationship between the “point” and the “line” is expressed by the “connection relationship” 14 between the “point” class and the “line” class.

「点」の種類を増やすときは、その種類を表す点のサブクラスとして定義するだけで良い。たとえば、図8の「星」クラスがその一例である。   When increasing the type of “point”, it is only necessary to define it as a subclass of a point representing that type. For example, the “star” class in FIG. 8 is an example.

図9(a)は、点として「丸41」と「三角42」があり、その間を「線43」で結んだグラフである。図9(a)に示すようなグラフを作成する場合、モデル構造は、図9(b)に示すように、「丸」オブジェクト41と「三角」オブジェクト42、「線」オブジェクト43を作成し、「丸」オブジェクト41と「線」オブジェクト42、「線」オブジェクト43と「三角」オブジェクト42、それぞれに接続関係が作成される。   FIG. 9A is a graph in which there are “circle 41” and “triangle 42” as points, and a “line 43” is connected between them. When creating a graph as shown in FIG. 9A, the model structure creates a “circle” object 41, a “triangle” object 42, and a “line” object 43, as shown in FIG. 9B. A connection relationship is created for each of the “circle” object 41 and the “line” object 42, and the “line” object 43 and the “triangle” object 42.

特許文献1は配管系統のモデリング方法であり、分岐合流点および機器(弁・ポンプ・タンクなど)に対応する単体要素としてのポイント・オブジェクトと、各ポイント・オブジェクト間に存在する複数の配管や機器を一括して表す複合要素としてのインターバル・オブジェクトに分割している。   Patent Document 1 is a piping system modeling method, and a point object as a single element corresponding to a branching junction and equipment (valves, pumps, tanks, etc.), and a plurality of pipes and equipment existing between the point objects. Are divided into interval objects as composite elements that collectively represent.

特開平7−103400号公報JP-A-7-103400

図10は、従来のモデル変更例を示す図である。図10(a)の「三角42」を図10(c)に示すように「四角42」に変更する場合、次の手順で行われる。   FIG. 10 is a diagram illustrating a conventional model change example. When the “triangle 42” in FIG. 10A is changed to the “square 42” as shown in FIG. 10C, the following procedure is performed.

図10(d)に示すように、(1)まず、「三角」オブジェクト42を削除し、(2)次に、「四角」オブジェクト42を生成する。(3)最後に、「線」オブジェクト43と「三角」オブジェクト42の接続関係を、「線」オブジェクト43と「四角」オブジェクト42の接続関係に付け替える。   As shown in FIG. 10D, (1) first, the “triangle” object 42 is deleted, and (2) next, the “square” object 42 is generated. (3) Finally, the connection relationship between the “line” object 43 and the “triangle” object 42 is changed to the connection relationship between the “line” object 43 and the “square” object 42.

このように、「点」オブジェクトの種類を変更する場合、「点」オブジェクトそのものを変更する他に、「点」オブジェクトと「線」オブジェクトの接続関係も変更する必要がある。このため、変更されない「線」オブジェクトも上記の「点」オブジェクトにおける種類変更の影響を受けて、接続先の「点」オブジェクトへのリンクの付け替えを行う必要があった。   Thus, when changing the type of the “point” object, it is necessary to change the connection relationship between the “point” object and the “line” object in addition to changing the “point” object itself. For this reason, the “line” object that is not changed is also affected by the type change in the “point” object, and it is necessary to change the link to the “point” object of the connection destination.

以上示したようなことから、点と線で構成されるグラフのモデル構造において、あるオブジェクトを変更する際に、変更されたオブジェクトと、その接続先である変更されないオブジェクトと、のリンクの付け替えを要しないモデリング方法を提供することが課題となる。   As shown above, when changing an object in the model structure of a graph composed of points and lines, the link between the changed object and the unchanged object that is the connection destination is changed. Providing a modeling method that does not need is a challenge.

本発明は、前記従来の問題に鑑み、案出されたもので、その一態様は、モデリング装置により、グラフを構成するモデル構造や関連情報を抽象クラスであるモデルクラスとして表現するモデリング方法であって、前記モデルクラスを継承し、点を表す点クラスと、前記モデルクラスを継承し、線を表す線クラスと、前記点クラスと前記線クラスとの関係で、点と線の接続関係を表す接続関係関連と、点の種類ごとの特徴を表現するクラスの抽象クラスである点の情報クラスと、前記点の情報クラスを継承し、各点の特徴を持つ各点の情報クラスと、前記点クラスと上記点の情報クラスとの関係で、点の種類を表す点種関連と、によって、グラフを構成することを特徴とする。   The present invention has been devised in view of the above-described conventional problems. One aspect of the present invention is a modeling method for expressing a model structure and related information constituting a graph as a model class which is an abstract class by a modeling device. Inheriting the model class, the point class representing the point, the line class representing the model class, representing the line, and the relationship between the point class and the line class represents the connection relationship between the point and the line A point information class that is an abstract class of a class that represents a connection relation and a feature for each type of point, an information class of each point that inherits the point information class and has a feature of each point, and the point A graph is constituted by a point type relation indicating a point type in the relationship between the class and the point information class.

また、その一態様として、前記点クラスを継承し、配管系統の点を表す配管系統の点クラスと、前記線クラスを継承し、配管系統の配管を表す配管クラスと、前記点の情報クラスを継承し、配管系統の配水池の特徴を持つ配水池クラスと、前記点の情報クラスを継承し、配管系統のポンプの特徴を持つポンプクラスと、前記点の情報クラスを継承し、配管系統の弁の特徴を持つ弁クラスと、によって、配管系統のグラフを構成することを特徴とする。   Also, as one aspect thereof, a point class of a piping system that inherits the point class and represents a point of the piping system, a piping class that inherits the line class and represents piping of the piping system, and an information class of the point Inherit, the reservoir class having the characteristics of the distribution system of the piping system and the information class of the point, the pump class having the characteristics of the pump of the piping system, and the information class of the point, and A graph of the piping system is constituted by a valve class having the characteristics of the valve.

本発明によれば、点と線で構成されるグラフのモデル構造のモデリング方法において、変更されたオブジェクトと、その接続先である変更されないオブジェクトと、のリンクの付け替えを要せずに、オブジェクトを変更することが可能となる。   According to the present invention, in a modeling method of a model structure of a graph composed of points and lines, an object can be displayed without changing the link between the changed object and the unchanged object to which the changed object is connected. It becomes possible to change.

基本構成におけるモデル構造を示す図である。It is a figure which shows the model structure in a basic composition. 基本構成におけるモデリング装置を示すブロック図である。It is a block diagram which shows the modeling apparatus in a basic composition. 基本構成におけるグラフおよびモデルを示す図である。It is a figure which shows the graph and model in a basic composition. 基本構成におけるモデルの変更例を示す図である。It is a figure which shows the example of a change of the model in a basic composition. 実施形態1におけるモデル構造を示す図である。3 is a diagram illustrating a model structure in Embodiment 1. FIG. 実施形態1におけるグラフおよびモデルを示す図である。FIG. 3 is a diagram illustrating a graph and a model in the first embodiment. 実施形態1におけるモデルの変更例を示す図である。It is a figure which shows the example of a change of the model in Embodiment 1. FIG. 従来のモデル構造の一例を示す図である。It is a figure which shows an example of the conventional model structure. 従来のモデルの一例を示す図である。It is a figure which shows an example of the conventional model. 従来のモデルの変更例を示す図である。It is a figure which shows the example of a change of the conventional model.

以下、本願発明に係るモデリング方法の基本構成および実施形態を図1〜図7に基づいて詳述する。   Hereinafter, a basic configuration and an embodiment of a modeling method according to the present invention will be described in detail with reference to FIGS.

[基本構成]
図1は、本願発明におけるモデル構造の基本構成を示す図である。図1に示すように、モデル構造の基本構成は、次の要素から成る。
(11)モデルクラス:グラフを構成するモデルを表す抽象クラス
(12)「点」クラス:上記モデルクラスを継承し、「点」を表すクラス
(13)「線」クラス:上記モデルクラスを継承し、「線」を表すクラス
(14)接続関係:「点」クラスと「線」クラスとの関係で、「点」と「線」の接続関係を表す関連
(15)「点の情報」クラス:「点」の種類ごとの特徴を表現する抽象クラス
(16)各点の情報クラス:上記「点の情報」クラスを継承し、各点の特徴を表すクラス。例えば、「丸」クラスの場合「丸」の特徴として半径を持ち、「三角」クラスの場合「三角」の特徴として辺の長さや角度を持ち、「四角」クラスの場合、「四角」の特徴として辺の長さを持つ。それぞれ、上記以外の特徴を持っても良い
(17)点種関連:「点」クラス12と「点の情報」クラス15との関係で、点の種類を表す関連。
[Basic configuration]
FIG. 1 is a diagram showing a basic configuration of a model structure in the present invention. As shown in FIG. 1, the basic structure of the model structure includes the following elements.
(11) Model class: abstract class representing a model constituting a graph (12) “Point” class: inheriting the above model class, class representing “point” (13) “Line” class: inheriting the above model class , Class representing “line” (14) Connection relationship: Relationship between “point” class and “line” class, relationship representing connection relationship between “point” and “line” (15) “Point information” class: Abstract class that represents the characteristics of each type of “point” (16) Information class of each point: a class that inherits the above “point information” class and represents the characteristics of each point. For example, “round” class has radius as “round” feature, “triangle” class has “triangle” feature with side length and angle, and “square” class has “square” feature. As the side length. Each may have characteristics other than those described above. (17) Point type relation: Relation between the “point” class 12 and the “point information” class 15 and representing the kind of point.

図2に示すように、モデリング装置50は、計算機(コンピュータ等)により構成され、通常のコンピュータのハードウェアリソース、即ち、各種プログラムや各種パラメータ等が予め記憶されたROM(Read Only Memory)51,モデリング装置50の全体の動作を司るCPU(Central Processing Unit)53,CPU53による各種プログラムの実行時のワークエリアとして用いられるRAM(Random Access Memory)52,外部装置への各種情報の送受信を行う通信インターフェイス(I/F)54,キーボードやマウス等で構成され、各種操作の入力を受け付ける外部入力装置55,ディスプレイ等の外部出力装置56,ハードディス等の外部記憶装置57などを備えている。   As shown in FIG. 2, the modeling device 50 is configured by a computer (computer or the like), and is a normal computer hardware resource, that is, a ROM (Read Only Memory) 51 in which various programs, various parameters, and the like are stored in advance. A CPU (Central Processing Unit) 53 that controls the overall operation of the modeling device 50, a RAM (Random Access Memory) 52 that is used as a work area when the CPU 53 executes various programs, and a communication interface that transmits and receives various types of information to an external device. (I / F) 54, which is composed of a keyboard, a mouse, and the like, and includes an external input device 55 that receives input of various operations, an external output device 56 such as a display, an external storage device 57 such as a hard disk, and the like. That.

このハードウェアリソースとソフトウェアリソースとの協働の結果、前記モデリング装置50は、図2に示すように、CPU53のオブジェクト作成部58において、「点」クラス58a,「線」クラス58b,接続関係関連58c,「点」の抽象クラス58d,各点の情報クラス58e,点種関連58f等をRAM52に展開し、展開された「点」オブジェクト52a,「線」オブジェクト52b,各点の情報オブジェクト52c,接続関係関連オブジェクト52d,点種関連オブジェクト52eを処理し、グラフを作成する。   As a result of the cooperation between the hardware resource and the software resource, as shown in FIG. 2, the modeling apparatus 50 uses the “point” class 58 a, “line” class 58 b, and connection relations in the object creation unit 58 of the CPU 53. 58c, an abstract class 58d of “point”, an information class 58e of each point, a point type relation 58f, etc. are expanded in the RAM 52, and the expanded “point” object 52a, “line” object 52b, information object 52c of each point The connection relation related object 52d and the point type related object 52e are processed to create a graph.

また、RAM52に展開された情報は、CPU53により外部記憶装置57に「作成したモデル」,「操作履歴」として保存することができ、また、外部記憶装置57に保存された「作成したモデル」や「操作履歴」はCPU53によりRAM52に展開することができる。   The information developed in the RAM 52 can be stored as “created model” and “operation history” in the external storage device 57 by the CPU 53, and “created model” stored in the external storage device 57 and The “operation history” can be expanded in the RAM 52 by the CPU 53.

[基本構成のモデル例]
図3(a)に示すように、「丸1」と「三角2」を「線12」で結ぶグラフを考える。図3(a)に示す「丸1」を表現するオブジェクトは、図3(b)に示すように「点1」オブジェクトと「丸」オブジェクトを作成し、上記「点1」オブジェクトと上記「丸」オブジェクトとを点種関連でリンク付ける。
[Example of basic configuration model]
As shown in FIG. 3A, consider a graph connecting “circle 1” and “triangle 2” with “line 12”. The object expressing “circle 1” shown in FIG. 3A creates a “point 1” object and a “circle” object as shown in FIG. Link objects with point types.

同様に、図3(a)の「三角2」を表現するオブジェクトは、図3(b)に示すように「点2」オブジェクトと「三角」オブジェクトを作成し、上記「点2」オブジェクトと上記「三角」オブジェクトとを点種関連でリンク付ける。図3(a)の「線12」を表現するオブジェクトは、図3(b)に示すように「線12」オブジェクトを作成する。   Similarly, as the object representing “triangle 2” in FIG. 3A, a “point 2” object and a “triangle” object are created as shown in FIG. Link “triangular” objects in relation to point types. The object expressing “line 12” in FIG. 3A creates a “line 12” object as shown in FIG.

図3(a)に示す「丸1」と「線12」の接続を表現するには、上記「丸1」を表現するオブジェクトのうち「点1」オブジェクトと上記「線12」オブジェクトとを図3(b)に示すように接続関係関連でリンク付ける。   In order to express the connection between “Circle 1” and “Line 12” shown in FIG. 3A, the “Point 1” object and the “Line 12” object among the objects representing “Circle 1” are illustrated. As shown in 3 (b), links are made in connection relations.

同様に、図3(a)の「三角2」と「線12」の接続を表現するには、上記「三角2」を表現するオブジェクトのうち「点2」オブジェクトと上記「線12」オブジェクトとを図3(b)に示すように接続関係関連でリンク付ける。   Similarly, to express the connection between “triangle 2” and “line 12” in FIG. 3A, among the objects representing “triangle 2”, the “point 2” object and the “line 12” object Are linked in connection relation as shown in FIG.

[変更例]
図4は、基本構成のモデル変更例を示す図である。図4(a)の「三角2」を図4(c)に示すように「四角2」に変更する場合を考える。
[Example of change]
FIG. 4 is a diagram illustrating a model change example of the basic configuration. Consider a case where “triangle 2” in FIG. 4A is changed to “square 2” as shown in FIG.

図3の場合と同様に、図4(a)の「丸1」を表現するオブジェクトは、図4(b)に示すように「点1」オブジェクトと「丸」オブジェクトを作成し、上記「点1」オブジェクトと上記「丸」オブジェクトとを点種関連でリンク付ける。   As in the case of FIG. 3, the object expressing “circle 1” in FIG. 4A creates a “point 1” object and a “circle” object as shown in FIG. 1 ”object and the above“ circle ”object are linked in relation to the point type.

同様に、図4(a)の「三角2」を表現するオブジェクトは、図4(b)に示すように「点2」オブジェクトと「三角」オブジェクトを作成し、上記「点2」オブジェクトと上記「三角」オブジェクトとを点種関連でリンク付ける。   Similarly, as the object representing “triangle 2” in FIG. 4A, a “point 2” object and a “triangle” object are created as shown in FIG. Link “triangular” objects in relation to point types.

図4(a)の「線12」を表現するオブジェクトは、図4(b)に示すように「線12」オブジェクトを作成する。   The object representing “line 12” in FIG. 4A creates a “line 12” object as shown in FIG. 4B.

図4(a)の「丸1」と「線12」の接続を表現するには、上記「丸1」を表現するオブジェクトのうち「点1」オブジェクトと上記「線12」オブジェクトとを図4(b)に示すように接続関係関連でリンク付ける。   In order to express the connection between “Circle 1” and “Line 12” in FIG. 4A, among the objects representing “Circle 1”, the “Point 1” object and the “Line 12” object are represented in FIG. As shown in (b), link in connection relation.

同様に図4(a)の「三角2」と「線12」の接続を表現するには、上記「三角2」を表現するオブジェクトのうち「点2」オブジェクトと上記「線12」オブジェクトとを図4(b)に示すように接続関係関連でリンク付ける。   Similarly, in order to represent the connection between “triangle 2” and “line 12” in FIG. 4A, among the objects representing “triangle 2”, the “point 2” object and the “line 12” object are As shown in FIG. 4B, the links are linked in connection relations.

ここで、図4(c)に示すように「三角2」を「四角2」に変更する場合、図4(d)に示すように、(1)まず、「三角2」を表現するオブジェクトのうち「三角」オブジェクトを削除し、(2)次に、「四角2」を表現するオブジェクトのうち「四角」オブジェクトのみを生成する。(3)最後に、「三角2」を表現するオブジェクトのうち上記「点2」オブジェクトと上記「三角」オブジェクトとの点種関連を、上記「点2」オブジェクトと「四角」オブジェクトとの点種関連に付け替える。   Here, when “triangle 2” is changed to “square 2” as shown in FIG. 4C, as shown in FIG. 4D, (1) first, the object representing “triangle 2” is displayed. Among them, the “triangle” object is deleted. (2) Next, only the “square” object among the objects expressing “square 2” is generated. (3) Finally, among the objects representing “triangle 2”, the point type relationship between the “point 2” object and the “triangle” object is the point type between the “point 2” object and the “square” object. Change to related.

上記のように、本願発明の基本構成によれば、「点」の種類変更処理は「点」への処理だけで構成することができ、図10(d)のように従来手法では必要であった「点」の種類変更に伴う「線」への接続関係変更処理は不要となる。すなわち、「線12」オブジェクトの接続関係変更は不要となる。   As described above, according to the basic configuration of the present invention, the “point” type change processing can be configured only by processing to “point”, which is necessary in the conventional method as shown in FIG. Further, the connection relationship changing process to “line” accompanying the change of the type of “point” is not required. That is, it is not necessary to change the connection relationship of the “line 12” object.

また、「点」の種類を増やすときは、従来の「点」クラスを継承した具象クラスを追加するのと同様に、「点」の情報を継承した具象クラスを追加するだけで良い。   Further, when increasing the number of “points”, it is only necessary to add a concrete class that inherits the information of “point”, in the same way as a concrete class that inherits the conventional “point” class.

[実施形態]
図5に配管系統のモデル構造を示す。
[Embodiment]
FIG. 5 shows the model structure of the piping system.

「点」クラス12と「線」クラス13を継承して、それぞれ「配管系統の点」クラスと「配管」クラスを用意する。   By inheriting the “point” class 12 and the “line” class 13, a “pipe system point” class and a “pipe” class are prepared, respectively.

「点の情報」クラス15を継承して、「配管系統の点」の種類用に、「配水池」クラス,「ポンプ」クラス,「弁」クラスを用意する。これ以外の点の種類用クラスがあっても良い。各点の情報クラス15の特徴として、「配水池」クラスは配水量を持ち、「ポンプ」クラスは回転数を持ち、「弁」クラスは開度を持つ。それぞれ上記以外に特徴を持っても良い。   By inheriting the “point information” class 15, a “reservoir” class, a “pump” class, and a “valve” class are prepared for the type of “piping system points”. There may be classes for other types of points. As characteristics of the information class 15 at each point, the “reservoir” class has a water distribution amount, the “pump” class has a rotation speed, and the “valve” class has an opening. Each may have features other than the above.

図6(a)は、配管系統のグラフを示す図である。図6(a)に示すように、「配水池1」と「ポンプ2」を「配管12」で結び、「ポンプ2」と「弁3」を「配管23」で結ぶ配管系統のグラフを考える。   Fig.6 (a) is a figure which shows the graph of a piping system. As shown in FIG. 6A, consider a graph of a piping system in which “reservoir 1” and “pump 2” are connected by “piping 12”, and “pump 2” and “valve 3” are connected by “piping 23”. .

図6(a)の「配水池1」を表現するオブジェクトは、図6(b)に示すように「配管系統の点1」オブジェクトと「配水池」オブジェクトを作成し、上記「配管系統の点1」オブジェクトと「配水池」オブジェクトとを点種関連でリンク付ける。   The object representing “reservoir 1” in FIG. 6A is created by creating a “piping system point 1” object and a “reservoir” object as shown in FIG. Link the “1” object and the “reservoir” object in relation to the point type.

同様に図6(a)の「ポンプ2」を表現するオブジェクトは、図6(b)に示すように「配管系統の点2」オブジェクトと「ポンプ」オブジェクトを作成し、上記「配管系統の点2」オブジェクトと「ポンプ」オブジェクトとを点種関連でリンク付ける。   Similarly, as the object representing “pump 2” in FIG. 6A, a “pipe system point 2” object and a “pump” object are created as shown in FIG. Link the 2 ”object and the“ pump ”object in a point type relationship.

同様に、図6(a)の「弁3」を表現するオブジェクトは、図6(b)に示すように「配管系統の点3」オブジェクトと「弁」オブジェクトを作成し、上記「配管系統の点3」オブジェクトと「弁」オブジェクトとを点種関連でリンク付ける。   Similarly, an object representing “valve 3” in FIG. 6A creates a “pipe system point 3” object and a “valve” object as shown in FIG. Link the “Point 3” object and the “Valve” object in relation to the point type.

図6(a)の「配管12」を表現するオブジェクトは、図6(b)に示すように「配管12」オブジェクトを作成する。同様に図6(a)の「配管23」を表現するオブジェクトは、図6(b)に示すように「配管23」オブジェクトを作成する。   The object expressing “pipe 12” in FIG. 6A creates a “pipe 12” object as shown in FIG. 6B. Similarly, an object representing “pipe 23” in FIG. 6A creates a “pipe 23” object as shown in FIG. 6B.

図6(a)の「配水池1」と「配管12」の接続を表現するには、上記「配水池1」を表現するオブジェクトのうち「配管系統の点1」オブジェクトと上記「配管12」オブジェクトを図6(b)に示すように接続関係関連でリンク付ける。同様に図6(a)の「ポンプ2」と「配管12」の接続を表現するには、上記「ポンプ2」を表現するオブジェクトのうち「配管系統の点2」オブジェクトと上記「配管12」オブジェクトを図6(b)に示すように接続関係関連でリンク付ける。   To represent the connection between “reservoir 1” and “pipe 12” in FIG. 6A, among the objects representing “reservoir 1”, the “pipe system point 1” object and the “pipe 12” The objects are linked in connection relation as shown in FIG. Similarly, in order to express the connection between “pump 2” and “pipe 12” in FIG. 6A, among the objects representing “pump 2”, the “pipe system point 2” object and the “pipe 12” above. The objects are linked in connection relation as shown in FIG.

同様に、図6(a)の「ポンプ2」と「配管23」の接続を表現するには、上記「ポンプ2」を表現するオブジェクトのうち配管系統の「点2」オブジェクトと上記「配管23」オブジェクトを図6(b)に示すように接続関係関連でリンク付ける。同様に図6(a)の「弁3」と「配管23」の接続を表現するには、上記「弁3」を表現するオブジェクトのうち「配管系統の点3」オブジェクトと上記「配管23」オブジェクトを図6(b)のように接続関係関連でリンク付ける。   Similarly, in order to express the connection between “pump 2” and “pipe 23” in FIG. 6A, among the objects representing “pump 2”, the “point 2” object of the piping system and the “pipe 23” are displayed. ”Link the objects in connection relation as shown in FIG. Similarly, in order to express the connection between “valve 3” and “pipe 23” in FIG. 6A, the “pipe system point 3” object and the “pipe 23” among the objects representing the “valve 3”. The objects are linked in connection relation as shown in FIG.

図7は、「配管系統の点」の種類を変更する例を示す図である。図7では、図6(a)の配管系統のグラフにおいて、「ポンプ2」を「弁2」に変更する場合を考える。   FIG. 7 is a diagram illustrating an example in which the type of “piping system point” is changed. In FIG. 7, the case where “pump 2” is changed to “valve 2” in the graph of the piping system of FIG.

図7(d)に示すように、(1)まず、「ポンプ2」を表現するオブジェクトのうち上記「ポンプ」オブジェクトを削除し、(2)次に、「弁2」を表現するオブジェクトのうち「弁」オブジェクトのみを作成する。(3)最後に、「ポンプ2」を表現するオブジェクトのうち上記「配管系統の点2」オブジェクトと上記「ポンプ」オブジェクトとの点種関連を、上記「配管系統の点2」オブジェクトと上記「弁」オブジェクトとの点種関連に付け替える。   As shown in FIG. 7 (d), (1) First, the “pump” object is deleted from the objects representing “pump 2”, and (2) next, among the objects representing “valve 2”. Create only a “valve” object. (3) Finally, among the objects representing “pump 2”, the point type relationship between the “pipe line point 2” object and the “pump” object is referred to as the “pipe line point 2” object and the “pump line point 2” object. Change to the point type relationship with the “valve” object.

以上示したように、本実施形態によれば、「点」と「線」で構成されるグラフのモデル構造において、「点」の種類ごとに「点の情報」クラスを用意し、「点」の種類を「点」クラスではなく「点の情報」クラスへの関連で表現することにより、「点」の種類を変更する時は上記の「点」クラスと「点の情報」クラスとの関連を変更するだけとなり、変更対象である「点」以外のクラスに影響を与えることがなくなる。   As described above, according to the present embodiment, in the model structure of a graph composed of “points” and “lines”, a “point information” class is prepared for each type of “point”, and “point” By expressing the type of the item in relation to the “Point Information” class instead of the “Point” class, when changing the “Point” type, the relationship between the above “Point” class and the “Point Information” class Will be changed, and it will not affect the class other than the “point” that is the change target.

また、「点」の種類を増やすときは、従来の「点」クラスを継承した具象クラスを追加するのと同様に、「点」の情報を継承した具象クラスを追加するだけで良い。   Further, when increasing the number of “points”, it is only necessary to add a concrete class that inherits the information of “point”, in the same way as a concrete class that inherits the conventional “point” class.

11…モデルクラス
12…点クラス
13…線クラス
14…接続関係関連
15…点の情報クラス
16…各点の情報クラス
17…点種関連
11 ... Model class 12 ... Point class 13 ... Line class 14 ... Connection relation 15 ... Point information class 16 ... Information class for each point 17 ... Point type related

Claims (2)

モデリング装置により、グラフを構成するモデル構造や関連情報を抽象クラスであるモデルクラスとして表現するモデリング方法であって、
前記モデルクラスを継承し、点を表す点クラスと、
前記モデルクラスを継承し、線を表す線クラスと、
前記点クラスと前記線クラスとの関係で、点と線の接続関係を表す接続関係関連と、
点の種類ごとの特徴を表現するクラスの抽象クラスである点の情報クラスと、
前記点の情報クラスを継承し、各点の特徴を持つ各点の情報クラスと、
前記点クラスと上記点の情報クラスとの関係で、点の種類を表す点種関連と、
によって、グラフを構成することを特徴とするモデリング方法。
A modeling method for expressing a model structure and related information constituting a graph as an abstract class by a modeling device,
A point class that inherits the model class and represents a point;
A line class that inherits the model class and represents a line;
A connection relationship related to a connection relationship between a point and a line in the relationship between the point class and the line class, and
A point information class that is an abstract class of a class that represents the characteristics of each type of point,
Inheriting the point information class, each point information class having the characteristics of each point;
In the relationship between the point class and the information class of the point, a point type relation indicating the type of the point,
A modeling method characterized by composing a graph by:
前記点クラスを継承し、配管系統の点を表す配管系統の点クラスと、
前記線クラスを継承し、配管系統の配管を表す配管クラスと、
前記点の情報クラスを継承し、配管系統の配水池の特徴を持つ配水池クラスと、
前記点の情報クラスを継承し、配管系統のポンプの特徴を持つポンプクラスと、
前記点の情報クラスを継承し、配管系統の弁の特徴を持つ弁クラスと、
によって、配管系統のグラフを構成することを特徴とする請求項1記載のモデリング方法。
Inheriting the point class, the point class of the piping system representing the point of the piping system,
A pipe class that inherits the line class and represents the pipe of the pipe system;
Reservoir class that inherits the information class of the point and has the characteristics of a distribution reservoir in the piping system,
Inheriting the information class of the point, the pump class having the characteristics of the pump of the piping system,
A valve class that inherits the information class of the point and has the characteristics of a valve of the piping system,
The modeling method according to claim 1, wherein a graph of a piping system is configured by the following.
JP2013105711A 2013-05-20 2013-05-20 Modeling method Active JP6060813B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013105711A JP6060813B2 (en) 2013-05-20 2013-05-20 Modeling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013105711A JP6060813B2 (en) 2013-05-20 2013-05-20 Modeling method

Publications (2)

Publication Number Publication Date
JP2014228905A true JP2014228905A (en) 2014-12-08
JP6060813B2 JP6060813B2 (en) 2017-01-18

Family

ID=52128729

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013105711A Active JP6060813B2 (en) 2013-05-20 2013-05-20 Modeling method

Country Status (1)

Country Link
JP (1) JP6060813B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040205726A1 (en) * 1999-12-20 2004-10-14 Christopher Chedgey System and method for computer-aided graph-based dependency analysis
JP2012155565A (en) * 2011-01-27 2012-08-16 Hitachi Ltd Piping route search device and plant constructed using the same
JP2013001224A (en) * 2011-06-15 2013-01-07 Railway Technical Research Institute Relay circuit connecting network data generating device, relay circuit connecting network data generating method, and program therefor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040205726A1 (en) * 1999-12-20 2004-10-14 Christopher Chedgey System and method for computer-aided graph-based dependency analysis
JP2012155565A (en) * 2011-01-27 2012-08-16 Hitachi Ltd Piping route search device and plant constructed using the same
JP2013001224A (en) * 2011-06-15 2013-01-07 Railway Technical Research Institute Relay circuit connecting network data generating device, relay circuit connecting network data generating method, and program therefor

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JPN6016043642; 井上正輝 外3名: 'アクセス網の簡易設計ツールの検討' 電子情報通信学会技術研究報告 Vol.99,No.605, 20000204, pp.69-74, 社団法人電子情報通信学会 *

Also Published As

Publication number Publication date
JP6060813B2 (en) 2017-01-18

Similar Documents

Publication Publication Date Title
Woodhead et al. Digital construction: From point solutions to IoT ecosystem
CN103440364B (en) Based on the method and system of BIM auto-building model WBS node
JP2017530440A (en) Summary of data lineage
CN109388661A (en) A kind of model training method and device based on shared data
US10942715B2 (en) Composable context menus
JP2022009364A (en) Method and system for flexible pipeline generation
US11934748B2 (en) Variable equivalency on connection in a process simulation
KR102409355B1 (en) Method and apparatus for outputting information
KR101409250B1 (en) Piping element fitting type computer aided design method for pipe system
US20160371327A1 (en) Optimized method for sorting alarms
EP3329402B1 (en) Collaborative virtual mechanical routing development system and method
KR20150110063A (en) Apparatus and method of integrating mapreduce for big data processing
JP6060813B2 (en) Modeling method
JP6900946B2 (en) Engineering support system and engineering support method
CN108021448B (en) Kernel space optimization method and device
US20140258138A1 (en) System and method for owner endorsement in interface management
EP2996076A1 (en) Method and apparatus for integrated product configuration and production planning
CN109683883B (en) Flow chart design method and device
Pawar et al. Spatiotemporal Down-Scaling for Multiphase Flow in Porous Media using Implicit Hypernetwork Neural Representation
CN105488088A (en) Two-dimensional network angle distribution layout method based on tree structure
US9760473B2 (en) System and method for visualizing software programs
CN103777957A (en) Design method and system of model library with expandability
WO2011139162A2 (en) Process execution components
Menand Technology Focus: Horizontal and Complex-Trajectory Wells (November 2017)
Kovalev et al. The practical approach to the reliability analysis of the software architecture of a complex company control system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20151210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161107

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20161128

R150 Certificate of patent or registration of utility model

Ref document number: 6060813

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150