Uses of Interface
net.automatalib.automaton.fsa.NFA
-
Packages that use NFA Package Description net.automatalib.automaton.fsa net.automatalib.modelchecking -
-
Uses of NFA in net.automatalib.automaton.fsa
Subinterfaces of NFA in net.automatalib.automaton.fsa Modifier and Type Interface Description interfaceDFA<S,I>Deterministic finite state acceptor.interfaceMutableDFA<S,I>interfaceMutableNFA<S,I> -
Uses of NFA in net.automatalib.modelchecking
Subinterfaces of NFA in net.automatalib.modelchecking Modifier and Type Interface Description static interfaceLasso.DFALasso<I>A DFALasso is a lasso forDFAs.
-