Uses of Class
it.tugamer89.autogex.core.AbstractAutomatonBuilder
Packages that use AbstractAutomatonBuilder
-
Uses of AbstractAutomatonBuilder in it.tugamer89.autogex.core
Classes in it.tugamer89.autogex.core with type parameters of type AbstractAutomatonBuilderModifier and TypeClassDescriptionclassAbstractAutomatonBuilder<B extends AbstractAutomatonBuilder<B,A>, A extends Automaton> Abstract builder based on the Curiously Recurring Template Pattern (CRTP). -
Uses of AbstractAutomatonBuilder in it.tugamer89.autogex.models
Subclasses of AbstractAutomatonBuilder in it.tugamer89.autogex.modelsModifier and TypeClassDescriptionstatic classBuilder pattern to construct the DFA fluently.static classBuilder pattern to construct the ENFA fluently.static classBuilder pattern to construct the NFA fluently.