|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.UserDefinedContinuousSource
public class UserDefinedContinuousSource
ユーザ定義連続信号発生システムを表わすクラスです。
コンストラクタの概要 | |
---|---|
UserDefinedContinuousSource()
新しく生成された UserDefinedContinuousSource オブジェクトを初期化します。 |
|
UserDefinedContinuousSource(Object obj)
新しく生成された UserDefinedContinuousSource オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
void |
close()
入力器を閉じます。 |
boolean |
containParameter(String name)
指定した名前のパラメータをもつか判定します。 |
Set<String> |
getParameterNames()
システムパラメータの名前の集合を返します。 |
Object |
getParameterValue(String name)
パラメータの値を返します。 |
Class<?> |
getSystemClass()
システムを定義したクラスを返します。 |
void |
importData()
データ入力します。 |
void |
initialize()
状態などの初期化を行います。 |
boolean |
isActive()
この入力器がアクティブか判定します。 |
void |
open()
入力器を開きます。 |
Matrix |
outputEquation(double t)
直達項をもたないシステムの出力を返します。 |
void |
setCloseFunction(Method closeFunction)
システムのクローズ処理を記述したメソッドを設定します。 |
void |
setInitializeFunction(Method method)
システムの初期化処理を定義したメソッドを設定します。 |
void |
setOpenFunction(Method openFunction)
システムのオープン処理を記述したメソッドを設定します。 |
void |
setOutputFunction(Method method)
システムの出力方程式を定義したメソッドを設定します。 |
void |
setParameterValue(String name,
Object value)
パラメータの値を設定します。 |
void |
setSystemClass(Class<?> klass)
システムを定義したクラスを設定します。 |
void |
setUpdateFunction(Method method)
システムの更新処理を定義したメソッドを設定します。 |
void |
update()
パラメータを更新します。 |
クラス org.mklab.tool.control.system.source.ContinuousSource から継承されたメソッド |
---|
outputEquation, setInputSize, setOutputSize |
クラス org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem から継承されたメソッド |
---|
inputOutputEquation |
クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
---|
clone, compare, createArray, createArray, createGrid, createGrid, createZero, equals, getInputSize, getLinearSystem, getOutputSize, getParameter, getParameters, getStateSize, hasDirectFeedthrough, hashCode, 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 UserDefinedContinuousSource()
UserDefinedContinuousSource
オブジェクトを初期化します。
public UserDefinedContinuousSource(Object obj)
UserDefinedContinuousSource
オブジェクトを初期化します。
obj
- メソッドの定義してあるオブジェクト。nullの場合は静的メソッドを呼び出します。メソッドの詳細 |
---|
public Matrix outputEquation(double t) throws SolverStopException
StaticSystem
の記述:出力方程式を表します。
StaticSystem
内の outputEquation
BaseContinuousStaticSystem
内の outputEquation
t
- 時刻
SolverStopException
- ソルバーが停止された場合BaseContinuousStaticSystem.outputEquation(double)
public void setSystemClass(Class<?> klass)
UserDefinedSystem
の記述:
UserDefinedSystem
内の setSystemClass
klass
- システムを定義したクラスUserDefinedSystem.setSystemClass(java.lang.Class)
public Class<?> getSystemClass()
UserDefinedSystem
の記述:
UserDefinedSystem
内の getSystemClass
UserDefinedSystem.getSystemClass()
public void setOutputFunction(Method method) throws SecurityException
method
- システムの出力方程式を定義したメソッド
SecurityException
- メソッドにアクセスする権利が無い場合public void setInitializeFunction(Method method) throws SecurityException
UserDefinedSystem
の記述:
UserDefinedSystem
内の setInitializeFunction
method
- システムの初期化処理を定義したメソッド
SecurityException
- メソッドにアクセスする権利が無い場合UserDefinedSystem.setInitializeFunction(java.lang.reflect.Method)
public void setUpdateFunction(Method method) throws SecurityException
UserDefinedSystem
の記述:
UserDefinedSystem
内の setUpdateFunction
method
- システムの更新処理を定義したメソッド
SecurityException
- メソッドにアクセスする権利が無い場合UserDefinedSystem.setUpdateFunction(java.lang.reflect.Method)
public void setCloseFunction(Method closeFunction)
closeFunction
- システムのクローズ処理を記述したメソッドpublic void setOpenFunction(Method openFunction)
openFunction
- システムのクローズ処理を記述したメソッド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 void setParameterValue(String name, Object value) throws NoSuchParameterException
UserDefinedSystem
の記述:
UserDefinedSystem
内の setParameterValue
name
- パラメータの名前value
- パラメータの値
NoSuchParameterException
- パラメータが存在しない場合、パラメータにアクセスできない場合UserDefinedSystem.setParameterValue(java.lang.String,
java.lang.Object)
public boolean containParameter(String name)
UserDefinedSystem
の記述:
UserDefinedSystem
内の containParameter
name
- パラメータの名前
UserDefinedSystem.containParameter(java.lang.String)
public void update() throws ParameterException
UserDefinedSystem
の記述:
UserDefinedSystem
内の update
ParameterException
- パラメータに関する問題がある場合UserDefinedSystem.update()
public void initialize()
SystemOperator
の記述:
BaseContinuousStaticSystem
内の initialize
BaseDiscreteStaticSystem.initialize()
public void open() throws IOException
Importer
の記述:
Importer
内の open
IOException
- 入出力例外がクローズ中に発生した場合
RuntimeException
- その他の例外の場合Importer.open()
public void close() throws IOException
Importer
の記述:
Importer
内の close
IOException
- 入出力例外がクローズ中に発生した場合
RuntimeException
- その他の例外の場合Importer.close()
public void importData() throws IOException
Importer
の記述:
Importer
内の importData
IOException
- データを入力できない場合Importer.importData()
public boolean isActive()
Importer
の記述:
Importer
内の isActive
Importer.isActive()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |