|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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
org.mklab.tool.control.system.sink.VariableSink
public class VariableSink
変数への出力器を表わすクラスです。
コンストラクタの概要 | |
---|---|
VariableSink()
新しく生成された VariableSink オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
void |
close()
出力器を閉じます。 |
boolean |
equals(Object o)
|
void |
exportData()
データ出力します。 |
String |
getVariableName()
名前を返します。 |
int |
hashCode()
|
boolean |
isActive()
この出力器がアクティか判定します。 |
void |
setVariableName(String variableName)
名前を設定します。 |
クラス org.mklab.tool.control.system.sink.ExportSink から継承されたメソッド |
---|
getData, getDataLength, getString, initialize, isExportable, open, outputEquation, setExportable, updateWith |
クラス 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, 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 VariableSink()
VariableSink
オブジェクトを初期化します。
メソッドの詳細 |
---|
public void close()
Exporter
の記述:
Exporter.close()
public boolean isActive()
Exporter
の記述:
Exporter.isActive()
public void exportData()
Exporter
の記述:
Exporter.exportData()
public String getVariableName()
public void setVariableName(String variableName)
variableName
- 名前public boolean equals(Object o)
SystemOperator
内の equals
SystemOperator.equals(java.lang.Object)
public int hashCode()
SystemOperator
内の hashCode
SystemOperator.hashCode()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |