Interface Output<I,D>
-
- Type Parameters:
I- input symbol typeD- output domain type
- All Known Subinterfaces:
DeterministicAcceptorTS<S,I>,DetOutputAutomaton<S,I,T,D>,DetSuffixOutputAutomaton<S,I,T,D>,DFA<S,I>,FiniteStateAcceptor<S,I>,Lasso<I,D>,Lasso.DFALasso<I>,Lasso.MealyLasso<I,O>,MealyMachine<S,I,T,O>,MooreMachine<S,I,T,O>,MutableDFA<S,I>,MutableFSA<S,I>,MutableMealyMachine<S,I,T,O>,MutableMooreMachine<S,I,T,O>,MutableNFA<S,I>,MutableSubsequentialTransducer<S,I,T,O>,NFA<S,I>,OneSEVPA<L,I>,OutputAutomaton<S,I,T,D>,SBA<S,I>,SEVPA<L,I>,SPA<S,I>,SPMM<S,I,T,O>,StateLocalInputMealyMachine<S,I,T,O>,StateOutputAutomaton<S,I,T,O>,SubsequentialTransducer<S,I,T,O>,SuffixOutput<I,D>,TransitionOutputAutomaton<S,I,T,O>
public interface Output<I,D>Feature for automata that compute an output.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description DcomputeOutput(Iterable<? extends I> input)static <T> WordBuilder<T>getBuilderFor(Iterable<?> iterable)
-
-
-
Method Detail
-
getBuilderFor
static <T> WordBuilder<T> getBuilderFor(Iterable<?> iterable)
-
-