|
||||||||||
| 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
public class 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,
String name)
Creates a new StateTransition. |
|
| 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. |
| 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,
String name)
throws IllegalArgumentException
entryCondition - the entry condition on this state transition.resultState - the state to entername - the name of this StateTransition
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 String getName()
IStateTransition
getName in interface IStateTransitionpublic Properties getUserProperties()
IStateTransition
getUserProperties in interface IStateTransition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||