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 FastNFAState
FastNFA. addState(boolean accepting)
protected FastNFAState
FastNFA. createState(@Nullable Boolean property)
Methods in net.automatalib.automaton.fsa with parameters of type FastNFAState Modifier and Type Method Description boolean
FastNFA. isAccepting(FastNFAState state)
void
FastNFA. setAccepting(FastNFAState state, boolean accepting)
-