Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NFA ¶
type NFA struct { fsa.FiniteAutomaton // {Q, Σ, F} Transitions map[fsa.Transition]*StateSet // Funkcja przejść - δ: Q × Σ -> P(Q) InitialStates *StateSet // Zbiór stanów początkowych S }
NFA to struktura reprezentująca niedeterministyczny automat skończony
type StateSet ¶
StateSet reprezentuje zbiór stanów
func NewEmptyStateSet ¶
func NewEmptyStateSet() *StateSet
NewEmptyStateSet zwraca pusty zbiór stanów
func NewStateSet ¶
NewStateSet zwraca zbiór stanów na podstawie podanej tablicy stanów
func (StateSet) ContainsFinalState ¶
ContainsFinalState sprawdza, czy w zbiorze występuje stan końcowy
Click to show internal directories.
Click to hide internal directories.