public class TTTHypothesisDFA<I> extends TTTHypothesis<I,Boolean,TTTState<I,Boolean>> implements DFA<TTTState<I,Boolean>,I>
TTTHypothesis.GraphView, TTTHypothesis.TTTEdge<I,D>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>>alphabetSTATE_PROPERTIES, TRANSITION_PROPERTIES| Constructor and Description |
|---|
TTTHypothesisDFA(Alphabet<I> alphabet) |
| Modifier and Type | Method and Description |
|---|---|
TTTState<I,Boolean> |
getSuccessor(TTTState<I,Boolean> transition) |
boolean |
isAccepting(TTTState<I,Boolean> state) |
protected TTTState<I,Boolean> |
mapTransition(TTTTransition<I,Boolean> internalTransition) |
protected TTTState<I,Boolean> |
newState(int alphabetSize,
TTTTransition<I,Boolean> parent,
int id) |
createState, getInitialState, getInputAlphabet, getInternalTransition, getStates, getTransition, graphView, initialize, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccepts, computeOutput, computeStateOutput, computeSuffixOutput, isAcceptingfullIntAbstraction, fullIntAbstraction, stateIntAbstractiongetTransitionPropertygetSuccessor, getSuccessors, getTransition, getTransitions, transToSetgetInitialState, getInitialStates, getState, getStates, getSuccessor, getSuccessors, stateToSettransitionGraphViewgetStateProperty, getTransitionPropertypowersetViewcreateStaticStateMapping, getStates, iterator, size, stateIDscreateDynamicStateMapping, getSuccessorsforEach, spliteratortransitionGraphViewpublic TTTState<I,Boolean> getSuccessor(TTTState<I,Boolean> transition)
getSuccessor in interface AcceptorTS<TTTState<I,Boolean>,I>getSuccessor in interface TransitionSystem<TTTState<I,Boolean>,I,TTTState<I,Boolean>>protected TTTState<I,Boolean> mapTransition(TTTTransition<I,Boolean> internalTransition)
mapTransition in class TTTHypothesis<I,Boolean,TTTState<I,Boolean>>protected TTTState<I,Boolean> newState(int alphabetSize, TTTTransition<I,Boolean> parent, int id)
public boolean isAccepting(TTTState<I,Boolean> state)
isAccepting in interface AcceptorTS<TTTState<I,Boolean>,I>Copyright © 2015. All Rights Reserved.