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