|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.siprop.core.ua.util.UAState
public abstract class UAState
シーケンスなどのステートマシーン用抽象化クラス
まだ、明確な位置付けを決定していない。
ステートというよりは、call(),forward()などを用意して、Factory Methodパターン的な使い方になりそう。
UAContoroller用とUAModule用を共通化する必要がある。
フィールドの概要 | |
---|---|
static int |
NON_INIT
|
コンストラクタの概要 | |
---|---|
UAState()
|
メソッドの概要 | |
---|---|
int |
getState()
ステートを取得する。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static int NON_INIT
コンストラクタの詳細 |
---|
public UAState()
メソッドの詳細 |
---|
public int getState()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |