public interface State
FiniteStateMachine
.Modifier and Type | Method and Description |
---|---|
FiniteStateMachine |
getFiniteStateMashine()
Returns the
FiniteStateMachine instance the state belongs to. |
void |
process(byte b)
Performs processing of the input byte.
|
void process(byte b)
b
- the input byteFiniteStateMachine getFiniteStateMashine()
FiniteStateMachine
instance the state belongs to.Copyright © 2017. All rights reserved.