org.mklab.tool.control.system.parameter
インタフェース ParameterUpdator

既知の実装クラスの一覧:
ConstantSource, ContinuousObserver, DiscreteObserver, ExportSink, FileSink, GnuplotSink, GnuplotXYSink, LqrStateFeedback, LqServoIntegratorGain, LqServoStateFeedback, NormalRandomSource, PeriodicSource, PolePlaceStateFeedback, PulseSource, RampSource, Restrictor, TransportDelay, UniformRandomSource, VariableSink

public interface ParameterUpdator

パラメータ変更に伴う更新を行う機能を表わすインターフェースです。

バージョン:
$Revision: 1.2 $, 2007/01/25
作成者:
koga

メソッドの概要
 boolean updateWith(String parameter)
          パラメータ変更に伴う更新を行います。
 

メソッドの詳細

updateWith

boolean updateWith(String parameter)
パラメータ変更に伴う更新を行います。

パラメータ:
parameter - パラメータの名前
戻り値:
パラメータの設定が成功したならばtrue、そうでなければfalse