public abstract class AbstractNFA<S,I> extends AbstractFSA<S,I> implements NFA<S,I>
STATE_PROPERTIES, TRANSITION_PROPERTIES| Constructor and Description |
|---|
AbstractNFA() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Iterable<I> input) |
static <S,I> boolean |
accepts(NFA<S,I> $this,
Iterable<I> input) |
boolean |
isAccepting(Collection<? extends S> states) |
static <S,I> boolean |
isAccepting(NFA<S,I> $this,
Collection<? extends S> states) |
computeOutput, computeOutput, computeSuffixOutput, computeSuffixOutput, getStateProperty, getStateProperty, getSuccessor, getSuccessor, getTransitionProperty, getTransitionPropertyiterator, iterator, size, size, stateIDs, stateIDscreateDynamicStateMapping, createDynamicStateMapping, createStaticStateMapping, createStaticStateMapping, getStates, getStates, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, powersetView, powersetViewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAcceptinggetStates, size, stateIDsgetStateProperty, getTransitionPropertygetSuccessor, getTransitions, powersetViewcreateDynamicStateMapping, createStaticStateMapping, getInitialStates, getStates, getSuccessors, getSuccessors, getSuccessorscomputeSuffixOutputcomputeOutputpublic AbstractNFA()
public static <S,I> boolean isAccepting(NFA<S,I> $this, Collection<? extends S> states)
public boolean isAccepting(Collection<? extends S> states)
isAccepting in interface NFA<S,I>Copyright © 2013. All Rights Reserved.