|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.boxed_economy.besp.model.LimitedTimeRunSetting
org.boxed_economy.components.realclock.AbstractRealClockLimitedTimeRunSetting
org.boxed_economy.components.realclock.TimeLimitedTimeRunSetting
LimitedRunByRealTimeSettingTest LimitedTimeRunの設定を、実行する時間で表わしたmodelです。 endTimeOfDayを計算し、それに基づきstepNumを割り出します。 currentTimeOfDayがmonth末の際に、この設定でrunすると、monthが途中で繰り上がってしまうことがあります。 例) 1/31 から2ヶmonth後 は3/4 1/26 から2ヵmonth後 は2/26
| フィールドの概要 | |
static Time |
defaultTime
defaultvalue |
static java.util.ResourceBundle |
resource
|
| コンストラクタの概要 | |
TimeLimitedTimeRunSetting(RealClock clock,
Time runTime)
時計と、LimitedRunする時間を設定します。 |
|
| メソッドの概要 | |
java.lang.String |
getDescription()
「 |
TimeOfDay |
getEndTimeOfDay()
終了時刻を現在時刻と実行時間から計算して返します。 |
Time |
getRunTime()
GUIに設定を反映するために、現在のrunTimeを返します。 |
java.lang.String |
toString()
「 |
| クラス org.boxed_economy.components.realclock.AbstractRealClockLimitedTimeRunSetting から継承したメソッド |
getClock, getStep |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
public static java.util.ResourceBundle resource
public static final Time defaultTime
| コンストラクタの詳細 |
public TimeLimitedTimeRunSetting(RealClock clock,
Time runTime)
clock - | メソッドの詳細 |
public Time getRunTime()
public TimeOfDay getEndTimeOfDay()
AbstractRealClockLimitedTimeRunSetting 内の getEndTimeOfDaypublic java.lang.String toString()
public java.lang.String getDescription()
LimitedTimeRunSetting 内の getDescriptionLimitedTimeRunSetting.getDescription()
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||