public abstract class AbstractTS<S,I,T> extends Object implements TransitionSystem<S,I,T>
| Constructor and Description |
|---|
AbstractTS() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSuccessor, getTransitionsgetInitialStatespublic AbstractTS()
public static <S,I,T> Set<S> getSuccessors(TransitionSystem<S,I,T> $this, S state, I input)
SimpleTS.getSuccessors(Object, Object) using
TransitionSystem.getTransitions(Object, Object) and
TransitionSystem.getSuccessor(Object).public static <S,I,T> Set<S> getSuccessors(TransitionSystem<S,I,T> $this, S state, Iterable<I> input)
SimpleTS.getSuccessors(Object, Iterable) using
SimpleTS.getSuccessors(Collection, Iterable).public static <S,I,T> Set<S> getSuccessors(TransitionSystem<S,I,T> $this, Collection<S> states, Iterable<I> input)
SimpleTS.getSuccessors(Collection, Iterable) using
SimpleTS.getSuccessors(Object, Object).public static <S,I,T> Set<S> getStates(TransitionSystem<S,I,T> $this, Iterable<I> input)
SimpleTS.getStates(Iterable) using
SimpleTS.getSuccessors(Collection, Iterable) and
SimpleTS.getInitialStates().SimpleTS.getStates(Iterable)public static <S,I,T> PowersetDTS<S,I,T> powersetView(TransitionSystem<S,I,T> $this)
TransitionSystem.powersetView().TransitionSystem.powersetView(),
PowersetDTSpublic static <S,I,T,V> MutableMapping<S,V> createStaticStateMapping(TransitionSystem<S,I,T> $this)
public static <S,I,T,V> MutableMapping<S,V> createDynamicStateMapping(TransitionSystem<S,I,T> $this)
public Set<S> getSuccessors(S state, I input)
getSuccessors in interface SimpleTS<S,I>public Set<S> getSuccessors(S state, Iterable<I> input)
getSuccessors in interface SimpleTS<S,I>public Set<S> getSuccessors(Collection<S> states, Iterable<I> input)
getSuccessors in interface SimpleTS<S,I>public DeterministicTransitionSystem<? extends Set<S>,I,? extends Collection<T>> powersetView()
powersetView in interface TransitionSystem<S,I,T>public <V> MutableMapping<S,V> createStaticStateMapping()
createStaticStateMapping in interface SimpleTS<S,I>public <V> MutableMapping<S,V> createDynamicStateMapping()
createDynamicStateMapping in interface SimpleTS<S,I>Copyright © 2013. All Rights Reserved.