Uses of Interface
net.automatalib.automaton.DeterministicAutomaton
-
Packages that use DeterministicAutomaton Package Description net.automatalib.automaton This package (including sub-packages) contains the basic classes concerning automata.net.automatalib.automaton.abstraction net.automatalib.automaton.concept net.automatalib.automaton.fsa net.automatalib.automaton.transducer net.automatalib.modelchecking -
-
Uses of DeterministicAutomaton in net.automatalib.automaton
Subinterfaces of DeterministicAutomaton in net.automatalib.automaton Modifier and Type Interface Description interfaceMutableDeterministic<S,I,T,SP,TP>Interface for a mutable deterministic automaton.interfaceShrinkableDeterministic<S,I,T,SP,TP>A mutable deterministic automaton that also supports destructive operations, i.e., removal of states and transitions.interfaceUniversalDeterministicAutomaton<S,I,T,SP,TP>ADeterministicAutomatonwith state and transition properties. -
Uses of DeterministicAutomaton in net.automatalib.automaton.abstraction
Classes in net.automatalib.automaton.abstraction with type parameters of type DeterministicAutomaton Modifier and Type Class Description static classDeterministicAbstractions.StateIntAbstraction<S,I,T,A extends DeterministicAutomaton<S,I,T>> -
Uses of DeterministicAutomaton in net.automatalib.automaton.concept
Subinterfaces of DeterministicAutomaton in net.automatalib.automaton.concept Modifier and Type Interface Description interfaceDetOutputAutomaton<S,I,T,D>An automaton which deterministically produces an output for an input word.interfaceDetSuffixOutputAutomaton<S,I,T,D> -
Uses of DeterministicAutomaton in net.automatalib.automaton.fsa
Subinterfaces of DeterministicAutomaton in net.automatalib.automaton.fsa Modifier and Type Interface Description interfaceDFA<S,I>Deterministic finite state acceptor.interfaceMutableDFA<S,I> -
Uses of DeterministicAutomaton in net.automatalib.automaton.transducer
Subinterfaces of DeterministicAutomaton in net.automatalib.automaton.transducer Modifier and Type Interface Description interfaceMealyMachine<S,I,T,O>interfaceMooreMachine<S,I,T,O>interfaceMutableMealyMachine<S,I,T,O>interfaceMutableMooreMachine<S,I,T,O>interfaceMutableSubsequentialTransducer<S,I,T,O>Amutableextension of aSubsequentialTransducer.interfaceStateLocalInputMealyMachine<S,I,T,O>interfaceStateOutputAutomaton<S,I,T,O>interfaceSubsequentialTransducer<S,I,T,O>A subsequential transducer (or SST) is anDeterministicOutputTSwhose state and transition properties are output-words.interfaceTransitionOutputAutomaton<S,I,T,O> -
Uses of DeterministicAutomaton in net.automatalib.modelchecking
Subinterfaces of DeterministicAutomaton in net.automatalib.modelchecking Modifier and Type Interface Description interfaceLasso<I,D>A lasso is a single infinite word.static interfaceLasso.DFALasso<I>A DFALasso is a lasso forDFAs.static interfaceLasso.MealyLasso<I,O>A MealyLasso is a lasso forMealyMachines.
-