Uses of Interface
net.automatalib.automaton.MutableDeterministic
-
Packages that use MutableDeterministic Package Description net.automatalib.automaton This package (including sub-packages) contains the basic classes concerning automata.net.automatalib.automaton.abstraction net.automatalib.automaton.fsa net.automatalib.automaton.transducer -
-
Uses of MutableDeterministic in net.automatalib.automaton
Subinterfaces of MutableDeterministic in net.automatalib.automaton Modifier and Type Interface Description interfaceShrinkableDeterministic<S,I,T,SP,TP>A mutable deterministic automaton that also supports destructive operations, i.e., removal of states and transitions. -
Uses of MutableDeterministic in net.automatalib.automaton.abstraction
Classes in net.automatalib.automaton.abstraction with type parameters of type MutableDeterministic Modifier and Type Class Description static classMutableDeterministicAbstraction.StateIntAbstraction<S,I,T,SP,TP,A extends MutableDeterministic<S,I,T,SP,TP>> -
Uses of MutableDeterministic in net.automatalib.automaton.fsa
Subinterfaces of MutableDeterministic in net.automatalib.automaton.fsa Modifier and Type Interface Description interfaceMutableDFA<S,I> -
Uses of MutableDeterministic in net.automatalib.automaton.transducer
Subinterfaces of MutableDeterministic in net.automatalib.automaton.transducer Modifier and Type Interface Description interfaceMutableMealyMachine<S,I,T,O>interfaceMutableMooreMachine<S,I,T,O>interfaceMutableSubsequentialTransducer<S,I,T,O>Amutableextension of aSubsequentialTransducer.
-