public class TSComposition<S1,S2,I,T1,T2,TS1 extends TransitionSystem<S1,I,T1>,TS2 extends TransitionSystem<S2,I,T2>> extends Object implements TransitionSystem<IPair<S1,S2>,I,IPair<T1,T2>>
| Constructor and Description |
|---|
TSComposition(TS1 ts1,
TS2 ts2)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends IPair<S1,S2>> |
getInitialStates() |
IPair<S1,S2> |
getSuccessor(IPair<T1,T2> transition) |
Collection<IPair<T1,T2>> |
getTransitions(IPair<S1,S2> state,
I input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSuccessors, powersetViewcreateDynamicStateMapping, createStaticStateMapping, getStates, getSuccessors, getSuccessorsprotected final TS1 extends TransitionSystem<S1,I,T1> ts1
protected final TS2 extends TransitionSystem<S2,I,T2> ts2
Copyright © 2015. All Rights Reserved.