|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.basecmp.core.usecase.UsecaseStep
com.basecmp.core.usecase.EndNode
Triviale End-Node-Implementierung. Created on 16.09.2003
| Field Summary |
| Fields inherited from class com.basecmp.core.usecase.UsecaseStep |
stepId |
| Constructor Summary | |
EndNode()
|
|
| Method Summary | |
void |
execute(UsecaseContext uc,
int unlockKey)
Minimal-Implementierung, die setStepResult() mit RESULT_NEXT aufruft. |
boolean |
isCallNode()
Liefert false |
boolean |
isEndNode()
Liefert true |
boolean |
isJumpNode()
Liefert false |
boolean |
isStartNode()
Liefert false |
| Methods inherited from class com.basecmp.core.usecase.UsecaseStep |
getConfigKeys, getConfigValue, initStep, isInitialized, setConfigValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EndNode()
| Method Detail |
public void execute(UsecaseContext uc,
int unlockKey)
throws UsecaseStepExecutionException
execute in class UsecaseStepuc - unlockKey -
UsecaseStepExecutionExceptionpublic boolean isCallNode()
isCallNode in class UsecaseSteppublic boolean isEndNode()
isEndNode in class UsecaseSteppublic boolean isJumpNode()
isJumpNode in class UsecaseSteppublic boolean isStartNode()
isStartNode in class UsecaseStep
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||