|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.boxed_economy.besp.model.LimitedTimeRunSetting
org.boxed_economy.components.realclock.AbstractRealClockLimitedTimeRunSetting
RealClockによる実行時間設定の抽象クラスです。 このクラスの実装として、実行時間による設定を行うLimitedRunByRealTimeSettingと 終了時刻を指定して、設定を行うLimitedRunByEndRealTimeOfDaySetting
コンストラクタの概要 | |
AbstractRealClockLimitedTimeRunSetting(RealClock clock)
コンストラクタです。 |
メソッドの概要 | |
RealClock |
getClock()
この設定に対応するClockを返します |
abstract TimeOfDay |
getEndTimeOfDay()
Method getEndTimeOfDay. |
long |
getStep()
設定から実行ステップ数を計算して返します。 |
クラス org.boxed_economy.besp.model.LimitedTimeRunSetting から継承したメソッド |
getDescription |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public AbstractRealClockLimitedTimeRunSetting(RealClock clock)
メソッドの詳細 |
public RealClock getClock()
public long getStep()
LimitedTimeRunSetting
内の getStep
public abstract TimeOfDay getEndTimeOfDay()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |