|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStateTransition
Field Summary | |
---|---|
static int |
DEFAULT
Defines the DEFAULT result from getEntryCondition . |
static int |
FINAL
Defines the FINAL result from getEntryCondition . |
static int |
HISTORY
Defines the HISTORY result from getEntryCondition . |
static int |
HISTORY_STAR
Defines the HISTORY_STAR result from getEntryCondition . |
Method Summary | |
---|---|
int |
getEntryCondition()
Returns the entry condition for this state transition. |
String |
getName()
Returns the name of this state transition. |
IState |
getResultState()
Returns the result state for this state transition. |
Properties |
getUserProperties()
Returns the user properties for the state transition. |
Field Detail |
---|
static final int HISTORY
HISTORY
result from getEntryCondition
.
static final int HISTORY_STAR
HISTORY_STAR
result from getEntryCondition
.
static final int FINAL
FINAL
result from getEntryCondition
.
static final int DEFAULT
DEFAULT
result from getEntryCondition
.
Method Detail |
---|
int getEntryCondition()
IState getResultState()
String getName()
Properties getUserProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |