it.amattioli.workstate.core
Class FinalState
java.lang.Object
it.amattioli.workstate.core.State
it.amattioli.workstate.core.PseudoState
it.amattioli.workstate.core.FinalState
- All Implemented Interfaces:
- AttributeReader
public class FinalState
- extends PseudoState
- Author:
- a.mattioli
|
Method Summary |
void |
enter()
Enter this state and activate it. |
| Methods inherited from class it.amattioli.workstate.core.State |
addAvailableEvents, buildEvent, checkActive, equals, exit, findAncestor, getAvailableEvents, getId, getMemento, getParent, getRootMachine, hasMetaState, isActive, isRegion, reEnter, reExit |
FinalState
public FinalState(MetaFinalState metaState,
CompositeState parent)
enter
public void enter()
throws WorkflowException
- Description copied from class:
State
- Enter this state and activate it.
- Overrides:
enter in class State
- Throws:
WorkflowException
Copyright © 2011. All Rights Reserved.