Uses of Interface
net.automatalib.automaton.transducer.MutableSubsequentialTransducer
-
Packages that use MutableSubsequentialTransducer Package Description net.automatalib.automaton.transducer net.automatalib.util.automaton.builder net.automatalib.util.automaton.transducer -
-
Uses of MutableSubsequentialTransducer in net.automatalib.automaton.transducer
Classes in net.automatalib.automaton.transducer that implement MutableSubsequentialTransducer Modifier and Type Class Description class
CompactSST<I,O>
-
Uses of MutableSubsequentialTransducer in net.automatalib.util.automaton.builder
Methods in net.automatalib.util.automaton.builder with type parameters of type MutableSubsequentialTransducer Modifier and Type Method Description static <S,I,T,O,A extends MutableSubsequentialTransducer<S,? super I,T,? super O>>
AutomatonBuilder<S,I,T,Word<O>,Word<O>,A>AutomatonBuilders. forSST(A sst)
-
Uses of MutableSubsequentialTransducer in net.automatalib.util.automaton.transducer
Methods in net.automatalib.util.automaton.transducer with type parameters of type MutableSubsequentialTransducer Modifier and Type Method Description static <S1,S2,I,T1,T2,O,A extends MutableSubsequentialTransducer<S2,I,T2,O>>
ASubsequentialTransducers. toOnwardSST(SubsequentialTransducer<S1,I,T1,O> sst, Collection<? extends I> inputs, A out)
Constructs a new onward subsequential transducer for a givenSST
.static <S1,S2,I,T1,T2,O,A extends MutableSubsequentialTransducer<S2,I,T2,O>>
ASubsequentialTransducers. toOnwardSST(SubsequentialTransducer<S1,I,T1,O> sst, Collection<? extends I> inputs, A out, boolean minimize)
Constructs a new onward subsequential transducer for a givenSST
.
-