public class FastNFA<I> extends FastMutableNondet<FastNFAState,I,FastNFAState,Boolean,Void> implements MutableNFA<FastNFAState,I>
FiniteStateAcceptor.FSAGraphView<S,I,A extends FiniteStateAcceptor<S,I>>inputAlphabetSTATE_PROPERTIES, TRANSITION_PROPERTIES| Modifier and Type | Method and Description |
|---|---|
FastNFAState |
addInitialState(boolean accepting) |
FastNFAState |
addState(boolean accepting) |
protected FastNFAState |
createState(Boolean property) |
boolean |
isAccepting(FastNFAState state) |
void |
setAccepting(FastNFAState state,
boolean accepting) |
addState, clear, createDynamicStateMapping, createStaticStateMapping, getInitialStates, getInputAlphabet, getState, getStateId, getStates, getTransitions, removeAllTransitions, removeState, setInitial, setTransitions, stateIDsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAcceptingaddInitialState, addInitialState, addState, addState, copyTransition, createTransition, flipAcceptance, setStateProperty, setTransitionPropertycomputeOutput, computeSuffixOutput, transitionGraphViewaccepts, getStateProperty, getSuccessor, getTransitionPropertyaddTransition, addTransition, addTransitions, clear, removeAllTransitions, removeAllTransitions, removeTransition, setInitial, setTransitionscreateStaticStateMapping, getStates, iterator, size, stateIDsforEach, spliteratorgetSuccessors, getTransitions, powersetViewcreateDynamicStateMapping, getInitialStates, getStates, getSuccessors, getSuccessorsremoveState, unlinkStatetransitionGraphViewgraphViewpublic boolean isAccepting(FastNFAState state)
isAccepting in interface AcceptorTS<FastNFAState,I>public void setAccepting(FastNFAState state, boolean accepting)
setAccepting in interface MutableFSA<FastNFAState,I>protected FastNFAState createState(Boolean property)
createState in class FastMutableNondet<FastNFAState,I,FastNFAState,Boolean,Void>public FastNFAState addState(boolean accepting)
addState in interface MutableFSA<FastNFAState,I>public FastNFAState addInitialState(boolean accepting)
addInitialState in interface MutableFSA<FastNFAState,I>Copyright © 2015. All Rights Reserved.