Uses of Class
it.tugamer89.autogex.models.DFA.Builder
Packages that use DFA.Builder
-
Uses of DFA.Builder in it.tugamer89.autogex.models
Subclasses with type arguments of type DFA.Builder in it.tugamer89.autogex.modelsModifier and TypeClassDescriptionstatic classBuilder pattern to construct the DFA fluently.Methods in it.tugamer89.autogex.models that return DFA.BuilderModifier and TypeMethodDescriptionDFA.Builder.addTransition(String fromName, char symbol, String toName) Adds a transition between two states.