|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem
org.mklab.tool.control.system.source.ContinuousSource
org.mklab.tool.control.system.source.ConstantSource
public class ConstantSource
定数信号を発生するシステムを表すクラスです。
コンストラクタの概要 | |
---|---|
ConstantSource()
新しく生成された ConstantSource オブジェクトを初期化します。 |
|
ConstantSource(Matrix constant)
新しく生成された ConstantSource オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
boolean |
equals(Object o)
|
Matrix |
getConstant()
定数を返します。 |
String |
getString(String key)
外部化された文字列を返します。 |
int |
hashCode()
|
Matrix |
outputEquation(double t)
直達項をもたないシステムの出力を返します。 |
void |
setConstant(Matrix constant)
定数を設定します。 |
boolean |
updateWith(String parameter)
パラメータ変更に伴う更新を行います。 |
クラス org.mklab.tool.control.system.source.ContinuousSource から継承されたメソッド |
---|
outputEquation, setInputSize, setOutputSize |
クラス org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem から継承されたメソッド |
---|
initialize, inputOutputEquation |
クラス 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 ConstantSource(Matrix constant)
ConstantSource
オブジェクトを初期化します。
constant
- 定数public ConstantSource()
ConstantSource
オブジェクトを初期化します。
メソッドの詳細 |
---|
public Matrix outputEquation(double t)
StaticSystem
の記述:出力方程式を表します。
StaticSystem
内の outputEquation
BaseContinuousStaticSystem
内の outputEquation
t
- 時刻
StaticSystem.outputEquation(double)
public void setConstant(Matrix constant)
constant
- 定数public Matrix getConstant()
public boolean updateWith(String parameter)
ParameterUpdator
の記述:
ParameterUpdator
内の updateWith
parameter
- パラメータの名前
ParameterUpdator.updateWith(java.lang.String)
public String getString(String key)
StringExternalizable
の記述:
StringExternalizable
内の getString
key
- キー
StringExternalizable.getString(java.lang.String)
public boolean equals(Object o)
SystemOperator
内の equals
SystemOperator.equals(java.lang.Object)
public int hashCode()
SystemOperator
内の hashCode
SystemOperator.hashCode()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |