|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.FileSink
public class FileSink
ファイルへの出力器を表わすクラスです。
コンストラクタの概要 | |
---|---|
FileSink()
新しく生成された FileSink オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
void |
close()
出力器を閉じます。 |
boolean |
equals(Object o)
|
void |
exportData()
データ出力します。 |
String |
getFileName()
ファイルの名前を返します。 |
MatrixFileType |
getFileType()
ファイルの形式を返します。 |
String |
getVariableName()
変数の名前を返します。 |
int |
hashCode()
|
boolean |
isActive()
この出力器がアクティか判定します。 |
void |
setFileName(String fileName)
ファイルの名前を設定します。 |
void |
setFileType(MatrixFileType fileType)
ファイルの形式を設定します。 |
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 FileSink()
FileSink
オブジェクトを初期化します。
メソッドの詳細 |
---|
public void close()
Exporter
の記述:
Exporter.close()
public boolean isActive()
Exporter
の記述:
Exporter.isActive()
public void exportData() throws IOException
Exporter
の記述:
IOException
- 出力できない場合Exporter.exportData()
public void setFileType(MatrixFileType fileType)
fileType
- ファイルの形式public MatrixFileType getFileType()
public String getFileName()
public void setFileName(String fileName)
fileName
- ファイルの名前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()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |