Uses of Class
org.eu.autogex.models.DFA
Packages that use DFA
Package
Description
-
Uses of DFA in org.eu.autogex.algorithms
Methods in org.eu.autogex.algorithms that return DFAModifier and TypeMethodDescriptionstatic DFAConvenience method that applies the full transformation chain: ENFA -> NFA -> DFA.static DFAMinimizes a DFA, returning a new equivalent DFA with the minimum number of states.static DFAConverts an NFA into a DFA.Methods in org.eu.autogex.algorithms with parameters of type DFA -
Uses of DFA in org.eu.autogex.export
Methods in org.eu.autogex.export with parameters of type DFA -
Uses of DFA in org.eu.autogex.models
Subclasses with type arguments of type DFA in org.eu.autogex.modelsModifier and TypeClassDescriptionstatic classBuilder pattern to construct the DFA fluently.Methods in org.eu.autogex.models that return DFA -
Uses of DFA in org.eu.autogex.regex
Methods in org.eu.autogex.regex that return DFAModifier and TypeMethodDescriptionRegex.getAutomaton()Retrieves the underlying compiled and minimized DFA.