O
- output symbol class.public final class FastMooreState<O> extends FastDetState<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.
|
clearTransitions, getTransition, setTransition, toString
getId, setId
public FastMooreState(int numInputs, O output)
numInputs
- number of input symbols.output
- output symbol.Copyright © 2015. All Rights Reserved.