ControlSystemOption 型のパラメータを持つ org.mklab.tool.control.system のコンストラクタ |
ControlSystem(AdjacencyMatrix matrix,
ControlSystemOption option)
新しく生成されたControlSystem オブジェクトを初期化します。 |
ControlSystem(AdjacencyMatrix matrix,
List<Integer> inputNodes,
List<Integer> outputNodes,
ControlSystemOption option)
新しく生成されたControlSystem オブジェクトを初期化します。 |
ControlSystem(AdjacencyMatrix matrix,
List<Integer> inputNodes,
List<Integer> outputNodes,
List<Integer> sourceNodes,
List<Integer> sinkNodes,
ControlSystemOption option)
新しく生成されたControlSystem オブジェクトを初期化します。 |
ControlSystem(AdjacencyStringMatrix stringMatrix,
ControlSystemOption option)
新しく生成されたControlSystem オブジェクトを初期化します。 |