|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem
org.mklab.tool.control.system.math.ConstantSystem
org.mklab.tool.control.system.math.UserDefinedConstantSystem
public class UserDefinedConstantSystem
ユーザ定義定数システムを表すクラスです。
コンストラクタの概要 | |
---|---|
UserDefinedConstantSystem(int inputSize,
int outputSize)
新しく生成された UserDefinedConstantSystem オブジェクトを初期化します。 |
|
UserDefinedConstantSystem(Matrix gain)
新しく生成された UserDefinedConstantSystem オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
boolean |
containParameter(String name)
指定した名前のパラメータをもつか判定します。 |
Set<String> |
getParameterNames()
システムパラメータの名前の集合を返します。 |
Object |
getParameterValue(String name)
パラメータの値を返します。 |
Class<?> |
getSystemClass()
システムを定義したクラスを返します。 |
void |
setInitializeFunction(Method method)
システムの初期化処理を定義したメソッドを設定します。 |
void |
setParameterValue(String name,
Object value)
パラメータの値を設定します。 |
void |
setSystemClass(Class<?> klass)
システムを定義したクラスを設定します。 |
void |
setUpdateFunction(Method method)
システムの更新処理を定義したメソッドを設定します。 |
void |
update()
パラメータを更新します。 |
クラス org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem から継承されたメソッド |
---|
initialize, inputOutputEquation, outputEquation |
クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
---|
compare, createArray, createArray, createGrid, createGrid, createZero, getInputSize, getOutputSize, getParameter, getParameters, getStateSize, hasDirectFeedthrough, isAutoSize, isDynamic, isForecdSystem, isInlet, isLinear, isOutlet, isSISO, isSizeDefined, isStatic, isTransformableFrom, isTransformableTo, isZero, resetAutoSize, setAutoSize, setDynamic, setForcedSystem, setHasDirectFeedthrough, setInlet, setInputSize, setLinear, setOutlet, setOutputSize, setParameter, setStateSize, setupParameters, toString, toString, transformFrom, transformTo |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public UserDefinedConstantSystem(int inputSize, int outputSize)
UserDefinedConstantSystem
オブジェクトを初期化します。
inputSize
- 入力数outputSize
- 出力数public UserDefinedConstantSystem(Matrix gain)
UserDefinedConstantSystem
オブジェクトを初期化します。
gain
- ゲイン行列メソッドの詳細 |
---|
public Object getParameterValue(String name) throws NoSuchParameterException
UserDefinedSystem
の記述:
UserDefinedSystem
内の getParameterValue
name
- パラメータの名前
NoSuchParameterException
- パラメータが存在しない場合、パラメータにアクセスできない場合UserDefinedSystem.getParameterValue(java.lang.String)
public Set<String> getParameterNames() throws NoSuchParameterException
UserDefinedSystem
の記述:
UserDefinedSystem
内の getParameterNames
NoSuchParameterException
- パラメータにアクセスできない場合UserDefinedSystem.getParameterNames()
public boolean containParameter(String name)
UserDefinedSystem
の記述:
UserDefinedSystem
内の containParameter
name
- パラメータの名前
UserDefinedSystem.containParameter(java.lang.String)
public Class<?> getSystemClass()
UserDefinedSystem
の記述:
UserDefinedSystem
内の getSystemClass
UserDefinedSystem.getSystemClass()
public void setInitializeFunction(Method method) throws SecurityException
UserDefinedSystem
の記述:
UserDefinedSystem
内の setInitializeFunction
method
- システムの初期化処理を定義したメソッド
SecurityException
- メソッドにアクセスする権利が無い場合UserDefinedSystem.setInitializeFunction(java.lang.reflect.Method)
public void setParameterValue(String name, Object value) throws NoSuchParameterException
UserDefinedSystem
の記述:
UserDefinedSystem
内の setParameterValue
name
- パラメータの名前value
- パラメータの値
NoSuchParameterException
- パラメータが存在しない場合、パラメータにアクセスできない場合UserDefinedSystem.setParameterValue(java.lang.String, java.lang.Object)
public void setSystemClass(Class<?> klass)
UserDefinedSystem
の記述:
UserDefinedSystem
内の setSystemClass
klass
- システムを定義したクラスUserDefinedSystem.setSystemClass(java.lang.Class)
public void setUpdateFunction(Method method) throws SecurityException
UserDefinedSystem
の記述:
UserDefinedSystem
内の setUpdateFunction
method
- システムの更新処理を定義したメソッド
SecurityException
- メソッドにアクセスする権利が無い場合UserDefinedSystem.setUpdateFunction(java.lang.reflect.Method)
public void update() throws ParameterException
UserDefinedSystem
の記述:
UserDefinedSystem
内の update
ParameterException
- パラメータに関する問題がある場合UserDefinedSystem.update()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |