S - state classI - input symbol classT - transition classpublic abstract class AbstractDeterministicAutomaton<S,I,T> extends AbstractDTS<S,I,T> implements DeterministicAutomaton<S,I,T>
| Constructor and Description |
|---|
AbstractDeterministicAutomaton() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<S> |
iterator() |
int |
size() |
StateIDs<S> |
stateIDs() |
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, waitgetStatesgetTransitiongetSuccessor, getTransitions, powersetViewgetInitialState, getState, getSuccessor, getSuccessorcreateDynamicStateMapping, createStaticStateMapping, getInitialStates, getStates, getSuccessors, getSuccessors, getSuccessorspublic AbstractDeterministicAutomaton()
Copyright © 2013. All Rights Reserved.