public class DeterministicPowersetView<S,I,T> extends Object implements DeterministicTransitionSystem<S,I,T>, PowersetViewTS<S,I,T,S,T>
| Constructor and Description |
|---|
DeterministicPowersetView(DeterministicTransitionSystem<S,I,T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
S |
getInitialState()
Retrieves the initial state of this transition system.
|
Collection<S> |
getOriginalStates(S state) |
Collection<T> |
getOriginalTransitions(T transition) |
S |
getSuccessor(T transition)
Retrieves the successor state of a given transition.
|
T |
getTransition(S state,
I input)
Retrieves the transition triggered by the given input symbol.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSuccessor, getSuccessors, getTransitions, transToSetpowersetViewgetInitialStates, getState, getStates, getSuccessor, getSuccessors, stateToSetcreateDynamicStateMapping, createStaticStateMapping, getSuccessorspublic DeterministicPowersetView(DeterministicTransitionSystem<S,I,T> delegate)
public T getTransition(S state, I input)
DeterministicTransitionSystemgetTransition in interface DeterministicTransitionSystem<S,I,T>state - the source state.input - the input symbol.null if no transition is triggered.TransitionSystem.getTransitions(Object, Object)public S getSuccessor(T transition)
TransitionSystemgetSuccessor in interface TransitionSystem<S,I,T>transition - the transition.public S getInitialState()
SimpleDTSgetInitialState in interface SimpleDTS<S,I>SimpleTS.getInitialStates()public Collection<S> getOriginalStates(S state)
getOriginalStates in interface PowersetViewTS<S,I,T,S,T>public Collection<T> getOriginalTransitions(T transition)
getOriginalTransitions in interface PowersetViewTS<S,I,T,S,T>Copyright © 2020. All rights reserved.