public abstract class AbstractDeterministicAcceptorTS<S,I> extends AbstractDTS<S,I,S> implements DeterministicAcceptorTS<S,I>
| Constructor and Description |
|---|
AbstractDeterministicAcceptorTS() |
| Modifier and Type | Method and Description |
|---|---|
static <S,I> boolean |
accepts(DeterministicAcceptorTS<S,I> $this,
Iterable<I> input) |
boolean |
accepts(Iterable<I> input)
Determines whether the given input word is accepted by this acceptor.
|
getInitialStates, getInitialStates, getState, getState, getSuccessor, getSuccessor, getSuccessor, getSuccessor, getTransitions, getTransitionscreateDynamicStateMapping, createDynamicStateMapping, createStaticStateMapping, createStaticStateMapping, getStates, getStates, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, powersetView, powersetViewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAcceptinggetStateProperty, getTransitionPropertygetTransitiongetSuccessor, getTransitions, powersetViewgetInitialState, getState, getSuccessor, getSuccessorcreateDynamicStateMapping, createStaticStateMapping, getInitialStates, getStates, getSuccessors, getSuccessors, getSuccessorspublic AbstractDeterministicAcceptorTS()
public static <S,I> boolean accepts(DeterministicAcceptorTS<S,I> $this, Iterable<I> input)
public boolean accepts(Iterable<I> input)
AcceptorTSaccepts in interface AcceptorTS<S,I>input - the input word.true if the input word is accepted,
false otherwise.Copyright © 2015. All Rights Reserved.