org.mklab.tool.control.system.sink
クラス GnuplotXYSink

java.lang.Object
  上位を拡張 org.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.GnuplotSink
                      上位を拡張 org.mklab.tool.control.system.sink.GnuplotXYSink
すべての実装されたインタフェース:
Cloneable, ArrayElement<SystemOperator>, GridElement<SystemOperator>, ContinuousAlgebraicSystem, ContinuousStaticSystem, ParameterUpdator, StringExternalizable, Exporter, StaticSystem

public class GnuplotXYSink
extends GnuplotSink

Gnuplotへの2次元グラフの出力器を表わすクラスです。

バージョン:
$Revision: 1.4 $, 2007/10/29
作成者:
Koga Laboratory

コンストラクタの概要
GnuplotXYSink()
          新しく生成されたGnuplotXYSinkオブジェクトを初期化します。
 
メソッドの概要
 void exportData()
          データ出力します。
 void setInputSize(int inputSize)
          入力の数を設定します。
 
クラス org.mklab.tool.control.system.sink.GnuplotSink から継承されたメソッド
close, equals, getFontSize, getGnuplot, getXGridInterval, getXMaximum, getXMinimum, getYGridInterval, getYMaximum, getYMinimum, hashCode, isActive, open, setFontSize, setGrid, setLineNames, setLineWidth, setTitle, setXGridInterval, setXLabel, setXMaximum, setXMinimum, setYGridInterval, setYLabel, setYMaximum, setYMinimum, updateWith
 
クラス org.mklab.tool.control.system.sink.ExportSink から継承されたメソッド
getData, getDataLength, getString, initialize, isExportable, outputEquation, setExportable
 
クラス org.mklab.tool.control.system.sink.ContinuousSink から継承されたメソッド
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
 

コンストラクタの詳細

GnuplotXYSink

public GnuplotXYSink()
新しく生成されたGnuplotXYSinkオブジェクトを初期化します。

メソッドの詳細

setInputSize

public void setInputSize(int inputSize)
クラス SystemOperator の記述:
入力の数を設定します。

オーバーライド:
クラス GnuplotSink 内の setInputSize
パラメータ:
inputSize - 入力の数
関連項目:
ContinuousSink.setInputSize(int)

exportData

public void exportData()
インタフェース Exporter の記述:
データ出力します。

定義:
インタフェース Exporter 内の exportData
オーバーライド:
クラス GnuplotSink 内の exportData
関連項目:
Exporter.exportData()