|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem
org.mklab.tool.control.system.sink.ContinuousSink
org.mklab.tool.control.system.sink.ExportSink
public abstract class ExportSink
信号のエキスポート先を表わすクラスです。
コンストラクタの概要 | |
---|---|
ExportSink()
新しく生成された ExportSink オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
DoubleMatrix |
getData()
データを返します。 |
int |
getDataLength()
データの長さを返します。 |
String |
getString(String key)
外部化された文字列を返します。 |
void |
initialize()
状態などの初期化を行います。 |
boolean |
isExportable()
エキスポート可能かを判定します。 |
void |
open()
出力器を開きます。 |
Matrix |
outputEquation(double t,
Matrix u)
直達項をもつシステムの出力を返します。 |
void |
setExportable(boolean exportable)
エキスポート可能かを設定します。 |
boolean |
updateWith(String parameter)
パラメータ変更に伴う更新を行います。 |
クラス org.mklab.tool.control.system.sink.ContinuousSink から継承されたメソッド |
---|
setInputSize, setOutputSize |
クラス org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem から継承されたメソッド |
---|
inputOutputEquation, outputEquation |
クラス 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 |
インタフェース org.mklab.tool.control.system.sink.Exporter から継承されたメソッド |
---|
close, exportData, isActive |
コンストラクタの詳細 |
---|
public ExportSink()
ExportSink
オブジェクトを初期化します。
メソッドの詳細 |
---|
public void initialize()
SystemOperator
の記述:
BaseContinuousStaticSystem
内の initialize
BaseContinuousStaticSystem.initialize()
public Matrix outputEquation(double t, Matrix u)
StaticSystem
の記述:出力方程式を表します。
StaticSystem
内の outputEquation
ContinuousSink
内の outputEquation
t
- 時刻u
- 入力
ContinuousSink.outputEquation(double, org.mklab.nfc.matrix.Matrix)
public void open()
Exporter
の記述:
Exporter
内の open
Exporter.open()
public int getDataLength()
public DoubleMatrix getData()
public void setExportable(boolean exportable)
Exporter
内の setExportable
exportable
- エキスポート可能ならばtrue、そうでなければfalsepublic boolean isExportable()
Exporter
内の isExportable
public String getString(String key)
StringExternalizable
の記述:
StringExternalizable
内の getString
key
- キー
StringExternalizable.getString(java.lang.String)
public boolean updateWith(String parameter)
ParameterUpdator
の記述:
ParameterUpdator
内の updateWith
parameter
- パラメータの名前
ParameterUpdator.updateWith(java.lang.String)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |