public class IncrementalMealyDAGBuilder.AutomatonView extends Object implements MealyTransitionSystem<State,I,TransitionRecord,O>
| Constructor and Description |
|---|
AutomatonView() |
| Modifier and Type | Method and Description |
|---|---|
State |
getInitialState() |
State |
getSuccessor(TransitionRecord transition) |
TransitionRecord |
getTransition(State state,
I input) |
O |
getTransitionOutput(TransitionRecord transition) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStateProperty, getTransitionPropertygetOutput, trace, tracegetTransitionPropertygetSuccessor, getSuccessors, getTransitions, transToSetpowersetViewgetInitialStates, getState, getStates, getSuccessor, getSuccessors, stateToSetcreateDynamicStateMapping, createStaticStateMapping, getSuccessorspublic State getSuccessor(TransitionRecord transition)
getSuccessor in interface TransitionSystem<State,I,TransitionRecord>public State getInitialState()
getInitialState in interface SimpleDTS<State,I>public TransitionRecord getTransition(State state, I input)
getTransition in interface DeterministicTransitionSystem<State,I,TransitionRecord>public O getTransitionOutput(TransitionRecord transition)
getTransitionOutput in interface TransitionOutput<TransitionRecord,O>Copyright © 2018. All rights reserved.