|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiFollower
Follower 後続ノードインタフェース
| Method Summary | |
|---|---|
void |
connectUpperFlow(int index,
Predecessor f)
先行ノードの 指定位置の後続ノードを自ノードにする。 |
void |
disconnectUpperFlow(int index,
Predecessor p)
先行ノードの 指定位置から 自ノードへの接続を削除 |
| Methods inherited from interface org.wiperdog.jobmanager.Follower |
|---|
connectUpperFlow, disconnectUpperFlow |
| Method Detail |
|---|
void connectUpperFlow(int index,
Predecessor f)
throws ConditionBoardException
index - 位置f - 先行ノード
ConditionBoardException
void disconnectUpperFlow(int index,
Predecessor p)
throws ConditionBoardException
index - p -
ConditionBoardException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||