Uses of Class
net.automatalib.automaton.fsa.FastDFAState
-
Packages that use FastDFAState Package Description net.automatalib.automaton.fsa -
-
Uses of FastDFAState in net.automatalib.automaton.fsa
Methods in net.automatalib.automaton.fsa that return FastDFAState Modifier and Type Method Description FastDFAStateFastDFA. addState(boolean accepting)protected FastDFAStateFastDFA. createState(@Nullable Boolean accepting)Methods in net.automatalib.automaton.fsa with parameters of type FastDFAState Modifier and Type Method Description booleanFastDFA. isAccepting(FastDFAState state)voidFastDFA. setAccepting(FastDFAState state, boolean accepting)
-