Package net.automatalib.util.automaton.builder
-
Class Summary Class Description AutomatonBuilder<S,I,T,SP,TP,A extends MutableAutomaton<S,? super I,T,? super SP,? super TP>> AutomatonBuilders Fluent interface automaton builders.DFABuilder<S,I,A extends MutableDFA<S,? super I>> FSABuilder<S,I,A extends MutableFSA<S,? super I>> MealyBuilder<S,I,T,O,A extends MutableMealyMachine<S,? super I,T,? super O>> MooreBuilder<S,I,T,O,A extends MutableMooreMachine<S,? super I,T,? super O>> MooreBuilderImpl<S,I,T,O,A extends MutableMooreMachine<S,? super I,T,? super O>>