Interface Lasso.MealyLasso<I,O>

Type Parameters:
I - the input type
O - the output type
All Superinterfaces:
Automaton<Integer,I,Integer>, Automaton.RegularAutomaton<Integer,I,Integer>, DeterministicAutomaton<Integer,I,Integer>, DeterministicAutomaton.RegularAutomaton<Integer,I,Integer>, DeterministicFiniteSemantics, DeterministicOutputAutomaton<Integer,I,Integer,Word<O>>, DeterministicOutputTS<Integer,I,Integer,Word<O>>, DeterministicSemantics, DeterministicSuffixOutputAutomaton<Integer,I,Integer,Word<O>>, DeterministicSuffixOutputTS<Integer,I,Integer,Word<O>>, DeterministicTraceableTS<Integer,I,Integer,O>, DeterministicTransitionOutputTS<Integer,I,Integer,O>, DeterministicTransitionSystem<Integer,I,Integer>, FiniteRepresentation, FiniteSemantics, InitialState<Integer>, InitialStates<Integer>, InputAlphabetHolder<I>, Iterable<Integer>, Lasso<I,Word<O>>, MealyMachine<Integer,I,Integer,O>, MealyTransitionSystem<Integer,I,Integer,O>, Output<I,Word<O>>, OutputAutomaton<Integer,I,Integer,Word<O>>, OutputTS<Integer,I,Integer,Word<O>>, Semantics, SimpleAutomaton<Integer,I>, SimpleDeterministicAutomaton<Integer,I>, SimpleDTS<Integer,I>, SimpleTS<Integer,I>, SuffixOutput<I,Word<O>>, TransitionOutput<Integer,O>, TransitionOutputAutomaton<Integer,I,Integer,O>, TransitionSystem<Integer,I,Integer>, UniversalAutomaton<Integer,I,Integer,Void,O>, UniversalAutomaton.RegularAutomaton<Integer,I,Integer,Void,O>, UniversalDeterministicAutomaton<Integer,I,Integer,Void,O>, UniversalDeterministicAutomaton.RegularAutomaton<Integer,I,Integer,Void,O>, UniversalDTS<Integer,I,Integer,Void,O>, UniversalTransitionSystem<Integer,I,Integer,Void,O>
All Known Implementing Classes:
MealyLassoImpl
Enclosing interface:
Lasso<I,D>

public static interface Lasso.MealyLasso<I,O> extends Lasso<I,Word<O>>, MealyMachine<Integer,I,Integer,O>
A MealyLasso is a lasso for MealyMachines.