O - output symbol class.public final class FastMooreState<O> extends AbstractFastDetState<FastMooreState<O>,FastMooreState<O>>
FastMoore automaton.id| Constructor and Description |
|---|
FastMooreState(int numInputs,
O output)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
O |
getOutput()
Retrieves the output symbol generated by this state.
|
void |
setOutput(O output)
Sets the output symbol generated by this state.
|
clearTransition, clearTransitions, ensureInputCapacity, getTransition, setTransition, toStringgetId, setIdpublic FastMooreState(int numInputs,
O output)
numInputs - number of input symbols.output - output symbol.Copyright © 2018. All rights reserved.