Package org.eu.autogex.core


package org.eu.autogex.core
  • Class
    Description
    Abstract base class for all automata models.
    Abstract builder based on the Curiously Recurring Template Pattern (CRTP).
    Base interface for all types of Automata (DFA, NFA, ENFA).
    Represents a state (q) within an automaton.
    Represents a single transition from one state to another by reading a symbol.