public class IncrementalMealyDAGBuilder.AutomatonView extends AbstractIncrementalMealyBuilder.AbstractTransitionSystemView<I,O,State,TransitionRecord>
| Constructor and Description |
|---|
IncrementalMealyDAGBuilder.AutomatonView() |
| Modifier and Type | Method and Description |
|---|---|
State |
getInitialState() |
State |
getSuccessor(TransitionRecord transition) |
TransitionRecord |
getTransition(State state,
I input) |
O |
getTransitionOutput(TransitionRecord transition) |
getOutput, getStateProperty, getTransitionProperty, trace, tracegetInitialStates, 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, waitgetTransitions, powersetViewgetState, getSuccessor, getSuccessorcreateDynamicStateMapping, createStaticStateMapping, getInitialStates, getStates, getSuccessors, getSuccessors, getSuccessorspublic IncrementalMealyDAGBuilder.AutomatonView()
public State getSuccessor(TransitionRecord transition)
public State getInitialState()
public TransitionRecord getTransition(State state, I input)
public O getTransitionOutput(TransitionRecord transition)
Copyright © 2014. All Rights Reserved.