Class | Description |
---|---|
State |
The respresentation of a state in a state machine.
|
StateMachine |
The representation of a finite state machine.
|
Transition |
A representation of a transition from a state to another state.
|
Exception | Description |
---|---|
IllegalTransitionException |
An exception thrown when an invalid transition is attempted from a state.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.