Uses of Interface
net.automatalib.automaton.ShrinkableAutomaton
-
Packages that use ShrinkableAutomaton Package Description net.automatalib.automaton This package (including sub-packages) contains the basic classes concerning automata.net.automatalib.automaton.base net.automatalib.automaton.fsa net.automatalib.automaton.transducer net.automatalib.automaton.transducer.probabilistic -
-
Uses of ShrinkableAutomaton in net.automatalib.automaton
Subinterfaces of ShrinkableAutomaton in net.automatalib.automaton Modifier and Type Interface Description interface
ShrinkableDeterministic<S,I,T,SP,TP>
A mutable deterministic automaton that also supports destructive operations, i.e., removal of states and transitions. -
Uses of ShrinkableAutomaton in net.automatalib.automaton.base
Classes in net.automatalib.automaton.base that implement ShrinkableAutomaton Modifier and Type Class Description class
AbstractFastMutable<S extends AbstractFastState<?>,I,T,SP,TP>
Shared functionality for (non-) deterministic mutable automata.class
AbstractFastMutableDet<S extends AbstractFastState<T>,I,T,SP,TP>
class
AbstractFastMutableNondet<S extends AbstractFastState<Collection<T>>,I,T,SP,TP>
-
Uses of ShrinkableAutomaton in net.automatalib.automaton.fsa
Classes in net.automatalib.automaton.fsa that implement ShrinkableAutomaton Modifier and Type Class Description class
FastDFA<I>
class
FastNFA<I>
-
Uses of ShrinkableAutomaton in net.automatalib.automaton.transducer
Classes in net.automatalib.automaton.transducer that implement ShrinkableAutomaton Modifier and Type Class Description class
FastMealy<I,O>
A fast implementation of a Mealy machine.class
FastMoore<I,O>
A fast implementation of a Moore automaton. -
Uses of ShrinkableAutomaton in net.automatalib.automaton.transducer.probabilistic
Classes in net.automatalib.automaton.transducer.probabilistic that implement ShrinkableAutomaton Modifier and Type Class Description class
FastProbMealy<I,O>
-