|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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.ImportSource
org.mklab.tool.control.system.source.VariableSource
public class VariableSource
変数からの入力器を表わすクラスです。
| コンストラクタの概要 | |
|---|---|
VariableSource()
新しく生成された VariableSourceオブジェクトを初期化します。 |
|
| メソッドの概要 | |
|---|---|
void |
close()
入力器を閉じます。 |
boolean |
equals(Object o)
|
String |
getString(String key)
外部化された文字列を返します。 |
String |
getVariableName()
名前を返します。 |
int |
hashCode()
|
void |
importData()
データ入力します。 |
void |
open()
入力器を開きます。 |
void |
setVariableName(String variableName)
名前を設定します。 |
| クラス org.mklab.tool.control.system.source.ImportSource から継承されたメソッド |
|---|
initialize, isActive, outputEquation, setData |
| クラス 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, 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 VariableSource()
VariableSourceオブジェクトを初期化します。
| メソッドの詳細 |
|---|
public void close()
Importer の記述:
Importer 内の closeImporter.close()public void importData()
Importer の記述:
Importer 内の importDataImporter.importData()public void open()
Importer の記述:
Importer 内の openImporter.open()public String getVariableName()
public void setVariableName(String variableName)
variableName - 名前public String getString(String key)
StringExternalizable の記述:
StringExternalizable 内の getStringkey - キー
StringExternalizable.getString(java.lang.String)public boolean equals(Object o)
ImportSource 内の equalsImportSource.equals(java.lang.Object)public int hashCode()
ImportSource 内の hashCodeImportSource.hashCode()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||