|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.discrete.BaseDiscreteStaticSystem
org.mklab.tool.control.system.discrete.HoldSystem
public abstract class HoldSystem
ホールドシステムを表す抽象クラスです。
コンストラクタの概要 | |
---|---|
HoldSystem()
新しく生成された HoldSystem オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
Matrix |
getState()
状態を返します。 |
void |
setInputSize(int size)
入力の数を設定します。 |
void |
setOutputSize(int size)
出力の数を設定します。 |
void |
setState(Matrix state)
状態を設定します。 |
クラス org.mklab.tool.control.system.discrete.BaseDiscreteStaticSystem から継承されたメソッド |
---|
equals, getNextSamplingTime, getSamplingInterval, hashCode, initialize, inputOutputEquation, inputOutputEquation, isAtSamplingPoint, outputEquation, outputEquation, outputEquation, outputEquation, setAtSamplingPoint, setSamplingInterval |
クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
---|
clone, compare, createArray, createArray, createGrid, createGrid, createZero, getInputSize, getLinearSystem, getOutputSize, getParameter, getParameters, getStateSize, hasDirectFeedthrough, isAutoSize, isDynamic, isForecdSystem, isInlet, isLinear, isOutlet, isSISO, isSizeDefined, isStatic, isTransformableFrom, isTransformableTo, isZero, resetAutoSize, setAutoSize, setDynamic, setForcedSystem, setHasDirectFeedthrough, setInlet, setLinear, setOutlet, setParameter, setStateSize, setupParameters, toString, toString, transformFrom, transformTo |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public HoldSystem()
HoldSystem
オブジェクトを初期化します。
メソッドの詳細 |
---|
public void setState(Matrix state)
state
- 状態public Matrix getState()
public void setInputSize(int size)
SystemOperator
の記述:
SystemOperator
内の setInputSize
size
- 入力の数SystemOperator.setInputSize(int)
public void setOutputSize(int size)
SystemOperator
の記述:
SystemOperator
内の setOutputSize
size
- 出力の数SystemOperator.setOutputSize(int)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |