@ParametersAreNonnullByDefault public interface NFA<S,I> extends FiniteStateAcceptor<S,I>
FiniteStateAcceptor.FSAGraphView<S,I,A extends FiniteStateAcceptor<S,I>>STATE_PROPERTIES, TRANSITION_PROPERTIES| Modifier and Type | Method and Description |
|---|---|
default boolean |
isAccepting(Collection<? extends S> states) |
computeOutput, computeSuffixOutput, transitionGraphViewaccepts, getStateProperty, getSuccessor, getTransitionProperty, isAcceptinggetSuccessors, getTransitions, powersetViewcreateStaticStateMapping, getStates, iterator, size, stateIDscreateDynamicStateMapping, getInitialStates, getStates, getSuccessors, getSuccessorsforEach, spliteratordefault boolean isAccepting(Collection<? extends S> states)
isAccepting in interface AcceptorTS<S,I>Copyright © 2018. All rights reserved.