Class MealyLassoImpl<I,O>

java.lang.Object
net.automatalib.modelchecking.impl.AbstractLasso<I,Word<O>>
net.automatalib.modelchecking.impl.MealyLassoImpl<I,O>
Type Parameters:
I - the input type
O - the output type
All Implemented Interfaces:
Iterable<Integer>, Automaton<Integer,I,Integer>, Automaton.RegularAutomaton<Integer,I,Integer>, DeterministicOutputAutomaton<Integer,I,Integer,Word<O>>, DeterministicSuffixOutputAutomaton<Integer,I,Integer,Word<O>>, FiniteRepresentation, InitialState<Integer>, InitialStates<Integer>, InputAlphabetHolder<I>, Output<I,Word<O>>, OutputAutomaton<Integer,I,Integer,Word<O>>, SuffixOutput<I,Word<O>>, TransitionOutput<Integer,O>, DeterministicAutomaton<Integer,I,Integer>, DeterministicAutomaton.RegularAutomaton<Integer,I,Integer>, SimpleAutomaton<Integer,I>, SimpleDeterministicAutomaton<Integer,I>, MealyMachine<Integer,I,Integer,O>, TransitionOutputAutomaton<Integer,I,Integer,O>, 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>, Lasso<I,Word<O>>, Lasso.MealyLasso<I,O>, DeterministicFiniteSemantics, DeterministicSemantics, FiniteSemantics, Semantics, DeterministicOutputTS<Integer,I,Integer,Word<O>>, DeterministicSuffixOutputTS<Integer,I,Integer,Word<O>>, OutputTS<Integer,I,Integer,Word<O>>, DeterministicTransitionSystem<Integer,I,Integer>, DeterministicTraceableTS<Integer,I,Integer,O>, DeterministicTransitionOutputTS<Integer,I,Integer,O>, MealyTransitionSystem<Integer,I,Integer,O>, SimpleDTS<Integer,I>, SimpleTS<Integer,I>, TransitionSystem<Integer,I,Integer>, UniversalDTS<Integer,I,Integer,Void,O>, UniversalTransitionSystem<Integer,I,Integer,Void,O>

public class MealyLassoImpl<I,O> extends AbstractLasso<I,Word<O>> implements Lasso.MealyLasso<I,O>
A MealyLasso is a lasso for MealyMachines.