OHyMoS.NET Class Library

OhTotalSystem.connectComponents メソッド 

Abstract method which is used for connecting ports of elements within the OhTotalSystem. The programmer who provides a new OhTotalSystem class must define this method. He can use various (Ref "OhSubSystem#connect()") methods to write the connectPort() method.

全体系モデル内部の端子を接続するために使用される抽象メソッ ドです。新しい OhTotalSystem クラスを提供しようとするプログ ラマは、このメソッドを定義しなければなりません。このメソッ ドを書くために、(Ref "OhSubSystem") で定義されている様々な (Ref "OhSubSystem#connect()") メソッドを使用できます。

実装例: (Ref "OhScfTotalSystem#connectPorts()")
public abstract void connectComponents();

例外

例外の種類条件
OhErrorif an error occurs

参照

OhTotalSystem クラス | OhymosNet 名前空間