Interface MutableStateOutput<S,O>
-
- All Superinterfaces:
StateOutput<S,O>
- All Known Subinterfaces:
MutableMooreMachine<S,I,T,O>
public interface MutableStateOutput<S,O> extends StateOutput<S,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setStateOutput(S state, O output)
-
Methods inherited from interface net.automatalib.automaton.concept.StateOutput
getStateOutput
-
-