Package it.tugamer89.autogex.models


package it.tugamer89.autogex.models
  • Classes
    Class
    Description
    Deterministic Finite Automaton (DFA).
    Builder pattern to construct the DFA fluently.
    Non-Deterministic Finite Automaton with Epsilon Transitions (ε-NFA).
    Builder pattern to construct the ENFA fluently.
    Non-Deterministic Finite Automaton (NFA).
    Builder pattern to construct the NFA fluently.