I - the input typepublic class DFALassoImpl<I> extends AbstractLasso<I,Boolean> implements Lasso.DFALasso<I>
DFAs.Lasso.DFALasso<I>, Lasso.MealyLasso<I,O>UniversalDeterministicAutomaton.FullIntAbstraction<T,SP,TP>, UniversalDeterministicAutomaton.IntAbstraction<T,SP,TP>, UniversalDeterministicAutomaton.StateIntAbstraction<I,T,SP,TP>FiniteStateAcceptor.FSAGraphView<S,I,A extends FiniteStateAcceptor<S,I>>NO_LASSOSTATE_PROPERTIES, TRANSITION_PROPERTIES| Constructor and Description |
|---|
DFALassoImpl(DetOutputAutomaton<?,I,?,Boolean> automaton,
Collection<? extends I> inputs,
int unfoldTimes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAccepting(Integer state)
Returns whether the given state is accepting.
|
getAutomaton, getInitialState, getInputAlphabet, getLoop, getLoopBeginIndices, getOutput, getPrefix, getStates, getSuccessor, getTransition, getUnfolds, getWordclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAutomaton, getLoop, getLoopBeginIndices, getOutput, getPrefix, getUnfolds, getWordgetInputAlphabetaccepts, computeOutput, computeStateOutput, computeSuffixOutput, isAcceptingfullIntAbstraction, fullIntAbstraction, stateIntAbstractiongetTransitionPropertygetSuccessor, getSuccessors, getTransition, getTransitions, transToSetgetInitialState, getInitialStates, getState, getStates, getSuccessor, getSuccessors, stateToSettransitionGraphViewgetStateProperty, getSuccessor, getTransitionPropertypowersetViewcreateDynamicStateMapping, createStaticStateMapping, getStates, iterator, size, stateIDsgetSuccessorsforEach, spliteratorpublic DFALassoImpl(DetOutputAutomaton<?,I,?,Boolean> automaton, Collection<? extends I> inputs, int unfoldTimes)
public boolean isAccepting(Integer state)
The current state is only accepting iff it is precisely the state after the last symbol index in the finite representation of the lasso.
isAccepting in interface AcceptorTS<Integer,I>state - to compute whether it is accepting.state is accepting.Copyright © 2020. All rights reserved.