org.boxed_economy.components.realclock
クラス SetStepNumByEndTimeOfDayCommand

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

public class SetStepNumByEndTimeOfDayCommand
extends Command

SetStepNumByEndTimeOfDayCommand defaultTimeパッケージで利用される、LimitedTimeRunを期間で設定するための命令です。 timeOfDayを指定するため基礎モデルフレームワークのDefaultTimeOfDayに依存します。


コンストラクタの概要
SetStepNumByEndTimeOfDayCommand(BESPContainer container, TimeOfDay newendTimeOfDay)
           
 
メソッドの概要
protected  void run()
          サブクラスがCommandのアルゴリズムを記述するために、 オーバーライドするメソッドです。
 
クラス 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
 

コンストラクタの詳細

SetStepNumByEndTimeOfDayCommand

public SetStepNumByEndTimeOfDayCommand(BESPContainer container,
                                       TimeOfDay newendTimeOfDay)
メソッドの詳細

run

protected void run()
クラス Command の記述:
サブクラスがCommandのアルゴリズムを記述するために、 オーバーライドするメソッドです。

定義:
クラス Command 内の run