org.boxed_economy.components.realclock
クラス SetStepNumByTimeCommand

java.lang.Object
  拡張org.boxed_economy.besp.container.command.Command
      拡張org.boxed_economy.components.realclock.SetStepNumByTimeCommand

public class SetStepNumByTimeCommand
extends Command

SetStepNumByTimeCommand LimitedTimeRunのlengthをTimeで設定するための命令です。 基礎モデルフレームワークに依存します。


コンストラクタの概要
SetStepNumByTimeCommand(BESPContainer container, int newhourNum, java.lang.String newunit)
           
 
メソッドの概要
protected  void run()
          DefaultTimeOfDayを設定しているhour・unitからcreateし、それをもとに生成した LimitedTimeRunByTimeSettingをmodelThreadにセットします。
 
クラス org.boxed_economy.besp.container.command.Command から継承したメソッド
execute, getContainer, getModelContainer, getPresentationContainer
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SetStepNumByTimeCommand

public SetStepNumByTimeCommand(BESPContainer container,
                               int newhourNum,
                               java.lang.String newunit)
メソッドの詳細

run

protected void run()
DefaultTimeOfDayを設定しているhour・unitからcreateし、それをもとに生成した LimitedTimeRunByTimeSettingをmodelThreadにセットします。

定義:
クラス Command 内の run