Interface Lasso.DFALasso<I>

Type Parameters:
I - the input type
All Superinterfaces:
AcceptorTS<Integer,I>, Automaton<Integer,I,Integer>, Automaton.RegularAutomaton<Integer,I,Integer>, DeterministicAcceptorTS<Integer,I>, DeterministicAutomaton<Integer,I,Integer>, DeterministicAutomaton.RegularAutomaton<Integer,I,Integer>, DeterministicFiniteSemantics, DeterministicOutputAutomaton<Integer,I,Integer,Boolean>, DeterministicOutputTS<Integer,I,Integer,Boolean>, DeterministicSemantics, DeterministicSuffixOutputAutomaton<Integer,I,Integer,Boolean>, DeterministicSuffixOutputTS<Integer,I,Integer,Boolean>, DeterministicTransitionSystem<Integer,I,Integer>, DFA<Integer,I>, FiniteRepresentation, FiniteSemantics, FiniteStateAcceptor<Integer,I>, InitialState<Integer>, InitialStates<Integer>, InputAlphabetHolder<I>, Iterable<Integer>, Lasso<I,Boolean>, NFA<Integer,I>, Output<I,Boolean>, OutputAutomaton<Integer,I,Integer,Boolean>, OutputTS<Integer,I,Integer,Boolean>, Semantics, SimpleAutomaton<Integer,I>, SimpleDeterministicAutomaton<Integer,I>, SimpleDTS<Integer,I>, SimpleTS<Integer,I>, SuffixOutput<I,Boolean>, TransitionSystem<Integer,I,Integer>, UniversalAutomaton<Integer,I,Integer,Boolean,Void>, UniversalAutomaton.RegularAutomaton<Integer,I,Integer,Boolean,Void>, UniversalDeterministicAutomaton<Integer,I,Integer,Boolean,Void>, UniversalDeterministicAutomaton.RegularAutomaton<Integer,I,Integer,Boolean,Void>, UniversalDTS<Integer,I,Integer,Boolean,Void>, UniversalTransitionSystem<Integer,I,Integer,Boolean,Void>
All Known Implementing Classes:
DFALassoImpl
Enclosing interface:
Lasso<I,D>

public static interface Lasso.DFALasso<I> extends Lasso<I,Boolean>, DFA<Integer,I>
A DFALasso is a lasso for DFAs.