public class FastPowersetDTS<S extends NumericID,I,T> extends Object implements DeterministicTransitionSystem<FastPowersetState<S>,I,Set<? extends T>>, PowersetViewTS<FastPowersetState<S>,I,Set<? extends T>,S,T>
| Constructor and Description |
|---|
FastPowersetDTS(TransitionSystem<S,I,T> ts) |
| Modifier and Type | Method and Description |
|---|---|
FastPowersetState<S> |
getInitialState() |
Collection<? extends S> |
getOriginalStates(FastPowersetState<S> state) |
Collection<? extends T> |
getOriginalTransitions(Set<? extends T> transition) |
FastPowersetState<S> |
getSuccessor(FastPowersetState<S> state,
I input) |
FastPowersetState<S> |
getSuccessor(Set<? extends T> transition) |
Set<? extends T> |
getTransition(FastPowersetState<S> state,
I input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSuccessors, getTransitions, transToSetpowersetViewgetInitialStates, getState, getStates, getSuccessor, getSuccessors, stateToSetcreateDynamicStateMapping, createStaticStateMapping, getSuccessorspublic FastPowersetDTS(TransitionSystem<S,I,T> ts)
public FastPowersetState<S> getInitialState()
getInitialState in interface SimpleDTS<FastPowersetState<S extends NumericID>,I>public Set<? extends T> getTransition(FastPowersetState<S> state, I input)
getTransition in interface DeterministicTransitionSystem<FastPowersetState<S extends NumericID>,I,Set<? extends T>>public FastPowersetState<S> getSuccessor(Set<? extends T> transition)
getSuccessor in interface TransitionSystem<FastPowersetState<S extends NumericID>,I,Set<? extends T>>public FastPowersetState<S> getSuccessor(FastPowersetState<S> state, I input)
getSuccessor in interface DeterministicTransitionSystem<FastPowersetState<S extends NumericID>,I,Set<? extends T>>getSuccessor in interface SimpleDTS<FastPowersetState<S extends NumericID>,I>public Collection<? extends S> getOriginalStates(FastPowersetState<S> state)
getOriginalStates in interface PowersetViewTS<FastPowersetState<S extends NumericID>,I,Set<? extends T>,S extends NumericID,T>public Collection<? extends T> getOriginalTransitions(Set<? extends T> transition)
getOriginalTransitions in interface PowersetViewTS<FastPowersetState<S extends NumericID>,I,Set<? extends T>,S extends NumericID,T>Copyright © 2015. All Rights Reserved.