Package org.chenile.stm
Class State
java.lang.Object
org.chenile.stm.State
- All Implemented Interfaces:
Serializable
An encapsulation of what constitutes a state. In this framework, a state is a combination of flowId and stateId.
The flowId is used so that the same STM can be used in different flows.The state Id is namespaced by the flow.
- Author:
- Raja Shankar Kolluru
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
stateId
-
flowId
-
DEFAULT_FLOW_ID
If flow Id is not specified, it is assumed to be the default flow.- See Also:
-
-
Constructor Details
-
State
-
State
public State()
-
-
Method Details