Uses of Interface
net.automatalib.ts.acceptor.AcceptorTS
-
Packages that use AcceptorTS Package Description net.automatalib.automaton.fsa net.automatalib.automaton.procedural net.automatalib.automaton.vpa net.automatalib.modelchecking net.automatalib.ts.acceptor -
-
Uses of AcceptorTS in net.automatalib.automaton.fsa
Subinterfaces of AcceptorTS in net.automatalib.automaton.fsa Modifier and Type Interface Description interfaceDFA<S,I>Deterministic finite state acceptor.interfaceFiniteStateAcceptor<S,I>FiniteStateAcceptors accept regular languages.interfaceMutableDFA<S,I>interfaceMutableFSA<S,I>interfaceMutableNFA<S,I>interfaceNFA<S,I>Nondeterministic finite state acceptor. -
Uses of AcceptorTS in net.automatalib.automaton.procedural
Subinterfaces of AcceptorTS 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. -
Uses of AcceptorTS in net.automatalib.automaton.vpa
Subinterfaces of AcceptorTS 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 AcceptorTS in net.automatalib.modelchecking
Subinterfaces of AcceptorTS in net.automatalib.modelchecking Modifier and Type Interface Description static interfaceLasso.DFALasso<I>A DFALasso is a lasso forDFAs. -
Uses of AcceptorTS in net.automatalib.ts.acceptor
Subinterfaces of AcceptorTS in net.automatalib.ts.acceptor Modifier and Type Interface Description interfaceDeterministicAcceptorTS<S,I>A deterministic acceptor transition system.
-