|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectwoolpack.transition.ActionDef
public class ActionDef
アクションの定義。
コンストラクタの概要 | |
---|---|
ActionDef(OGE methodOGE,
ForwardDef... forwardDefArray)
コンストラクタ。 |
|
ActionDef(OGE methodOGE,
java.lang.Iterable<ForwardDef> forwardDefIterable)
コンストラクタ。 |
|
ActionDef(OGE componentOGE,
OGE methodOGE,
ForwardDef... forwardDefArray)
コンストラクタ。 |
|
ActionDef(OGE componentOGE,
OGE methodOGE,
java.lang.Iterable<ForwardDef> forwardDefIterable)
コンストラクタ。 |
メソッドの概要 | |
---|---|
OGE |
getComponentOGE()
コンポーネントの位置を返す。 |
java.lang.Iterable<ForwardDef> |
getForwardDefIterable()
遷移先定義の一覧を返す。 |
OGE |
getMethodOGE()
メソッドの位置を返す。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ActionDef(OGE componentOGE, OGE methodOGE, java.lang.Iterable<ForwardDef> forwardDefIterable)
componentOGE
- コンポーネントの取得先。methodOGE
- 実行するメソッドの取得先。forwardDefIterable
- 遷移先定義の一覧。ステートレスであるべき。
引数のいずれかが
- null の場合。public ActionDef(OGE methodOGE, java.lang.Iterable<ForwardDef> forwardDefIterable)
OGE
とする。
methodOGE
- 実行するメソッドの取得先。forwardDefIterable
- 遷移先定義の一覧。ステートレスであるべき。
引数のいずれかが
- null の場合。public ActionDef(OGE componentOGE, OGE methodOGE, ForwardDef... forwardDefArray)
componentOGE
- コンポーネントの取得先。methodOGE
- 実行するメソッドの取得先。forwardDefArray
- 遷移先定義の一覧。ステートレスであるべき。
引数のいずれかが
- null の場合。public ActionDef(OGE methodOGE, ForwardDef... forwardDefArray)
OGE
とする。
methodOGE
- 実行するメソッドの取得先。forwardDefArray
- 遷移先定義の一覧。ステートレスであるべき。
引数のいずれかが
- null の場合。メソッドの詳細 |
---|
public OGE getComponentOGE()
public OGE getMethodOGE()
public java.lang.Iterable<ForwardDef> getForwardDefIterable()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |