Uses of Interface
net.automatalib.automaton.MutableAutomaton
-
Packages that use MutableAutomaton Package Description net.automatalib.automaton This package (including sub-packages) contains the basic classes concerning automata.net.automatalib.automaton.fsa net.automatalib.automaton.transducer net.automatalib.automaton.transducer.probabilistic net.automatalib.ts.modal -
-
Uses of MutableAutomaton in net.automatalib.automaton
Subinterfaces of MutableAutomaton in net.automatalib.automaton Modifier and Type Interface Description interfaceMutableDeterministic<S,I,T,SP,TP>Interface for a mutable deterministic automaton.interfaceShrinkableAutomaton<S,I,T,SP,TP>A mutable automaton that also supports destructive modifications, i.e., removal of states and transitions.interfaceShrinkableDeterministic<S,I,T,SP,TP>A mutable deterministic automaton that also supports destructive operations, i.e., removal of states and transitions.Methods in net.automatalib.automaton with parameters of type MutableAutomaton Modifier and Type Method Description static <S,I,T,SP,TP>
voidShrinkableAutomaton. unlinkState(MutableAutomaton<S,I,T,SP,TP> automaton, S state, @Nullable S replacement, Collection<I> inputs) -
Uses of MutableAutomaton in net.automatalib.automaton.fsa
Subinterfaces of MutableAutomaton in net.automatalib.automaton.fsa Modifier and Type Interface Description interfaceMutableDFA<S,I>interfaceMutableFSA<S,I>interfaceMutableNFA<S,I> -
Uses of MutableAutomaton in net.automatalib.automaton.transducer
Subinterfaces of MutableAutomaton 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. -
Uses of MutableAutomaton in net.automatalib.automaton.transducer.probabilistic
Subinterfaces of MutableAutomaton in net.automatalib.automaton.transducer.probabilistic Modifier and Type Interface Description interfaceMutableProbabilisticMealy<S,I,T,O> -
Uses of MutableAutomaton in net.automatalib.ts.modal
Subinterfaces of MutableAutomaton in net.automatalib.ts.modal Modifier and Type Interface Description interfaceMutableModalTransitionSystem<S,I,T,TP extends MutableModalEdgeProperty>A mutable version ofModalTransitionSystemthat allows to add states and transitions.
-