Interface StateOutput<S,O>
-
- Type Parameters:
S- state class.O- output class.
- All Known Subinterfaces:
DeterministicStateOutputTS<S,I,T,O>,MooreMachine<S,I,T,O>,MooreTransitionSystem<S,I,T,O>,MutableMooreMachine<S,I,T,O>,MutableStateOutput<S,O>,StateOutputAutomaton<S,I,T,O>
public interface StateOutput<S,O>State output concept. Allows to associate with each state an output, like in a Moore machine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OgetStateOutput(S state)
-