クラス
org.mklab.tool.control.system.ControlSystemOption の使用

ControlSystemOption を使用しているパッケージ
org.mklab.tool.control.system 制御システムを表現するためのクラスを提供します。 
 

org.mklab.tool.control.system での ControlSystemOption の使用
 

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オブジェクトを初期化します。