Module net.automatalib.core
Class MealyTransition<S,O>
java.lang.Object
net.automatalib.automaton.transducer.impl.MealyTransition<S,O>
- Type Parameters:
S- state class.O- output symbol class.
A transition of a mealy machine, comprising a successor state and an output symbol.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MealyTransition
Constructor.- Parameters:
successor- successor state.output- output symbol.
-
-
Method Details
-
getOutput
Retrieves the output symbol.- Returns:
- the output symbol.
-
setOutput
Sets the output symbol.- Parameters:
output- the new output symbol.
-
getSuccessor
Retrieves the successor state.- Returns:
- the successor state.
-