public class IncrementalPCDFATreeBuilder.TransitionSystemView extends IncrementalDFATreeBuilder.TransitionSystemView
| Constructor and Description |
|---|
TransitionSystemView() |
| Modifier and Type | Method and Description |
|---|---|
Node<I> |
getTransition(Node<I> state,
I input)
Retrieves the transition triggered by the given input symbol.
|
getAcceptance, getInitialState, getSuccessorgetStateProperty, getTransitionPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransitionPropertygetSuccessor, getSuccessors, getTransitions, transToSetpowersetViewgetInitialStates, getState, getStates, getSuccessor, getSuccessors, stateToSetcreateDynamicStateMapping, createStaticStateMapping, getSuccessorspublic Node<I> getTransition(Node<I> state, I input)
DeterministicTransitionSystemgetTransition in interface DeterministicTransitionSystem<Node<I>,I,Node<I>>getTransition in class IncrementalDFATreeBuilder.TransitionSystemViewstate - the source state.input - the input symbol.null if no transition is triggered.TransitionSystem.getTransitions(Object, Object)Copyright © 2019. All rights reserved.