Uses of Interface
net.automatalib.ts.UniversalDTS
-
Packages that use UniversalDTS Package Description net.automatalib.automaton This package (including sub-packages) contains the basic classes concerning automata.net.automatalib.automaton.fsa net.automatalib.automaton.procedural net.automatalib.automaton.transducer net.automatalib.automaton.vpa net.automatalib.modelchecking net.automatalib.ts.acceptor net.automatalib.ts.output -
-
Uses of UniversalDTS in net.automatalib.automaton
Subinterfaces of UniversalDTS 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 UniversalDTS in net.automatalib.automaton.fsa
Subinterfaces of UniversalDTS in net.automatalib.automaton.fsa Modifier and Type Interface Description interfaceDFA<S,I>Deterministic finite state acceptor.interfaceMutableDFA<S,I> -
Uses of UniversalDTS in net.automatalib.automaton.procedural
Subinterfaces of UniversalDTS in net.automatalib.automaton.procedural Modifier and Type Interface Description interfaceSBA<S,I>A system of behavioral automata.interfaceSPA<S,I>A system of procedural automata.interfaceSPMM<S,I,T,O>A system of procedural Mealy machines. -
Uses of UniversalDTS in net.automatalib.automaton.transducer
Subinterfaces of UniversalDTS 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>interfaceSubsequentialTransducer<S,I,T,O>A subsequential transducer (or SST) is anDeterministicOutputTSwhose state and transition properties are output-words. -
Uses of UniversalDTS in net.automatalib.automaton.vpa
Subinterfaces of UniversalDTS in net.automatalib.automaton.vpa Modifier and Type Interface Description interfaceOneSEVPA<L,I>A specialized interface for 1-SEVPAs (1-module single entry visibly push-down automata).interfaceSEVPA<L,I>Interface for k-SEVPAs (k-module single entry visibly push-down automata), a visibly push-down automaton of specific structure and semantics. -
Uses of UniversalDTS in net.automatalib.modelchecking
Subinterfaces of UniversalDTS in net.automatalib.modelchecking Modifier and Type Interface Description static interfaceLasso.DFALasso<I>A DFALasso is a lasso forDFAs.static interfaceLasso.MealyLasso<I,O>A MealyLasso is a lasso forMealyMachines. -
Uses of UniversalDTS in net.automatalib.ts.acceptor
Subinterfaces of UniversalDTS in net.automatalib.ts.acceptor Modifier and Type Interface Description interfaceDeterministicAcceptorTS<S,I>A deterministic acceptor transition system. -
Uses of UniversalDTS in net.automatalib.ts.output
Subinterfaces of UniversalDTS in net.automatalib.ts.output Modifier and Type Interface Description interfaceMealyTransitionSystem<S,I,T,O>interfaceMooreTransitionSystem<S,I,T,O>
-