|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.boxed_economy.besp.model.fmfw.Clock
org.boxed_economy.components.stepclock.StepClock
StepClock Clockを単純な整数によるステップで実現したClockです。
| フィールドの概要 | |
static java.util.ResourceBundle |
resource
|
| コンストラクタの概要 | |
StepClock()
|
|
| メソッドの概要 | |
void |
gain()
timeOfDayを1進めます。 |
long |
getStep()
Returns the step. |
void |
setStep(long step)
Sets the step. |
java.lang.String |
toString()
|
| クラス org.boxed_economy.besp.model.fmfw.Clock から継承したメソッド |
fireClockGained, firePrepareStepStart, fireStepCompleted, getWorld, prepareStep, receiveTimeEvent, setWorld |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
public static java.util.ResourceBundle resource
| コンストラクタの詳細 |
public StepClock()
| メソッドの詳細 |
public void gain()
Clock 内の gainpublic long getStep()
public void setStep(long step)
step - The step to setpublic java.lang.String toString()
Object.toString()
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||