public interface UniversalDTS<S,I,T,SP,TP> extends UniversalTransitionSystem<S,I,T,SP,TP>, DeterministicTransitionSystem<S,I,T>
UniversalTransitionSystem,
DeterministicTransitionSystem| Modifier and Type | Method and Description |
|---|---|
default TP |
getTransitionProperty(S state,
I input)
Retrieves the transition property of the outgoing transition corresponding to the given state and input, if it
exists.
|
getStateProperty, getTransitionPropertygetSuccessor, getSuccessors, getTransition, getTransitions, transToSetgetSuccessor, powersetViewgetInitialState, getInitialStates, getState, getStates, getSuccessor, getSuccessors, stateToSetcreateDynamicStateMapping, createStaticStateMapping, getSuccessorsdefault TP getTransitionProperty(S state, I input)
null is returned.
Note that this method alone is insufficient for determining whether or not a transition actually exists, as
null might either be property of an existing transition, or indicate that the transition does not exist.
state - the source stateinput - the input symbolnullCopyright © 2018. All rights reserved.