- java.lang.Object
-
- net.automatalib.util.ts.transducer.Transducers
-
public final class Transducers extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <S1,S2,I,T1,T2,O1,O2,TS1 extends MealyTransitionSystem<S1,I,T1,O1>,TS2 extends MealyTransitionSystem<S2,I,T2,O2>>
MealyTransitionSystem<Pair<S1,S2>,I,Pair<T1,T2>,Pair<O1,O2>>combine(TS1 ts1, TS2 ts2)
-
-
-
Method Detail
-
combine
public static <S1,S2,I,T1,T2,O1,O2,TS1 extends MealyTransitionSystem<S1,I,T1,O1>,TS2 extends MealyTransitionSystem<S2,I,T2,O2>> MealyTransitionSystem<Pair<S1,S2>,I,Pair<T1,T2>,Pair<O1,O2>> combine(TS1 ts1, TS2 ts2)
-
-