|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.control.system.graph.ConnectionMatrix
public class ConnectionMatrix
連結行列(Connection Matrix)を表すクラスです。
| コンストラクタの概要 | |
|---|---|
ConnectionMatrix(BaseArrayOperator<SystemOperator> adjacencyMatrix)
新しく生成された ConnectionMatrixオブジェクトを初期化します。 |
|
ConnectionMatrix(DoubleMatrix adjacencyMatrix)
新しく生成された ConnectionMatrixオブジェクトを初期化します。 |
|
| メソッドの概要 | |
|---|---|
boolean |
equals(Object obj)
|
BooleanMatrix |
getBooleanMatrix()
連結情報を表わす行列を返します。 |
int |
getSize()
行列の次数を返します。 |
int |
hashCode()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ConnectionMatrix(BaseArrayOperator<SystemOperator> adjacencyMatrix)
ConnectionMatrixオブジェクトを初期化します。
adjacencyMatrix - 隣接行列public ConnectionMatrix(DoubleMatrix adjacencyMatrix)
ConnectionMatrixオブジェクトを初期化します。
adjacencyMatrix - 隣接行列| メソッドの詳細 |
|---|
public BooleanMatrix getBooleanMatrix()
public int getSize()
public int hashCode()
Object 内の hashCodeObject.hashCode()public boolean equals(Object obj)
Object 内の equalsObject.equals(java.lang.Object)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||