|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.fe.statemachine.base.apploaders.StateTransition
| Field Summary |
| Fields inherited from interface com.bankframe.fe.statemachine.base.apploaders.IStateTransition |
DEFAULT, FINAL, HISTORY, HISTORY_STAR |
| Constructor Summary | |
StateTransition()
Creates a new StateTransition. |
|
StateTransition(int entryCondition,
IState resultState,
java.lang.String name)
Creates a new StateTransition. |
|
| Method Summary | |
int |
getEntryCondition()
Returns the entry condition for this state transition. |
java.lang.String |
getName()
Returns the name of this state transition. |
IState |
getResultState()
Returns the result state for this state transition. |
java.util.Properties |
getUserProperties()
Returns the user properties for the state transition. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StateTransition()
public StateTransition(int entryCondition,
IState resultState,
java.lang.String name)
throws java.lang.IllegalArgumentException
entryCondition - the entry condition on this state transition.resultState - the state to entername - the name of this StateTransition
java.lang.IllegalArgumentException - if entryCondition is not one of DEFAULT, HISTORY, or HISTORY_STAR from IStateTransition.| Method Detail |
public int getEntryCondition()
IStateTransition
getEntryCondition in interface IStateTransitionpublic IState getResultState()
IStateTransition
getResultState in interface IStateTransitionpublic java.lang.String getName()
IStateTransition
getName in interface IStateTransitionpublic java.util.Properties getUserProperties()
IStateTransition
getUserProperties in interface IStateTransition
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||