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, getTransitions
createDynamicStateMapping, createDynamicStateMapping, createStaticStateMapping, createStaticStateMapping, getStates, getStates, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, getSuccessors, powersetView, powersetView
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAccepting
getStateProperty, getTransitionProperty
getTransition
getSuccessor, getTransitions, powersetView
getInitialState, getState, getSuccessor, getSuccessor
createDynamicStateMapping, createStaticStateMapping, getInitialStates, getStates, getSuccessors, getSuccessors, getSuccessors
public AbstractDeterministicAcceptorTS()
public static <S,I> boolean accepts(DeterministicAcceptorTS<S,I> $this, Iterable<I> input)
public boolean accepts(Iterable<I> input)
AcceptorTS
accepts
in interface AcceptorTS<S,I>
input
- the input word.true
if the input word is accepted,
false
otherwise.Copyright © 2015. All Rights Reserved.