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